Welcome![Sign In][Sign Up]
Location:
Search - vc max

Search list

[Other resourceVirbMax

Description: 一个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 your own wishes to preserve. adopted a similar console in order. Chu author of lunatics. Canada must use VS2003 3dMax7.0SDK computer.
Platform: | Size: 27952 | Author: 楚狂人 | Hits:

[OpenGL programOpenGL

Description: vc++_OpenGL_3DS Max 做的 风扇
Platform: | Size: 3144774 | Author: xiaozhang | Hits:

[OpenGL programOpengl sample

Description: 这个是使用VC实现的OPENGL建模,并实时渲染的好实例。其中包含全部源代码和实例。其功能类似3DMAX,可以建立各种模型和贴图。-this is the use of the VC OpenGL modeling, and real-time rendering a good example. Which includes all source code and examples. 3DMAX similar functions, the establishment of various models and textures.
Platform: | Size: 2668544 | Author: 蔡志煌 | Hits:

[3D GraphicVirbMax

Description: 一个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 your own wishes to preserve. adopted a similar console in order. Chu author of lunatics. Canada must use VS2003 3dMax7.0SDK computer.
Platform: | Size: 27648 | Author: 楚狂人 | Hits:

[OpenGL programOpenGL

Description: vc++_OpenGL_3DS Max 做的 风扇-vc++ _OpenGL_3DS Max to do the fan
Platform: | Size: 3144704 | Author: xiaozhang | Hits:

[GIS programMapXSample100

Description: Max Sample VC++ Max 实例程序-Max Sample VC++ Max examples of procedures
Platform: | Size: 163840 | Author: jimzshi | Hits:

[3D GraphicRead-3ds-file

Description: 一个完善的读取3DS文件例子,可以在3DS MAX文件中建立的三维模型直接用于VC++中-A perfect example to read 3DS file
Platform: | Size: 3123200 | Author: sdh | Hits:

[OpenGL program3DEditor

Description: vc++和opengl编程导入.max文件,并实现对象的选择,渲染,平移,旋转等功能-vc++ and opengl import programming. max file, and select the object implementation, rendering, translation, rotation and other functions
Platform: | Size: 7012352 | Author: 张杰 | Hits:

[3D GraphicOBJReadandRender

Description: 用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 functions. This source will be able to run through the compiler, please rest assured that the use of ~ ~
Platform: | Size: 6517760 | Author: 于汉超 | Hits:

[matlabkdtree

Description: 有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.
Platform: | Size: 115712 | Author: 徐军 | Hits:

[OS DevelopBanker_algorithm

Description: 一个实现操作系统银行家算法的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 txt file.
Platform: | Size: 16384 | Author: beyond | Hits:

[VC/MFCmaxExport

Description: 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.
Platform: | Size: 86016 | Author: Vasiliy | Hits:

[OpenGL programProgramming_With_3DSSDK

Description: 《如何使用3DS SDK开发程序》。一本介绍如何使用3ds max sdk开发3ds max插件的书,对游戏开发人员也是很有帮助的-<Programming With 3DS SDK>
Platform: | Size: 15041536 | Author: 黄步福 | Hits:

[3D Graphic3DSMaxVC

Description: 3dsmax 将.3ds文件转换为.x文件 然后用VC++ 调用.x文件-3dsmax
Platform: | Size: 160768 | Author: 李明 | Hits:

[GUI DevelopVCMultiView

Description: VC界面最大化,界面分多个窗口,是界面编程的有益参考-Max the vc desktop,and split the the desktop to multi-parts,it s good for desktop programing
Platform: | Size: 47104 | Author: lanyuna | Hits:

[OpenGL programControl-for-3D-Max-construct-OpenGL

Description: 在VC++6.0中实现对3D Max构造OpenGL模型的控制-Control for 3D Max construct OpenGL model in VC++6.0
Platform: | Size: 68608 | Author: 智伟 | Hits:

[CSharpex1

Description: 安装VC++2008(课后完成),并熟悉其集成界面。 分别用指针参数和引用参数编写一个简单的exSwap函数,实现两数的交换功能,并用函数重载来分别实现两个整数的交换及两个浮点数的交换。 利用内联函数实现求两数最大数功能:int max(int,int) 在程序中使用const关键字,掌握其用法。 在主函数中调用上述所编函数,并设计良好的人机界面。-Installation VC++2008 (after school to complete), and are familiar with its integrated interface. , Respectively, with the pointer parameters and reference parameters to write a simple exSwap function, number two switching functions and function overloading to exchange of two integer and two floating-point exchange. Inline functions to achieve the maximum number of functions for the number two: int max (int, int) in the program using the const keyword to master its use. The compiled function call in the main function, and design a good user interface.
Platform: | Size: 618496 | Author: 黄金铠 | Hits:

[Windows Developmax

Description: 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 others to save more, how to change the value of empty in this case mainly change the recent documents list the maximum download the source code to see what had happened.
Platform: | Size: 28672 | Author: 程艳春 | Hits:

[VC/MFCVCPP-general-examples

Description: 经典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
Platform: | Size: 1375232 | Author: 朱敏 | Hits:

[MPIMax

Description: 基于VC的MPI并行算法编程:求解二维数组最大值,供初学者使用-Parallel programming algorithm based on the VC MPI: Max solving two-dimensional array, for beginners
Platform: | Size: 384000 | Author: 白冰 | Hits:
« 12 »

CodeBus www.codebus.net