-
贪吃蛇纯c++代码
l是控制键,count是时间延迟计数器,p死亡证明,m地图上是否有食物。score是分数,level等级。struct snake是蛇的结构体struct place是地图的结构体void init_place()初始化地图void init_snake()初始化蛇,初始长度为3,方向为右void print() 打印地图和蛇
- 2022-08-05 13:07:22下载
- 积分:1
-
模拟电梯程序,可模拟电梯的实际运行情况,具有很强的可操作性
模拟电梯程序,可模拟电梯的实际运行情况,具有很强的可操作性-Elevator simulation procedure can simulate the actual operation of the lift, has a strong operational
- 2022-08-19 12:46:51下载
- 积分:1
-
将一个html文件转换成txt文件,不知道可不可以用,呵呵。
将一个html文件转换成txt文件,不知道可不可以用,呵呵。-Convert a html file to a text file.
- 2022-03-23 05:13:16下载
- 积分:1
-
c++写的exe文件绑定器,可以合并出一个精简的不含附加内容的exe文件...
c++写的exe文件绑定器,可以合并出一个精简的不含附加内容的exe文件-c++ Writing bind the exe file, you can merge a streamlined additional content does not contain exe files
- 2022-11-14 07:10:04下载
- 积分:1
-
用VC实现PC BIOS读取内容,保护和恢复
VC++ 对PC机BIOS 内容的读取、保存与恢复-VC PC BIOS to read the contents, preservation and restoration
- 2022-07-08 03:40:30下载
- 积分:1
-
可将输入的字母数字进行密码转换,也可以再转换回来
可将输入的字母数字进行密码转换,也可以再转换回来-Can be input alphanumeric password-conversion can also be converted back to
- 2022-03-19 05:08:12下载
- 积分:1
-
这个代码是对鼠标的点的位置进行控制使鼠标的点的位置可以自己随意控制,是你省去很多的点鼠标事件...
这个代码是对鼠标的点的位置进行控制使鼠标的点的位置可以自己随意控制,是你省去很多的点鼠标事件-the code of the mouse for the location of the mouse to control the location of their own arbitrary control, you saved a lot of points mouse events
- 2022-02-10 14:05:47下载
- 积分:1
-
这是在VB环境下支持鼠标滚轮的事例代码,通过此例可以实现在程序中控制鼠标滚轮...
这是在VB环境下支持鼠标滚轮的事例代码,通过此例可以实现在程序中控制鼠标滚轮-This is the VB mouse wheel support under the code examples, the passage of this legislation will be achieved in process control mouse wheel
- 2022-03-18 06:53:09下载
- 积分:1
-
Dynamic array, compute the largest common divisor of two intergal by recursion a...
动态数组 用函数递归和非递归的方法求两个整数的最大公约数-Dynamic array, compute the largest common divisor of two intergal by recursion and non-recursion.
- 2022-01-25 21:02:10下载
- 积分:1
-
Delphi资源文件生成工具 我经常要在程序中加入许多资源,比如:声音、位图、光标等,这样可以使自己 软件更具特色。可以自己建立一个.RC的文件,然后再用Del...
Delphi资源文件生成工具 我经常要在程序中加入许多资源,比如:声音、位图、光标等,这样可以使自己 软件更具特色。可以自己建立一个.RC的文件,然后再用DelphiBinBrcc32.EXE来 编译生成一个.RES的文件,有了这个文件才能把资源编译到软件中去。 可是如果要加入一大批资源,要加入30个位图和20个光标的话,就要在.RC文件中一 行行加入要用的资源,比较麻烦。我是个懒人,所以自已写了这个能自动批量帮你完 成这个任务的工具,可以非常方便的生成.RES资源文件。 注意:由于Borland的Brcc32.EXE不能识别包含有空格和汉字的路径,所以你的资源来 源路径和保存路径不要带有空格和汉字,否则不能建立.RES的文件。-Delphi resources to generate tool I often join in the proceedings of many resources, for example : voice, bitmaps, cursors, etc., can make more software features. One can establish their own. RC paper, and then spend the Delphi bin Brcc32.EXE to build a generation. RES document, the document can have the resources to build software. But if a large number of resources to join, to join the 30-bit map and the cursor 20, then we should. RC paper lines to join with the resources, and trouble. I was lazy, so own writing this volume will automatically help you complete this task tool, it is easy generation. RES resource files. Note : Due to Borland"s Brcc32.EXE not include
- 2022-02-11 10:57:06下载
- 积分:1