资源列表
[汇编语言] branch
说明:汇编程序的分支程序的设计 编写程序,将一个包含有20个数据的数组M分成两个数组:正数数组和负数数组N,并分别把这两个数组中的数据存储在数组M1和M2中。-Assembler branch design procedures programming, one containing 20 data array M is divided into two arrays: an array of positive and negative array N, and, respectively, thes<> 在 2025-11-14 上传 | 大小:4kb | 下载:0
[汇编语言] dealchar
说明:串操作指令的使用方法 编写程序,将数据段中BUF1为首地址的一组字数据传送到附加段中BUF2为首地址的内存区域,试用串操作指令编程。-String operation instructions to use the procedure to prepare the data in paragraph BUF1 address a group headed by the word data to the additional paragraph headed BUF2 address memory<> 在 2025-11-14 上传 | 大小:4kb | 下载:0
[汇编语言] interupte
说明:汇编程序的中断程序的设计方法 int 21H的1号、2号、9号功能的使用 使用21H中断的9号功能,输出提示信息,并使用1号功能从键盘输入2个小于10的数,计算其和,并将和存放在存储单元R中。-Assembler interrupt process design method int 21H 1, 2, 9, features the use of 21H interruption of function on the 9th, the output message, and use the 1<> 在 2025-11-14 上传 | 大小:4kb | 下载:0
[编译器/词法分析] C++
说明:词法分析是编译程序的第一个处理阶段,可以通过两种途径来构造词法分析程序。其一是根据对语言中各类单词的某种描述或定义(如BNF),用手工的方式构造词法分析程序。例如,可根据文法或状态转换图构造相应的状态矩阵,该状态矩阵同控制程序便组成了编译程序的词法分析程序;-Lexical analysis is a compiler of the first processing stage, can be two ways to construct the lexical analysis process.<litiehui> 在 2025-11-14 上传 | 大小:4kb | 下载:0