登录
首页 » Visual C++ » Infrare-Decoder

Infrare-Decoder

于 2011-08-02 发布 文件大小:32KB
0 254
下载积分: 1 下载次数: 5

代码说明:

  用单片机对遥控器实现解码,并在数码管上显示(Infrare Decoder)

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

发表评论

0 个回复

  • 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
  • MCS-51
    新编MCS-51单片机应用 完本。 希望对大家有用(New MCS-51 microcontroller applications complete this. I hope useful)
    2013-09-13 21:04:17下载
    积分:1
  • adc_1602
    说明:  avr单片机,给电压通过单片机片内ad转换给到1602显示。里面有电路图和程序(AVR single-chip microcomputer, the voltage is converted to 1602 display through ad in single-chip microcomputer)
    2020-04-13 20:18:05下载
    积分:1
  • 645-485
    一个电表行业专用的基于645规约的电表485通讯抄表程序,可以进行485总线抄表,645规约测试。程序技术要点就是规约数据传输协议的处理,如向电表发送数据时的控制码和数据长度、发送的数据部分(数据标识 + 密码 + 数据)、应答帧长度、结束标志等通讯协议的处理值得大家学习。(A meter-based industry-specific statute 645 meter 485 meter-reading procedure can be carried out 485 meter, 645 Statute of the test. Procedures for the technical elements of the statute is to deal with data transmission protocols, such as sending data to the meter when the control code and data length, send the data section (data logo+ Password+ Data), response frame length, marks the end of the treatment protocol, etc. everyone deserves to learn.)
    2021-03-08 09:49:29下载
    积分:1
  • ds1302
    ds1302液晶时钟液晶时钟及温度检测程序(the ds1302 LCD Clock LCD Clock and temperature testing procedures)
    2012-05-06 13:21:39下载
    积分:1
  • FfmpegSdl2.0Demo_vs2005
    使用FFMPEG库进行视频解码,然后在一个Static控件上使用SDL2.0进行视频显示,相比SDL1.0,2.0版本支持多窗口同时显示,性能也大幅提升。(demo中未处理音频帧)。本Demo优点:将视频解码和显示分别封装了两个类CFfmpegDecod和CSdlShow,便于学习和理解播放流程。适合学习者使用。(Using the FFMPEG library for video decoding, and then on a Static control on the use of SDL2.0 video display, compared to the SDL1.0,2.0 version supports multi window at the same time, performance is also greatly improved. (demo is not processed for audio frames). The Demo advantages: the video decoding and display are encapsulated in two classes CFfmpegDecod and CSdlShow, easy to learn and understand the playback process. Suitable for learners to use.)
    2015-11-29 17:30:55下载
    积分:1
  • usb_host_printer_pcl_5
    说明:  惠普打印机 PCL5 语言 命令函数程序代码参考(hp pcl5 printing command reference)
    2011-03-17 21:31:23下载
    积分:1
  • 10GenericMFC
    电子时钟程序,通过VC++编程,实现电子时钟程序,方便编程爱好者交流学习。(Electronic clock procedures, through VC++ programming, electronic clock procedures to facilitate the exchange of learning programming enthusiasts.)
    2013-07-11 14:29:17下载
    积分:1
  • HW-GMS-Project20140513
    BlueCore4 Datasheet BC417143 ·APF有源滤波控制器程序,因为改代码 ·利用51单片机实现DS1302的驱动,以C ·利用STM8L实现诺基亚5110液晶的驱动 ·盛群单片机指令集:简体中文,PDF格 ·SHT11 程序,I2C总线方式。写I2C时 ·7寸彩屏 STM32的固件库3.5 FSMC驱动 ·一种伺服电机的PID控制算法,可以完 ·基于Atmega16单片机的机器人行走、 ·51单片机驱动2.6英寸触摸液晶屏幕, ·stm32 pwm 固件库 大连理工大学 信 ·无线传感网络基础 wireless sensor ·LPC11u14芯片的系统时钟驱动
    2020-11-24 16:09:33下载
    积分: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
  • 696516资源总数
  • 106633会员总数
  • 4今日下载