代码搜索:CONNECT

找到约 10,000 项符合「CONNECT」的源代码

代码结果 10,000
www.eeworm.com/read/121177/14767840

cpp fd_set.cpp

#include #include #include #include struct my_fd_set{ fd_set fs; //定义文件描述符集fs unsigned int nconnect; //文件描述符集fs中文件描述符的个数 unsigned int n
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/220821/14787160

cpp cb_socket.cpp

/* * Copyright (c) 2004,哈尔滨驰博电子公司 * All rights reserved. * * 文件名称:CB_Socket.h * 文件标识: * 摘 要:连接、数据传输 * * 当前版本:1.1 * 作 者:Sam * 完成日期:2004年10月14日 * * 取代版本:1.0 * 原作者 :Sam * 完成日期:200
www.eeworm.com/read/220455/14799652

c client_dns.c

#include #include #include #include #define PORT 9999 #define HOST_ADDR "Beauty.eeis.ustc.edu.cn" main() { struct sockaddr_in server; struct hostent *
www.eeworm.com/read/220455/14799656

c client.c

#include #include #include #include #define PORT 9999 #define HOST_ADDR "192.168.1.101" main() { struct sockaddr_in server; int s,ns; int recievelen,
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/118421/14871714

h sample.h

#include "apmenu.h" #define MAX_X 79 #define MAX_Y 23 #define MIN_X 0 #define MIN_Y 0 #define HELP_X 28 #define HELP_Y 2 #define HELP_W 50 #define HELP_H 20 struct ip_link { /**** IP TREE 附信息***
www.eeworm.com/read/118421/14871746

h sample.h

#include "apmenu.h" #define MAX_X 79 #define MAX_Y 23 #define MIN_X 0 #define MIN_Y 0 #define HELP_X 28 #define HELP_Y 2 #define HELP_W 50 #define HELP_H 20 struct ip_link { /**** IP TREE 附信息***