-
matlab
比较有用的matlab实例,给matlab初学者参考,有需要的还可以联系我-matlab
- 2022-07-22 01:36:45下载
- 积分:1
-
minboundrect
说明: 对图像先进行灰度处理,接着进行二值化处理。。。。。。(Binary image processing)
- 2020-04-12 15:39:11下载
- 积分:1
-
直流电机的模拟,显示并可自由设定电机的转速 接口设计源代码...
直流电机的模拟,显示并可自由设定电机的转速 接口设计源代码-DC motor simulation, shows can be free to set the motor speed interface design source code
- 2023-01-12 21:15:04下载
- 积分:1
-
在PC机上,用汇编语言实现交通灯管理系统,包括路面,灯,车的动静态画面。...
在PC机上,用汇编语言实现交通灯管理系统,包括路面,灯,车的动静态画面。-In the PC, using assembly language to achieve traffic light management system, including roads, lights, static and dynamic vehicle images.
- 2022-08-16 17:40:23下载
- 积分:1
-
1. 通过汇编语言程序设计进一步掌握80x86指令系统。
2. 掌握汇编语言程序设计方法,包括:分支、循环、子程序、宏、结构和记录等的设计...
1. 通过汇编语言程序设计进一步掌握80x86指令系统。
2. 掌握汇编语言程序设计方法,包括:分支、循环、子程序、宏、结构和记录等的设计-1. Through the assembly language program designed to further understand the 80x86 instruction set. 2. To master assembly language programming, including: branch, loop, subroutine, macro, structure and records of the design
- 2022-03-18 02:55:42下载
- 积分:1
-
IDEHDC
说明: IDE设备直接读取程序 ASM(汇编语言编写),在DOS下可直接使用。(IDE devices directly reader ASM (written in assembly language), the DOS can be used directly.)
- 2005-10-04 11:29:10下载
- 积分:1
-
DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A...
DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 20 ;返回dos 初学汇编,请各位多多指教!-Debug on the production of Rising antivirus software key source disk MOV BX, 200 memory base address (0 face) MOV DH, 00 head No. 00 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th interruption INT 3 MOV BX, 300 memory base address (1 side) MOV DH, 01 head No. 01 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th
- 2023-06-25 06:50:03下载
- 积分:1
-
这个C++编程语言,我想这个计划会帮助你很多,谢谢你!
this C++ programming language,i wish this program will help u a lot,thank you!
- 2022-03-23 18:58:13下载
- 积分:1
-
这是一个用汇编语言写的四位数码显示程序(先显示P,然后按键则显示相应的键码。)...
这是一个用汇编语言写的四位数码显示程序(先显示P,然后按键则显示相应的键码。)-This is a compilation of the language used to write the four digital display program (the first show that P, and then showed the corresponding button key code.)
- 2023-03-19 23:20:03下载
- 积分:1
-
实现dds的步进控制
步进100hz
步进值可调
实现dds的步进控制
步进100hz
步进值可调
-Dds realize control of the stepper stepper stepper 100hz adjustable value
- 2022-06-26 01:06:42下载
- 积分:1