-
约瑟夫环算法
Joseph Ring 算法-Joseph Ring algorithm
- 2022-04-21 07:07:42下载
- 积分:1
-
快速排序的基本算法
快速排序的基本算法-basic Quick Sort Algorithm
- 2023-06-04 15:35:03下载
- 积分:1
-
纸牌游戏的源程序
纸牌游戏的源程序-poker game of the source
- 2022-07-20 23:03:23下载
- 积分:1
-
一个网带烧结炉的程序,串口通讯,做工业自动化的可以参考
一个网带烧结炉的程序,串口通讯,做工业自动化的可以参考-A mesh-belt sintering furnace process, serial communications, so can refer to the industrial automation
- 2023-01-13 22:50:04下载
- 积分:1
-
航空管理系统的可执行文件,用的VB前台,excel后台,
航空管理系统的可执行文件,用的VB前台,excel后台,-Aviation management system executable file, using the VB outlook, excel background
- 2022-03-20 00:14:01下载
- 积分:1
-
三星j2me开发包,包含SM,SMS等累,网上找的都是帮助文档,这个是jar包,很难找的哦...
三星j2me开发包,包含SM,SMS等累,网上找的都是帮助文档,这个是jar包,很难找的哦-Samsung j2me development kit, including the SM, SMS and so tired, and are looking for online help documentation, this is a jar package, it is difficult to find the oh
- 2023-05-17 16:20:02下载
- 积分:1
-
is very good year
鼠标移动出现气泡, 鼠标移动出现气泡, 鼠标移动出现气泡-is very good year
- 2023-03-14 10:55:04下载
- 积分:1
-
mine source code, vc. Net version, interface and functionality with the Windows...
扫雷源代码,vc++.net版,界面和功能跟windows系统自带的扫雷游戏一样.-mine source code, vc. Net version, interface and functionality with the Windows system onboard mine game.
- 2022-07-18 13:10:13下载
- 积分:1
-
本教程很好的学习信息科学的计算机算法
This tutorial very good to learn information science ana computer algorithm
- 2022-01-21 18:46:22下载
- 积分:1
-
俄罗斯方块,经典游戏。
其中的主要逻辑有:
(1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。
(2)得分...
俄罗斯方块,经典游戏。
其中的主要逻辑有:
(1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。
(2)得分越高,方块下降速度越快(每200分为单位)。
(3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。
游戏控制:
up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。
特点:
(1)由于tc不支持中文,所以基本都是英文注释。
(2)函数命名尽可能规范的表达其内部处理目的和过程。
(3)代码加上注释仅有577行。(我下载过的两个俄罗斯方块代码一个在1087行,一个在993行,我的比它们代码少)。
(4)除了消除空格时算法比较复杂,其他算法都比较简单易读。
(5)绘图效率和局部代码效率扔有待提高。
(6)FrameTime参数可能依据不同硬件环境进行具体设置,InitGame需要正确的TC路径。-Tetris, classic games.
- 2022-02-20 12:56:31下载
- 积分:1