-
masm old fargon 2 to do asmbly code
masm old fargon 2 to do asmbly code
- 2022-12-15 09:55:02下载
- 积分:1
-
C语言中,把16进制转换成字符串,一般在对中文进行传递中用到...
C语言中,把16进制转换成字符串,一般在对中文进行传递中用到-C language to convert a string of 16 hex, the general in the Chinese language used in the transmission of
- 2022-03-10 17:18:27下载
- 积分:1
-
Stepper Motor Controlled by pic12F629
我发现在我的盒子里有电子设备单极步进电机-PM35L-048-HP04。这是我第一次接触步进电机。
- 2022-01-26 01:07:56下载
- 积分:1
-
Tower of Hanoi program a total of three
汉诺塔程序 共有三个轴 码数由键盘输入 屏幕上输出移动的过程及次数-Tower of Hanoi program a total of three-axis code number on the screen from the keyboard input and frequency output of the process of moving
- 2022-11-12 21:20:03下载
- 积分:1
-
TMS320lf2047a的经典异步串行通信程序好得很
TMS320lf2047a的经典异步串行通信程序好得很-TMS320lf2047a classic asynchronous serial communication program very good
- 2022-03-21 10:51:53下载
- 积分:1
-
写汇编代码实现一个圆形的先入先出(FIFO)缓冲器…
To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode. To expand on the FIFO assignment and implement the FIFO solution on the QWIKFLASH PIC target board and display the FIFOSTATUS as LED indicators. Recall:
Flags within a file register called FIFOSTATUS:
• Bit 0: FIFO_full
• Bit 1: FIFO_empty
• Bit 2: attempt_2_read when FIFO_empty
• Bit 3: attempt_2_write when FIFO_full
- 2023-05-10 17:35:03下载
- 积分:1
-
一个用汇编语言编写的矩阵转置程序
一个用汇编语言编写的矩阵转置程序-an assembler language matrix transpose procedures
- 2022-02-21 10:02:26下载
- 积分:1
-
一些汇编例子
一些汇编例子-Compilation of examples of some
- 2022-03-12 18:44:22下载
- 积分:1
-
6502bios, on the SBC 6502, LCD, time, irq, module
6502bios,关于6502的sbc,有lcd,time,irq,模块-6502bios, on the SBC 6502, LCD, time, irq, module
- 2022-12-07 08:30:03下载
- 积分:1
-
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