CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - INT 1
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
ARM-PowerPC-ColdFire-MIPS
Embeded Linux
SCM
VxWorks
uCOS
DSP program
Windows CE
VHDL-FPGA-Verilog
Other Embeded program
QNX
hardware design
Open-source hardware
Search - INT 1 - List
[
Embeded-SCM Develop
]
STCchuankougps
DL : 0
#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
:
落落
[
Embeded-SCM Develop
]
MAD_INT
DL : 0
研华数据采集卡c++ console程序多通道采集数据的例子-Advantech Data Acquisition Card c++ Console procedures for multi-channel data acquisition examples
Date
: 2026-01-06
Size
: 27kb
User
:
luyi
[
Embeded-SCM Develop
]
int
DL : 0
按键次数判断程序,希望能对大家 有帮助,同事也希望大家能传点好东西上来-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
[
Embeded-SCM Develop
]
Timer_INT..
DL : 0
timer int for pic 16f8-timer int for pic 16f877
Date
: 2026-01-06
Size
: 1kb
User
:
Thang
[
Embeded-SCM Develop
]
int
DL : 0
avr program to enable interrupts on atmega 8535
Date
: 2026-01-06
Size
: 6kb
User
:
jaibhan
[
Embeded-SCM Develop
]
ltcsrc
DL : 0
AVR Line following robot embedded program (Int.RC 8MHz)
Date
: 2026-01-06
Size
: 8kb
User
:
zzzzz
[
Embeded-SCM Develop
]
74
DL : 0
流水灯这里用"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
:
小天
[
Embeded-SCM Develop
]
S3C2440PMDKPHJTAG_SOURCE_CODE
DL : 0
开发环境: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
:
王某某
[
Embeded-SCM Develop
]
int
DL : 0
按键次数判断程序,希望能对大家 有帮助,同事也希望大家能传点好东西上来-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
[
Embeded-SCM Develop
]
led0-99-tmr0-int
DL : 0
自己编写的一个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
[
Embeded-SCM Develop
]
ltcsrc
DL : 0
AVR Line following robot embedded program (Int.RC 8MHz)
Date
: 2026-01-06
Size
: 8kb
User
:
importantto
[
Embeded-SCM Develop
]
stringToint
DL : 0
string转换为int的演示程序,挺简单-stringToint
Date
: 2026-01-06
Size
: 5kb
User
:
rthqua
[
Embeded-SCM Develop
]
int
DL : 0
按键次数判断程序,希望能对大家 有帮助,同事也希望大家能传点好东西上来-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
[
Embeded-SCM Develop
]
tm1620_C1
DL : 0
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
[
Embeded-SCM Develop
]
彩灯
DL : 0
用程序控制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
:
付委
[
Embeded-SCM Develop
]
GPIO输出实验-蜂鸣器控制
DL : 0
GPIO输入、输出,控制蜂鸣器;中断方式处理GPIO(GPIO input&output,control buzzer beep.process input&output in int mode)
Date
: 2026-01-06
Size
: 108kb
User
:
到处逛随意学
[
Embeded-SCM Develop
]
人体感应式无线键盘
DL : 0
人体感应式无线键盘,上位机,下位机,希望大家支持一下。(#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
:
孔庆东
[
Embeded-SCM Develop
]
Mylib
DL : 0
#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
[
Embeded-SCM Develop
]
c51_stepMotor
DL : 0
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
[
Embeded-SCM Develop
]
lwpmachdep1
DL : 0
general event info, MUST BE FIRST int sigchld_pid pid of process that changed.
Date
: 2026-01-06
Size
: 1kb
User
:
当即决断2015
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.