-
一个有关MGCP协议的源程序文件
一个有关MGCP协议的源程序文件-an agreement of the source document
- 2022-01-24 15:08:13下载
- 积分:1
-
"computer system assembly and maintenance technology" electronic templ...
《计算机系统组装与维护技术》电子教案
教你如何找出自己电脑的故障!-"computer system assembly and maintenance technology" electronic templates will teach you how to identify their computer failures!
- 2023-08-06 03:05:05下载
- 积分:1
-
PC遥控器制作大全
PC遥控器制作大全-PC remote control production Daquan
- 2022-01-26 04:27:18下载
- 积分:1
-
Practical Guide to Network Programming chat as much as point source, in the hope...
网络编程实用教程之多点聊天的源码,希望对大家有用,欢迎下载-Practical Guide to Network Programming chat as much as point source, in the hope that useful to everybody, welcome to download
- 2023-06-04 17:30:03下载
- 积分:1
-
此程序可以实现获取网卡地址的功能,开发环境VC
此程序可以实现获取网卡地址的功能,开发环境VC-This procedure can achieve access to the network card address function, development environment, VC
- 2022-02-14 01:15:14下载
- 积分:1
-
ASP最完整的教程。
ASP最完整的教程。-ASP most complete tutorial.
- 2022-10-21 14:10:03下载
- 积分:1
-
这是网络实用编程的随书的源代码,欢迎下载
这是网络实用编程的随书的源代码,欢迎下载-This is the Network Utility program source code with the book are welcome to download
- 2022-04-17 14:59:00下载
- 积分:1
-
获得本机IP地址的例子程序源码.
获得本机IP地址的例子程序源码.- Obtains this machine IP address the example procedure source
code
- 2022-10-10 02:55:02下载
- 积分:1
-
以太网祯封装程序
以太网祯封装程序-Ethernet Zhen Packaging procedures
- 2022-03-29 08:25:48下载
- 积分:1
-
LINUX下c++SOCKET编程
Socket是进程通讯的一种方式,即调
在TCP/IP网络应用中,通信的两个进程间相互作用的主要模式是客户/服务器(Client/Server, C/S)模式,即客户向服务器发出服务请求,服务器接收到请求后,提供相应的服务。客户/服务器模式的建立基于以下两点:
(1)首先,建立网络的起因是网络中软硬件资源、运算能力和信息不均等,需要共享,从而造就拥有众多资源的主机提供服务,资源较少的客户请求服务这一非对等作用。
(2)其次,网间进程通信完全是异步的,相互通信的进程间既不存在父子关系,又不共享内存缓冲区,因此需要一种机制为希望通信的进程间建立联系,为二者的数据交换提供同步,这就是基于客户/服务器模式的TCP/IP。
用这个网络库的一些API函数实现分布在不同主机的相关进程之间的数据交换。
- 2023-07-03 05:55:03下载
- 积分:1