-
是对ocm4x8c图形显示的的汇编程序,是用keil软件编写的.
是对ocm4x8c图形显示的的汇编程序,是用keil软件编写的.-Is a graphical display of ocm4x8c compilation process, is prepared keil software.
- 2022-12-15 01:40:03下载
- 积分:1
-
This code may be reused for any educational or non
This code may be reused for any educational or non-commercial application without further licence Contact the author at BrianLBurns@att.net for any other use.
- 2022-03-18 08:58:41下载
- 积分:1
-
8253 with the preparation of procedural delays stopwatch
用8253编制秒表延迟程序-8253 with the preparation of procedural delays stopwatch
- 2022-02-06 08:52:18下载
- 积分:1
-
一个汇编通用对话框例子
一个汇编通用对话框例子-a compilation of common dialog example
- 2023-02-24 03:40:02下载
- 积分:1
-
汇编语言与设计 我们可以这样的做一些有用的汇编程序
汇编语言与设计 我们可以这样的做一些有用的汇编程序-assembly language and design we could do some useful compilation proce
- 2022-01-22 02:53:18下载
- 积分:1
-
一个温湿度控制的全部源程序,主要是介绍传感器SHT10的接口源代码。单片机是8051系列...
一个温湿度控制的全部源程序,主要是介绍传感器SHT10的接口源代码。单片机是8051系列-A temperature and humidity control of all source code, mainly the introduction SHT10 sensor interface source code. 8051 series are single-chip
- 2022-08-04 06:40:10下载
- 积分:1
-
一个C style Assembler的source code
一个C style Assembler的source code-one of the C style Assembler source code
- 2022-04-17 05:18:12下载
- 积分:1
-
Assembly language programming and debugging tools. The purpose of learning assem...
汇编语言编程和调试工具。
学习汇编语言的目的就是要用汇编语言编程来解决实际问题,下面介绍二种常用的汇编语言编程环境:宏汇编MASM 6.11和Turbo Assember 5.0。
1.1、宏汇编MASM系统
在宏汇编MASM系统中,程序员可用二种方法来处理源程序:命令行和集成环境。
-Assembly language programming and debugging tools. The purpose of learning assembly language is to use assembly language programming to solve practical problems, the following describes two kinds of commonly used assembly language programming environment: Macro Assembler MASM 6.11 and Turbo Assember 5.0. 1.1, Macro Assembler MASM Macro Assembler MASM system in the system the programmer can be two kinds of ways to deal with source code: The command line and integrated environment.
- 2022-12-17 00:45:04下载
- 积分: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
-
C++ 函数调用堆栈,反汇编例子。可以学习子函数入参传递,子函数返回等。...
C++ 函数调用堆栈,反汇编例子。可以学习子函数入参传递,子函数返回等。-C++ function call stack, disassembly examples. Can learn to pass parameters into the subroutine, subroutine return and so on.
- 2023-08-23 07:50:03下载
- 积分:1