搜索资源列表
打砖块(汇编版)
- 用汇编做的简单的打砖块游戏,在13h号图形方式下运行,源码大小为10k-a small game written in asm , which calls interrupt 13h to run under graphic mode , the code is less than 10k
Ringwithtime
- 基于单片机的带作息时间表的打铃系统,汇编源代码-based MCU with timetables, the Bell system, the compilation of source code! !
masm
- 用汇编语言写的打铃的程序,进行汇编,连接,运行后,输入你要其打铃的次数,即会听到你所输入的铃声次数。
gallery
- 用汇编语言写的打鸭子游戏,谢谢使用,适合初学汇编的学习
frequently_used_source_code
- 单片机方面大量常用优秀源代码和说明 ACM-12864汉字液晶显示驱动程序 Ad_da转换 ADC0809 adc2051 AD转换类 C51_table DES算法演示 I2c总线 IIC LED显示 编程规范与范例 步进电机 查表 串行通信 打印 代码运算类 代码转换 单片机经验谈 单片机直接驱动液晶显示 电机pwm控制 电机控制 定浮点子
打砖块(汇编版)
- 用汇编做的简单的打砖块游戏,在13h号图形方式下运行,源码大小为10k-a small game written in asm , which calls interrupt 13h to run under graphic mode , the code is less than 10k
game110
- 汇编语言编写的打方块游戏,游戏体积小,功能齐全。-compilation of language in attacking box, games small size, complete functions.
Ringwithtime
- 基于单片机的带作息时间表的打铃系统,汇编源代码-based MCU with timetables, the Bell system, the compilation of source code! !
TimerAndRing
- 教学打铃控制器,单片机,汇编语言,proteus仿真-Teaching Darlin controller, microcontroller, assembly language, proteus simulation
masm
- 用汇编语言写的打铃的程序,进行汇编,连接,运行后,输入你要其打铃的次数,即会听到你所输入的铃声次数。-Written in assembly language using Darlin procedures, compilation, connectivity, running, you have to input the number of its play-ling, that is, you will hear the numbe
main
- 为了熟练掌握汇编语言的编程技巧,将理论与实践相结合,更好的理解计算机的工作原理,选择了大蜜蜂这一款较简单的游戏。可以帮助深化对汇编语言程序设计的掌握程度。尤其对于主要的指令系统、程序格式及设计结构、技巧的熟练。 1.2 游戏介绍 打蜜蜂是一款经典的单击游戏。游戏方式为,游戏者操作一架位于屏幕底端的飞机,攻击屏幕上方的敌人。上方的敌人会向下飞行。-In order to master assembly language pr
gallery
- 用汇编语言写的打鸭子游戏,谢谢使用,适合初学汇编的学习-Written in assembly language with ducks playing games, Thank you, use, suitable for beginners to learn to compile
frequently_used_source_code
- 单片机方面大量常用优秀源代码和说明 ACM-12864汉字液晶显示驱动程序 Ad_da转换 ADC0809 adc2051 AD转换类 C51_table DES算法演示 I2c总线 IIC LED显示 编程规范与范例 步进电机 查表 串行通信 打印 代码运算类 代码转换 单片机经验谈 单片机直接驱动液晶显示 电机pwm控制 电机控制 定浮点子
Chuanqiuzuozhuan
- 春秋Q传自动打怪,拾物汇编源码。学习外挂的朋友用得着-Chunqiu Q Chuan automatically打怪, pick up the compilation of source material. Friend of the study useful plug-ins
0
- 汇编语言做出的简单的实用的打字母游戏,希望大家相互学习-Assembly language to make simple and practical fighting game characters, I hope we learn from each other
MCS51microcontroller
- 非常好的介绍MCS-51单片机以及汇编指令编程的文挡!可以打好扎实的基础。-Very good descr iption as well as the MCS-51 microcontroller programming text block assembly instructions! You can lay a solid foundation.
Word
- 用汇编编的打字练习程序 实现按照给定的字母练习打字 每打完一行进行计时-Typing practice with the compilation series of programs to achieve a given letter in accordance with practice typing time every kick down the line to
DAYAZI
- 汇编的打鸭子游戏,有点小故障,希望牛人能改一下,只能运行-kill duck game
dnfwgym
- 由于我的C用的比较少,所以大部分都用的汇编,部分地方用汇编写不是很方便,所以我用的C,由于只是学习,所以内核地址我没有计算都是硬编码的。过DNF主要分为三步,也许我的思路不太正确,反正可以OD调试,下断。 程序没怎么修边幅,因为只是测试,所以一般都没有写更改内核后的恢复,不过不妨碍使用。 第一步,这也是最起码的,你必须要能够打开游戏进程和线程,能够开打进程和线程后不被检测到 第二步,能够读写进村内存 第三步,能够用
Assembly - lowercase characters converted to uppercase
- 汇编题目要求:试从键盘输入,编写一个把字符串中的所有小写字母改为打写字母的程序,并将转换后的字符串显示输出