-
源代码附书”的物理游戏开发商“戴维男孩…
The source code accompanying the book "Physics for Game Developers" by David Bourg (2001)
Source code in C++ (WinAPI / DirectX)-The source code accompanying the book "Physics for Game Developers" by David Bourg (2001)
Source code in C++ (WinAPI/DirectX)
- 2022-03-26 15:02:51下载
- 积分:1
-
这是游戏的UI描述部分奥赛罗。实际上它是约..
This the description portio of the UI for the game Othello. Actually it is call Reversi becuase Hasbro has the name Othello copywrited. Anyway, there are some subtle differences in the rules of the games - such as the postion of the starting pieces, but for the most part they can be considered equal as strategy games go.-This is the description portio of the UI for the game Othello. Actually it is call Reversi becuase Hasbro has the name Othello copywrited. Anyway, there are some subtle differences in the rules of the games- such as the postion of the starting pieces, but for the most part they can be considered equal as strategy games go.
- 2022-11-11 08:40:03下载
- 积分:1
-
游戏13张牌.玩法,按点数大小走牌,三张比两张大,四张比三张大。如果是单张,用两张可以碰...
游戏13张牌.玩法,按点数大小走牌,三张比两张大,四张比三张大。如果是单张,用两张可以碰-13 games licensing. Play, according to the size of points away licenses, three more than two, more than three big four. If the leaflets can be used two collision
- 2023-09-01 20:55:03下载
- 积分:1
-
The code provides a common rights management module. Have a friend in need can b...
本代码提供了一个通用权限管理模块.有需要的朋友可以下载
-The code provides a common rights management module. Have a friend in need can be downloaded
- 2022-10-30 02:10:04下载
- 积分:1
-
《Visual C/C++系统开发典型实例解析》
《Visual C/C++系统开发典型实例解析》-源代码。学习VC++的必备源码
- 2023-07-14 01:25:11下载
- 积分:1
-
A very good vc++ProgrammingGuide book.
A very good vc++ProgrammingGuide book.
- 2022-12-12 10:40:04下载
- 积分:1
-
目标
在一个函数中暂停应用程序,直到用户单击鼠标或者按键为止。
2. 策略
当应用程序看起来是空闲时,实际上它在运行函数: C Wi n A p p...
目标
在一个函数中暂停应用程序,直到用户单击鼠标或者按键为止。
2. 策略
当应用程序看起来是空闲时,实际上它在运行函数: C Wi n A p p : : R u n ( )。该函数不仅具有
查询新消息的逻辑功能,并且完成了大量包括更新用户界面状态和清除临时内存对象在内的
应用程序维护工作。因此,如果需要在应用程序中的某个地方停止运行并等待消息,也需要
进行这种应用程序维护工作。由于微软提供了C Wi n A p p ( ) : : R u n ( )函数的源代码,因此本例将
创建该函数的一个新版本,可用于应用程序中的任何地方。
- 2022-02-06 06:20:29下载
- 积分:1
-
Java小程序两个:一个是打印出万年历,另一个是解决一个有趣的数学问题...
Java小程序两个:一个是打印出万年历,另一个是解决一个有趣的数学问题-Java two small programs : a hefty almanac is printed out, and the other is to solve an interesting mathematical problem
- 2022-09-26 07:20:02下载
- 积分:1
-
设Internet上有N个站点,通常从一个站点发送消息给其他N-1个站点,需依次发送N-1次。
这样从一个站点发布消息传遍N个站点时,可能要较长时间。...
设Internet上有N个站点,通常从一个站点发送消息给其他N-1个站点,需依次发送N-1次。
这样从一个站点发布消息传遍N个站点时,可能要较长时间。
设从每一个站点都可以向其他N-1个站点同时发送消息.
当一个站点发布消息给若干个站点后, 设为k个, 已获得消息的这1+k个站点就可以同时发布消息给另外若干个站点, 设为t个, 此后就有 1+k+t 个站点可以同时发布消息,这种发布消息方法应该会缩短消息传遍N个站点的时间。
请您编一个程序, 编程求出从第一个站点开始发布消息传遍N个站点的最短时间。
- 2022-01-27 09:55:19下载
- 积分:1
-
用CreateFileMapping实现进程间的通讯
用CreateFileMapping实现进程间的通讯-CreateFileMapping process used to achieve communication between
- 2022-03-20 06:41:14下载
- 积分:1