搜索资源列表
利用汇编语言实现DES加密算法
- 利用汇编语言实现DES加密算法 虽非原创,但很有用。-using assembly language to achieve DES encryption algorithm, if not original, but very useful.
汇编实现堆排序
- 一个不错的堆排序,用汇编语言实现的-a good heap sort, with the compilation of language
用汇编语言控制颜色变化
- 用汇编语言实现:通过键盘输入任意两点坐标,在屏幕上开一个窗口,并设定控制窗口的颜色,要求屏幕呈现颜色的变化。(huangyujie)-assembly language : 2:00 keyboarding arbitrary coordinates on the screen in an open window and set the color control window, the screen has requested a c
masm 实现的简单的学生档案管理
- 用汇编语言实现的一个简单的学生档案的管理系统,式界面操作的,通过鼠标的山下左右键来选择相应的菜单了执行操作。-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 corre
简单跳舞机的汇编语言实现
- 本程序通过汇编语言,利用4*4矩阵键盘和LED数码管实现简单跳舞机。
51单片机汇编语言实现动态显示
- 51单片机上实现动态显示
时钟基于proteus汇编语言实现
- 通过单片机 实现时钟
汇编实现堆排序
- 一个不错的堆排序,用汇编语言实现的-a good heap sort, with the compilation of language
汇编语言课程设计1
- 程序首先定义一个hello的函数调用int 21h mov ah ,09来显示字符串,ds:dx定义字符串位置 来使用一个80×25的界面使整个程序更加美观 游戏主程序调用BIOS int 10 的9号功能实现对目标文本的颜色和定位,。游戏主程序可以用int 16 mov ah,00从键盘读取输入的字符在调用int 21 mov ah,01 让键盘输入显示在屏幕中 al=输入的字符,用cmp指令对输入的文本和目标文本进行比较,再利用选择
汇编语言时钟
- 通过8086的宏汇编工具以及对应的DEBUG工具,利用DOS提供的中断调用功能和BIOS系统调用功能,利用微机本身的中断向量表,实现对微机的时钟的管理操作。让微机在显示器上模拟显示一个时钟。-8086DEBUGDOSBIOS The displays allow computer simulation shows a clock.
用汇编语言控制颜色变化
- 用汇编语言实现:通过键盘输入任意两点坐标,在屏幕上开一个窗口,并设定控制窗口的颜色,要求屏幕呈现颜色的变化。(huangyujie)-assembly language : 2:00 keyboarding arbitrary coordinates on the screen in an open window and set the color control window, the screen has requested a c
i2c汇编语言
- I2C端口设计,由ASM设计完成,实现I2C端口功能-I2C port design, the design completed by ASM, I2C port functions
masm 实现的简单的学生档案管理
- 用汇编语言实现的一个简单的学生档案的管理系统,式界面操作的,通过鼠标的山下左右键来选择相应的菜单了执行操作。-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 corre
汇编语言课程设计报告
- 汇编程序报告,有详细解析和源代码.用于实现DOS窗口右上角显示计时器的中断服务程序.-assembler report, a detailed analysis and source code. DOS window for the upper right-hand corner shows the timer interrupt service procedures.
jml023
- 本程序是用汇编语言实现数字时钟功能的.通过修改8259中断控制器的中断屏蔽寄存器(21H号端口) 打开时间中断, 实时中断, 键盘中断-this procedure is used assembly language digital clock function. By amending the 8259 interrupt controller interrupt masking registers (21H, port) to op
汇编语言虚拟机
- 本软件实现了汇编语言级虚拟机的模拟,可以当作一个简易的汇编工具使用,同时又演示了CPU的工作过程,对于学习计算机组成原理和汇编语言是有一定帮助的-the assembly language level virtual machine simulation and can be used as a simple compilation of the use of tools, but also demonstrated the CPU p
利用汇编语言实现DES加密算法
- 利用汇编语言实现DES加密算法 虽非原创,但很有用。-using assembly language to achieve DES encryption algorithm, if not original, but very useful.
汇编语言串口通信
- 通过汇编语言实现两台机器的串口通信,文件包括发送机,接收机的代码(The assembly language realizes serial communication between two machines. The file includes the transmitter, the receiver's code)
单片机端采用汇编语言实现电压输出
- 单片机端采用汇编语言实现电压输出 PC 计算机 通信(microcomputer uses assembly language to realize voltage output)
汇编语言 学生信息
- 用汇编语言实现 一个学生的信息包括姓名、班级、学号、成绩,其中成绩需要精确到 1 位小数。 程序实现了以下功能: 1. 可以录入学生成绩(十进制形式); 2. 可以按要求(成绩)进行排序显示; 3. 可以统计平均成绩; 4. 可以统计个分数段的人数。(A student's information includes names, classes, school numbers, and grades, of which