登录
首页 » Visual C++ » hongwai

hongwai

于 2013-02-08 发布 文件大小:150KB
0 134
下载积分: 1 下载次数: 80

代码说明:

  通过protues仿真实现的51单片机红外线遥控发射和接收解码装置。(Simulation achieve through protues 51 microcontroller infrared remote control transmitter and receiver decoding device.)

文件列表:

红外遥控模拟
............\红外遥控模拟
............\............\Last Loaded 红外遥控的仿真.DBK,138100,2008-01-15
............\............\Last Loaded 红外遥控的仿真2.DBK,139740,2013-02-06
............\............\main.c,5196,2013-02-05
............\............\main.LST,10446,2013-02-05
............\............\main.OBJ,12456,2013-02-05
............\............\proteus仿真论坛.txt,184,2009-04-20
............\............\红外遥控,10482,2007-11-01
............\............\红外遥控.lnp,44,2007-11-01
............\............\红外遥控.M51,12468,2007-11-01
............\............\红外遥控.opt.bak,1399,2008-01-15
............\............\红外遥控.plg,166,2008-01-15
............\............\红外遥控.Uv2.bak,2155,2008-01-15
............\............\红外遥控.uvopt,56731,2013-02-06
............\............\红外遥控.uvproj,13246,2013-02-03
............\............\红外遥控_Opt.Bak,1401,2008-01-15
............\............\红外遥控_Uv2.Bak,2159,2007-10-26
............\............\红外遥控_uvopt.bak,57159,2013-02-05
............\............\红外遥控的仿真.DSN,138074,2008-01-15
............\............\红外遥控的仿真.PWI,3463,2013-02-04
............\............\红外遥控的仿真2.DSN,139757,2013-02-06
............\............\红外遥控的仿真2.PWI,3463,2013-02-06
............\............\解码,22124,2013-02-03
............\............\解码.c,3777,2008-01-15
............\............\解码.hex,7199,2013-02-03
............\............\解码.lnp,41,2013-02-03
............\............\解码.LST,10327,2013-02-03
............\............\解码.M51,20166,2013-02-03
............\............\解码.OBJ,14294,2013-02-03
............\............\解码.Opt,1684,2013-02-05
............\............\解码.plg,222,2013-02-05
............\............\解码.Uv2,2182,2013-02-03
............\............\解码LCD.c,3609,2008-01-15
............\............\解码LCD.LST,7219,2013-02-03
............\............\解码LCD.OBJ,10106,2013-02-03
............\............\解码_Opt.Bak,1689,2013-02-04
............\............\解码_Uv2.Bak,2190,2008-01-15
............\............\遥控,10470,2013-02-05
............\............\遥控.hex,3122,2013-02-05
............\............\遥控.lnp,40,2013-02-05
............\............\遥控.M51,12452,2013-02-05
............\............\遥控.plg,227,2013-02-06
............\............\重要说明.txt,184,2009-04-20

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 2
    说明:  CC2530芯片的使用和无线传感器网络的构建——数据收发无线组网实验(The use of CC2530 chip and the construction of wireless sensor network)
    2017-05-05 18:14:47下载
    积分:1
  • Hammer
    本程序利用特征线法计算管道水击的压力和流量(The program uses the method of characteristics to calculate the value of the pipeline water hammer pressure and flow values.)
    2014-01-16 21:07:52下载
    积分:1
  • XListCtrl_demo-20140610
    主要是完成Listctr的封装,和对于xlistctrl 的一个实例程序 (The main package is completed Listctr)
    2014-06-10 21:58:28下载
    积分:1
  • pulse-width-measurement
    该程序主要用来测量信号的脉冲宽度,具有较好的稳定性和精度。(The program is mainly used for the measurement of pulse width signal,and has good stability and accuracy. )
    2015-01-15 08:09:27下载
    积分:1
  • SCM-off-cable-detection
    单片机电缆通断检测系统,可以实现电缆短路和断路(SCM off cable detection system, the cable can short-circuit and open circuit)
    2015-04-14 11:27:00下载
    积分:1
  • simServer
    仿真讯鸟的坐席服务器的软件。在没有CTI的工作环境下,也可以适合作呼叫中心坐席软电话开发(simulation appear birds dine server software. CTI in the absence of the working environment, they can be suitable for call center soft phone development Seat)
    2007-01-21 18:18:41下载
    积分:1
  • dmx232_250
    灯光协议的DMX12 的源代码,单片机编写(mifare)
    2010-10-28 17:26:52下载
    积分:1
  • msp430x20x1_ca_01
    Msp430 LaunchPad s sound code that edited by Visual C++l.
    2012-07-13 01:06:53下载
    积分:1
  • hh
    通过使用能。Keil 51工具和VC++来实现按键的功.(Achieved by using the Keil 51 tools and VC++ of the key functions.)
    2013-05-15 13:39:14下载
    积分: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
  • 696518资源总数
  • 104269会员总数
  • 31今日下载