代码搜索:main.c

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

代码结果 10,000
www.eeworm.com/read/321683/13400924

c main.c

#include "includes.h" /*main function of USART communication */ void main() { U8 i,rc,out1,out2; port_init(); uart0_init(); printf("Main running ..."); while(1) { u
www.eeworm.com/read/321681/13400977

c main.c

#include #include #include #include "ccvt.h" #include "v4l/v4l.h" #include #include #include #define DEFAULT_PALETTE VIDEO_PALETTE_YU
www.eeworm.com/read/321639/13401361

c main.c

#include "71x_map.h" #include #include "lcd.h" #include int main(int argc,char* argv[]) { char vide[15]=" "; vide[16]=NULL; LCD_Init();
www.eeworm.com/read/321639/13401370

c main.c

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : main.c * Author : MCD Application Team * Date First Issued : 04/06/2003 * Descr
www.eeworm.com/read/321616/13402437

c main.c

#include #include /****定义按键接口**************/ sbit Mode=P2^6; sbit Add=P2^7; sbit Dec=P1^5; sbit Ent=P1^6; sbit led1=P1^1; sbit led2=P1^0; sbit led3=P1^4; sbit SPK=P1^
www.eeworm.com/read/321616/13402446

c main.c

#include #include /****定义按键接口**************/ sbit Mode=P2^6; sbit Add=P2^7; sbit Dec=P1^5; sbit Ent=P1^6; sbit led1=P1^1; sbit led2=P1^0; sbit led3=P1^4; sbit SPK=P1
www.eeworm.com/read/321537/13403499

c main.c

#include #include int main(void) { unsigned char x,y; unsigned int i,j; const unsigned char led_str[ ] = {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0
www.eeworm.com/read/321512/13403832

c main.c

#include "def.h" #include "vk33.h" #include //在各种方式中,main.c函数和vkxx.h是通用的def.h在spi和parallel方式是通用的uart //的多了两个批量读写fifo的函数;底层函数不同 void delay (unsigned int delaydata) { unsigned i
www.eeworm.com/read/321512/13403852

c main.c

#include "def.h" #include "vk33.h" //在各种方式中,main.c函数和vk32.h是通用的def.h在spi和parallel方式是通用的 //uart模式下多了两个批量读写fifo的函数;底层函数是不一样的 void delay (unsigned int delaydata) { unsigned int tempdata=delay
www.eeworm.com/read/321512/13403880

c main.c

#include "def.h" #include "vk33.h" //在各种方式中,main.c函数和vkxx.h是通用的def.h在spi和parallel方式是通用的uart //的多了两个批量读写fifo的函数;底层函数不同 void delay (unsigned int delaydata) { unsigned int tempdata=delaydat