搜索资源列表
SolarSystem
- 这个是用C++写的在Visual C++下运行的模拟太阳系的运动的代码 解压后,在Debug里面可以直接运行exe文件看效果,也可以在编译器里面看
Demo
- 图形图像处理小型的框架 演示学习为主 它会尽量的小 能够在多个编译器和平台下编译和运行-Graphic image processing framework for small-scale demonstration to learn the main it will be able to try a small number of compilers and platforms to compile and run under
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
vczhumian
- 实现多幅图片的无缝完美拼接,能在VC++6.0编译器下编译通过,是不可或缺的入门程序-failed to translate
point_line_rectangle_quadrangle
- 使用vc++和opengl画出一个点、线、三角形、四边形,这个的前提是编译器里要提前有opengl的头文件和开发环境。-Use OpenGL and vc++ to draw a point, line, triangle, quadrilateral, the premise is that the compiler should have OpenGL header files and development environment in advance.