资源列表
IBM-PC
- 沈温二版汇编语言课后习题答案,十分详尽,而且所有源码均正确-Shen Wen two after-school exercises in assembly language version of the answer, very detailed, and all source code is correct
zhizhen
- 利用父指针数组的普通树前根遍历算法,汇编的哦-Using an array of parent pointers before the root of the common tree traversal algorithm
zi
- 8.2.2利用子指针数组的普通树前根遍历算法,汇编的哦-8.2.2 General use of sub-array pointer before the root of the tree traversal algorithm, compiled oh
huibianyuyanshizhan
- 汇编语言实战精解 第1 章 汇编语言基础知识 第2 章 开始设计程序 第3 章 中断调用与子程序-Solutions for real precision assembly language Assembly Language Chapter 1 Chapter 2 Basics Chapter 3 began the design process the interrupt and subroutine calls
music
- 流水灯和音乐源程序,汇编语言编写,采用芯片89C52。音乐名:祝你平安-Water lights and music source program, assembly language, adopts chip 89C52. Music name: wishing you peace
program
- pwm_Adc_rtc this code is used to generate adc at real time clock
CPUleixing
- 易嵌入汇编(取CPU类型) Easy Embedding compilation-Easy Embedding compilation (check CPU type)
1
- 从键盘或文件读入一个合法的算术表达式,输出正确的结果-Read from the keyboard or file a valid arithmetic expression, the output correct results
assemblelanguagewangshuang
- 汇编语言电子书,很不错的!王爽编~由于文件名无法打中文,敬请谅解-assemble language
8086
- 8086系统汇编语言,一个简单的计算、打印程序。-8086 assembly language system, a simple calculation, printing program.
editor
- 用汇编语言写一个简单的文本文件编辑器。本程序可以让用户在命令窗口下创建,打开和保存一个文件,其中,保存分为直接保存和另存为功能,键盘中断方面实现End、Home、Backspace、F1、F2等-Assembly language to write a simple text file editor. This program allows users to create a command window, open and save a file, save the Save and Save
copysystem
- 题目:文件操作。具体要求:用户输入源文件名和目的文件名后,若用户缺省目的文件名,则与源文件同名。目的文件不存在时,出现文件复制对话框如下: 1 文件原样复制。2 文件压缩复制。3 文件加密复制 。请选择(1,2,3):文件压缩复制的含义:将源文件中的所有空格删除后拷贝到目的文件 。加密解密方法:输入一个6字符的密钥,将文件数据和密钥(ASCII码)进行异或运算。 不足6字节的部分,和密钥相应的字符进行运算。(可以设计出更好的压缩和加密/解密算法) -Topic: File operatio
