代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/189245/8482356
c main.c
//======================================================================
// 工程名称: Ex1_Receive.spj
// 功能描述: nRF2401 无线模组例子程序,
// 接收数据
//
// IDE环境: SUNPLUS u'nSPTM IDE 2.0.0(or later)
// 涉及
www.eeworm.com/read/189245/8482392
c main.c
//======================================================================
// 工程名称: Send.spj
// 功能描述: nRF2401 无线模组配套演示程序发送端程序,
// 运行程序后,按任意键,接收端将语音播报键值
//
// IDE环境: SUNPLUS u'nSPTM IDE 2.0.0
www.eeworm.com/read/189245/8482468
c main.c
//======================================================================
// 工程名称: Receive.spj
// 功能描述: nRF2401 无线模组配套演示程序接收端程序,
// 运行程序后,如果发送端有键按下,则语音播报键值
//
// IDE环境: SUNPLUS u'nSPTM IDE
www.eeworm.com/read/189219/8484034
c main.c
#include "calld.h"
#include
/* define global variables */
int clifd;
int debug; /* daemon's command line flag */
int Debug; /* Debug controlled by client, not cmd line */
char er
www.eeworm.com/read/189219/8484049
c main.c
#include "open.h"
#include
#define BUFFSIZE 8192
int
main(int argc, char *argv[])
{
int n, fd;
char buf[BUFFSIZE], line[MAXLINE];
/* read filename to cat from stdin */
while (fge
www.eeworm.com/read/189219/8484324
c main.c
#include "call.h"
/* define global variables */
char escapec = '~';
char *src;
char *dst;
static void usage(char *);
int
main(int argc, char *argv[])
{
int c, remfd, debug;
char args[MAXLI
www.eeworm.com/read/189219/8484594
c main.c
#include "opend.h"
/* define global variables */
char errmsg[MAXLINE];
int oflag;
char *pathname;
int
main(void)
{
int nread;
char buf[MAXLINE];
for ( ; ; ) { /* read arg buffer from clie
www.eeworm.com/read/189219/8484646
c main.c
#include "lprps.h"
static void usage(void);
int
main(int argc, char *argv[])
{
int c;
log_open("lprps", LOG_PID, LOG_LPR);
opterr = 0; /* don't want getopt() writing to stderr */
while ( (c
www.eeworm.com/read/189219/8484677
c main.c
#include "opend.h"
#include
/* define global variables */
int debug;
char errmsg[MAXLINE];
int oflag;
char *pathname;
Client *client = NULL;
int client_size;
int
main(int argc,
www.eeworm.com/read/189219/8484758
c main.c
#include
#include
#ifndef TIOCGWINSZ
#include /* 44BSD requires this too */
#endif
#include "ourhdr.h"
static void set_noecho(int); /* at the end of this file