搜索资源列表
VirbMax
- 一个VC开发的3DMax导出插件的例子.能导出3DMax场景内的点,面片,对象,灯光与材质,然后按你自己的意愿进行保存.采用了类似控制台的命令方式.作者为楚狂人。必须使用VS2003加3dMax7.0SDK进行编译.-development of a VC MAX plug-derived example. MAX can be derived within the scene, surfaces, objects, lights and materials. Then according to
OpenGL
- vc++_OpenGL_3DS Max 做的 风扇
OBJReadandRender.rar
- 用VC++写的读取用3D Max做的obj文件的程序,并实现了3D模型的渲染和绘制,以及对模型位置、光线的调节等功能。此源码一定可以通过编译运行,请放心使用~~,Using VC++ to write the read 3D Max to do with obj files, and the rendering of 3D models and rendering, as well as the location of the model, light regulation and other
MapXSample100
- Max Sample VC++ Max 实例程序-Max Sample VC++ Max examples of procedures
Read-3ds-file
- 一个完善的读取3DS文件例子,可以在3DS MAX文件中建立的三维模型直接用于VC++中-A perfect example to read 3DS file
3DEditor
- vc++和opengl编程导入.max文件,并实现对象的选择,渲染,平移,旋转等功能-vc++ and opengl import programming. max file, and select the object implementation, rendering, translation, rotation and other functions
kdtree
- 有matlab和vc联合编程实现kd树实现过程,附有它们之间转化用的max文件和动态链接库dll文件。-Matlab and vc are the joint programming process to achieve the realization of kd tree, accompanied by their transformation with the max files and dynamic link library dll file.
Banker_algorithm
- 一个实现操作系统银行家算法的vc++程序,银行家算法全过程,包括MAX,NEND等资源的设定都由txt文档提供。-A banker' s algorithm to achieve the operating system of the vc++ program, the entire process of banker' s algorithm, including the MAX, NEND settings and other resources provided by the
Programming_With_3DSSDK
- 《如何使用3DS SDK开发程序》。一本介绍如何使用3ds max sdk开发3ds max插件的书,对游戏开发人员也是很有帮助的-<Programming With 3DS SDK>
3DSMaxVC
- 3dsmax 将.3ds文件转换为.x文件 然后用VC++ 调用.x文件-3dsmax
VCMultiView
- VC界面最大化,界面分多个窗口,是界面编程的有益参考-Max the vc desktop,and split the the desktop to multi-parts,it s good for desktop programing
Control-for-3D-Max-construct-OpenGL
- 在VC++6.0中实现对3D Max构造OpenGL模型的控制-Control for 3D Max construct OpenGL model in VC++6.0
ex1
- 安装VC++2008(课后完成),并熟悉其集成界面。 分别用指针参数和引用参数编写一个简单的exSwap函数,实现两数的交换功能,并用函数重载来分别实现两个整数的交换及两个浮点数的交换。 利用内联函数实现求两数最大数功能:int max(int,int) 在程序中使用const关键字,掌握其用法。 在主函数中调用上述所编函数,并设计良好的人机界面。-Installation VC++2008 (after school to complete), and are familiar
max
- VC.NET改变最近文件列表的最大值,当打开文件的时候,会保留所打开文件的历史记录,有的软件保存5条,有的则保存更多,如何改变空上值,本例主要是改变最近文件列表的最大值,有兴趣的下载本源码一看究竟。-VC.NET change the maximum value of the recent files list, when open the file, it will retain the open file history, and some software to save five oth
Rosenbrock
- 用遗传算法求解Rosenbrock函数的最大值 1.实验报告 2.vc++源程序-Rosenbrock max vc++
Max
- 基于VC的MPI并行算法编程:求解二维数组最大值,供初学者使用-Parallel programming algorithm based on the VC MPI: Max solving two-dimensional array, for beginners
tictactoe
- 人工智能的一字棋游戏,VC++单文档应用程序,使用博弈树的极大极小过程和α-β剪枝算法。-It is a line game, it is a single docment application program, use the max-min and α-β pruning algorithm.
soundtouch
- SoundTouch音频处理库的使用异常简单,经过简单的编译之后,设置编译环境,以vc为例 ,直接在include包含SoundTouch目录下的include路径,接着在lib添加SoundTouch目录下 的lib路径,然后在代码的头文件中添加头文件以及引用的库。如下:根据_DEBUG这个宏, 我们可以进行一些编译预处理,假如是以DEBUG编译就采用debug库,其他的话就采用 release库。他们的区别就是文件名后面是否多了一个“D”。 里接收处理过的音
采用VC和OpenGL实现三维校园漫游系统可视化
- 基于VC++平台和 OpenGL的虚拟校园漫游系统的设计,利用虚拟现实技术、3D Max 建模技术、SQL 数据库技术、三维全景技术和计算机网络技术,对其进行仿真建设,借助鼠标和键盘等外部设备在三维虚拟校园场景中漫游,实现了具有良好的真实感效果和实时交互性的虚拟校园的漫游系统。