-
网络的相关知识,网络程序的编写,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 drivers for the bridge, 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 and bundled IP Port-related data, from driver to Socket, applications from the Socket can extract the data receiver. Web applications is through this socket for data transmission and reception. TCP and UDP Principle and the work of the preparation process, and how to process link libraries. A character based chat program.
- 2023-01-29 23:25:03下载
- 积分:1
-
该程序为一网络监视频控系统的服务器端,采用套接字编程,功能完善,图像数据读入缓冲区后,根据接收的消息发送数据。...
该程序为一网络监视频控系统的服务器端,采用套接字编程,功能完善,图像数据读入缓冲区后,根据接收的消息发送数据。-The program supervisor for one network video server-side control system, using socket programming, function, image data read into the buffer zone, in accordance with receiving the news of sending data.
- 2022-04-15 02:37:15下载
- 积分:1
-
With VC++ Realize network file transfers, windows sockets used to realize the
用VC++实现的网络文件传输,用了windows sockets来实现的-With VC++ Realize network file transfers, windows sockets used to realize the
- 2022-08-19 22:03:15下载
- 积分:1
-
用于生成下载链接的关键类 可用于会员下载内容控制
用于生成下载链接的关键类 可用于会员下载内容控制-a class used to create a link to download
- 2022-01-31 00:56:02下载
- 积分:1
-
online access to the VC neighbors, through access to Socket Programming
获得网上邻居的VC实现,通过SOCKET编程获得-online access to the VC neighbors, through access to Socket Programming
- 2022-08-15 13:04:18下载
- 积分:1
-
实现了一个聊天系统的服务器端,主要介绍建立侦听套接字,建立连接套接字,动态隐藏与显示控件 使用列表框控件等。 该服务器是以本地IP的8000端口建立服务;而且本...
实现了一个聊天系统的服务器端,主要介绍建立侦听套接字,建立连接套接字,动态隐藏与显示控件 使用列表框控件等。 该服务器是以本地IP的8000端口建立服务;而且本程序没有提供相应的设置接口,如需修改则可以程序中修改代码,再重新编译生成应用程序。-achieved a chat server systems, mainly on the establishment of interception socket, connect the socket, dynamic control and display hidden use of the list box controls.IP8
- 2023-05-15 13:00:03下载
- 积分:1
-
用EVC编写
用EVC编写的一款基于TCP协议的实例代码,包括完整的Client和Server-prepared with the EVC-based TCP code examples, including the integrity of the Client and Server
- 2022-04-21 07:00:53下载
- 积分:1
-
RO服务端源码
RO服务端源码 -RO Server RO-source server source
- 2022-01-26 03:16:34下载
- 积分:1
-
极简网络聊天程序,,只需填上双方的计算机名或ip,以及使用的端口号即可。大小仅1.83k源代码总共17行,,呵呵,好玩极了!!!当填上192.168.0.255...
极简网络聊天程序,,只需填上双方的计算机名或ip,以及使用的端口号即可。大小仅1.83k源代码总共17行,,呵呵,好玩极了!!!当填上192.168.0.255地址时,意味着你可以对局域网进行网络广播了-Minimalist Internet chat program, and the two sides need only provide the computer name or ip, and the use of the port can be. 1.83k size only source of a total of 17 firms, huh, and had a great time! ! ! When filling 192.168.0.255 address, which means you can pair of LAN network broadcast
- 2022-05-05 00:39:01下载
- 积分:1
-
是一个网页限制功能模块的完整开发过程,核心是利用数据库的一些记录限制一部分IP...
是一个网页限制功能模块的完整开发过程,核心是利用数据库的一些记录限制一部分IP
-website is a limited function modules complete development process, the core database is to use some part of IP recording restrictions
- 2022-04-17 07:09:54下载
- 积分:1