搜索结果

找到约 251 项符合 WInsock 的查询结果

VC书籍 本书专门讨论Windows网络编程技术

本书专门讨论Windows网络编程技术,覆盖Windows 95/98/NT 4/2000/CE平台。内容包括NetBIOS和Windows重定向器方法、Winsock方法、客户端远程访问服务器方法。本书论述深入浅出、用大量实例详解了微软网络API函数的应用。配套光盘包含了所有实例代码,方便读者使用。本书适合中、高级程序设计人员以及网络设计与管理人员参考 ...
https://www.eeworm.com/dl/686/325852.html
下载: 113
查看: 1052

Internet/网络编程 该实例完成一个服务器端和客户端简单的会话通信过程.要求主机上安装TCP/IP协议,并设定IP.服务器端和客户端使用同一台主机的不同端口号,服务器端使用的端口号为2000,客户端使用的端口号为3000.

该实例完成一个服务器端和客户端简单的会话通信过程.要求主机上安装TCP/IP协议,并设定IP.服务器端和客户端使用同一台主机的不同端口号,服务器端使用的端口号为2000,客户端使用的端口号为3000. 服务器端程序先运行,首先初始化Winsock,然后创建套接字,在2000端口上进行绑定,接着在2000端口进行侦听,并进入等待状态.客户端后运 ...
https://www.eeworm.com/dl/620/136770.html
下载: 38
查看: 2103

Internet/网络编程 See Appendix B for a description of the programs included on this companion disk. RESOURCE.WRI iden

See Appendix B for a description of the programs included on this companion disk. RESOURCE.WRI identifies other books and resources for Internet programming. WEBHELP.HLP contains an introduction to the World Wide Web. TCPMAN.HLP provides detailed instructions to help you use the Trumpet Winsock incl ...
https://www.eeworm.com/dl/620/156892.html
下载: 171
查看: 1097

VC书籍 In addition to all the people who contributed to the first edition, we would like to thank the follo

In addition to all the people who contributed to the first edition, we would like to thank the following individuals for their generous help in writing this edition. Very special thanks go to Jory Prather for verifying the code samples as well as fixing them for consistency. Thanks to Dave Thaler, B ...
https://www.eeworm.com/dl/686/234984.html
下载: 50
查看: 1137

Linux/Unix编程 In this article, I will explain how to create UDP packets and then send them to a remote server thro

In this article, I will explain how to create UDP packets and then send them to a remote server through the Internet using WinPCap for Windows. The code has been tested to work with Windows XP SP2 and Vista SP1 on Linksys routers, and on Toshiba modems connected directly to the Internet. Please note ...
https://www.eeworm.com/dl/619/408538.html
下载: 146
查看: 1086

其他 * TFTP client compatible with RFC-1350 * compile under visiual c++ or borland c++ * author email:

* TFTP client compatible with RFC-1350 * compile under visiual c++ or borland c++ * author email: yuyushine@163.com ***************************************************/ #define _VC /* if compile under visiual c++ else undefine this*/ #include <stdio.h> #include <winsock.h> #include <conio.h> ...
https://www.eeworm.com/dl/534/477519.html
下载: 120
查看: 1145

源码/资料 VB p2p联网的实现

VB编程源码 p2p联网的实现VB编程时 网络 中应用程序之间无法实现点对点通信的难题。Winsock使用的TCP协议和UDP协议允许建立并保持一个到远程计算机上的连接,且可以在连接结束之前实时地进行数据交换。
https://www.eeworm.com/dl/508619.html
下载: 1
查看: 137

串口编程 VisualC++通信编程工程实例精解 Chapter 2 Example 1 MSCOMM控件编程实例 Example 2 基于Windows API的虚拟终端实现 Example 3

VisualC++通信编程工程实例精解 \Chapter 2 \Example 1 MSCOMM控件编程实例 \Example 2 基于Windows API的虚拟终端实现 \Example 3 基于CSerialPort的串口多线程通信框架 \调试工具\串口调试助手 \Chapter 3 \Example 4 Winsock API编程技术——基于Winsock的聊天室程序 \Example 5 CAsyncSocket编程技术——基于CAs ...
https://www.eeworm.com/dl/624/275734.html
下载: 184
查看: 1117

Internet/网络编程 (1)实现下载功能 server()为服务端主程序

(1)实现下载功能 server()为服务端主程序,该程序主要是用来实现服务端的建立,首先要启动Winsock,然后需要建立服务端的套接字,然后进行与客户端的连接,当客户端去人响应后就对客户端发送文件,客户端接受文件。 client()为客户端程序,该程序主要是用来实现客户端的建立,首先要启动Winsock,然后需要建立客户端的套 ...
https://www.eeworm.com/dl/620/467927.html
下载: 75
查看: 1086

Java编程 这是我大二时写的一个破解湖南铁通弱口令的程序。 湖南铁通宽带在05、06年时

这是我大二时写的一个破解湖南铁通弱口令的程序。 湖南铁通宽带在05、06年时,刚开户的口令为你电话号码,根据此弱口令进行破解。 采用winsock控件,利用网卡数据包软件截获网页提交密码的过程,再进行模拟发送! PS:这个程序现在只能破解湖南铁通的弱口令,而且你必须是湖南铁通的用户,可以试下进得了下面这个网站不? ...
https://www.eeworm.com/dl/633/264054.html
下载: 186
查看: 1063