-
Ping实用工具
ping utility
used for pinging proxy
- 2023-08-09 14:30:03下载
- 积分:1
-
本资料是本人在网上收集到的两款时钟芯片ds1302和sd2400的读写程序,适用于单片机开发时钟...
本资料是本人在网上收集到的两款时钟芯片ds1302和sd2400的读写程序,适用于单片机开发时钟-This information is collected from the I-line two clock chip ds1302 and sd2400 literacy program for developing MCU clock
- 2022-03-09 16:52:29下载
- 积分:1
-
Sunplus 61 single
凌阳61单片机的外部中断使用方法(用汇编语言编写)。-Sunplus 61 single-chip microcomputer to use the external interrupt (using compiled languages).
- 2022-03-05 23:28:18下载
- 积分:1
-
用51汇编语言设计的DTMF发生器程序 输出到PI的每次间隔是52个指令周期 主频:6M,6M/12=0.5M,每个指令周期:2uS 即每次输出到P1的时间间隔...
用51汇编语言设计的DTMF发生器程序 输出到PI的每次间隔是52个指令周期 主频:6M,6M/12=0.5M,每个指令周期:2uS 即每次输出到P1的时间间隔是122uS 指令周期数:52 + 9 = 61-51 assembly language using the design process DTMF generator output to the PI for each interval is 52 instruction cycle speeds : 6M, 6M/12 = for 0.5 per instruction cycle : 2uS that each output to the P1 time interval is 122uS instruction cycle : 52 9 = 61
- 2023-04-01 23:15:04下载
- 积分:1
-
采集端程序,可以搜所电信号,每次可以采集32个信号,可以用于检测信号好差。...
采集端程序,可以搜所电信号,每次可以采集32个信号,可以用于检测信号好差。-acquisition software, can be found by the electrical signal that can be collected each 32 signal can be used to detect bad signal.
- 2022-06-20 06:53:11下载
- 积分:1
-
单片机电路图.开发者可借助此51电路原理图,大大简化开发难度,提高效率。...
单片机电路图.开发者可借助此51电路原理图,大大简化开发难度,提高效率。-Single-chip circuitry. Developers can take advantage of the 51 circuit schematic diagram, greatly simplified the development of the difficulty and improve efficiency.
- 2022-12-01 22:55:02下载
- 积分:1
-
lcd驱动包含中文字库,gb2313.可带触摸屏
lcd驱动包含中文字库,gb2313.可带触摸屏-lcd drive contains Chinese characters, gb2313. May bring Touchscreen
- 2023-03-20 19:45:04下载
- 积分:1
-
In cable television in the realization of program
在有线电视中实现程控有源滤波器设计。为了充分利用设备和传输线,需要一种具有频率选择的网络―滤波器,将同一线
路上不同的信号分开,在电视机中也需要不同的滤波器(即选择有用信号,抑制无用信号) 。下面利用8051 单片机与12 位分辨率的DAC1208 数模转换芯片相结合的系统实现时间常数可程控有源滤波器设计,阐述了硬件结构与软件设计-In cable television in the realization of program-controlled active filter design. In order to make full use of equipment and transmission lines, the need for a frequency selective network- filter, the same lines separate different signal in the TV also requires a different filter (ie, choice of useful signals and suppress unwanted signals). Following the use of 8051 and 12-bit resolution digital-to-analog converter DAC1208 chip combining system time constant can be program-controlled active filter design, the hardware structure and software design
- 2022-03-22 13:30:04下载
- 积分:1
-
单片机温度控制系统
单片机温度控制系统-SCM temperature control system
- 2022-06-21 23:44:14下载
- 积分:1
-
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双...
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双工通讯。收、发波特率相同。
4. 应把定时器中断优先级设置为最高级。
5. 本程序每接收一个字节后就把它放到一个队列缓冲区中(也可使用环行缓冲区),
待缓冲区满后,将缓冲区中的内容原样发回。这是为了测试多字节连续收发的
能力和简化程序。实际应用中应防止缓冲区溢出。
6. 由接收转换到发送时要先调用 soft_send_enable ();
由发送转换到接收时要先调用 soft_receive_enable ()。
7. 发送最后一个字节后如果要立刻转为接收,必须等待最后一个字节后发送完毕
while ( rs_f_TI == 0) // 等待最后一个字节发送完毕-err
- 2022-06-19 08:35:11下载
- 积分:1