-
verilog
介绍了一种SPI从机的接口verilog编码(verilog code for spi slave )
- 2012-07-19 21:08:21下载
- 积分:1
-
421q
说明: 基于asp的网站管理系统,课直接下载使用,对初学者有恨大帮助,希望对大家有用(based website management systems, direct download lesson use, for beginners to hate big help, we hope to useful)
- 2005-12-10 22:20:41下载
- 积分:1
-
12
基于单片机的电阻测量系统,带vb上位机控制和显示同时还有无线发射(MCU-based resistance measurement system with vb PC control and display as well as a wireless transmitter)
- 2014-02-22 15:14:06下载
- 积分:1
-
vbplc
说明: vb与plc通讯帮助解决vb与plc通讯之间的问题(vb and Communications plc)
- 2010-04-21 01:44:57下载
- 积分:1
-
freeradadmin1.01
一个FreeRADIUS的管理工具包,允许管理员,用户组和组属性模板此外。允许用户远程访问和管理员远程控制。管理员可操作Raidus属性。(A snazzy front-end admin kit for FreeRADIUS that allows for the addition of radius users,user groups, and group attribute templating. Access controls allow for admin users and agents that can act autonomously. Also admins FreeRADIUS radius attributes
)
- 2011-09-19 08:58:24下载
- 积分:1
-
Drifter
this .rar contain source code in basic for avr microcontroller for making drifter device to measure water velocity on the sea surface
- 2015-02-01 14:59:11下载
- 积分:1
-
ColorFading
Code to fade colors in controls
- 2013-04-06 05:15:38下载
- 积分:1
-
PPM_PCM_FM_2.4G
2.4g和FM(72MHZ,40MHZ,35MHZ……)是个啥信号波,就是我们的控制内容,手拿遥控器推一推摇杆,信号波的频率就会改变(2.4g and FM (72MHZ, 40MHZ, 35MHZ ......) is Gesha signal wave is our control content, holding the remote control push, rocker, will change the frequency of the signal wave)
- 2013-06-04 12:50:31下载
- 积分:1
-
Carrier_0_03.tar
CARRIER todo esto es un documento elaborado con la mayora facilidad
- 2013-12-14 04:43:26下载
- 积分: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