-
AOK虚拟示波器上位机源码及APP最新版
AOK虚拟示波器的上位机源码,从串口获取下位机数据,然后绘制波形(AOK virtual oscilloscope host computer source, from the serial access to the next machine data, and then draw the waveform)
- 2017-09-20 16:29:41下载
- 积分:1
-
chuandao12864
串口发送数据,字符,12864接受并显示字符(Serial port to send data, the character, to accept and display the character 12864)
- 2011-08-12 19:01:33下载
- 积分:1
-
82790
8279 的应用。 键盘和数码管显示。
有仿真和keil 的 ASM 源码。(8279 application. Keyboard and digital display. A simulation and keil the ASM source code.)
- 2021-04-15 18:28:54下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
insert
对于单片机上的一些简单的开发程序和他们的应用(For some simple microcontroller development process and their application)
- 2014-08-07 15:08:42下载
- 积分:1
-
Downloda
梦幻古龙2.5D网游全套完整源码
梦幻古龙2.5D网游全套完整源码
梦幻古龙2.5D网游全套完整源码
梦幻古龙2.5D网游全套完整源码(C++ LUA混合而成
)
- 2021-02-04 06:39:58下载
- 积分:1
-
suming-up-numbers-of-leapyear
编写一段程序 统计从1000年到1999年之间闰年的个数 最后输出到屏幕上来(writing a program to sum up the numbers of leapyear between 1000 and 1999.Finally,showing the result on the screen.)
- 2015-01-02 21:47:35下载
- 积分:1
-
zhe-ren-yi-biao
车辆CAN总线的实时监测的电池容量,剩余容量,电压,电流和警报的其他参数(Vehicles can bus for real-time monitoring of battery capacity, remaining capacity, voltage, current and other parameters of the alarm)
- 2014-10-09 21:46:56下载
- 积分:1
-
WM8731RegConfig
WM8731是高性能的音频编码解码芯片,使用时需要通过IIC总线进行配置,本程序可以直观的设置各寄存器的参数,并自动生成C或C++语言代码。使用方便。(WM8731 is a high-performance audio codec chip, need to use IIC bus configuration, this procedure can be intuitively set the parameters of the register, and automatically generate C or C++ language code. Easy to use.)
- 2010-10-05 11:05:59下载
- 积分:1
-
duogongnengdingshiqi
说明: 内有电路图和对应的程序,已经调试成功,能实现定时功能。(There are circuit diagrams and the corresponding procedures are debugging success, to achieve timing.)
- 2009-08-17 17:48:16下载
- 积分:1