-
用汇编语言实现任意两个十进制数的加法
用汇编语言实现任意两个十进制数的加法,附有详细解析。应用了跳转指令,模拟进位机制实现带进位的两数相加。
- 2022-12-15 18:40:08下载
- 积分:1
-
汇编操作蜂鸣器演奏音乐的例程,使用MASM6.15编译通过
汇编操作蜂鸣器演奏音乐的例程,使用MASM6.15编译通过-operation of buzzer
- 2022-02-15 05:23:26下载
- 积分:1
-
masm32菜单使用的例子
masm32菜单使用的例子-masm32 menu use example
- 2023-04-07 02:05:04下载
- 积分:1
-
1-WIRE通讯协议的C51例子程序集锦
1-WIRE通讯协议的C51例子程序集锦-1-WIRE communication protocol procedures for the collection of the best examples of C51
- 2023-03-30 12:40:03下载
- 积分:1
-
给出具体的几个汇编源代码.相信您看过之后对汇编语言编程会有所了解....
给出具体的几个汇编源代码.相信您看过之后对汇编语言编程会有所了解.-give a specific compilation of several source code. Do you believe that, after reading the assembly language programming will understand.
- 2022-02-15 08:05:06下载
- 积分:1
-
功能:运行可执行文件11.exe,在出现的界面中输入任意文本内容,利用DEL键、BACKSPACE键、HOME键、END键、上下左右光标键对文本进行全屏幕编辑。...
功能:运行可执行文件11.exe,在出现的界面中输入任意文本内容,利用DEL键、BACKSPACE键、HOME键、END键、上下左右光标键对文本进行全屏幕编辑。
按f1键激活菜单file,下移光标,通过选择New;Open;Save As;Save;Exit子菜单实现文件的新建;打开;另存;保存和退出等功能。按f10激活帮助,给出帮助信息;按ESC键退出帮助。
-Function: Run the executable file 11.exe, the interface appears, enter any text, using DEL key, BACKSPACE key, HOME key, END key, up and down cursor keys left full-screen editing of text. Press f1 key to activate the menu file, down cursor, by selecting the New Open Save As Save Exit sub-menu to achieve a new document open Save save and exit functions. Press f10 to activate help, give help information Press ESC key to exit help.
- 2022-03-21 08:35:24下载
- 积分:1
-
贪食蛇汇编源代码
贪食蛇汇编源代码-Snake compiled source code
- 2022-01-28 08:51:13下载
- 积分:1
-
source code for alarming
source code for alarming
- 2023-04-09 18:50:04下载
- 积分:1
-
题目:请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样,则继续判断第二个字母。 1.程序分析:用情况语句比较好,如果第一个字母一样,则判断用情况语
题目:请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样,则继续判断第二个字母。 1.程序分析:用情况语句比较好,如果第一个字母一样,则判断用情况语句或if语句判断第二个字母。-Title: Please enter a few weeks the first letter to determine what is the day of the week, if the first letter of the same, then continue to determine the second letter. 1. Program analysis: statement by the situation better, if the first letter of the same, then the judge with the case statement or statements to determine if the second letter.
- 2022-12-08 13:50:03下载
- 积分:1
-
This paper stresses the C language devil language interpretation systems, the de...
本文主要讲了C语言编写魔王语言解释系统,把魔王抽象的语言通过进队出队按照规则α 转换为 β1β2…βm 和θδ1δ2…δn 转换为 θδnθδn-1… θδ1θ 进行解释,最后解释译成我们能够看懂得语言。同时也讲述了在编写调试程序中一些需注意的问题,如调试程序的步骤。通过队的应用(出队入队)以及其他相关知识完成了这次课程设计。-This paper stresses the C language devil language interpretation systems, the devil of abstract language into the team through the Team in accordance with the rules is converted to α β1β2 ... βm and θδ1δ2 ... δn convert θδnθδn-1 ... θδ1θ explanation, and finally explained to us to look to understand the language. Also described in the preparation of commissioning procedures should pay attention to some issues, such as the debugger steps. Through the application of force (a team into the team), and other relevant knowledge to complete the curriculum design.
- 2022-10-15 03:55:04下载
- 积分:1