资源列表
4X4
- 对多键控制,可嵌入任何程序,程序简单,易读易懂。-Multi-button control can be embedded in any program, the program is simple and easy to read and easy to understand.
123
- 汇编语言的几道练习题和相应答案,都是些入门的东西,拿来分享。-Assembly language, a few exercises and answers, are started things for them and share.
123456
- 严蔚敏参考上机课件很详细。拿来分享,希望有帮助。-Yan Wei Min reference-on courseware is very detailed. Be used to share, want to help.
Tetris-source-code
- 程序代码 南通大学计算机科学与技术学院 -Program code Nantong University School of computer science and technology
eluosifangkuai
- 汇编俄罗斯方块 自己编的 下载试试 很好用-The compilation of the Russian box Code download to try good
Hex-into-binary
- 汇编实现十六进制转换为二进制,同时显示出来-Assembly hex converted to binary, and simultaneously displayed
hb01
- 汇编用的新手入门PPT,来自本人的大学,学习的时候感觉非常好用!!推荐!PPT PART 1!-PPT PART 1!
hb02
- 汇编用的新手入门PPT,来自本人的大学,学习的时候感觉非常好用!!推荐!PPT PART 1!-PPT PART 1!
8-1
- 编写子程序嵌套结构的程序,把整数分别用二进制和八进制形式显示出来。 主程序BANDO:把整数字变量VAL1存入堆栈,并调用子程序PAIRS 子程序PAIRS:从堆栈中取出VAL1 调用二进制显示程序OUTBIN显示出与其等效的二进制数,输出八个空格;调用八进制显示程序OUTOCT显示出与其等效的八进制数,调用输出回车及换行符的子程序. -Write subroutine nesting structure of the program, and integer, respectiv
8-2
- 主程序MAIN和过程PROADD在不同源文件中,要求分别使用堆栈传送参数的方法,用过程PROADD累加数组中的所有元素,并把和(不考虑溢出的可能性)送到指定的存储单元中去。-The main program the MAIN and process PROADD, in different source files, stack transmission parameters respectively, using the process PROADD accumulate all the el
8-3
- 将加密过的数据进行解密,并将解密数据在屏幕上显示出来,其中显示功能由子程序OUTPUT完成。 数字0-9与加密和解密数据的对应关系如下: 原 数 字:0 1 2 3 4 5 6 7 8 9 密码数字:7 5 9 1 3 6 8 0 2 4 解密数字:7 3 8 4 9 1 5 0 6 2-Will be encrypted to decrypt the data, and decrypt the data displayed on the screen, which displ
8-4
- 编写一个程序,新建一个文件:d:\abc.txt,从键盘输入文件的内容(不超过100个字符)。然后新建一个文件:d:\def.txt,将d:\abc.txt文件的内容复制到d:\def.txt。-Write a program to create a new file of organization: d: \ abc.txt, contents of the file from the keyboard input (not more than 100 characters). Then cr
