-
网络的相关知识,网络程序的编写,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
-
局域网内的所有机器,都应该能够收到广播语音.c实现
局域网内的所有机器,都应该能够收到广播语音.c实现-of all machines, should be able to broadcast voice. C to achieve
- 2022-04-08 13:07:17下载
- 积分:1
-
用VC++ Socket编程 简单的Tcpip服务器的源代码格式
用VC++ Socket编程 简单的Tcpip服务器的源代码格式-With VC++ Socket programming simple Tcpip server source code format
- 2022-05-14 05:14:00下载
- 积分:1
-
MFC实现的一个关于socket通信的测试工具(包含UDP组播,UDP,TCP)
本程序用MFC基于对话框实现了windows下的socket通信,分别实现了TCP通信、UDP通信以及UDP组播通信。可以发送字符串也能发送16进制的数据。socket使用了非阻塞模式,并且是事件触发的。
- 2022-06-13 15:26:49下载
- 积分:1
-
一个很好的连接助推器,希望对你有帮助
一个很好的连接助推器,希望对你有所帮助
- 2022-01-25 22:39:56下载
- 积分:1
-
eMule其实是一个开源项目,提供了优秀的p2p文件共享,这里提供了它的最新源代码。...
eMule其实是一个开源项目,提供了优秀的p2p文件共享,这里提供了它的最新源代码。-quad is actually an open-source project, the quality of peer-to-peer file-sharing, where it provides the latest source code.
- 2022-03-15 23:40:57下载
- 积分:1
-
小型聊天系统原代码
小型聊天系统原代码-small chat system source code
- 2022-01-23 11:02:50下载
- 积分:1
-
telnet源码,实现客户端,服务器功能。利用VC++编译。
telnet源码,实现客户端,服务器功能。利用VC++编译。-telnet source to achieve the client, the server function. Use VC++ Compiler.
- 2022-02-21 03:35:26下载
- 积分:1
-
Socket 自已写一个ping程序
Socket 自已写一个ping程序-Socket own written procedures for a ping
- 2022-02-02 04:24:49下载
- 积分:1
-
用packet.dll实现网络抓包,开发环境win9X,希望大家多多指正批评。...
用packet.dll实现网络抓包,开发环境win9X,希望大家多多指正批评。-Packet.dll realize networks with capture, development environment win9X, correcting a lot of hope that U.S. criticism.
- 2022-07-09 15:00:32下载
- 积分:1