代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/323997/13296650
c main.c
/*------------------------------------------
lcd12864液晶显示驱动实
----------------------------------------------
/CS1----选择IC1,低有效 即 (左)64列
/CS2----选择IC2,低有效 即 (右)64列
---------------------------
www.eeworm.com/read/239181/13299627
c main.c
#include
//#include
void Sysclk_Init();
void ADC_Init();
sfr EIP1 = 0XF6;
#define SYSCLK_EXT 24000000
#define BAUDRATE 9600
int zt_speed_gps=32;
sbit led=
www.eeworm.com/read/137764/13299834
c main.c
#include
#include
#include
#include
#include "Param.h"
#include "IntList.h"
#include "NPoint.h"
#include "NArray.h"
#include "HashTree.h"
#include "
www.eeworm.com/read/239173/13299974
c main.c
#include "TestSerial.h" // SFR declarations
#include "serial.h"
#include "serial1.h"
#include "SoftUart.h"
#define TIMER0 1000 //1000us
#define TIMER0_COUNT SYSCLK/1000*TIMER
www.eeworm.com/read/137755/13300371
c main.c
#include
#include "serial.h"
sbit led3=P1^0;
OS_STK TaskStartStk1[MaxStkSize],TaskStartStk2[MaxStkSize];
void Task1(void *nouse) reentrant;
void Task2(void *nouse) reentrant;
www.eeworm.com/read/137749/13301079
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/136565/13301336
c main.c
#define __LIBRARY__
#include
#include
/*
* we need this inline - forking from kernel space will result
* in NO COPY ON WRITE (!!!), until an execve is executed. This
* is no pr
www.eeworm.com/read/239130/13301747
c main.c
#include
main()
{System_init();
while ( 1 )
{WatchDog_process();
Key_process();
LEDdisplay_process();
Authorize_process();
Rs232rece_process();
}
}
www.eeworm.com/read/137727/13302685
c main.c
//---------------------------------------------------------------------------
// Net MAIN.C
//
// 8051 Web Server project
// See Makefile for build notes
// Written for Keil C51 V5.1 compiler, n
www.eeworm.com/read/239111/13302687
c main.c
#include
#include
#include "3510i.h"
int main(void)
{
sbi(MCUCR, SRE);
OSCCAL = 0x97;
LCD_Initialize();
FS_Initialize();
FS_ChangeDir("\\");
FS_TFile F;