搜索资源列表
利用汇编语言实现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
用8086汇编语言实现选择排序算法
- 用8086汇编语言实现选择排序算法,可以选择排序的字符个数。
汇编实现电话号码本
- 汇编语言实现的电话号码本~含有内存驻留的功能
用汇编语言控制颜色变化
- 用汇编语言实现:通过键盘输入任意两点坐标,在屏幕上开一个窗口,并设定控制窗口的颜色,要求屏幕呈现颜色的变化。(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 change in color. (Huangyujie)
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 corresponding execution.
简单跳舞机的汇编语言实现
- 本程序通过汇编语言,利用4*4矩阵键盘和LED数码管实现简单跳舞机。
51单片机汇编语言实现动态显示
- 51单片机上实现动态显示
时钟基于proteus汇编语言实现
- 通过单片机 实现时钟
SHUZIZHONG.rar
- 汇编语言实现数字钟功能,主要有时间、闹铃、秒表功能,课程设计,写的比较乱,希望耐心看,Digital clock assembly language functions, the main time, alarm, stopwatch functions, curriculum design, writing comparative chaos, I hope the patience to see
meter.rar
- 此为基于单片机的出租车计价器设计。利用汇编语言实现了出租车的计价,显示时间等功能。,his is based on single-chip design Taximeter. The use of assembly language to achieve the taxi meter, indicating the time and other functions.
汇编语言实现计算器的四则运算功能
- 用汇编语言设计一个程序,用来实现计算器的四则运算功能。 需要实现在屏幕要显示输入的表达式,以及运算结果。 ,Using assembly language to design a program to achieve the calculator function of the four operations. Need input on the screen to show the expression, as well as the results of operations.
huibian
- 利用汇编实现五角星图形的动态显示,能够随意改变大小和颜色,并可播放曲目.-Use the compilation of the realization of five-pointed star graphics dynamic display, can not arbitrarily change the size and color, and play music.
ASM_Score
- 用汇编语言实现的程序: 每名学生需要如下描述:班级、学号、姓名、期末成绩、期中成绩、实验成绩、平时成绩。成绩可以有小数,如果有小数只能是点5,班级、学号、姓名格式自定。试编制一程序完成学生的录入和输出,输出的格式为:“班级、学号、姓名、总评成绩”,按照班级、学号进行排序,每人一行;最后再输出60以下、60-70、70-80、80-90、90-100分段内的人数。总评成绩的计算方法是:期末成绩×0.6+期中成绩×0.2+实验成绩*0.1+平时成绩*0.1。-Using assembly lan
sy33
- 用汇编语言实现除法功能,简单,方便,易懂,-Using assembly language to achieve division function, simple, convenient, easy-to-understand,
alarmclock
- 利用汇编语言实现一个可以在显示器上显示时、分、秒的电子时钟,并能提供整点报时功能。设计一个基本的具有显示时、分、秒的电子时钟。 到整点或预定的报警时间,能够以不同的音乐进行报时,可以自行设置闹钟报警时间; 实物演示时要求讲出程序原理和设计思想; 程序运行良好、界面清晰。 -The use of assembly language implementation on a show in the display hours, minutes and seconds of elect
汇编语言串口通信
- 通过汇编语言实现两台机器的串口通信,文件包括发送机,接收机的代码(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 1 decimal numbers are require
nasm实现斐波那契数列的输出
- x8086实模式指令系统汇编语言实现斐波那契数列的输出,nasm实现斐波那契数列的不同颜色输出。