搜索结果
找到约 9 项符合
INet 的查询结果
Linux/Unix编程 An implementation of the TCP/IP protocol suite for the LINUX operating system. INET is implemented u
An implementation of the TCP/IP protocol suite for the LINUX operating system. INET is implemented using the BSD Socket interface as the means of communication with the user level.
Internet/网络编程 1.INet 2.一組封裝了Wininet的Classes
1.INet
2.一組封裝了Wininet的Classes
文件格式 Inet控件与WebBrowser控件配合使用自动登陆网络站点详解
Inet控件与WebBrowser控件配合使用自动登陆网络站点详解
Internet/网络编程 win inet in WTL on C++ for quck inet http
win inet in WTL on C++ for quck inet http
嵌入式综合 LINUX系统分析与高级编程技术
本书介绍Linux环境下的编程方法,内容包括Linux系统命令、 Shell脚本、编程语言(gawk、Perl)、系统内核、安全体系、X Window等,内容丰富、论述全面,涵盖了Linux系统的方方面面。本书附带光盘包括了RedHat Linux系统的最新版本,及安装方法,还包括本书的大量程序代码,极大地方便了读者,为使用和将要使用Linux系统的技术 ...
Internet/网络编程 一个小型ftp服务器带码
一个小型ftp服务器带码,老外写的,使用inet写的
通讯/手机编程 This a separate release of the OpenSS7 X/Open XTI/TLI library, TLI modules (timod, tirdwr) and the I
This a separate release of the OpenSS7 X/Open XTI/TLI library, TLI modules (timod, tirdwr) and the INET driver (inet) that provides Unix98 compatible interface to Linux NET4 TCP/IP stacks, and all the necessary manpages and other documentation. Although these components are contained in our LiS and ...
*行业应用 client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> i
client socket
include <sys/types.h>
include <sys/socket.h>
include <stdio.h>
include <netinet/in.h>
include <arpa/inet.h>
include <unistd.h>
int main()
{
int sockfd
int len
struct sockaddr_in address
int result
char ch = A
sockfd = socket(AF_INET, SOCK_STREAM, 0)
address.sin_fami ...