代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/292046/8380430
c main.c
#include
#include
#include
#include
#if defined(WIN32)
#pragma comment(lib, "oci.lib")
#endif
int main()
{
OCIEnv *myenvhp; // 环境句柄
OCIServer
www.eeworm.com/read/192448/8381144
c main.c
/*
ucOS-II 版本为2.51
注:
此例程运行于内RAM > 1024 Byte的51内核的单片机即可。
比 如 : SST89E564RD ,STC89C516RD 等
S
*/
#include "includes.h"
#include "serial.h"
sbit LED1=P1^5;
sbit LED2=P1^6;
u
www.eeworm.com/read/192427/8381938
c main.c
/******************************************************************
// PROJECT:chipcon RF DEMO
// RF: CC1100 or cc2500 or cc1000(Chipcon)
// CC1100:433。92MHZ
// CC2500:2433MHZ
// CC1000:433。92M
www.eeworm.com/read/192426/8382205
c main.c
/*******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* BOOT引导IAP应用演示程序 */
/* 作者:ntzwq@wx88.n
www.eeworm.com/read/391734/8384039
c main.c
//--------------------------------------------------
// 主程序
//--------------------------------------------------
#include "sfr.h"
#include "port.h"
//---------------------------------------------
www.eeworm.com/read/291981/8384152
c main.c
#include
#include
#include
extern void Display_zijian();
extern void clrlcd();
extern void intlcd();
extern void Delay(int count);
extern void scankey();
e
www.eeworm.com/read/291962/8384859
c main.c
#include
#include
#include
#include "resource.h"
#include "main.h"
char *build_time = __TIME__;
char *build_date = __DATE__;
BOOL Testing=FALSE;
BOOL Stop
www.eeworm.com/read/291962/8384905
c main.c
#include "testheader.h"
#define ALLOCATE_EXTERN
#include "testregs.h"
#include
// Constants
#define DELAY_COUNT 0x9248*8L
#define _IFREQ 48000
#define _CFREQ 4
www.eeworm.com/read/192352/8385192
c main.c
/*
AVRUSBBoot - USB bootloader for Atmel AVR controllers
Thomas Fischl
License:
The project is built with AVR USB driver by Objective Development, which is
published under
www.eeworm.com/read/291961/8385336
c main.c
/*
* avrdude - A Downloader/Uploader for AVR device programmers
* Copyright (C) 2000-2005 Brian S. Dean
*
* This program is free software; you can redistribute it and/or modify