代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/389093/8548704
c main.c
www.eeworm.com/read/289455/8550077
c main.c
#include "local.h"
static char *progname = NULL;
static enum {
FTYP_BATTLE,
FTYP_BURT,
FTYP_COIFLET,
FTYP_DAUB,
FTYP_HAAR,
FTYP_PSCOIFLET,
FTYP_SPLINE
} ftyp = FTYP_HAAR;
stati
www.eeworm.com/read/289455/8550099
c main.c
#include "local.h"
#if defined(ARCH_SUN4) && OSREL_MAJOR >= 5
static int dbl_revCmp _PROTO((const void *d1, const void *d2));
#else
static int dbl_revCmp _PROTO((genericptr d1, genericptr d2));
www.eeworm.com/read/289455/8550110
c main.c
#include "local.h"
static void doit();
static void usage();
static char *progname = NULL;
static FILE *fpIn = NULL;
static int n = -1;
static int fInterp = 2;
static int ndim = -1;
sta
www.eeworm.com/read/389065/8550746
c main.c
www.eeworm.com/read/289444/8550941
c main.c
/******
todos :
. lots of marks scattered around in the many modules
. at "stop" functionality to ZT coders by including a "stop_subband"
and setting the ZT "bottom" flag in that subban
www.eeworm.com/read/389036/8551602
c main.c
#include //包括一个52标准内核的头文件
sbit P10 = P1^0; //要控制的LED灯
void main(void) // 主程序
{
TMOD=0x01;//定时器0,16位工作方式
TR0=1; //启动定时器
ET0=1; //打开定时器0中断
EA=1; //打开总中断
while(1) //
www.eeworm.com/read/389036/8551632
c main.c
#define uchar unsigned char //定义一下方便使用
#include //包括一个52标准内核的头文件
sbit P10 = P1^0; //头文件中没有定义的IO就要自己来定义了
sbit P11 = P1^1;
sbit P12 = P1^2;
sbit P13 = P1^3;
bit ldelay=0; //长定时溢出
www.eeworm.com/read/389036/8551654
c main.c
#define uchar unsigned char //定义一下方便使用
#include //包括一个52标准内核的头文件
sbit P10 = P1^0; //头文件中没有定义的IO就要自己来定义了
sbit P11 = P1^1;
sbit P12 = P1^2;
sbit P13 = P1^3;
bit ldelay=0; //长定时溢出
www.eeworm.com/read/389036/8551664
c main.c
#define uchar unsigned char //定义一下方便使用
#include //包括一个52标准内核的头文件
sbit P10 = P1^0; //头文件中没有定义的IO就要自己来定义了
sbit P11 = P1^1;
sbit P12 = P1^2;
sbit P13 = P1^3;
bit ldelay=0; //长定时