-
asm
这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7
模块1又调用模块2、3、4和6四个模块,其中:
模块2实现小写字母向大写字母的转换
模块3实现大写字母向小写字母的转换
模块4实现二进制数向十六进制数的转换
模块6实现十六进制数向二进制数的转换
模块7实现十六进制数向十进制数的转换
按“q”键退出。
使用时,需将7个文件分别汇编,连接的方法为:
5+1+2+3+4+6+7
生成可执行文件“5” 即可运行。
(This is a letter or number system conversion process between the 5 main modules, called module 1 and module 7 module 1 also called modules 2,3,4 and 6 in four modules, of which: Module 2 realize lowercase letters to uppercase letters conversion module 3 realize capital letters to lowercase letters conversion module 4 realize binary number to hexadecimal number conversion module 6 hexadecimal number to realize binary number conversion module 7 realize hexadecimal number to decimal number conversion by the )
- 2008-05-27 20:43:25下载
- 积分:1
-
简单51程序,主要针对初学者的51程序,跑马灯的
简单51程序,主要针对初学者的51程序,跑马灯的-51 simple procedures, mainly for beginners of 51 procedures, the Marquee
- 2022-03-07 03:26:31下载
- 积分:1
-
它是关于医院管理系统,它告诉我们如何管理…
it is about hospital management systems which tell how things can be managed in hospital
- 2022-02-13 02:27:31下载
- 积分:1
-
这是一个贪吃蛇的汇编程序,实现了贪吃蛇的图形界面和键盘控制,一个小游戏,希望对大家有帮助。...
这是一个贪吃蛇的汇编程序,实现了贪吃蛇的图形界面和键盘控制,一个小游戏,希望对大家有帮助。-Snake This is a compilation of procedures, to achieve the Snake graphical interface and keyboard control, a little game we want to help.
- 2022-10-13 09:45:02下载
- 积分:1
-
GANGDUZHEJIAN
说明: 应用于abaqus复合材料泡沫夹芯结构仿真分析(It can be used in abaqus)
- 2020-12-08 14:58:42下载
- 积分:1
-
compilation audible procedures and the DOS function, and produce EXE document, t...
汇编发声程序,先在DOS下功能调用,并产生EXE文件,执行可产生-compilation audible procedures and the DOS function, and produce EXE document, the Executive can produce
- 2022-06-14 16:40:13下载
- 积分:1
-
汇编语言程序,包括画图程序,音乐程序,打字游戏程序,文件处理程序...
汇编语言程序,包括画图程序,音乐程序,打字游戏程序,文件处理程序-Assembly language program, including the Paint program, music program, typing game procedures, documentation procedures
- 2022-01-25 18:05:48下载
- 积分:1
-
这是一本汇编的书,是一本很好的汇编圣经…
This is a book of art of assemble.Itis a very good assemble bible.With this book, you can learn assemble language very well.-This is a book of art of a very assemble.Itis bible.With good assemble this book. you can learn assemble language very well.
- 2022-06-30 18:40:23下载
- 积分:1
-
在屏幕上开出三个窗口:起止坐标为(5,10)和(15,30),(5,50)和(15,70),(18,15)和(22,65)。要求可用左右方向键选择左窗口或右窗口
在屏幕上开出三个窗口:起止坐标为(5,10)和(15,30),(5,50)和(15,70),(18,15)和(22,65)。要求可用左右方向键选择左窗口或右窗口为当前活动窗口。当一行字符显示满后(左右窗口一行显示20个字符,下窗口显示50个字符),窗口自动向上卷动一行,输入的字符仍显示与最低一行,窗口最高一行向上卷动后消失。用上下方向键可使活动窗口及下窗口内容同时上卷或下卷。输入‘ESC’后结束程序。(huangyujie)-screen out three windows : starting and ending coordinates (5,10) and (15, 30), (5,50) and (15.70) (18.15) and (22.65). Asked about the direction keys can be used to choose the left or right window to window to window current activities. When his characters show after the expiration of (his show window about 20 characters, the next window displays 50 characters), the window automatically scrolling upward here, the importation of characters showed that the minimum here, his highest window scrolling upward disappeared. Up and down direction keys enable activities under the window and window content, but on the next volume or volumes. Importation "ESC" end after the procedure. (Huangyujie)
- 2022-07-13 02:20:18下载
- 积分:1
-
派生类对象的复制与赋值
-------------------
执行C的拷贝构造函数
执行C的赋值函数
c1.x=1,c1.y=2
c2.x=1,c2.y=200
c3.x=10,c3.y=200
-------------------
执行D的拷贝构造函数
执行D的赋值函数
e1
- 2022-08-21 14:26:04下载
- 积分:1