-
ConCard_TPE
新中新小一卡通标准对接服务SDK,拥有它完全可以自行定制业务软件(The Synjones ConCard TPE SDK)
- 2016-08-05 17:33:34下载
- 积分:1
-
SPI_two_protues
个人开发使用的SPI双机通讯,是基于Atmage128的开发,特别对初学者具有很高的参考价值,程序调试通过,而且有protues仿真。(Personal development of dual-use SPI communication is Atmage128 based development, especially with a high reference value for beginners, program debugging through, and there protues simulation.)
- 2014-03-17 08:33:31下载
- 积分:1
-
Logic-Analyzer
基于Cy7y168013USB接口芯片的逻辑分析仪keil源码(Logic analyzer based on Cy7y168013USB interface chip keil source code)
- 2015-07-29 22:08:19下载
- 积分:1
-
430
msp430教程 讲解430的主要知识以及内部结构等 是学习430必要教程(The msp430 tutorial of 430 knowledge as well as the internal structure of learning 430 necessary tutorial)
- 2012-11-07 21:13:42下载
- 积分:1
-
AVR_single-chip_applications_include_the_developme
AVR单片机应用系统开发典型实例
包含电路图,C语言源码及
ICCAVR的软硬仿文件(AVR single-chip applications include the development of a typical circuit example, C language source code and documentation ICCAVR like the soft and hard)
- 2009-05-19 12:59:42下载
- 积分:1
-
k-fold_cross-validation_binary_libsvm
K fold cross validation on svm
- 2016-10-30 00:53:07下载
- 积分:1
-
DS18b20WDHS
DS18B20温度换算器,可以检验单片机传感器检测出来的值。注意,是VB.net源码。(DS18B20 temperature converter, you can test the value of single-chip sensor detects.Note it is VB.net source.)
- 2013-05-04 20:55:17下载
- 积分: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
-
123
4X4点阵键盘+1602液晶显示做的计算器(AVR单片机)(4X4 matrix keyboard 1602 LCD calculator to do (AVR microcontroller))
- 2014-01-06 16:19:02下载
- 积分:1
-
parker
基于美国PARKER运动控制器开发的多轴运动控制界面,包括直线,圆弧插补等,界面友好,直观(PARKER motion controller based on U.S. developed multi-axis motion control interface, including linear and circular interpolation, etc., user-friendly, intuitive)
- 2020-09-10 06:38:00下载
- 积分:1