-
pic1656的数码管显示程序
pic1656的数码管显示程序-pic1656 digital control display program
- 2023-01-18 06:15:03下载
- 积分:1
-
定时同步是UWB通信系统中至关重要的问题,定时偏差和抖动将严重影响接收机性能。一般定时同步分为捕获和跟踪两个阶段。在捕获阶段,要求接收机快速搜索信号到达时间,并...
定时同步是UWB通信系统中至关重要的问题,定时偏差和抖动将严重影响接收机性能。一般定时同步分为捕获和跟踪两个阶段。在捕获阶段,要求接收机快速搜索信号到达时间,并根据搜索结果调整接收机定时.-Timing Synchronization UWB communication systems is of vital importance to the issue, timing error and jitter will seriously affect the receiver performance. Timing Synchronization generally divided into two stages to capture and track. In the capture stage, the request receiver Quick Search signal arrival time, and adjust search results according to the receiver from time to time.
- 2022-04-06 16:01:27下载
- 积分:1
-
The file containing detailed circuit principle, source, AT89C51 master the use o...
本档含详细的电路原理、源程序,AT89C51主控,利用车辆检测器不仅可开发电子警察,还可开发出如:自动显示泊车数的停车场,实时配时的路口信号机系统,自动车库,交通车流量计数器等。-The file containing detailed circuit principle, source, AT89C51 master the use of vehicle detector electronics can be developed not only the police, but also developed such as: automatically displays the number of parking spaces car park, with real-time signal at the junction system, automatic garage, traffic flow, such as counters.
- 2023-09-01 03:20:03下载
- 积分:1
-
电子钟源码,修改版,带温度计,完整汇编程序下载。
电子钟源码,修改版,带温度计,完整汇编程序下载。-Electronics clock source, modified version with a thermometer, complete download assembler.
- 2022-03-01 04:28:35下载
- 积分:1
-
绝对经典,学习masm6.1的绝好东东,只可惜是E文版的。(注意设路径)。...
绝对经典,学习masm6.1的绝好东东,只可惜是E文版的。(注意设路径)。-absolute classics, and the excellent learning masm6.1 Wanton But it is a pity E version. (Note that established path).
- 2023-07-07 10:40:04下载
- 积分:1
-
扫描键盘PIC单片机PIC单片机键盘扫描程序,适合初学者…
键盘扫描程序,适用于PIC单片机的键盘扫描,
适合初学PIC单片机的人学习及借鉴-Keyboard scanner for scanning the keyboard PIC MCU, PIC MCU suitable for beginners to learn and learn from
- 2022-03-07 10:56:56下载
- 积分:1
-
提供了键盘的扫描码目录,可以通过查询实现相关热键的拦截。...
提供了键盘的扫描码目录,可以通过查询实现相关热键的拦截。-Provides a keyboard scan code directory, can be achieved by querying the relevant hotkey to intercept.
- 2022-07-16 01:37:01下载
- 积分:1
-
利用汇编语言设计一个模拟钢琴演奏程序。在显示器上显示出钢琴的键盘,以计算机键盘的相应键模拟钢琴键盘进行乐曲的演奏。在PC机键盘上按键,屏幕上对应的钢琴键出现跳动...
利用汇编语言设计一个模拟钢琴演奏程序。在显示器上显示出钢琴的键盘,以计算机键盘的相应键模拟钢琴键盘进行乐曲的演奏。在PC机键盘上按键,屏幕上对应的钢琴键出现跳动,并发出相应音符的声音-The use of assembly language program to design a simulation of piano playing. On the display shows piano keyboard, computer keyboard keys corresponding analog music playing the piano keyboard. In the PC, keyboard keys, the corresponding piano keys on the screen there beating, and the voice of notes issued by the corresponding
- 2022-08-15 04:29:07下载
- 积分:1
-
a program made by win32asm
用win32asm写的防火墙...基本的功能实现了,但是还有待改进-a program made by win32asm
- 2022-06-12 15:09:27下载
- 积分: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