-
网络的相关知识,网络程序的编写,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
-
中国联通SGIP 2.0协议的源代码,vb源程序
中国联通SGIP 2.0协议的源代码,vb源程序-China Unicom agreement SGIP 2.0 source code, vb source
- 2022-05-31 00:16:43下载
- 积分:1
-
HTTP隧道(HTTP代理客户端)
HTTP Tunneling (HTTP Proxy Socket Client)
- 2022-04-13 06:31:41下载
- 积分:1
-
Winsock Programming Guide, Winsock common function
Winsock编程指南,Winsock常用函数-Winsock Programming Guide, Winsock common function
- 2023-02-27 22:25:04下载
- 积分:1
-
利用delphi一步 交你如何操作usb端口。
利用delphi一步 交你如何操作usb端口。-use pay you step by step how to operate the USB port.
- 2022-01-22 17:35:28下载
- 积分:1
-
简单介绍了小型局域网应用程序监控系统。该系统是一个基于C/S结构,分为服务器端(用于教师用机)和客户端(用于学生用机)。服务端可以通过网络实时监控多个客户机的进...
简单介绍了小型局域网应用程序监控系统。该系统是一个基于C/S结构,分为服务器端(用于教师用机)和客户端(用于学生用机)。服务端可以通过网络实时监控多个客户机的进程并可以关闭其中的任何进程。并且简单介绍了实现该系统的关键技术,客户端和服务器端均使用MFC进行开发。分析系统的功能需求,并且对可行性进行了分析。根据需求进行概要设计,给出了系统的整体流程和结构。然后详细阐述了系统的设计过程,包括功能模块的划分和结构设计,并对每一部分给出设计思想,详述了实现方法。最后介绍了系统前台显示设计的具体实现过程。最后介绍了系统测试方法和过程,并给出测试结果。-Small LAN Applications Monitoring System
- 2022-08-10 01:27:23下载
- 积分:1
-
ip on the network and get access to the area code, Ha Ha Ha
网络方面关于ip的得到与获取方面的代码,哈哈哈 -ip on the network and get access to the area code, Ha Ha Ha
- 2022-02-13 10:04:17下载
- 积分:1
-
The objective is to use the protocol that contains the flow of packages between...
The objective is to use the protocol that contains the flow of packages between two systems: the transmitter and the receiver. The transmitting system is continuously sending packages to the receiver with different time distributions.
- 2023-07-17 14:20:03下载
- 积分:1
-
一个telnet客户端的例子
一个telnet客户端的例子-A telnet client examples
- 2022-04-27 16:12:46下载
- 积分:1
-
UDP-CHAT发包聊天工具
一个简单的基于UDP的聊天工具,用MFC编程。对于sock编程的初学者来说无疑使很好的学习工具!
- 2022-01-27 09:47:13下载
- 积分:1