搜索资源列表
whysupportnot
- 首先,一个编译单元(translation unit)是指一个.cpp文件以及它所#include的所有.h文件,.h文件里的代码将会被扩展到包含它的.cpp文件里,然后编译器编译该.cpp文件为一个.obj文件-First of all, a compiler module (translation unit) is an. Cpp file and# include it all. H files,. H file of the code will be extended to includ
DrawGL02
- 如何在Matlab中通过混合编程的方式使用OpenGL。希望能抛砖引玉,大家共同讨论。 该程序基于Matlab6.5和VC6平台编译,运行后会显示一个彩色的三维坐标轴以及一个棋盘平面。使用方向键和9/0平移, x/y/z旋转。 程序的源文件为DrawGL02.cpp,在Matlab中通过mbuild -setup设置好VC编译器后,运行mex -O -v DrawGL02.cpp即可生成dll文件。然后再Matlab中运行DrawGL02即可。-How in the Matl
trega.cpp.tar
- tell about light and shading : ambient and specular use for g++ compiler and opengl extract and compile with g++ -lm -lglut -lGL -lGLUT trega.cpp
FISH-AND-ANIMAL-CPP
- C++编译器在编译的时候,发现Animal类的breathe()函数是虚函数,这个时候C++就会采用迟绑定(late binding)的技术,在运行时,依据对象的类型(在程序中,我们传递的Fish类对象的地址)来确认调用的哪一个函数,这种能力就做C++的多态性。-C++ compiler during compilation, found the Animal class breathe () function is a virtual function, the c++ will use la
ImageEx_demo
- ImageEx在VC++中的一个应用实例,展现了窗口中的动画GIF图像显示,一个动画窗体源码实例,引入了ImageEx.cpp和ImageEx.h,编译需要GDI+库中的gdiplus.h文件,若缺少将不能正确编译-ImageEx in VC++ in an application example, show a window display animated GIF image, an animated form source code examples, introduced ImageEx