-
俄罗斯方块,经典游戏。
其中的主要逻辑有:
(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
-
矩阵求逆,经典算法,主元高斯全左右弗兰…
矩阵求逆,经典算法,全主元高斯约当法,经典源码,用途广泛-matrix inversion, classic algorithms, the main yuan Gaussian all about when France, classic source, a wide range of uses
- 2022-03-28 18:05:36下载
- 积分:1
-
有关OFDM的电子书 讲的很详细也很基础 很好
有关OFDM的电子书 讲的很详细也很基础 很好-OFDM 电子书
- 2022-07-19 09:59:04下载
- 积分:1
-
计算机课
计算机类基础课程教材,计算机组成原理(第二版)-Computer Class-based curriculum materials, computer Composition Principle
- 2022-06-02 14:10:50下载
- 积分:1
-
印刷电路板的设计布线图设计的基本方法接着,确定印刷电路板所需的尺寸,并按原理图,将各个元器件位置初步确定下来,然后经过不断调整使布局更加合理,印刷电路板中各元件...
印刷电路板的设计布线图设计的基本方法接着,确定印刷电路板所需的尺寸,并按原理图,将各个元器件位置初步确定下来,然后经过不断调整使布局更加合理,印刷电路板中各元件之间的接线安排方式如下:-The design of printed circuit board wiring diagram of the basic methods of design and then to determine the required printed circuit board size, and schematic diagram of the various components to determine the initial position and then continue to adjust after making a more rational layout, printed circuit boards in connection between the components arranged as follows:
- 2022-01-31 07:29:06下载
- 积分:1
-
Chinese character dot
汉字点阵提取,包括24x24,16x16,12x12-Chinese character dot-matrix extraction, including 24x24, 16x16, 12x12
- 2022-03-14 17:38:23下载
- 积分:1
-
This programs connect to Weigh scale. & shows the actual value.
This programs connect to Weigh scale. & shows the actual value.
- 2023-06-27 05:55:03下载
- 积分:1
-
VB编写的计算器
VB编写的计算器-VB prepared by the Calculator
- 2022-02-07 08:12:19下载
- 积分:1
-
利用vb来实现显示滚动的字,是你的软件界面更美观
利用vb来实现显示滚动的字,是你的软件界面更美观-use to achieve the characters show rolling, is your software interface more beautiful
- 2022-08-08 04:31:15下载
- 积分:1
-
一个经典的DSP程序库,可以为用户提供常用的DSP程序,使得应用DSP时方便一些...
一个经典的DSP程序库,可以为用户提供常用的DSP程序,使得应用DSP时方便一些-a classic DSP libraries, which can be used to provide users with a DSP that allows DSP some convenient
- 2022-03-15 04:32:13下载
- 积分:1