资源列表
yanshi
- mega16单片机的延时程序,使用定时器,可以比较一下和软件延时的区别。-mega16 MCU delay procedures, the use of timers, you can compare and software delay difference.
das
- Demodulating the signal. DeAmpMod = (1/2).*(ademod(AmpMod,Fc,Fs, amdsb-sc ,num,den)) (ALTERNATIVE APPROACH) DeAmpMod = AmpMod.*Cs Designing butterworth low pass filter. [num,den] = butter(2,.8) FilteredOutput = filter(num,den
-DPS
- This another kind of paging system. It uses lcd module controled by mc-This is another kind of paging system. It uses lcd module controled by mc
Bijiao
- 在一简化的商业自动 化体系中,库房管理员负责录入、改动或删除每一销售商品的有关信息,还能够根据商品编号查询商品的其它信息(商品名称,库存数量,单价,保质期等),当某种商品超过保质期则给出警告提醒。营业员负责出售商品,包括 录入、改动交付的现金额,商品出售以后对应的库存数量减少。部门经理随时查询每种商品的销售情形(商品号,销售量,销售金额),并在日结时,计算 本部门销售总额。-In a simplified system of business automation, warehouse mana
yanshi_DC_Motor_PWM_Control
- 延时控制直流电机PWM,12M晶振,假定PWM输出频率为1KHZ,-Delay control DC motor PWM, 12M crystal, assumed that the PWM output frequency 1KHZ,
ex.tar
- Simple wireless example
PrintCalendar
- 用户输入公元后任意一天的日期,控制台打印出当月的日期-User input AD any day of the date, the console print out the date of the current month
595led
- 利用74HC595实现了简单的跑马灯,74HC595主要实现了串口输入并口输出的作用,还有移位的功能.-74HC595 achieved using a simple ticker
allocate_destination_links
- allocation people to links
multicastAODV
- Tcl scr ipts for Multi hop wireless mesh Network
udp_server
- linux下C语言实现电脑间UDP传输,一方接受数据,另一方回应-linux under the C language UDP transmission between computers, one accepts the data, the other party to respond
tripleDES-pl
- 64位gcc环境下perl的DES算法 # 加密:TripleDES($key, $message, 1, 1) # 解密:TripleDES($key, $message, 0, 1) -DES encryption and decryption algorithm