代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/129891/14218897
c tcpcli01.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
if (argc != 3)
err_quit("usage: tcpcli ");
sockfd = Tcp_connect(argv[1], argv[2]);
str_cli(stdin, sockfd);
www.eeworm.com/read/125227/14505115
c show.c
#if !BASIC_BIOS
#include
#include "44b0x.h"
#include "cli.h"
#include "uart.h"
#include "rtc.h"
#include "cpu.h"
static CommandNode CLI_NAME_SHOW =
{
"show",
www.eeworm.com/read/120825/14786597
c tcpcli02.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
if (argc != 3)
err_quit("usage: tcpcli ");
sockfd = Tcp_connect(argv[1], argv[2]);
str_cli(stdin, sockfd);
www.eeworm.com/read/120825/14786607
c tcpcli01.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
if (argc != 3)
err_quit("usage: tcpcli ");
sockfd = Tcp_connect(argv[1], argv[2]);
str_cli(stdin, sockfd);
www.eeworm.com/read/118810/14853884
c tcpcli02.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
if (argc != 3)
err_quit("usage: tcpcli ");
sockfd = Tcp_connect(argv[1], argv[2]);
str_cli(stdin, sockfd);
www.eeworm.com/read/118810/14853891
c tcpcli01.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
if (argc != 3)
err_quit("usage: tcpcli ");
sockfd = Tcp_connect(argv[1], argv[2]);
str_cli(stdin, sockfd);
www.eeworm.com/read/118534/14864697
cpp maxclique.cpp
#include
#include
#include"cclique.h"
#include"Make2db.h"
#include"stdlib.h"
void main(void)
{
int n,**a,*v;
ifstream fin("data.txt");
if(!fin)
{
cerr
www.eeworm.com/read/118423/14871655
makefile
RCC = cc
LIB = -lsocket -lview
all: /usr/pan/tcp/tcp_serv /usr/pan/tcp/tcp_cli
/usr/pan/tcp/tcp_serv: tcp_serv.o tcp_comm.o
cc -o $@ tcp_serv.o tcp_comm.o $(LIB)
/usr/pan/tcp/tcp_cli: tcp_cli.o
www.eeworm.com/read/113945/15120186
c tcpcli02.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
if (argc != 3)
err_quit("usage: tcpcli ");
sockfd = Tcp_connect(argv[1], argv[2]);
str_cli(stdin, sockfd);
www.eeworm.com/read/113945/15120202
c tcpcli01.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
if (argc != 3)
err_quit("usage: tcpcli ");
sockfd = Tcp_connect(argv[1], argv[2]);
str_cli(stdin, sockfd);