-
Java网络编程 电子书资料 详解Socket编程 软件工程专业
Java网络编程 电子书资料 详解Socket编程 软件工程专业-Java network programming book information Xiangjie Socket Programming Software Engineering
- 2022-03-25 11:38:23下载
- 积分:1
-
GUN development of the SIP protocol stack, which is the latest version, support...
GUN 开发的SIP协议栈,这是最新版分,支持RFC3261,RFC3265等。是一个非常稳定的协议栈,用的人很多。-GUN development of the SIP protocol stack, which is the latest version, support RFC3261 and RFC3265, etc.. It is a very stable protocol stack, with a lot of people.
- 2022-03-15 02:31:37下载
- 积分:1
-
visual C++环境下,获取网卡的地址,从中可以学习硬件编程方面的知识。...
visual C++环境下,获取网卡的地址,从中可以学习硬件编程方面的知识。-visual C++ environment, the access network card address, can learn from the hardware programming knowledge.
- 2023-01-15 00:15:03下载
- 积分:1
-
Socket using a small program written in VC, there are client and server, the two...
用VC编写的socket小程序,有客户端和服务端,两者3次握手建立连接,用到了最基本的socket,bind,listen,send,receive,函数,非常适合初学者,我就是用这个例子学习的socket编程,很经典的例子有,还有小界面-Socket using a small program written in VC, there are client and server, the two three-way handshake to establish a connection, use the most basic socket, bind, listen, send, receive, function, very suitable for beginners, but I just use this example to learn socket programming, it is the classic case in point, there is a small interface
- 2022-02-21 08:12:34下载
- 积分:1
-
一个端口重定向工具的源代码,适用于将一个端口的数据转发到另一个端口。...
一个端口重定向工具的源代码,适用于将一个端口的数据转发到另一个端口。-A port redirection tool for source code, applies to a data port forwarding to another port.
- 2022-04-01 06:54:50下载
- 积分:1
-
This is a client/server model of Internet chat small program through wiretapping...
这是一个客户端/服务器模式的网络聊天小程序,通过监听和连接好后就可以发信息-This is a client/server model of Internet chat small program through wiretapping and good connections can be made after the information
- 2023-03-05 15:05:03下载
- 积分:1
-
1. 目录get mac是获取机器网卡地址程序;2. 目录GetIpAddress是根据机器名以及域名获取IP地址程序;3. 目录getlocalip是获取本地...
1. 目录get mac是获取机器网卡地址程序;2. 目录GetIpAddress是根据机器名以及域名获取IP地址程序;3. 目录getlocalip是获取本地机器ip地址程序;4. 目录ping是ping程序代码;5. 目录portscanner是本地机器端口扫描程序,其中扫描可能端口就是扫描计算机上所有可能的端口;6. 目录超级链接是在窗体上实现超级链接到IE和自动发送邮件的程序;-1. Contents get mac is access card machines addresses procedures; 2. Contents GetIpAddress under machine name and IP address of the domain name acquisition procedures; 3. Contents getlocalip is access to local machine ip address; 4. Contents of ping ping code; 5. Contents portscanner local port scanning machines procedures, which may port scanning is scanning your computer all possible port; 6. Contents hyperlinks in Form achieving super link to the IE and automatic mail procedures;
- 2023-01-16 12:50:04下载
- 积分:1
-
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给...
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-network of the knowledge, network program, Socket is a link between the application and network driver bridges, Socket in the application process to create, Driving through bind with the procedures established relations. Since then, Socket applications presented data from the socket to the network driver to send out. Computer network received from the Socket bundled IP Port relevant data, by the driver to Socket, application procedures can Socket from the extraction of data received. Network applications through this is the socket for data transmission and reception. TCP and UDP Principle and the work of preparation, how to process the document link. Characters in a chat interface procedures.
- 2022-02-07 17:35:59下载
- 积分:1
-
Cmd管道,可以正向连接和反向连接,正向连接开监听本地端口,反向需要指定连接到的IP和端口...
Cmd管道,可以正向连接和反向连接,正向连接开监听本地端口,反向需要指定连接到的IP和端口-Cmd pipe, you can forward link and reverse link, forward local port to connect to open listening, reverse need to specify the IP and port to connect to the
- 2023-07-29 15:45:02下载
- 积分:1
-
A chat server in C. User s can communicate to each other. Built using Socket in...
A chat server in C. User s can communicate to each other. Built using Socket in C. Good program to learn basics of sockets.
- 2022-02-26 16:26:30下载
- 积分:1