-
vfuzzforveehe
汽车纵向的模糊控制器,模糊控制制器为通用格式,可根据需要修改。
(Vehicle longitudinal fuzzy controller, fuzzy control system is a common format, and can be modified.)
- 2012-09-30 19:25:47下载
- 积分:1
-
irlink
pic单片机Proteus仿真NEC格式红外,编码,解码,调制三部分(PIC proteus ad da )
- 2014-11-13 17:22:17下载
- 积分:1
-
124666
仪表盘方式显示CPU和硬盘温度及系统信息(Dashboard display CPU and hard disk temperature and system information)
- 2007-10-27 14:36:40下载
- 积分:1
-
DataAdapter
使用DataAdapter对数据库进行操作
将SQL-search.aspx程序可改为使用DataAdapter对数据库进行操作.
程序使用"Dim objAdapt As New OleDbDataAdapter(strcmd,objCon)"创建了DataAdapter对象。(Use DataAdapter to operate the database
The SQL-search.aspx program can be changed using the DataAdapter to operate the database. The program uses "Dim objAdapt As New OleDbDataAdapter (strcmd, objCon)" Creating a DataAdapter object.
)
- 2013-12-27 21:39:40下载
- 积分:1
-
audio-capture-raw-_console
利用kinect获取原始的音频波形,得到四声道的pcm波形。(Use kinect to get the original audio waveform, get pcm waveform four channels.)
- 2021-01-29 14:18:35下载
- 积分: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
-
LCM12864
12864液晶屏幕,并口方式,反白,字符显示,图片显示(12864 LCD screen, parallel mode, highlight, character display, image display)
- 2012-07-10 19:15:04下载
- 积分:1
-
PLCdiankongzhixitong
基于PLC的控制楼层的电梯系统,是毕业论文哦,希望对你有帮助!单片机学习:http://www.emcuc.com(Floor elevator control system based on PLC, is the thesis Oh, you want to help! SCM learning: http://www.emcuc.com)
- 2012-06-26 11:16:24下载
- 积分:1
-
profiling_lab
SSD6实验,该实验练习指导如何分析测量程序的性能。这个实验完成后,你应该能够
理解如何测量程序的运行时间、
调整你的计划,以更快的知道的重要性(This laboratory exercises guide you how to measure the program’s performance using profiling. On completion of this laboratory, you should be able to
Understand how to measure the program’s running time
Be aware the importance of tuning your program to be faster)
- 2020-11-25 17:29:32下载
- 积分:1
-
driver
ht1621驱动C语言版本,基本是一个通用的版本(ht1621 driver C language version of the basic version is a generic)
- 2009-04-17 21:28:56下载
- 积分:1