搜索资源列表
汇编实验全程源代码
- 这里面包含着经典的汇编实验源码-bread competing here a compilation of classic experiments FOSS
汇编原理实验
- 计算机汇编实验:表格显示字符,查找匹配字符串,分类统计字符个数,查找电话号码
汇编小程序
- 汇编实验的程序代码,数据转换,数据传送,数据排序等等
电话号码.rar
- 汇编实验 电话号码 能输入人的姓名、电话,能自动排序,查找功能,号码以最多8位保存。,compilation of experimental telephone numbers can enter the names and phone numbers, can automatically sort and search functions, numbers up to a maximum of eight preservation.
查找匹配字符串所在的位置
- 汇编实验 查找匹配字符串所在的位置 输入一段字符 能查出它的位子和个数-compilation of experimental search string matching the location for the importation of characters it can be detected and the number of seats
LPC2000
- LPC200一个实验程序,非常有用,汇编实验-LPC200 an experimental procedure, very useful compilation of experimental
Triangle
- 汇编程序设计编写 屏幕显示三角形 有实验报告哦-Designed to prepare assembler triangle screen Oh there is experimental report
3207006371huibianshiyan
- 汇编实验,实验要求和完整报告,希望对大家有帮助~-Compilation of experiments, experimental requirements and the full report, you want to help ~
61IC_H207
- 51汇编程序 多个51汇编实验 让你了解单片机的程序编写-51asm
54
- 汇编实验,控制台程序,可实现二进制、十进制、十六进制数值数据间的相互转换。适用于初学者参考-Compilation of experiments, the console procedures, can be binary, decimal, hexadecimal conversion between. Reference for beginners
中断实验与编程
- 实验任务及内容: 编一程序,在显示器上显示时、分、秒。借用计数器8253的Timer0作为中断源,通过8259A向CPU发中断,每10ms产生一次中断。在中断服务程序中管理刷新时、分、秒。 输入文件名(如CLK)后清屏后显示:Current time is: xx:xx:xx (时分秒键盘输入) 打回车,时、分、秒开始计时。时钟不停的刷新。 当键入CTRL+C时,停止计时,返回系统,且系统正常运行不死机。 8253的初始化程序段可借用口地址为40H、41H、42H、43H 控制字为3
汇编实验
- 汇编大多是指汇编语言,汇编程序。把汇编语言翻译成机器语言的过程称为汇编。在汇编语言中,用助记符(Memoni)代替操作码,用地址符号(Symbol)或标号(Label)代替地址码。这样用符号代替机器语言的二进制码,就把机器语言变成了汇编语言。于是汇编语言亦称为符号语言。用汇编语言编写的程序,机器不能直接识别,要由一种程序将汇编语言翻译成机器语言,这种起翻译作用的程序叫汇编程序,汇编程序是系统软件中语言处理的系统软件。(Compilation mostly refers to assembly l
几个汇编经典代码
- 几个经典的汇编代码。 1. 顺序程序设计 2. 分支程序设计实验 3. 循环程序设计实验 4. 子程序设计实验 5. 码制转换程序实验 6. 两个数相乘的实验(Several classic assembly code.)
MCS-51单片机的40个实验电路原理图和程序设计
- 40个单片机实验设计,包括原理图,汇编语言程序和C语言程序(Singlechip experiment design)
汇编实验报告
- 初学汇编语言,几个小实验让我们更加熟悉与掌握汇编语言,程序要在DOS上实现(The first assembly language, several small experiments have made us more familiar with the assembly language, the program will be implemented in DOS)
数码管显示实验
- 基于51单片机的数码管动态显示程序以及proteus仿真(Dynamic display program of digital tube and Proteus simulation based on 51 single chip microcomputer)
bigendOrsmallend
- 汇编实验之判断大端小端存储结构,你要吗,要就下载啊等啥子(the lab for huibian,axibawobuzhidaohuibianzaxiea)
单片机汇编:继电器
- 实验:按键控制继电器。 现象:按下K1键继电器闭合,LED发光(Assembly program of key control relay.)
汇编实验汇总
- 汇编实验的相关参考,包含内容比较全面,有需要的可以自行下载