登录
首页 » C++ Builder » p16

p16

于 2012-09-21 发布 文件大小:83KB
0 164
下载积分: 1 下载次数: 20

代码说明:

  PIC单片机C语言应用编程-红外遥控器解码程序(PIC microcontroller application programming- infrared remote control decoding program )

文件列表:

p16
...\55.c,4307,2012-09-21
...\55.dep,253,2012-09-21
...\55.lst,21503,2012-01-16
...\55.p1,55196,2012-09-21
...\55.pre,14857,2012-09-21
...\55.rlf,27123,2012-01-16
...\55.sdb,10400,2012-01-16
...\555.as,34637,2012-09-21
...\555.cof,16089,2012-09-21
...\555.hex,2489,2012-09-21
...\555.hxl,1508,2012-09-21
...\555.lde,1557,2012-01-16
...\555.lst,62597,2012-09-21
...\555.map,17184,2012-09-21
...\555.mcp,1033,2012-09-21
...\555.mcs,6630,2012-09-21
...\555.mcw,79872,2012-09-21
...\555.obj,13492,2012-09-21
...\555.rlf,83755,2012-09-21
...\555.sdb,14680,2012-09-21
...\555.sym,5848,2012-09-21
...\htm" target=_blank>funclist,226,2012-09-21
...\startup.as,2001,2012-09-21
...\startup.lst,4605,2012-09-21
...\startup.obj,1791,2012-09-21
...\startup.rlf,5270,2012-09-21

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

发表评论

0 个回复

  • USB
    OLED0.91显示的USB电压电流表程序,方便测试USB的电压电流情况(OLED 0.91 shows the USB voltage meter program to facilitate the test voltage and current situation of USB)
    2015-12-02 18:53:41下载
    积分:1
  • PWM
    闻亭TDS2407EA开发板的程序,采用通用定时器产生两路同频的PWM波形,重点调试的两路的相位差,也可以分别调整周期和占空比(Wintech TDS2407EA development board' s procedures, the use of two general purpose timers have the same frequency of the PWM waveform, the focus of debugging phase two, you can adjust the cycle and duty cycle, respectively,)
    2009-07-16 17:32:17下载
    积分:1
  • 智能温度控制器
    当温控开关打开时,若测得环境温度大于设定温度,则继电器吸合 启动电机工作;若测得环境温度小于设定温度,则继电器释放, 电机停止工作;(When the temperature control switch is turned on, if the measured ambient temperature is higher than the set temperature, the relay will suck in. Start the motor; if the measured ambient temperature is less than the set temperature, the relay will be released. The motor stopped working.)
    2019-03-29 11:44:31下载
    积分:1
  • ADC0809
    说明:  一个用于 AD采集的程序和电路,可以直接看到相应的作用(ADC0809)
    2010-03-22 17:05:11下载
    积分:1
  • 28335_ECAN_1PROGRAM
    参考ti提供得例子程序,先将他们得例子在自己得板子上跑起来,其实就是用自测试得方式来验证一下程序,也可以加些中断,看看程序怎么跑得。这步没问题得话,可以改写程序,当然还在自测试模式下先试,如果可以改写后,在自测试模式下可以。那么就差不多了,将自测试模式改成正常模式,将程序移植到自己得程序中,拿一个经过验证可以正常通讯得can模块通讯,记得两个can得速率要一致。当然这个can模块还要能让你看到或者说能验证你得can是否通讯正常。(Reference ti provide examples of procedures was, first they have to run up on the example of the board that she has, in fact, self-test was used to verify the program mode, you can also add some interruption to see how to run the program. This step was not a problem, you can rewrite the program, of course, still in test mode since the first try, if you can rewrite, can in self-test mode. Well almost, the self-test mode to normal mode, the program was ported to own program, get a proven module can communicate normally too can communicate, remember that two can get a rate to be consistent. Of course, this can also allow you to see the module or can verify whether you have can communicate properly.)
    2014-07-10 20:13:37下载
    积分:1
  • MSP430x41xF42x
    MSP430x41x, MSP430F42x.zip
    2007-05-30 10:15:46下载
    积分:1
  • FontGen2
    点阵字体产生工具以及相关显示函数。 在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。 一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。 这里为以上问题提供了一个完整的解决方案: 产生字体数据:指定字体类型、大小,自动产生字体数据。 字体数据排序:可以按Unicode,也可以按Ansi排序。 集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符 ()
    2020-06-30 09:20:02下载
    积分:1
  • STC_UART_GPS_OK
    芯片:STC12C5A60S2 晶振:16MHz 波特率:4800bps 引脚定义:串行口1: 发送————TxD/P3.1; 接收————RxD/P3.0 串行口2: 发送————TxD2/P1.3;接收————RxD2/P1.2 功能描述:STC12双串口通信(中断方式) 当串行口1接收GPS数据后(4800波特率),将此数据由串行口2发送出去 当串行口2接收数据后,将此数据由串行口1发送出去(Chip: STC12C5A60S2 Crystal: 16MHz Baud Rate: 4800bps Pin definitions: Serial port 1: Send TxD/P3.1 receiving RxD/P3.0 Serial port 2: Send TxD2/P1.3 receiving RxD2/P1.2 Function Description: STC12 Two serial communication (interrupt) When a serial port after receiving GPS data (4800 baud), this data is sent out by the serial port 2 When the serial port 2 receives data, this data is sent out by the serial port 1 )
    2020-11-06 08:29:49下载
    积分:1
  • 光强与温湿度检测(三个传感器)
    基于秉火程序改写的传感器程序,可实现光照强度,温湿度测量(Based on the sensor program rewritten by Binghuo program, the measurement of light intensity, temperature and humidity can be realized.)
    2020-06-23 12:40:01下载
    积分:1
  • 工业通信PCB (1)
    说明:  基于ARM处理器的EtherCAT 通信开发平台(EtherCAT Communication Development Platform Based on ARM Processor)
    2019-03-14 15:05:15下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载