▍1. paixu
可以输入一组成绩,然后按照升序和降序排列啊 (To input scores ascending descending order)
字符和数据计算的实验 实验内容:先在屏幕上显示“input string,”,输入字符串 再显示“result=”。如为0~9的数字,则计数器加1,如为非数字,则直接显示,但不计数。(Characters and calculating data of experiments Experiment content: first on the screen shows "input string,", the input string It is displayed "result =". As for 0 ~ 9 number, the counter add 1, such as is not a number, is directly display, but don t count. )
汇编语言程序设计实验报告 1实验要求: 编写程序实现 1 可以录入学生成绩 2 可以按要求进行排序显示 3 可以统计平均成绩 4 可以统计各分数段人数 (Assembly language programming lab reports a test requirement: write a program to achieve a 2 pupils can input requirements can be sorted according to the statistical average results show 3 to 4 you can count the number of scores section)
8086汇编源程序,实现三角形存在性判断(Assembler, to achieve the triangle to determine the existence)
部分汇编语言实例 适合初学者 有兴趣的可以一起学习 呵呵(Some examples of assembly language for beginners who are interested can learn together Oh)
说明: 用汇编语言实现的四则运算计算器,可进行0-65536之间的四则运算(In assembler language realization of calculator, then can 65536 between 0- then)
电子时钟~~~~~~~~第一部分:定义显示界面。 第二部分:调用系统时间(日期),并将调用的用二进制表示的时间数转换成ASCII码,并将时间数(日期数)存入内存区。 第三部分:将存在系统内存区的时间数(日期数)用显示字符串的形式显示出来。 第四部分:获取键盘的按键值,判断键值并退出系统。 (Electronic Clock ~~~~~~~~ Part I: the definition of the interface appears. Part II: call to system time (date), and call the number with the binary representation of time into ASCII code, and the number of time (date number) into the memory area. Part III: The existence of time-zone system memory (date number) used to display a string in the form of display. Part IV: Get the value of the keyboard keys to determine key and exit the system.)
是个汇编练习程序,用来显示键盘上按键的ASCII码和扫描码,是一个很好的练习汇编的参考程序,希望对初学汇编语言的同学有帮助吧~~(Practice is a compilation of procedures, the keyboard keys used to display the ASCII code and scan code of practice is a good reference for the compilation process, in the hope that students learning assembly language help you ~ ~)
一个功能简单的计算器内有详细的说明(A simple calculator function, there are detailed instructions)