Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - INT 1
Search - INT 1 - List
#include <reg52.h> #include <stdio.h> #include <string.h> #define uchar unsigned char #define uint unsigned int #define isp_iap_byte_read 0x1 #define isp_iap_byte_program 0x2 #define isp_iap_sector_erase 0x3 #define wait_time 0x1
Date : 2008-10-13 Size : 6.26kb User : 落落

研华数据采集卡c++ console程序多通道采集数据的例子-Advantech Data Acquisition Card c++ Console procedures for multi-channel data acquisition examples
Date : 2026-01-06 Size : 27kb User : luyi

按键次数判断程序,希望能对大家 有帮助,同事也希望大家能传点好东西上来-The number keys to determine the procedure, hoping to be helpful for all of us, colleagues also hope that we can mass-point onto a good thing
Date : 2026-01-06 Size : 1kb User : gh

timer int for pic 16f8-timer int for pic 16f877
Date : 2026-01-06 Size : 1kb User : Thang

avr program to enable interrupts on atmega 8535
Date : 2026-01-06 Size : 6kb User : jaibhan

AVR Line following robot embedded program (Int.RC 8MHz)
Date : 2026-01-06 Size : 8kb User : zzzzz

流水灯这里用"uchar"代替"unsigned char","uchar"用来定义无符号字符型数。 #define uint unsigned int //"uint"用来定义无符号整型数。 sbit Show_LED = P0^0 //用来声明P0.0口为程序所要控制的端口,"sbit"是KEIL专门用来声明某位IO口 -led
Date : 2026-01-06 Size : 18.41mb User : 小天

开发环境:ReviewMDK 语言:汇编语言和C语言 开发板:mini2440(S3C2440) 代码内容:将韦东山书本里德代码从linux环境下搬移到MDK中开发,调试,适用于初学者,有keyled,int,time,uart等-Development environment: ReviewMDK language: assembly language and C language development board: mini2440 (the S3C2440) code content: Wei Dongshan books Reed code from the linux environment move to MDK development, debugging, for beginners, keyled, int. time, the uart, etc.
Date : 2026-01-06 Size : 224kb User : 王某某

按键次数判断程序,希望能对大家 有帮助,同事也希望大家能传点好东西上来-The number keys to determine the procedure, hoping to be helpful for all of us, colleagues also hope that we can mass-point onto a good thing
Date : 2026-01-06 Size : 1kb User : onmon

自己编写的一个PIC程序,可实现0—99记数并通过数码管显示,应用了TMR0中断。-themselves prepared a PIC procedure can achieve 0-99 counting and through digital control, Application of TMR0 interruption.
Date : 2026-01-06 Size : 1kb User : pressbri

AVR Line following robot embedded program (Int.RC 8MHz)
Date : 2026-01-06 Size : 8kb User : importantto

string转换为int的演示程序,挺简单-stringToint
Date : 2026-01-06 Size : 5kb User : rthqua

按键次数判断程序,希望能对大家 有帮助,同事也希望大家能传点好东西上来-The number keys to determine the procedure, hoping to be helpful for all of us, colleagues also hope that we can mass-point onto a good thing
Date : 2026-01-06 Size : 1kb User : importantto

TM1620,2.#include<reg52.h> 13.#include<intrins.h> 14.#define nop _nop_() 15.#define uchar unsigned char 16.#define uint unsigned int -TM1620,AT89S52 2.#include<reg52.h> 13.#include<intrins.h> 14.#define nop _nop_() 15.#define uchar unsigned char 16.#define uint unsigned int
Date : 2026-01-06 Size : 2kb User : david hu

用程序控制8个彩灯从中心向两端闪烁,但是可以通过仿控制脉冲频路来控制闪烁速度,仿真开启后,彩灯会不停的亮起,不会停下 #include <reg51.h> unsigned char led[]={0x81,0x42,0x24,0x18}; void delay(unsigned int time) { unsigned int j=0; for(;time>0;time--) for(j=0;j<125;j++); } void main(void) { char i; while(1) { for(i=0;i<4;i++) { P2=led[i]; delay(500); } } }(Eight lights flickering from ends to middle)
Date : 2026-01-06 Size : 22kb User : 付委

GPIO输入、输出,控制蜂鸣器;中断方式处理GPIO(GPIO input&output,control buzzer beep.process input&output in int mode)
Date : 2026-01-06 Size : 108kb User : 到处逛随意学

人体感应式无线键盘,上位机,下位机,希望大家支持一下。(#include "main.h" #include "supertimer.h" #include "gpio.h" #include "player.h" #include "capacity.h" #include "usart.h" #include "dac.h" int main(void) { GPIOInit(); DacInit(); DacSet(2500); CapacityInit(); UsartInit(); SuperTimerInit(); Timer2_Open(100,16800); while(1) { if(cInit) CapacityFilterTest(); else CapacityInitData();)
Date : 2026-01-06 Size : 7.34mb User : 孔庆东

#include <util/delay.h> typedef unsigned char byte; typedef unsigned int word; class SPI_SX1278 { public: SPI_SX1278(); virtual ~SPI_SX1278(); //----------------------------- word SymbolTime;//one symbol time,the unit is us byte spiRead(byte addr);//read register void spiWrite(byte addr,byte val);// write value to the register void spi_MultiRead(byte addr,byte *p,byte len);// read multiple byte ,the first address is addr void spi_MultiWrite(byte addr,byte *p,int len);// write multiple byte ,the first address is addr void delay_us(int us);// delay us void spi_readFIFO(byte *p,byte len); // read fifo void spi_writeFIFO(byte *p,byte len);// write fifo };
Date : 2026-01-06 Size : 234kb User : Lloyd12

c51驱动步进马达的电路和程序代码 #include c:\mc51\8051io.h /* include i/o header file */ #include c:\mc51\8051reg.h register unsigned char j,flag1,temp; register unsigned int cw_n,ccw_n; unsigned char step[8]={0x80,0xc0,0x40,0x60,0x20,0x30,0x10,0x90} #define n 400 /* flag1 mask byte 0x01 run cw() 0x02 run ccw() */(c51 drive stepper motor circuit and code)
Date : 2026-01-06 Size : 34kb User : ottkrce

general event info, MUST BE FIRST int sigchld_pid pid of process that changed.
Date : 2026-01-06 Size : 1kb User : 当即决断2015
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.