-
本程序采用经典粒子图形算法仿真喷泉。P.
本程序采用了图形学中经典的粒子算法,实现了喷泉的模拟。程序中可以自己改动粒子的运动轨迹方程,来模拟其它的景象,例如下雪。-This procedure uses classical particle graphics algorithm simulation fountain. Process can change the trajectories of particles equation, to simulate the other scenes, such as snow.
- 2022-06-02 07:33:48下载
- 积分:1
-
游戏设计的框架文档,包含游戏概念,角色,场景,任务等等。...
游戏设计的框架文档,包含游戏概念,角色,场景,任务等等。-The framework of game design documents, including game concept, roles, scenes, and so on mission.
- 2022-02-04 19:47:13下载
- 积分:1
-
学生信息管理系统,基本新管理使用,通过文件储存信息。
学生信息管理系统,基本新管理使用,通过文件储存信息。-Student Information Management System, the basic use of the new management, the adoption of document storage information.
- 2022-09-14 10:10:04下载
- 积分:1
-
PCI 9050/9052 driver for windows xp
PCI 9050/9052 driver for windows xp
安裝硬體裝置時需要
直接更新驅動程式即可
- 2023-08-08 20:05:02下载
- 积分:1
-
themselves with a socket wrote in the Pocket PC using UDP socket
一个自己用socket写的在Pocket PC 上用的UDP socket-themselves with a socket wrote in the Pocket PC using UDP socket
- 2023-01-26 08:35:04下载
- 积分:1
-
孙鑫老师的VC++教程的光盘源代码,数写的很好,代码也很好,值得研究!第16章源程序!...
孙鑫老师的VC++教程的光盘源代码,数写的很好,代码也很好,值得研究!第16章源程序!-SUN Xin teachers VC++ Tutorial CD-ROM source code, written in a few very good, code is also good, worthy of study! Chapter 16 source code!
- 2022-09-14 04:25:03下载
- 积分:1
-
DuiLib高仿360动画
一个高仿的360的使用duilib案例,很适合刚开始学习界面ui使用,duilib是个很好的选择。本代码动画是采用GDI+实现的动画效果。
希望帮助喜欢酷的效果的同学!
- 2022-02-10 17:45:36下载
- 积分:1
-
This code will be useful to you if you have tried using ADOCE, but never got any
This code will be useful to you if you have tried using ADOCE, but never got anything to work. It is not meant to be integrated into any application, but rather it should be used for demonstrative purposes. It clearly shows the basics of how to use the technology.
- 2022-03-07 13:54:29下载
- 积分:1
-
这是计算CPU速度的小程序,很有意思的。
这是计算CPU速度的小程序,很有意思的。-This the calculation speed of the CPU small program very interesting.
- 2023-01-17 13:45:03下载
- 积分:1
-
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus...
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub-Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub
- 2022-06-29 02:05:14下载
- 积分:1