-
俄罗斯方块,经典游戏。
其中的主要逻辑有:
(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
-
调用三个函数实现求数组中每一行的平均值
调用三个函数实现求数组中每一行的平均值-Three function calls for implementation of each line array average
- 2023-09-03 16:05:03下载
- 积分:1
-
一个小的倒计时器,可以设置需要倒计时的时间。
一个小的倒计时器,可以设置需要倒计时的时间。-一个小的倒计时器,可以设置时间
- 2023-01-30 01:20:04下载
- 积分:1
-
MATLAB的FPGA数字信号处理程序
类似于DSP的C语言
简称SG,大家指教!!...
MATLAB的FPGA数字信号处理程序
类似于DSP的C语言
简称SG,大家指教!! -MATLAB FPGA digital signal processing DSP similar to the C language acronym SG, we know! !
- 2022-02-28 10:24:37下载
- 积分:1
-
Write Fruid in DOS system
Write Fruid in DOS system
- 2023-02-26 12:50:03下载
- 积分:1
-
This is my company, in the actual software testing in the practical example of s...
这个是我公司,在实际软件测试中所实用的实例,串口在excel中的应用。-This is my company, in the actual software testing in the practical example of serial port in the excel application.
- 2022-06-12 00:22:53下载
- 积分:1
-
dds development tools, verifiable frequency of your algorithm is correct,
dds开发工具,可验证你的频率算法是否正确,-dds development tools, verifiable frequency of your algorithm is correct,
- 2023-08-24 12:05:04下载
- 积分:1
-
Fenaux Fenaux coding to achieve coding input+7 source symbols, the probability d...
实现费诺编码费诺编码输入为+7个信源符号,其概率分布为:(其中信源符号用A+B、、G表示)A_0.2++B_0.19++C_0.18++D_0.17++E_0.15++F_0.10++G_0.01然后输入程序中得到结果(详细文档,值得一下)-Fenaux Fenaux coding to achieve coding input+7 source symbols, the probability distribution as follows: (where source symbols with the A+ B,, G indicated) A_0.2++ B_0.19++ C_0.18++ D_0.17++ E_0.15++ F_0.10++ G_0.01 and then enter the program to get results (detailed documentation, it is worth it)
- 2023-05-11 05:15:03下载
- 积分:1
-
scientific calculator in VC++
scientific calculator in VC-scientific calculator in VC++
- 2022-09-28 10:55:03下载
- 积分:1
-
用于调试和编程VC或VB编程串行接口技术。
用于串口调试用的一个界面,和VC编程或者VB编程具有同样的效果,不过界面更加好看。-For a serial interface for debugging and programming VC or VB programming with the same effect, but more good-looking interface.
- 2022-06-18 11:44:07下载
- 积分:1