搜索资源列表
利用汇编语言实现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.
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.
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
Trafficlight
- 在PC机上,用汇编语言实现交通灯管理系统,包括路面,灯,车的动静态画面。-In the PC, using assembly language to achieve traffic light management system, including roads, lights, static and dynamic vehicle images.
huibian00
- 《汇编语言课程设计案例精编》源代码,汇编语言实现,有各种课件参考-" Assembly language curriculum design refined case for the" source code, assembly language to achieve, there are a variety of courseware reference
yuandaima
- 《汇编语言课程设计案例精编》源代码,汇编语言实现,包括钟表显示,汽车,pc机间的通信,“霓虹灯”的模拟显示,学生成绩管理,磁盘文件的读写,七段电子表显示,简易文本编辑器,打字计时练习,音乐演奏,数据加密程序等27个案例,不容错过-" Assembly language curriculum design refined case for the" source code, assembly language to achieve, including watches show,
dsp
- 汇编语言实现dsp的相关程序设计,很值得学习的-Dsp assembly language implementation of the relevant programming, it is worth learning
4_1
- 汇编语言课程设计,用汇编语言实现一个具有基本功能的记事本,供大家参考学习之用-Curriculum design, assembly language, using assembly language to achieve a basic function of the notebook for your reference learning to use
wuxin
- 用汇编语言实现两个文件中的矩阵的乘法,将计算结果存入一个新的文件中,带命令行参数运行。-The two documents with the assembly language implementation of matrix multiplication, the calculation result into a new file, with a command-line arguments to run.
汇编语言 电子时钟
- 实现电子时钟功能。一个功能按键,一个加键,功能按键控制年月日与时分秒切换,加键控制时分秒的加减。(Realize electronic clock function. A function key, a key, key control function and switch date and time, and every minute add key control.)
汇编语言串口通信
- 通过汇编语言实现两台机器的串口通信,文件包括发送机,接收机的代码(The assembly language realizes serial communication between two machines. The file includes the transmitter, the receiver's code)
汇编语言 学生信息
- 用汇编语言实现 一个学生的信息包括姓名、班级、学号、成绩,其中成绩需要精确到 1 位小数。 程序实现了以下功能: 1. 可以录入学生成绩(十进制形式); 2. 可以按要求(成绩)进行排序显示; 3. 可以统计平均成绩; 4. 可以统计个分数段的人数。(A student's information includes names, classes, school numbers, and grades, of which 1 decimal numbers are require