-
A_I_Chat_R2258605212014
artificial intelligence chatbot
- 2015-02-22 21:52:57下载
- 积分:1
-
simulatingWirelessCommunicationSystemUse_C++_code
《无线通信系统仿真--C++实用模型》一书的配套源代码,里面包含了,通信系统的所有模块,对学习通信和C++有很好的借鉴()
- 2007-08-04 02:24:11下载
- 积分:1
-
mu
奇迹自动捡物按键精灵源码
可自动挂机,捡物文本源码(Miracle Source Wizard button automatically picking up objects)
- 2014-01-13 02:37:54下载
- 积分:1
-
hongwai-lcd.c
基于51单片机的 红外+LCD+继电器C程序显示
实现的功能较多,比较适合初学的人。(Based on 51 single-chip infrared+LCD+ relay C program display of more functions, more suitable for beginners person.)
- 2013-08-17 11:14:48下载
- 积分:1
-
PortIO
c8051f060中IO口设置的参考程序,用于IO口设置(C8051F060 IO port settings for the reference program, IO port settings)
- 2015-03-06 18:38:20下载
- 积分:1
-
flash
基于低功耗单片机msp430f5438a的spiflash w25q128驱动 读写擦除(Based on low-power microcontroller msp430f5438a of spiflash w25q128 drive to read and write erase)
- 2013-11-19 09:03:07下载
- 积分: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
-
STM8L
IAR开发环境,STM8L单片机,Att7053计量芯片,此仪表程序可以显示电压电流频率(IAR development environment, STM8L SCM, Att7053 measurement chip, the instrument can display the voltage and current frequency of program)
- 2011-04-21 08:31:31下载
- 积分:1
-
ENC28J60DEMO
使用方法:
程序设置了ENC28J60的IP为192.168.0.15,模块通电后与电脑的网口用网线连接起来,
设置电脑的本地IP为192.168.0.**(**自定),网关为192.168.0.15,其他默认,配置
成功后便可以arp或ping模块。
打开浏览器,在地址里输入http://192.168.0.15/123456可打开开发板简单网页,页
面上通过按键来控制开发板LED的亮灭。(Use: setup the ENC28J60 of IP to 192.168.0.15, the module is powered on the computer' s Ethernet port using a cable connection up to set the computer' s local IP 192.168.0.** (** Custom), the gateway 192.168.0.15, default configuration is successful, it will make arp or ping module. Open the browser, enter the address http://192.168.0.15/123456 to open the development board simple web pages, and page keys to control the development board LED light off.)
- 2012-05-31 18:14:57下载
- 积分:1
-
key
按键判断 进行行扫描m表示对应的行数
n表示对应的列数 对应数值亮(Judgment keystroke scan lines express the corresponding m number of rows n that corresponds to the number of rows corresponding numerical Liang)
- 2008-05-01 09:31:56下载
- 积分:1