-
本书适应了 Windows、Internet 及计算机网络普及的潮流,介绍了一套在
Windows 下网络编程的规范-Windows Sockets。这套规...
本书适应了 Windows、Internet 及计算机网络普及的潮流,介绍了一套在
Windows 下网络编程的规范-Windows Sockets。这套规范是 Windows 下得到广泛
应用的、开放的、支持多种协议的网络编程接口。从 1991 年的 1.0 版到 1995 年的
2.0.8 版,经过不断完善并在 Intel、Microsoft、Sun、SGI、Informix、Novell 等公司
的全力支持下,已成为Windows 网络编程的事实上的标准。为使读者能够充分理解
和应用这套规范, 本书不但对Windows Sockets 1.1及2.0 规范作了较为详尽的介绍还结合了作者的实际工作,给出了具有实际应用价值的程序实例。书中的内容包括:
Windows Sockets 规范 1.1 版及2.0.8 版介绍;Windows Sockets网络编程指导和具体
应用实例;Windows Sockets规范1.1 版及2.0.8 版库函数参考等。-err
- 2023-09-05 23:55:05下载
- 积分:1
-
windows网络编程之udp原始套接字
windows网络编程之udp原始套接字-windows udp network"s original programming socket
- 2022-07-23 00:07:36下载
- 积分:1
-
用于制备皮肤的程序,包括所有的源程序
用delphi编写的一个可以换皮肤的程序,包括了所有源程序-used to prepare the skin for a procedure, including all source
- 2022-07-16 16:25:27下载
- 积分:1
-
利用Indy组件可以更方便地开发出网络通信软件,Indy开放源代码的形式使用户能有效地实现多线程通信。...
利用Indy组件可以更方便地开发出网络通信软件,Indy开放源代码的形式使用户能有效地实现多线程通信。-using Indy components can be more easily develop a network communications software, Indy open-source form so that users can effectively achieve multithreaded communications.
- 2022-11-30 07:55:03下载
- 积分:1
-
一个轻量级网络编程框架 前面上传的socketman是跨平台的C++版本,我弄成VC版本了,请站长达人修改一下。...
一个轻量级网络编程框架 前面上传的socketman是跨平台的C++版本,我弄成VC版本了,请站长达人修改一下。-a lightweight framework for network programming uploaded socketman ahead of cross-platform C version, I ended up version of the VC, with many people again.
- 2022-05-09 13:53:58下载
- 积分:1
-
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听list...
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听listen()。如果有客户端连接请求,则在数组中选择一个空Socket,将客户端地址赋给这个Socket。然后登录成功的客户就可以在服务器上聊天了。-Server-side through the socket () system call to create a Socket after the array (that is set to receive the maximum number of connected customers), with a specified local port to bind bind (), will be able to listen on port listen (). If the client has to connect the request, then select an empty array Socket, the client address assigned to the Socket. And then sign in the success of customers can chat on the server.
- 2023-08-19 03:20:03下载
- 积分:1
-
将网络驱动器映射为本地驱动的小程序,.net2003编译通过
将网络驱动器映射为本地驱动的小程序,.net2003编译通过-network drive mapping for the local small-driven procedures. Net2003 compile
- 2022-05-27 08:53:24下载
- 积分:1
-
MATLAB信号删除背景
从MATLAB的信号去除背景使用此代码以消除信号的背景(视频或图像集)来检测明显的就是前台这个软件包包含3个文件(.M)和一个图像
- 2022-02-10 17:23:39下载
- 积分:1
-
写用vb.net编写的小程序,虽小,但很好的演示了在vb.net中如何实现远程过程调用,非常有价值....
写用vb.net编写的小程序,虽小,但很好的演示了在vb.net中如何实现远程过程调用,非常有价值.-written in vb.net prepared by the small program, which was small but very good demonstration of how the vb.net Remote Procedure Call, very valuable.
- 2022-05-14 02:43:37下载
- 积分:1
-
The JThread package provides some classes to make use of threads easy on differe...
The JThread package provides some classes to make use of threads easy on different platforms
- 2022-02-04 10:09:57下载
- 积分:1