代码搜索:cli

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

代码结果 6,094
www.eeworm.com/read/408584/11381516

c dgcliloop1.c

#include "unp.h" #define NDG 2000 /* datagrams to send */ #define DGLEN 1400 /* length of each datagram */ void dg_cli(FILE *fp, int sockfd, const SA *pservaddr, socklen_t servlen) { int i; char
www.eeworm.com/read/408584/11381519

c dgcliconnect.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]; Connect(sockfd, (SA *) pservaddr, servlen); w
www.eeworm.com/read/408584/11381846

c dgcli01.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) != NULL) {
www.eeworm.com/read/260546/11720251

dfm unit103s.dfm

object Form103s: TForm103s Left = 104 Top = 117 BorderStyle = bsDialog Caption = #20080#21463#20154#25152#36141#21830#21697#25151#30340#22522#26412#24773#20917 ClientHeight = 489 Cli
www.eeworm.com/read/346029/11773643

c server2.c

#include #include #include #include int main(){ struct sockaddr_in addr_svr; struct sockaddr_in addr_cli; int sockfd;
www.eeworm.com/read/258854/11837305

frm frmviewcurdata.frm

VERSION 5.00 Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX" Begin VB.Form frmViewCurData BorderStyle = 1 'Fixed Single Caption = "查看用户存款余额" Cli
www.eeworm.com/read/344139/11907619

c fifo_open_test.c

/******************* * fifo_open_test.c* *******************/ #include #include #include #include #define FIFO_SERVER "/tmp/fifoserver" int handle_cli
www.eeworm.com/read/342568/12011630

dsr drout.dsr

VERSION 5.00 Begin {78E93846-85FD-11D0-8487-00A0C90DC8A9} drOut Bindings = "drOut.dsx":0000 Caption = "Out" ClientHeight = 8010 ClientLeft = 60 Cli
www.eeworm.com/read/153561/12028004

c xmodem.c

/* #include "flash.h" #include "tfs.h" #include "tfsprivate.h" #include "ether.h" */ #include "genlib.h" //strtoul getopt #include "config.h" #include "cli.h" static char *(*_get
www.eeworm.com/read/149884/12339516

aspx ch09-02-02.aspx

Ch09-02-02.aspx RangeValidator控件 ' 用户单击“Button控件”的事件处理程序 Sub Button1_Cli