-
C语言写的俄罗斯方块程序
其中的主要逻辑有:
(1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。
(2)得分越高,方块下降速度
C语言写的俄罗斯方块程序
其中的主要逻辑有:
(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路径。
-err
- 2023-05-30 22:10:03下载
- 积分:1
-
modebus协议的汇编实现,汇编写起来不容易啊
modebus协议的汇编实现,汇编写起来不容易啊-modebus agreement realize compilation, the compilation of write不容易啊
- 2022-10-28 02:20:04下载
- 积分:1
-
这是用win32汇编编写的资源编辑器,大家在进行VC++或win32汇编开发的时候,要进行资源界面的编辑,这个编辑器的功能比VC自带的更强大...
这是用win32汇编编写的资源编辑器,大家在进行VC++或win32汇编开发的时候,要进行资源界面的编辑,这个编辑器的功能比VC自带的更强大-This is a compilation prepared by the win32 resources editor, Members conducting VC++ compilation or win32 development of the times, resource editing interface, The editor of the VC, bringing their functional than the more powerful
- 2022-06-30 21:53:59下载
- 积分:1
-
MCS51四字节除法运算程序,可计算出四字节的商和四字节的余数。...
MCS51四字节除法运算程序,可计算出四字节的商和四字节的余数。-mcs51 division operation routine for tetra-byte ,may calculate both quotient of tetra-byte and remaining of tetra-byte
- 2022-02-12 16:01:41下载
- 积分:1
-
特点:
1. 双轴倾角传感器
2. 测量范围0.5g(±30 度)或者1g(±90 度)
3. 单极5V 供电,比例电压输出
4. 高分辨率双轴
特点:
1. 双轴倾角传感器
2. 测量范围0.5g(±30 度)或者1g(±90 度)
3. 单极5V 供电,比例电压输出
4. 高分辨率双轴倾角传感器
5. 数字SPI 或模拟输出
6. 内置温度传感器
7. 长期稳定性非常好
8.高分辨率,低噪声,工作温度范围宽
优势:
长期稳定性好,温度特性优良
抗冲击能力强
应用:
双轴平台调平
倾斜测量
垂直方向的各种角度的测量-Features: 1. Biaxial inclination sensor 2. Measuring range of 0.5g (± 30 degrees) or 1g (± 90 degrees) 3. Unipolar 5V power supply, the ratio of voltage output 4. High-resolution dual-axis inclination sensor 5. SPI digital or analog output 6. Built-in temperature sensor 7. 8 very good long-term stability. High-resolution, low noise, wide operating temperature range of advantages: long-term stability, excellent temperature characteristics of the application of anti-shock capability: dual-axis tilt platform leveling vertical measurement range of the angle measurement
- 2023-01-03 08:30:03下载
- 积分:1
-
we do Interface Technology Experiment 8255, on the need to download it
我们接口技术做的实验8255,有需要的就下载吧-we do Interface Technology Experiment 8255, on the need to download it
- 2023-06-17 05:15:03下载
- 积分:1
-
常用算法集锦
遗传算法。蚁群算法。神经网络。动态规划。搜索算法。模拟退火算法
- 2022-07-14 16:08:45下载
- 积分:1
-
在MASM6.15上,用汇编语言实现简单的Windows应用程序.
在MASM6.15上,用汇编语言实现简单的Windows应用程序.-Some simple Windows applications written by assembly language.MASM version above 6.15 is needed.
- 2022-02-01 22:39:32下载
- 积分:1
-
Windows环境下32位汇编语言程序设计配套书源码第14章
Windows环境下32位汇编语言程序设计配套书源码第14章-Windows Environment 32-bit assembly language programming book source package Chapter 14
- 2022-01-22 02:30:58下载
- 积分:1
-
通过用汇编语言编写液晶屏幕显示程序,连接左右液晶地址口和数据口,通过开关来来控制点亮和点灭.点亮开关则显示欢度佳节4个字样,点灭则屏幕是空....
通过用汇编语言编写液晶屏幕显示程序,连接左右液晶地址口和数据口,通过开关来来控制点亮和点灭.点亮开关则显示欢度佳节4个字样,点灭则屏幕是空.-Through the use of assembly language procedures for the preparation of liquid crystal display, LCD address to connect around the mouth and data port, through the switch to control light and point out. Lit switches show to celebrate the festive season four words, point out the screen is empty.
- 2022-05-24 08:23:55下载
- 积分:1