资源列表
huibian_shiyan3
- 程序接收用户键入的一行字符(字符个数不超过80个,该字符串用回车符结束),并按字母、数字及其他字符分类计数,然后将结果存入以letter、digit和other为名的存储单元中。-Program receives the user to type a line characters (number not more than 80 characters, the string end with a carriage return), according to letters, numbers a
Huibian_shiyan4
- (1) 要求程序建立一个可存放50项的电话号码表,每项包括人名(20个字符)及电话号码(8个字符)两部分; (2) 程序可接收输入人名及相应的电话号码,并把它们加入电话号码表中; (3) 凡有新的输入后,程序应按人名对电话号码表重新排序; (4) 程序可接收需要查找电话号码的人名,并从电话号码表中查出其电话号码,再在屏幕-(1) requires procedures for the establishment of a store 50 phone numbers table, e
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
ASM_ASCII
- 汇编实现键盘输入字符,AL返回的ASCII码显示出来,按ESC退出.-Compilation of keyboard input characters to achieve, AL return ASCII code is displayed, press ESC exit.
textedit
- 汇编的简易文本编辑器,实现最简单的编辑功能,作为参考。-Compilation of simple text editor, to achieve the most simple editing features, as a reference.
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
phoneNumberInputSortSearch
- 汇编中电话号码的输入、排序显示出来和按名称查找-Compilation of telephone numbers in the input, displayed and sorted by name Find
CLK
- 针对8080 用汇编语言实现中断,以实现时钟功能-For the 8080 assembly language to achieve interruption, in order to achieve clock function
INTERUPT
- 针对ADI公司的BLANKFIN535上实现中断功能-For ADI' s BLANKFIN535 interrupt function to achieve
Viterbi
- 针对ADI公司的blankfin535上实现维特比的编码和译码-ADI' s blankfin535 for achieving coding and Viterbi decoding
pop3
- atmega AVR with network
MACRO_NOP
- 编写一个宏,它产生n条NOP指令,其中n是宏的形式参数。吴泽乐-Write a macro, it produces n article NOP instructions, where n is the form of the macro parameters. WU Ze-Le
