搜索资源列表
Excise_DesktopSnow
- windows桌面飘雪小游戏程序源码。 WindowsAPI和Timer的结合使用,通过坐标控制雪花的下落及风向吹动的效果。 桌面上飘起了大小不一的雪花-windows desktop snow game program source code. Of WindowsAPI and the Timer using the coordinates control the whereabouts of the snowflake and the wind blowing effect
WindowsCard
- VB模仿的翻纸牌游戏,程序非常简单,因此如果你是VB新手的话,你会比较喜欢的。游戏玩法:左键翻牌或选牌,右键在目标位置放牌,双击浮在最上的已翻开的牌可按规则自动放牌到右上角。-VB copied over card games, the program is very simple, so if you are a novice VB, you would be more like. Gameplay: left or election flop card, right-place positi
Tools
- C#游戏*编程专用类, 包含读写 float INT INT64 等写*必备函数。-C# game programming dedicated plug-in class, including reading and writing float INT INT64 write plug-ins and other necessary functions.
watersphere2
- 一个物理模拟类,在水里的一个球。可以模拟各种浮动效果。-a pyhtis enulater ,water sperer .can simulator some float effect...
Pandoras-Box-Game-modification-1.0
- 月光宝盒游戏修改器(内存搜索修改工具)是由月光宝盒游戏网(http://www.ygbhol.com/) 编写。 你可以随意修改和使用本软件修改游戏,这都是免费的。但如你作了任何修改请保留本站连接和注明原作者是月光宝盒游戏网,这是基本的感恩和信任,修改了别人的东西而不注明出处是不耻的。 我们会考虑后续放出源码给大家一起学习,由于这个版本可能还有些bug所以还是在内部测试中。-Pandora s Box Game modification(Memory Editor) tool is ma
test
- 5.16 创建一个Fraction类执行分数运算。要求如下: (1) 用整形数表示类的private成员变量:f1(分子),f2(分母); (2) 提供构造方法,要求传入两个整型数,初始化分子、分母; (3) 提供两个分数相加、减、乘、除的方法; (4) 提供a/b的形式打印分数; (5) 提供以浮点数形式打印分数; (6) 编写测试类测试分数类的各方法。 5.18 编程实现以下简单超市管理,具体要求如下: (1) 实现描述超市的类Suppermack