代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/287960/8657261
c main.c
#include
typedef unsigned int uint;
typedef unsigned char byte;
struct user_list_class
{
uint ID;
uint x_zb;
uint y_zb;
uint z_zb;
byte zt_and_bak;
} xdata user_list[3000]
www.eeworm.com/read/387715/8658123
c main.c
//========================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed, reproduced,
//
www.eeworm.com/read/387711/8658371
c main.c
//===============================================================
//
// The information contained herein is the exclusive property of
// Sunplus Technology Co. And shall not be distribu
www.eeworm.com/read/387694/8658741
c main.c
#include
#include "clock.h"
#include "lcd.h"
#include "key.h"
#include "convert.h"
#include "pid.h"
#define CYCLE 34200
void main()
{
unsigned char h,m,s;
unsigned char c,i=0;
f
www.eeworm.com/read/387692/8658966
c main.c
#include "ctrl_set.h"
#include "console.h"
#include "utils.h"
#include "DataType.h"
#include "44b0x.h"
/*
KEY0 EINT4
KEY1 EINT5
KEY2 EINT6
KEY3 EINT7
*/
/*****************************
www.eeworm.com/read/387664/8660109
c main.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: main.c
www.eeworm.com/read/431709/8660399
c main.c
//==============================================================================================
// Project : AD Board
// Processor : PIC18F252
// Software Design : Kim Yong Jun
// U
www.eeworm.com/read/387655/8660680
c main.c
/*********************************************************************************************
* File: main.c
* Author: embest
* Desc: c main entry
* History:
* J.Y.Guo, Programming start, M
www.eeworm.com/read/387652/8660904
c main.c
/*********************************************************************************************
* File: main.c
* Author: Embest
* Desc: C code entry
* History:
* Y.J.Guo, Programming modify,
www.eeworm.com/read/287922/8660978
c main.c
/*
* linux/init/main.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include
#include
/*
* we need this inline - forking from kernel space will result
* in NO COPY