Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - max
Search - max - List
讨论了基于OpenGL与3dsmax的虚拟环境的建模与漫游的论文-Discussed the OpenGL-based virtual environment with 3dsmax Modeling and roaming papers
Date : 2025-12-28 Size : 172kb User : 乔海东

DL : 0
max格式的自动电子门,可以在C语言下实现动画效果-max format automatic electronic doors can be achieved in the C language animation effects
Date : 2025-12-28 Size : 324kb User : 刘丙泉

DL : 0
在visual C++ 环境下编写的二维数组求最大最小值,自己写得,不知道可不可以通过-max and min
Date : 2025-12-28 Size : 108kb User : 史新颖

DL : 0
基于MFC的OPenGL开发,改程序实现了利用OPenGL加载3D MAX的图形素材-MFC and OPenGL
Date : 2025-12-28 Size : 2.06mb User : 付平

DL : 0
This example for 3d studio max plugin. Export geometry from studio max. VC++ 6 example.-This is example for 3d studio max plugin. Export geometry from studio max. VC++ 6 example.
Date : 2025-12-28 Size : 84kb User : Vasiliy

C 语言深度解析 解析C语言中的sizeof 一、sizeof的概念    sizeof是C语言的一种单目操作符,如C语言的其他操作符++、--等。它并不是函数。sizeof操作符以字节形式给出了其操作数的存储大小。操作数可以是一个表达式或括在括号内的类型名。操作数的存储大小由操作数的类型决定。  二、sizeof的使用方法    1、用于数据类型  sizeof使用形式:sizeof(type)  数据类型必须用括号括住。如sizeof(int)。  2、用于变量  sizeof使用形式:sizeof(var_name)或sizeof var_name  变量名可以不用括号括住。如sizeof (var_name),sizeof var_name等都是正确形式。带括号的用法更普遍,大多数程序员采用这种形式。  注意:sizeof操作符不能用于函数类型,不完全类型或位字段。不完全类型指具有未知存储大小的数据类型,如未知存储大小的数组类型、未知内容的结构或联合类型、void类型等。  如sizeof(max)若此时变量max定义为int max(),sizeof(char_v) 若此时char_v定义为char char_v [MAX]且MAX未知,sizeof(void)都不是正确形式。  -C indepth dissection
Date : 2025-12-28 Size : 730kb User : shuxj

DL : 0
电子书 帮助有需要的人,希望大家踊跃下载-e-book
Date : 2025-12-28 Size : 9kb User : 张晶

DL : 0
1、请先安装3DStudio MAX V9.0 2、运行主程序选择“激活产品”,然后把序列号/编组改为666-66666666(共两行),然后复制申请号到注册机,算出激活码,最后选择粘贴激活码! 3、注册成功后运行主程序如遇提示缺少d3dx9_26.dll,请复制压缩包中的d3dx9_26.dll到程序安装目录下即可 Editplue-gghgggyyuuiuiikjhhb
Date : 2025-12-28 Size : 4kb User : 小虫

讲解如何将shader在max中应用并渲染的文档-Explain how the application of shader and render in max document
Date : 2025-12-28 Size : 97kb User :

MAX_SEM_COUNT,微软信号使用实例, 创建一个信号灯初和麦克斯项-Microsoft signals using instance ,Create a semaphore early and Max item MAX_SEM_COUNT,
Date : 2025-12-28 Size : 3kb User : xiaoyu

DL : 0
adcss is a adcss max one to one
Date : 2025-12-28 Size : 4kb User : ruben

DL : 0
pitmax as a derter mother rcpac
Date : 2025-12-28 Size : 4kb User : ruben

讲述在3Dmax中怎么导出.x文件,为DirectX使用,希望对大家有所用。-how to export Xfile in the 3D max,and use in the DriectX
Date : 2025-12-28 Size : 719kb User : 陈海全

经典vc编程网站 设置窗口最大最小 设置窗口标题 去掉主菜单 修改应用程序图标 系统只能允许一个程序运行 在状态栏中添加时间 研究调用存储过程 得到本机的IP地址 vc调用chili文件 最高窗口的实现 防止Edit框中的Password不保密 在同一系统中显示GB字符和BIG5字符 改变颜色(整个窗体的控件) 改变工程表头栏 -Classic vc Programming Site Settings window to set the window title Max Min remove the main menu to modify the application icon systems only allow a program to run in the status bar to add time to research call a stored procedure to get the IP address of the machine vc call chili file to prevent the realization of the highest window Edit the Password box does not appear in the same system confidentiality GB and BIG5 character characters change color (the entire form controls) works header fields to change
Date : 2025-12-28 Size : 1.31mb User : 朱敏

DL : 0
about c++ about c++ about c++ about c++ about c++ about c++about c-about c++about c++about c++about c++about c++about c++about c++about c++about c++about c++about c++about c++
Date : 2025-12-28 Size : 1kb User : 对策

DL : 0
银行家算法是避免死锁的一种重要方法。通过编写一个模拟动态资源分配的银行家算法程序,进一步深入理解死锁、产生死锁的必要条件、安全状态等重要概念,并掌握避免死锁的具体实施方法。-#include<iostream> #include<string.h> #include<stdio.h> #define False 0 #define True 1 using namespace std int Max[100][100]={0} //各进程所需各类资源的最大需求 int Avaliable[100]={0} //系统可用资源 char name[100]={0} //资源的名称 int Allocation[100][100]={0} //系统已分配资源 int Need[100][100]={0} //还需要资源 int Request[100]={0} //请求资源向量
Date : 2025-12-28 Size : 222kb User : 陈最
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.