-
网络的相关知识,网络程序的编写,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
-
个人脚本收藏(Myjs).rar
个人脚本收藏(Myjs).rar-personal collection of scripts (Myjs). Rar
- 2022-05-18 03:13:10下载
- 积分:1
-
1、这是我自己做的最详细的枚举全部协议的基本信息最完美版。
2、采用树型控件加个图标,也显得好读。
1、这是我自己做的最详细的枚举全部协议的基本信息最完美版。
2、采用树型控件加个图标,也显得好读。-1, this is my own to do the most detailed enumeration of all the basic information about the agreement the most perfect version. 2, using tree controls to add the icon, it seems a good time.
- 2023-05-04 07:20:03下载
- 积分:1
-
server connectivity source
服务器winsock连接源码-server connectivity source
- 2022-07-26 10:04:36下载
- 积分:1
-
线程池,和socket的绑定及数据处理的 入门结构
线程池,和socket的绑定及数据处理的 入门结构-thread pool, and the socket and data bundled with the portal structure
- 2022-01-22 00:50:15下载
- 积分:1
-
视频源码 视频源码 视频源码
视频源码 视频源码 视频源码-Video source video source video source video source video source
- 2023-07-17 05:30:03下载
- 积分:1
-
achieved using vc mail functionality, mainly winsock achieve transfer process. H...
用vc实现邮件传输功能,主要采用winsock实现传输过程。有利于熟悉网络编程。-achieved using vc mail functionality, mainly winsock achieve transfer process. Help familiar with network programming.
- 2022-06-22 04:23:00下载
- 积分:1
-
vfp通过fastcgi实现的WEB服务
非原创,来源不详通过fastcgi协议与服务器通信,实现基于VFP的WEB服务端脚本编程。适合小型应用使用。支持FASTCGI协议的服务器都可以使用。如ngix。
- 2022-03-05 23:18:42下载
- 积分:1
-
one best transfer tools
局域网内进行文件传输及聊天功能,功能简单实用-one best transfer tools
- 2022-12-14 14:20:04下载
- 积分:1
-
即时聊天(服务器和客户端)
简单的tcp/ip 通讯协议,详尽的客户端和服务端 接受和发送信息。可以在线IM交流、建立会议室(可以设置密码),会员(密码、头像等信息)和部门实现在线管理。 Server/Client分别为服务端和客户端,设置服务端可以实现在线管理,默认端口号10000。 数据库采用的是Access
- 2022-03-18 03:00:07下载
- 积分:1