-
智能小车蓝牙控制系统
//初始化PWM,定时器1
//RFPWM=log(TOP + 1)/log(2)
void Init_PWM1(void)
{ //比较匹配时清零OC1A/OC1B, OC1A/OC1B 在TOP 时置位
??TCCR1A??|= (1<<COM1A1)|(1<<COM1B1)|(1<<WGM11)|(1<<WGM10); //page117
??//快速PWM,预分频器64分频,page118 为4.1ms,243HZ
??TCCR1B??= (1<<WGM12)|(1<<CS11)|(1<<CS10);? ?
??OCR1A? ?= UPTIME;? ?? ?? ? //1.9ms
??OCR1B? ?= UPTIME;? ?? ?? ? //1.9ms(/RFPWM=log(TOP + 1)/log(2)
void Init_PWM1(void))
- 2020-06-18 09:00:01下载
- 积分:1
-
SIO_GET_BROADCAST_ADDRESS
Get Broacdcast address in C
- 2007-08-02 10:00:14下载
- 积分:1
-
calculator
基于单片机的简易计算器,4键输入,完成加减乘除(calculator)
- 2009-11-06 21:17:20下载
- 积分:1
-
cgilib-3.11-bin.tar
CGI-LIB开发包,让C语言开发CGI容易起来,并在这个开发包上写了一些CGI程序。(CGI-LIB development kit to enable CGI C language development easier, and in this development kit to write a number of CGI programs.)
- 2011-05-25 18:26:46下载
- 积分:1
-
lcd-display-test
lcd test program which demonstrates the use of the lcd 显示驱动 测试(lcd test program which demonstrates the use of the lcd display driver test)
- 2013-08-26 19:36:47下载
- 积分:1
-
WebRequestBasher
代码使用异步方式同时向指定web路径发送多个http请求,以用于对web服务器进行压力测试。(a simple web server stress testing tool by sending large number of web requests)
- 2014-01-09 23:45:21下载
- 积分:1
-
2003819926451
包过滤路由器与包过滤防火墙具有同一功能,如2。1。1部分所述。
The packet filter rout provide the same functionality as the packet filter firewall describe in section2.1.1.
代理防火墙比包过滤器防火墙易于保持更多的上下文
The proxy firewall maintain context more easily than the packet filter firewall.
防火墙计算机要求2张以太网卡,一个对外部世界的接口和一个对主POP网络的接口。
The firewall machine will require two ethernet card, one interface to the outside world and one to the master pop network.
(The firewall machine will require two ethernet card, one interface to the outside world and one to the master pop network.
)
- 2009-10-08 17:45:44下载
- 积分:1
-
get-shadowSSRT-addr--now
获取shadow SSDT 当前地址 用于修改驱动(Get shadow SSDT address is used to modify the current drive)
- 2013-05-28 13:16:16下载
- 积分:1
-
huoqu
获取本地计算机信息的小代码,比较简单,适合初学网络编程(a simple program of geting information from computer)
- 2013-11-28 23:56:56下载
- 积分:1
-
HC-SR501
说明: 51单片机,通过人体红外热释电模块检测人数,并计数。(51 single chip computer, through the human body infrared pyroelectric module to detect the number of people, and count.)
- 2020-06-20 18:00:01下载
- 积分:1