资源列表
masm
- win32 汇编语言 播放歌曲的小程序 完整 STACK SEGMENT DB 200 DUP ( STACK ) STACK ENDS CODE SEGMENT ASSUME DS:DATA,SS:STACK,CS:CODE START: MOV AX,DATA MOV DS,AX MOV aH, 0 MOV AL,00 INT 10H ********** 定义一个宏显示 waitf proc near
asm1
- 要求根据寄存器DL中的D3位,完成两个组合BCD数X和Y的加减运算。D3=0,做加法,D3=1,做减法,另外附加了扩张实验-Requirements to complete the combination of the two BCD number of X and Y addition and subtraction in the register DL D3. D3 = 0, addition, D3 = 1, subtraction, in addition to additional e
xnotepad
- 汇编语言编写的记事本-assembly language prepared by the Notepad
Parallel_Programming
- Parallel programming
zhichixiangliangji
- 基于matlab的支持向量机工具箱以及支持向量机程序-Based on matlab SVM toolbox, and support vector machine procedures
LcdTestFuctionCalled
- S3C44B0X内置LCD的应用,该源码功能很全,很适合初学者。
25331e60895bef2c74f755095528ed22
- MATLAB嵌入式信号处理系统 基于MATLAB的-Embedded MATLAB Signal Processing System
xiaochechengxu
- 大学生比赛用智能小车程序,绝对好用,注意引脚要根据实际自己配置-Students' Smart car racing program, absolutely everything, pay attention to the actual pin configuration of their own
masm5
- 很好用哦,俺找到的最好用的汇编器了,找了好久,推荐使用(this is a good tool for asemble 16/32 bit program)
002
- 这是一个有关C的简易运算系统,可以运用加法,减法,乘法,除法。的运算-Simple operation system
jtdkz_088
- 这个是城市交通灯控制的程序,主要是用单片机来实现
erode-and-dilate
- 自己编写的形态学滤波预处理指纹图像matlab编程,包括n*n二值腐蚀、膨胀、开、闭操作。-I have written a fingerprint image preprocessing morphological filtering matlab programming, including n* n binary erosion, dilation, opening and closing operation.
