资源列表
INTERUPT
- 针对ADI公司的BLANKFIN535上实现中断功能-For ADI' s BLANKFIN535 interrupt function to achieve
CLK
- 针对8080 用汇编语言实现中断,以实现时钟功能-For the 8080 assembly language to achieve interruption, in order to achieve clock function
phoneNumberInputSortSearch
- 汇编中电话号码的输入、排序显示出来和按名称查找-Compilation of telephone numbers in the input, displayed and sorted by name Find
8254-1
- 8254调试代码CODE SEGMENT ASSUME CS:CODE,DS:DATA MOV DX,INTCSR_BYTE1 MOV AL,1FH OUT DX,AL MOV DX,INTCSR_BYTE2 MOV AL,3FH OUT DX,AL MOV DX,INTCSR_BYTE3 MOV AL,00H OUT DX,AL-code of 8254CODE SEGMENT ASSUME CS:CODE,DS:D
textedit
- 汇编的简易文本编辑器,实现最简单的编辑功能,作为参考。-Compilation of simple text editor, to achieve the most simple editing features, as a reference.
ASM_ASCII
- 汇编实现键盘输入字符,AL返回的ASCII码显示出来,按ESC退出.-Compilation of keyboard input characters to achieve, AL return ASCII code is displayed, press ESC exit.
matlab
- Matlab中的基本数据类型是向量和矩阵,所以很自然地,信号处理工具箱中的信号也用向量或矩阵表示。列向量和行向量表示单通道信号,矩阵表示多通道信号,矩阵中的每一列表示一个通道。-The basic data types in Matlab is a vector and matrix, so naturally, Signal Processing Toolbox is also used in the signal vector or matrix. Column vector and row
Huibian_shiyan4
- (1) 要求程序建立一个可存放50项的电话号码表,每项包括人名(20个字符)及电话号码(8个字符)两部分; (2) 程序可接收输入人名及相应的电话号码,并把它们加入电话号码表中; (3) 凡有新的输入后,程序应按人名对电话号码表重新排序; (4) 程序可接收需要查找电话号码的人名,并从电话号码表中查出其电话号码,再在屏幕-(1) requires procedures for the establishment of a store 50 phone numbers table, e
daxiaoxie
- 同时输出大小写,利用Dos环境,汇编语言-Simultaneous output case
math8051
- 8051汇编数学函数汇总,包含多字节加法减法乘法除法-8051 compilation of mathematical functions summary
huibian_shiyan2
- 按15行×16列的表格形式显示ASCII码为10H---100H的所有字符,即以行为主的顺序及ASCII码递增的次序一次显示对应的字符。每16个字符为一行,每行中的相邻两个字符之间用空白符(ASCII为0)隔开。-× 16 rows by 15 columns display in tabular form for the 10H--- 100H ASCII codes of all characters, that is the main behavior of the order and
neicun
- 在可变分区管理方式下采用最先适应算法实现主存分配和实现主存回收-good
