代码搜索:cli

找到约 6,094 项符合「cli」的源代码

代码结果 6,094
www.eeworm.com/read/172888/9683293

c dg_cli.c

#include "unp.h" void dg_cli(FILE *fp, int sockfd, const SA *pservaddr, socklen_t servlen) { int n; char sendline[MAXLINE], recvline[MAXLINE + 1]; while (Fgets(sendline, MAXLINE, fp) != N
www.eeworm.com/read/172888/9683407

c str_cli.c

#include "unp.h" void str_cli(FILE *fp, int sockfd) { char sendline[MAXLINE], recvline[MAXLINE]; while (Fgets(sendline, MAXLINE, fp) != NULL) { Writen(sockfd, sendline, strlen(sendline
www.eeworm.com/read/170872/9782930

sln cli-csharp.sln

Microsoft Visual Studio Solution File, Format Version 8.00 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastDbNet", "FastDbNet.csproj", "{69D6077F-07F8-4CA5-B99B-3432CE9AFC67}" ProjectSection
www.eeworm.com/read/269943/11053922

cpp cli-free.cpp

#include #include #include #include #include "Iface.h" #include "Free.h" #include "Cli-Free.h" #include "Lock.h" /////////////////////////////
www.eeworm.com/read/269943/11053929

h cli-free.h

#ifndef __CClientFree_h__ #define __CClientFree_h__ /////////////////////////////////////////////////////////// // // CClientFree // - A simple C++ class that encapsulates creating a //
www.eeworm.com/read/269943/11053963

h cli-apt.h

#ifndef __CClientApartment_h__ #define __CClientApartment_h__ /////////////////////////////////////////////////////////// // // CClientApartment // - A simple C++ class that encapsulates crea
www.eeworm.com/read/269943/11053975

cpp cli-apt.cpp

#include #include #include #include #include "Iface.h" #include "Apart.h" #include "Cli-Apt.h" ///////////////////////////////////////////////
www.eeworm.com/read/413009/11170224

cpp udp_cli.cpp

/* UDP echo client to be run against Silicon Laboratories MODEM-DK in UDP echo server mode. compile with: cl udp_cli.cpp wsedesc.cpp wsock32.lib Usage: udp_cli ( d
www.eeworm.com/read/413009/11170225

exe udp_cli.exe

www.eeworm.com/read/413007/11170245

exe tcp_cli.exe