代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/314569/13564408
c main.c
#include "REG51.h"
//系统参数配置
#define DELTA_T -20 //沸点偏移量
#define T_UNIT 10 //温度单位,10表示1摄氏度
#define BOIL_POINT 1000 //1标准大气压下的沸点
#define ON 1 //打开电源或者电源处于开状态
#define OFF
www.eeworm.com/read/314568/13564448
c main.c
#include /* common defines and macros */
#include /* derivative information */
#pragma LINK_INFO DERIVATIVE "mc9s12dg128b"
/////////////////////////////////////
www.eeworm.com/read/314551/13564546
c main.c
/*==============================================================*/
/* Name: MAIN.H */
/* Project: ENCODER
www.eeworm.com/read/314506/13565382
c main.c
#include "usb1cfg.h"
#include "CH375INC.h"
#include "function.h"
#include
extern void Mem_transmit();
unsigned int LOG_INT_R=0xFF;
unsigned int LOG_transmit=0;
unsigned int buffer[409
www.eeworm.com/read/314476/13566252
c main.c
#include"..\ucos-ii\includes.h" /* uC/OS interface */
#include "..\ucos-ii\add\osaddition.h"
#include
#include
#include
//记录9个格子的位置
structRECT Rect[9];
st
www.eeworm.com/read/314425/13567774
c main.c
//---------------------------------------------------------------------------
/********************************************
嵌入式系统 小型操作系统
作者:汪普宏
制作日期:2006.9
***********************
www.eeworm.com/read/314396/13568627
c main.c
/****************************************************************************
* *
* File: MAIN.C
www.eeworm.com/read/314350/13569015
c main.c
#include "function.h"
void do_with(int (*func)(int, int,int, int, SDL_Surface*, SDL_Surface*),
int *x0, int *y0, int x, int y , SDL_Surface *screen,
SDL_Surface *qipan_
www.eeworm.com/read/314306/13569476
c main.c
/*Main.c*/
/*串口发送与中断接收程序,波特率设置为4800*/
//485 是半双工,发送和接受不能同时工作;
#include "global.c"
void SystemInit();
void Timer1Init();
void KickDog();
void SCI_Init();
void SCI_Send();
int numled0=20
www.eeworm.com/read/314302/13569541
c main.c
#include
#include
char FCFH; char FCFL; char SEN;
char OSHORTADDRH; char OSHORTADDRL;
int i;
//系统初始化
SET_MAIN_CLOCK()
{
SLEEP&=~0x04;
while(!(SLEEP&0x40));
CL