代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/321354/13408316
c _main.c
www.eeworm.com/read/321349/13408418
c main.c
// ICC-AVR application builder : 2007-2-14 21:34:00
// Target : M16
// Crystal: 7.3728Mhz
// 18B20 演示程序
#include "config.h"
extern unsigned char count;
void port_init(void)
{
PORTA = 0x
www.eeworm.com/read/321299/13409323
c main.c
#include
#include
void
main(int argc,char *argv[])
/* int argc;
char *argv[]; */
{
extern void ga(char *);
if (argc!=2)
{
printf("usage: ga [datFile]\n");
www.eeworm.com/read/321274/13409695
c main.c
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004
FILE NAME
main.c
DESCRIPTION
This file contains t
www.eeworm.com/read/321271/13409728
c main.c
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004
FILE NAME
main.c
DESCRIPTION
This file contains t
www.eeworm.com/read/321257/13410102
c main.c
/*************实现循环链表,对数据域的排序********************************/
#include"xhlb.h"
int main()
{
struct lnode *h;
h=(struct lnode*)malloc(sizeof(struct lnode));
printf("请输入循环链表:\n");
h=creat();
www.eeworm.com/read/321224/13410533
c main.c
/*****************实现俩个有序链表(输入从大到小)合并成为一个有序链表*********************/
#include"Hebinglb.h"
int main()
{
struct node *ha,*hb;
ha=(struct node*)malloc(sizeof(struct node));
hb=(struct node*)
www.eeworm.com/read/321187/13411005
c main.c
#include
#include
#include
#include
#define TOT_MEM 8192
#include "programmer.h"
#include "udelay.h"
#include "lpt.h"
#include "isp.h"
int init() {
if(!i
www.eeworm.com/read/321123/13411980
c main.c
/*************************************************
FS2410第一个实验流水灯试验
试验目的:简要熟悉ADS编程,仿真器的使用
GPF4~6管脚轮流电亮led
***************************************************/
#include "def.h"
#include "option
www.eeworm.com/read/321083/13412485
c main.c
/****************************************Copyright (c)**************************************************
** 杭 州 鑫 高 科 技 有 限 公 司
**