登录
首页 » Visual C++ » Waterfall-OPENGL

Waterfall-OPENGL

于 2013-01-07 发布 文件大小:719KB
0 194
下载积分: 1 下载次数: 47

代码说明:

  该程序基于VC++语言和OPenGL语言相结合,利用OPenGL中粒子系统原理,在MFC界面内完成绘制从天空下雨的3D仿真效果。该界面中主要以其中一点为中兴点喷射弧形粒子,达到仿真效果。(The program is based on VC++ language and OPenGL language, combining use OPenGL particles in the system principle, in MFC interface to finish drawing from the sky rain 3 d simulation effect. The interface mainly one for zte point injection arc particle to the simulation results.)

文件列表:

Waterfall OPENGL

................\BMPLoader.cpp,2657,2006-12-19
................\BMPLoader.h,1050,2006-12-19
................\Data


................\Font.cpp,4230,2006-12-19
................\Font.h,768,2006-12-19
................\GLFrame.cpp,10635,2006-12-19
................\GLFrame.h,3759,2006-12-19
................\GLWindow.cpp,9497,2006-12-19
................\GLWindow.h,2379,2006-12-19
................\Particle.cpp,7751,2006-12-19
................\Particle.h,3598,2006-12-19
................\Release
................\.......\BMPLoader.obj,23084,2010-07-13
................\.......\BuildLog.htm,10526,2010-07-13
................\.......\Font.obj,26509,2010-07-13
................\.......\GLFrame.obj,37884,2010-07-13
................\.......\GLWindow.obj,30928,2010-07-13
................\.......\mt.dep,69,2010-07-13
................\.......\Particle.obj,38146,2010-07-13
................\.......\ScreenDlg.obj,26451,2010-07-13
................\.......\stdafx.obj,20076,2010-07-13
................\.......\vc80.idb,248832,2010-07-12
................\.......\vc80.pdb,110592,2010-07-12
................\.......\vc90.idb,273408,2010-07-13
................\.......\vc90.pdb,126976,2010-07-13
................\.......\Waterfall.exe,251392,2010-07-13
................\.......\Waterfall.exe.intermediate.manifest,381,2010-07-13
................\.......\Waterfall.obj,48988,2010-07-13
................\.......\Waterfall.pdb,1551360,2010-07-13
................\.......\Waterfall.res,153232,2010-07-12
................\resource.h,910,2006-11-08
................\ScreenDlg.cpp,2870,2006-12-19
................\ScreenDlg.h,920,2006-12-19
................\stdafx.cpp,67,2006-12-12
................\stdafx.h,754,2006-12-16
................\UpgradeLog.XML,4347,2010-07-12
................\UpgradeLog2.XML,2587,2010-07-13
................\Waterfall.cpp,7053,2006-12-19
................\Waterfall.exe,251392,2010-07-13
................\Waterfall.h,2212,2006-12-19
................\Waterfall.ncb,35840,2010-07-13
................\Waterfall.rc,3347,2006-11-08
................\Waterfall.sln,878,2010-07-13
................\Waterfall.sln.old,907,2006-12-19
................\Waterfall.vcproj,5305,2010-07-13
................\Waterfall.vcproj.7.10.old,4380,2006-12-19
................\Waterfall.vcproj.8.00.old,5241,2010-07-12
................\Waterfall.vcproj.MACBOOK.Administrator.user,1411,2010-07-12
................\Waterfall.vcproj.WANGQICHAO.wang.user,1417,2010-07-13
................\_UpgradeReport_Files
................\....................\UpgradeReport.css,3348,2010-07-13
................\....................\UpgradeReport.xslt,12579,2007-06-27
................\....................\UpgradeReport_Minus.gif
................\....................\UpgradeReport_Plus.gif

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • OPNET_-Zigbee
    Compete Project files in OPNET for Zigbee.
    2020-12-29 14:39:01下载
    积分:1
  • CMAC
    在实现AES基础上,用C编写CMAC算法并调试通过。输入数据进行CMAC验证。(In the realization of AES based on the CMAC algorithm written in C and debugging. CMAC input data validation)
    2014-01-10 16:12:49下载
    积分:1
  • newClientIOCP
    在前人基础上修改过的终端的IOCP源代码,在网络上下载的好多此类代码不能很好地运行,此代码已转为实用自己的项目。(Revised on the basis of the previous terminal IOCP source code on the Internet to download a lot of this type of code can not run well, this code has been converted to practical own projects.)
    2015-05-04 09:10:35下载
    积分:1
  • dht11
    实现温湿度显示测量,利用stc89c51编写,利用ds18b20显示(Achieve the measurement of temperature and humidity display, use stc89c51 preparation, use ds18b20 show)
    2013-12-07 19:29:19下载
    积分:1
  • MHT-multitarget-tracking
    基于opencv的MHT的多目标跟踪程序(Based on the MHT multi-target tracking program)
    2015-08-10 20:19:45下载
    积分:1
  • Input_5p1
    ANSI input 5p3 implementation
    2012-10-23 14:09:01下载
    积分:1
  • 69491715GA-FOR-VRP
    说明:  用遗传算法解决vrp问题,源码加详细文档说明 很有用的哦(algorithm for multi- objective optimization. It is a very e&reg ective algorithm but has been generally criticized for its computational complexity)
    2020-10-31 17:29:55下载
    积分:1
  • b
    说明:  定义一个类SortArray继承自MyArray,在该类中定义函数sort实现排序功能。 定义一个类ReArray继承自MyArray,在该类中定义函数reverse实现逆转功能。 定义一个类AverArray继承自MyArray,在该类中定义函数Aver实现求解整数的平均值。 定义NewArray类,同时继承了SortArray、ReArray和AverArray,使得NewArray类的对象同时具有排序、逆转和求平均值的功能。在继承的过程中声明为虚基类,体会虚基类在解决二义性问题中的作用。 (Define a class SortArray inherited from MyArray, defined in the class sorting function sort implementation. Define a class ReArray inherited from MyArray, define the function in reverse to achieve such reversal function. Define a class AverArray inherited from MyArray, defined in the class to solve integer function Aver achieve the average. Defined NewArray class, and inherits SortArray, ReArray and AverArray, making the object of both NewArray class sorting, reversing, and the mean value of the function. In the process of succession declared as virtual base classes, virtual base class experience in resolving ambiguities of the role.)
    2010-06-02 02:13:03下载
    积分:1
  • vc45454
    用VC++6.0开发多表联接的数据库应用程序(VC 6.0 multi-table database connectivity application)
    2005-01-25 09:20:21下载
    积分:1
  • RSM
    响应面方法的一个例子,二阶响应面,使用正交矩阵法求解(rsm algorithms )
    2009-11-10 22:32:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载