登录
首页 » Visual C++ » hongwai

hongwai

于 2013-02-08 发布 文件大小:150KB
0 105
下载积分: 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 个回复

  • 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
  • bianyaqi
    采用模糊聚类法,对变压器的故障诊断,并且分析各种气体含量。(The fuzzy clustering method, on the transformer fault diagnosis, and analysis of various gases.)
    2010-05-17 21:09:53下载
    积分:1
  • SMT-technology(2)
    电路模块表面组装技术(上),介绍SMT的组装和检测技术以及相关重要知识。(Circuit module surface mount technology (on), introduced SMT assembly and testing technology and related critical knowledge.)
    2014-03-25 08:52:35下载
    积分:1
  • KeyBorad
    扫描4X4键盘,并将键值在数码管和8个LED上显示,同时将键值通过串口或RS232端口或USB发送给PC机接收并解码来自标准键盘的基本按键的扫描码。(4X4 keypad scanning, and key in the digital tube and eight LED display, while the key through the serial port or RS232 port or a USB send the PC to receive and decode the scan code of the key from the standard keyboard.)
    2012-12-07 11:33:37下载
    积分:1
  • voronoiT
    无线传感器网络分簇路由协议中的LEACH的仿真,程序具有详细的备注,便于初学者学习。(Wireless sensor network clustering routing protocol LEACH simulation program has detailed notes, easy for beginners to learn.)
    2014-10-22 21:00:07下载
    积分:1
  • atmega8ledtest
    测试程序ATMEGA8LED的灯亮和灯灭(Test ATMEGA8LED lights turn on and off)
    2013-10-16 20:51:13下载
    积分:1
  • z2tong-xun
    dual-machine communications
    2014-03-21 21:07:41下载
    积分:1
  • mpu
    MSP430F5529 MPU6050代码(MSP430F5529 MPU6050 code)
    2020-10-12 10:57:32下载
    积分:1
  • SensorLine
    利用 USB2I2C开发板和软件实现了对CMOS图像传感器的在线调试。该系统运行稳定,体积小,外围电路简单,可灵活应用于多种CMOS图像传感器在线调试的场合以进行图像质量调整。本系统在调试过程中能生成调试log文件和寄存器配置文件。调试log文件记录调试过程中寄存器更改过程,可方便追踪、查看调试过程;寄存器配置文件保存最终调试结果,方便用户进一步的应用。(Use USB2I2C development board and software realization of the CMOS image sensor circuit debugging. The system is stable, small, simple external circuit can be flexibly applied to a variety of CMOS image sensors in-circuit debugger occasion for image quality adjustment. The system can generate in the debugging process debugging log file and registers the configuration file. Debug log file records the process of debugging registers the change process, can be easily tracked, view the debugging process register configuration file to save the final result debugging, user-friendly application further.)
    2014-04-04 16:13:07下载
    积分:1
  • 13-5-1
    电子时钟的小程序,基于89c51单片机,可以实现定时、计时、修改时间等功能。(Electronic clock applet, based on 89c51 microcontroller, can achieve timing, timing, modification time and other functions.)
    2013-11-17 09:35:47下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 18今日下载