代码搜索:main.c

找到约 10,000 项符合「main.c」的源代码

代码结果 10,000
www.eeworm.com/read/316831/13516273

c main.c

/*--------------------------------------------------*/ /* AVR-ARM开发网论坛 */ /* http://www.avrarm.com */ /* AVR生成代码测试程序
www.eeworm.com/read/316827/13516448

c main.c

#include "myapp.h" #include "ICETEK-VC5509-EDU.h" #include "scancode.h" #include "math.h" ioport unsigned int * sysR = (unsigned int *)0x7fd; main() { // unsigned char dbScanCode; // shor
www.eeworm.com/read/316826/13516469

c main.c

#include "myapp.h" #include "ICETEK-VC5509-EDU.h" #include "scancode.h" void InitADC(); void wait( unsigned int cycles ); void EnableAPLL( ); unsigned int nADC0[256],nADC1[256]; main() {
www.eeworm.com/read/316825/13516488

c main.c

#include "myapp.h" #include "ICETEK-VC5509-EDU.h" #include "scancode.h" // 液晶 ---------------------------------------------------------- #define CTRLED (*(unsigned int *)0x600802) // port8004
www.eeworm.com/read/316824/13516505

c main.c

#include "myapp.h" // 定义指示灯寄存器地址和寄存器类型 #define LBDS (*((unsigned int *)0x400001)) void INTR_init( void ); void TIMER_init(void); int nCount; main() { nCount=0; PLL_Init(40); SDRAM
www.eeworm.com/read/316815/13516770

c main.c

/****************************************** * 程序名称: MMC(SD)卡读写程序 * 程序功能: 主函数 * 目标硬件: AVR MCU "ATMEGA162" 16.0000MHz * 创建日期: 2007-12 * 原创作者: XuGuoHong * kk20y@yahoo.com.cn * 修改记录: 无
www.eeworm.com/read/316815/13516810

c main.c

/****************************************** * 程序名称: MMC(SD)卡读写程序 * 程序功能: 主函数 * 目标硬件: AVR MCU "ATMEGA162" 16.0000MHz * 创建日期: 2007-12 * 原创作者: XuGuoHong * kk20y@yahoo.com.cn * 修改记录: 无
www.eeworm.com/read/316812/13516910

c main.c

#include "config.h" #include "sd.h" #include "fat.h" void cpu_init() { // Input/Output Ports initialization // Port A initialization // Func7=In Func6=In Func5=In Func4=In Func3=In Func2=In
www.eeworm.com/read/316803/13517594

c main.c

#define __SRC #include "main.h" #undef __SRC #include "zlg500B.h" #define MF1_S50 0 #define MF1_S70 1 #define MF0_ULIGHT 2 #define MF1_LIGHT 3 sbit zlg500B_RST=P1^4; uchar baud_num
www.eeworm.com/read/316764/13517968

c main.c

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **