资源列表
[编译器/词法分析] complier_scanner
说明:设计扫描器的有限自动机,实现一个扫描器,即词法分析程序。-To achieve a scanner, that is, lexical analysis program.<lavender> 在 2025-06-17 上传 | 大小:219kb | 下载:0
[Dephi控件源码] AlmDev.DynamicSkinForm.v10.50.Full.Source
说明:动态更换皮肤的DELPHI控件,DynamicSkinForm.v10.50.Full.Source含pas文件。-Dynamic replacement of the skin DELPHI control, DynamicSkinForm.v10.50.Full.Source with pas file.<niuxguai> 在 2025-06-17 上传 | 大小:1.17mb | 下载:0
[汇编语言] add
说明:.写一个完整的程序放在代码段CODE_SEG,要求把数据段DATA_SEG中的DATA1和附加段EXTRA_SEG中DATA2相加,并把结果存放在DATA_SEG段中的SUM中。其中DATA1 、DATA2和SUM均为双精度数,DATA1赋值为7725,DATA2赋值为-2341。-. To write a complete program on the code segment CODE_SEG, requested that the data segment DATA_SEG in DATA<xiaoxue> 在 2025-06-17 上传 | 大小:10kb | 下载:0
[编译器/词法分析] complier_MSIL
说明:设计语法制导翻译生成表达式的四元式的算法,编写代码并上机调试运行通过。 -Design Syntax-directed translation of the expression generated quaternary type of algorithm, write code and debug on a machine to run through.<lavender> 在 2025-06-17 上传 | 大小:1.07mb | 下载:0
[汇编语言] AXregisterdividedintofourgroupsof16bits
说明:编写一个程序,将AX寄存器中的16位数分成四组,每组四位,然后把这四组数分别放在AL,BL,CL,DL中。-Write a program, the AX register in the 16-digit divided into four groups, each with four, and then put these four groups, respectively AL, BL, CL, DL in.<xiaoxue> 在 2025-06-17 上传 | 大小:8kb | 下载:0
[汇编语言] divideoverflow
说明:设AX/BL,当BL=0时产生除数为零中断,编写除数为零中断处理程序,显示DIVIDED BY ZERO!-Set AX/BL, while BL = 0 division by zero interrupt generated when the preparation of the division by zero interrupt handler, display DIVIDED BY ZERO!<xiaoxue> 在 2025-06-17 上传 | 大小:4kb | 下载:0
[汇编语言] l7
说明:使用VHDL语言编写的简易数字存储示波器,用MAX+PlusII仿真验证。VHDL编写了采样、存储写、存储读和显示4个模块。采样使用ADC0809,存储器使用6264,显示使用DAC0832。-The design of the chip as a high-speed signal ADC0809 the A / D converter, SRAM6264 memory for data storage after sampling, DAC0832 chip as a signal of D<统一> 在 2025-06-17 上传 | 大小:145kb | 下载:0
[汇编语言] 070420072985
说明:汇编实验 之 输入/输出与中断实验 一、实验目的 1.掌握输入/输出与中断指令的使用方法; 2.掌握中断向量表的结构及使用方法; 3.掌握INT指令的使用方法; 4.掌握BIOS中断功能调用的使用方法; 5.掌握DOS功能调用的使用方法。 二、实验要求 1.了解INT指令与CALL指令的不同点; 2.会用DEBUG观察中断向量表; 3.会用DEBUG的T命令和P命令执行INT指令; 4.会用INT 10H、INT 16H编制程序;<星东> 在 2025-06-17 上传 | 大小:68kb | 下载:0