搜索资源列表
ljp
- 利用汇编语言实现循环的的算法。 在输出过程中调用。-using assembly language to achieve the cycle of the algorithm. Output in the process of calling.
我的小计算器
- 用汇编语言实现简易计算器 You can use Hutch s INCLUDE and LIB files to assemble the program with the exception of the Windows.inc. If you use the EWCalc.mak file you will have to change the pointers to the proper directories. If anyone has any problems s
ghdfghhjetet
- 汇编语言实现的数字秒表 汇编语言实现的数字秒表-language compilation of figures compiled language stopwatch figures stopwatch
1110000
- 计算机微机原理与接口实验,实验内容是熟悉8253定时/计数器的使用,包括0、1、2、3方式这四种工作方式的源程序,用汇编语言实现,在ASM里运行成功。-Computer Theory and computer interface experiment, is familiar with the 8253 timer / counter use, 0,1,2,3 means including four methods of work of the source, assembly langua
ele3
- 基于汇编语言的电子琴设计(3).运用汇编语言实现-on assembly language, the flower design (3). The use assembly language to achieve
ele4
- 基于汇编语言的电子琴设计(4).运用汇编语言实现!!!!!!这是3的继续!-on assembly language, the flower design (4). The use assembly language to achieve !!!!!! This is a continuation of three!
dianziqin12345
- 基于汇编语言的电子琴设计.运用汇编语言实现!是完整的程序,有许多功能!-on assembly language, the flower design. Use language compilation! The procedure is complete, there are many functions!
main_michelle
- 双精度乘法,用汇编语言实现双精度乘法运算.
source
- 用汇编语言实现四则运算,其中数值的范围是用32位长字节表示的范围
bkfir_flp32
- 用汇编语言实现的fir滤波器的数字信号处理程序。在visual DSP下运行
hubianchengxu
- 《汇编语言课程设计案例精编》源代码,汇编语言实现,包括钟表显示,汽车,pc机间的通信,“霓虹灯”的模拟显示,学生成绩管理,磁盘文件的读写,七段电子表显示,简易文本编辑器,打字计时练习,音乐演奏,数据加密程序
电话号码查询系统
- 用汇编语言实现电话号码本管理-use assembler language to implement phonebook management
max532
- 用汇编语言实现数模转换芯片max532的控制-assembly language few max532-analog converter chip control
max170
- 用汇编语言实现模数转换芯片max170的控制-assembly language modules conversion chip max170 control
ad7711a
- 用汇编语言实现温度采集芯片ad7711的源程序,请大家指教-assembly language acquisition chip AD7711 temperature of the source, please enlighten
bysj
- 用汇编语言实现的一个简单的学生档案的管理系统,式界面操作的,通过鼠标的山下左右键来选择相应的菜单了执行操作。-assembly language of a simple student records management system interfaces to operate, through the mountains around the mouse button to select the menu for the corresponding execution.
出租车计费器
- 主要使用汇编语言实现出租车计价器的设计,内附详细代码以及设计文档
简单跳舞机的汇编语言实现
- 本程序通过汇编语言,利用4*4矩阵键盘和LED数码管实现简单跳舞机。
huibiandesign
- A组 用汇编语言实现:在屏幕上显示: SIN(X)+345*X/67 X=? REXUILT= 等待输入一个任意的十进制数X(假设每个数不超过三位),计算上述表达式的结果,将该结果显示出来:对于XIN(X)的计算结果要求采用子程序编写,主程序用于输入X和显示结果。 B组: 汇编程序写一个能与PC当前运行的程序进行分时操作的程序,程序的功能是演奏“五星红旗迎风飘扬”。并设置有热键,可随时终止或恢复演奏。 C组: 用汇编程序编程编写一个动画程序:有一架飞机在显示
大小写转换
- 大小写字母转换, 可以考察ASCII码表,利用大写字母与其对应小写字母的ASCII 码相差20H,进行必要的加减运算实现(Case letter conversion under DOS sof)