代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/326161/13160231
c main.c
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
uchar xdata *p;
void write();
void read();
void delay();
void main()
{
www.eeworm.com/read/326161/13160343
c main.c
#include "SCH51.h"
#include "fangkuai.h"
#include "t6963c.h"
#include "key.h"
void main(void)
{
SCH_Init_T2();
Init_LCD();
Init_Game();
SCH_Add_Task(Fangkuai_d
www.eeworm.com/read/326161/13160376
c main.c
//ICC-AVR application builder : 2005-9-4 20:55:51
// Target : M16
// Crystal: 8.0000Mhz
#include
#include
#include
void delay_nms(unsigned int n);
//UART0
www.eeworm.com/read/139330/13160951
c main.c
#include "..\startup\44b.h"
#include "..\inc\44blib.h"
#include "..\startup\option.h"
#include "..\inc\def.h"
#include "..\ucos\includes.h"
extern void OSSchedLock(void);
#define IRQ_VECTOR_OFFSET (
www.eeworm.com/read/139330/13161030
c main.c
#include "option.h"
#include "def.h"
#include "44b.h"
#include "44blib.h"
#include "includes.h"
#define TASK_STK_SIZE 512
#define N_TASKS 4
OS_STK TaskStk[N_TASKS][TASK_STK_SIZE];
www.eeworm.com/read/139324/13161096
c main.c
//#######################################################################
//# To test the searchdir function , by fred.zeng
//# using stat funciton define in sys/stat.h
//########################
www.eeworm.com/read/326153/13161457
c main.c
#include "44b0x.h"
#include "console.h"
#include "ctrl_set.h"
#include "irqsrc.h"
extern U32 MCLK;
U32 pIrqStart, pIrqFinish, pIrqHandler;
TIME_STRUC SysTime;
U16 SERIAL_BAUD = 57600;
ch
www.eeworm.com/read/241254/13161535
c main.c
// 本程序的晶体 24MHz
// 本程序的缺省IP 192.168.0.7
// 本程序的缺省mask 255.255.255.0
// 本程序的缺省mac 0x1234567890ab
// 本程序的缺省gate 0.0.0.0(无网关)
// 本程序的缺省端口号port 9000
// 本程序的缺省remote_ip 192.168.0.1
#i
www.eeworm.com/read/326151/13161595
c main.c
/*************************************************************************/
/* */
/* Copyright Shenzhen Watertek S
www.eeworm.com/read/241246/13161940
c main.c
// This program is designed for STR-P711 Board.
// It shows how to read/write MMC card
#include "system.h"
#include "mmc.h"
#include
#include
//it's a simple delay
v