#include "REG51.H" #include <intrins.h> #include "Common.h" //#include "Remote.h" #define OSD_EN //typedef unsigned char uCHAR //#include "T100Data_A.h" //#include "T100Data_PA.h" //#include "T100Data_AU.h" //#include "T100Data_CPT.h" //#include "T100Data_PANASONIC.h" //#include "T100Data_PVI7.h" //#include "T100Data_LG.h" //#include "T100Data_FOX.h" #include "T100Data_PVI8.h" #ifdef OSD_EN #include "OSDFont1218_new.h" #include "OSD1218_new.h"
資源簡(jiǎn)介:單字右移1616點(diǎn)陣右移C程序16bit #include<reg51.h> #include<intrins.h> sbit DAT=P1^0 /*"74HC595第14腳 數(shù)據(jù) ",0*/ sbit YW=P1^1 /*"74HC595第11腳 移位存 ",0*/ sbit SUO=P1^2 /*"74HC595第12腳 鎖存 ",0*/
上傳時(shí)間: 2016-05-19
上傳用戶:zhangyigenius
資源簡(jiǎn)介:#include "REG51.H" #include <intrins.h> #include "Common.h" //#include "Remote.h" #define OSD_EN //typedef unsigned char uCHAR //#include "T100Data_A.h" //#include "T100Data_PA.h" //#include "T100Data_AU.h" //#include "T100D...
上傳時(shí)間: 2016-07-21
上傳用戶:x4587
資源簡(jiǎn)介:一個(gè)很好用的 lcd 時(shí)鐘程序 C語(yǔ)言 #include<reg51.h> #include<stdio.h> //定義計(jì)時(shí)器0 的重裝值 #define RELOAD_HIGH 0x3C #define RELOAD_LOW 0xD2 //定義按鍵彈跳時(shí)間 #define DB_VAL //定義設(shè)置模式的最大時(shí)間間隔 #define TIMEOUT 200 //定...
上傳時(shí)間: 2014-12-19
上傳用戶:zukfu
資源簡(jiǎn)介:#include <reg51.h> /*-------------------------------------------- 調(diào)用方式:自行I/O 口定義﹫2001/05/12 函數(shù)說(shuō)明:私有函數(shù),各接口定義 --------------------------------------------*/ sbit HD7279_CS=P1^4 // HD7279_CS--P1.4 sbit HD7279_...
上傳時(shí)間: 2013-12-31
上傳用戶:三人用菜
資源簡(jiǎn)介:#include <reg51.h> void delay_ms(unsigned short ms) { unsigned short i unsigned char j for(i=0 i<ms i++) { for(j=0 j<200 j++) for(j=0 j<102 j++) } }
上傳時(shí)間: 2016-03-30
上傳用戶:cuibaigao
資源簡(jiǎn)介://*********主機(jī)代碼****** #include <reg51.h> #include "Clicent_Setting.h" #include "LCD_Funtion.h" #include "Futions.h" #include "Host_Interrupt_Funtion.h" int num1=1 //從機(jī)數(shù)碼管起始數(shù) int num2=0 int num3=1
上傳時(shí)間: 2016-05-27
上傳用戶:王者A
資源簡(jiǎn)介:89s51單片機(jī)控制繼電器! 由s51io口輸出低電平使三極管導(dǎo)通 從而控制繼電器閉合 #include <reg51.H> sbit P0_0=P0^0 sbit P1_7=P1^7 main() {while(1) { if (P0_0==0) P1_7==1 } }
上傳時(shí)間: 2013-12-17
上傳用戶:xsnjzljj
資源簡(jiǎn)介:realize overlapped-add method %[y]=overlpadd(x,h,Nfft) %y:output sequence %x:input sequence %h:filter impulse response sequence %Nfft:points of each DFT operation %重疊相加法實(shí)現(xiàn)分段卷積
上傳時(shí)間: 2015-07-22
上傳用戶:as275944189
資源簡(jiǎn)介:有關(guān)H323的相關(guān)技術(shù)參考資料 1、H0323協(xié)議書(shū)E.DOC 2、H.323與SIP的比較.pdf 3、基于H.323的MCU技術(shù).doc 4、基于MPEG與H 323doc.doc
上傳時(shí)間: 2013-12-30
上傳用戶:cursor
資源簡(jiǎn)介:是關(guān)于H.264的中文文檔,通俗易懂,是學(xué)習(xí)的H.264的指南.
上傳時(shí)間: 2014-01-02
上傳用戶:zyt
資源簡(jiǎn)介:設(shè)計(jì)一FIR低通濾波器 0=<|w|<=0.25Pi,輸入n代表FIR濾波器的長(zhǎng)度,輸出H(ejw)幅度值,N代表輸出數(shù),Hbs[N]存放H(ejw)的幅度值,h[n]存放H[z]的系數(shù),算法采用Hamming窗函數(shù)
上傳時(shí)間: 2016-06-28
上傳用戶:a6697238
資源簡(jiǎn)介:可以用H.264編碼解碼器源碼(c語(yǔ)言)-can use H.264 codec source (c language).
上傳時(shí)間: 2016-11-05
上傳用戶:aa54
資源簡(jiǎn)介:SHUZIZHONG顯示電路 源程序如下: #include <reg51.h>#include <intrins.h> unsigned char data dis_digit; unsigned char code dis_code[]={ 0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};unsigned char data dis_buf...
上傳時(shí)間: 2013-11-24
上傳用戶:fdmpy
資源簡(jiǎn)介:#include <reg51.h>#include<intrins.h> #define?? BUSY1??? (DQ1==0) sbit????? DQ1??? =? P0^4; unsigned char idata TMP; unsigned char idata TMP_d; unsigned char f; void wr_ds18_1(char dat);unsigned char rd_ds18_1(); /***********...
上傳時(shí)間: 2013-10-29
上傳用戶:sssnaxie
資源簡(jiǎn)介:EEPROM為ATMEL公司的AT24C01A。單片機(jī)為ATMEL公司的AT89C51。2.?軟件說(shuō)明 C語(yǔ)言為Franklin C V3.2。將源程序另存為testi2c.c,用命令C51 testi2c.cL51 TESTI2C.OBJOHS51 TESTI2C編譯,連接,得到TESTI2C.HEX文件,即可由編程器讀入并進(jìn)行寫(xiě)片,實(shí)驗(yàn)。3.源程...
上傳時(shí)間: 2013-10-09
上傳用戶:hjshhyy
資源簡(jiǎn)介:APPCCFG.H vc++的頭文件,要放到vc98/include里面去
上傳時(shí)間: 2014-01-07
上傳用戶:mhp0114
資源簡(jiǎn)介:#include<reg51.h>
上傳時(shí)間: 2013-11-01
上傳用戶:liujinzhao
資源簡(jiǎn)介:#include<reg51.h> //包含單片機(jī)寄存器的頭文件 /******************************************************* 函數(shù)功能:主函數(shù) (C 語(yǔ)言規(guī)定必須有也只能有1 個(gè)主函數(shù)) ********************************************************/ void main(void) { ...
上傳時(shí)間: 2013-10-26
上傳用戶:離殤
資源簡(jiǎn)介:#include<reg51.h>/*************************ds1302與at89s52引腳連接********************/sbit T_RST=P3^5; sbit T_CLK=P3^6;???????????????? sbit T_IO=P3^7;???????????????? ?????????????? sbit ACC0=...
上傳時(shí)間: 2014-01-17
上傳用戶:sglccwk
資源簡(jiǎn)介:簡(jiǎn)單電子琴的51單片機(jī)程序 #include<reg51.h>???????//包含51單片機(jī)寄存器定義的頭文件 sbit?P14=P1^4; ????//將P14位定義為P1.4引腳 sbit?P15=P1^5;??????????//將P15位定義為P1.5引腳 sbit?P16=P1^6; ????//將P16位定義為P1.6...
上傳時(shí)間: 2013-11-09
上傳用戶:tian126vip
資源簡(jiǎn)介:#include<reg51.h> unsigned char miao=0,fen=0,shi=0; unsigned? char? miao1=0,miao2=0; unsigned? char? fen1=0,fen2=0; unsigned? char? shi1=0,shi2=0;
上傳時(shí)間: 2013-11-04
上傳用戶:ruan2570406
資源簡(jiǎn)介:#include <reg51.h>#include <main.h>#include <interrupt.h> cs5460a應(yīng)用電路(含源程序)bit code table_odd_even_bit[16]={0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0}; extern uchar rs485_timeout,pointer_buf485;extern uchar rs485_buf[MAX_485_LEN];extern uchar...
上傳時(shí)間: 2014-01-24
上傳用戶:heart_2007
資源簡(jiǎn)介:#include<reg51.h> #define uchar unsigned char #define uint unsigned int uint i,j; sbit dula=P2^6; sbit wela=P2^7; uchar code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d, 0x7d,0x07,0x7f,0x6f,0x77,0x7c, 0x39,0x5e,0x79,0x71}; void main() {? j=0;...
上傳時(shí)間: 2016-02-11
上傳用戶:嬌縱Pamper
資源簡(jiǎn)介:基礎(chǔ)程序設(shè)計(jì) 01 閃爍的LED? /* ?名稱閃爍的LED? ?說(shuō)明LED按設(shè)定的時(shí)間間隔閃爍 */? #include<reg51.h>? #define uchar unsigned char? #define uint unsigned int? sbit LED=P1^0;? //延時(shí)? void DelayMS(uint x) ?{? ?uchar i;? ?whil...
上傳時(shí)間: 2016-09-19
上傳用戶:xinhoujue
資源簡(jiǎn)介:基礎(chǔ)程序設(shè)計(jì) 01 閃爍的LED? /* ?名稱閃爍的LED? ?說(shuō)明LED按設(shè)定的時(shí)間間隔閃爍? */? #include<reg51.h>? #define uchar unsigned char? #define uint unsigned int? sbit LED=P1^0;? //延時(shí)? void DelayMS(uint x)?{? ?uchar i;? ?while...
上傳時(shí)間: 2016-09-19
上傳用戶:xinhoujue
資源簡(jiǎn)介:電子書(shū)-十天學(xué)會(huì)單片機(jī)實(shí)例100.pdf//實(shí)例 4:用單片機(jī)控制一個(gè)燈閃爍:認(rèn)識(shí)單片機(jī)的工作頻率 #include<reg51.h> //包含單片機(jī)寄存器的頭文件 /**************************************** 函數(shù)功能:延時(shí)一段時(shí)間 *****************************************/ ...
上傳時(shí)間: 2022-03-19
上傳用戶:kingwide
資源簡(jiǎn)介:宏晶 STC15F2K60S2開(kāi)發(fā)板配套軟件源碼 基礎(chǔ)例程30例/**********************基于STC15F2K60S2系列單片機(jī)C語(yǔ)言編程實(shí)現(xiàn)使用如下頭文件,不用另外再包含"REG51.H"#include <STC15F2K60S2.h>***********************/#include "STC15F2K60S2.H"//#include "REG51...
上傳時(shí)間: 2022-05-03
上傳用戶:
資源簡(jiǎn)介:采用C代碼編寫(xiě)的8位LED流水燈程序,附件是用PROTEUS設(shè)計(jì)的仿真電路工程,直接可以使用。請(qǐng)用Proteus 8以上版本。下面是驗(yàn)證好的源代碼,供大家參考學(xué)習(xí):------------------------------------------#include <reg51.h>void main(){LED;t0,t1,t2,t3,t4,t5,t6,...
上傳時(shí)間: 2022-06-09
上傳用戶:zhanglei193
資源簡(jiǎn)介:H.264作為新一代視頻編碼標(biāo)準(zhǔn),相比上一代視頻編碼標(biāo)準(zhǔn)MPEG2,在相同畫(huà)質(zhì)下,平均節(jié)約64﹪的碼流。該標(biāo)準(zhǔn)僅設(shè)定了碼流的語(yǔ)法結(jié)構(gòu)和解碼器結(jié)構(gòu),實(shí)現(xiàn)靈活性極大,其規(guī)定了三個(gè)檔次,每個(gè)檔次支持一組特定的編碼功能,并支持一類特定的應(yīng)用,因此。H.264的編碼...
上傳時(shí)間: 2013-06-13
上傳用戶:夜月十二橋
資源簡(jiǎn)介:H.264作為新一代視頻編碼標(biāo)準(zhǔn),相比上一代視頻編碼標(biāo)準(zhǔn)MPEG2,在相同畫(huà)質(zhì)下,平均節(jié)約64﹪的碼流。該標(biāo)準(zhǔn)僅設(shè)定了碼流的語(yǔ)法結(jié)構(gòu)和解碼器結(jié)構(gòu),實(shí)現(xiàn)靈活性極大,其規(guī)定了三個(gè)檔次,每個(gè)檔次支持一組特定的編碼功能,并支持一類特定的應(yīng)用,因此。H.264的編碼...
上傳時(shí)間: 2013-05-25
上傳用戶:refent