代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/192259/8391570
c main.c
#include "open.h"
#include
#include
#define BUFFSIZE 8192
int
main(int argc, char *argv[])
{
int n, fd;
char buf[BUFFSIZE], line[MAXLINE];
/* read filename
www.eeworm.com/read/391650/8392547
c main.c
1cmd定义:
ramfuncs : LOAD = FLASHJ, PAGE = 0
RUN = RAMH0, PAGE = 0
LOAD_START(_RamfuncsLoadStart),
LOAD_END(
www.eeworm.com/read/291779/8396292
c main.c
/* passed
* linux/init/main.c
*
* (C) 1991 Linus Torvalds
*/
#include
#define __LIBRARY__ // 定义该变量是为了包括定义在unistd.h 中的内嵌汇编代码等信息。
#include
#include // 时间类型头文件
www.eeworm.com/read/291779/8396692
c main.c
/*
* linux/init/main.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__ // 定义该变量是为了包括定义在unistd.h 中的内嵌汇编代码等信息。
#include // *.h 头文件所在的默认目录是include/,则在代码中就不用明确指明位置。
// 如果不是UNIX 的标准头文件
www.eeworm.com/read/291767/8397297
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/391519/8399316
c main.c
//-------------------------------------------------------------------------
#include
#include
#include
#include
#include "main.h"
#i
www.eeworm.com/read/192181/8400767
c main.c
/*
** $Id: main.c,v 1.26 2006/06/08 09:50:37 xwyan Exp $
**
** NoteBook, the M$ Windows like notepad Editor on MiniGUI.
** Copyright (c) 2000, Feng Da ke (minx@thtfchain.com).
**
** Some idea and sour
www.eeworm.com/read/192181/8401132
c main.c
/*
** $Id: main.c,v 1.19 2006/05/10 09:38:54 xwyan Exp $
**
** main.c: The main entry of control demo program.
**
** Copyright (C) 2001 ~ 2002 Wei Yongming.
** Copyright (C) 2003 ~ 2006 Feynman Softwa
www.eeworm.com/read/291725/8402011
c main.c
#include "types.h"
#include "board.h"
#include "global.h"
#include "mcu.h"
#include "detect.h"
#include "menu.h"
#include "ms_reg.h"
#include "power.h"
#include "DEBUG.h"
#include "ms_rwreg.h
www.eeworm.com/read/192151/8402177
c main.c
#include "LED.h"
#include "Key.h"
//#include "LCD.h"
#include
#define STKSIZE 128
OS_STK Stack1[STKSIZE], Stack2[STKSIZE], Stack3[STKSIZE], Stack4[STKSIZE];
void Task1(void *ar