搜索结果
找到约 251 项符合
WINsock 的查询结果
按分类筛选
- 全部分类
- Internet/网络编程 (59)
- 技术资料 (28)
- VC书籍 (24)
- 其他 (19)
- 其他书籍 (15)
- 电子书籍 (14)
- 通讯编程文档 (9)
- 通讯/手机编程 (7)
- Delphi控件源码 (7)
- 网络 (6)
- 压缩解压 (5)
- 软件设计/软件工程 (5)
- 串口编程 (4)
- 书籍源码 (3)
- 源码/资料 (3)
- 文章/文档 (3)
- 中间件编程 (3)
- 软件工程 (2)
- 通信网络 (2)
- Linux/Unix编程 (2)
- 教育系统应用 (2)
- 语音压缩 (2)
- 微处理器开发 (2)
- Delphi/CppBuilder (2)
- Windows CE (2)
- Windows Mobile (2)
- C/C++语言编程 (1)
- 数据库系统 (1)
- 操作系统开发 (1)
- 手机短信编程 (1)
- 游戏 (1)
- Java编程 (1)
- 文件格式 (1)
- CA认证 (1)
- 数学计算 (1)
- 汇编语言 (1)
- 其他数据库 (1)
- 嵌入式/单片机编程 (1)
- 嵌入式Linux (1)
- J2ME (1)
- 并口编程 (1)
- 系统设计方案 (1)
- 其他嵌入式/单片机内容 (1)
- MySQL数据库 (1)
- SQL Server (1)
VC书籍 本书专门讨论Windows网络编程技术
本书专门讨论Windows网络编程技术,覆盖Windows 95/98/NT 4/2000/CE平台。内容包括NetBIOS和Windows重定向器方法、Winsock方法、客户端远程访问服务器方法。本书论述深入浅出、用大量实例详解了微软网络API函数的应用。配套光盘包含了所有实例代码,方便读者使用。本书适合中、高级程序设计人员以及网络设计与管理人员参考 ...
Internet/网络编程 该实例完成一个服务器端和客户端简单的会话通信过程.要求主机上安装TCP/IP协议,并设定IP.服务器端和客户端使用同一台主机的不同端口号,服务器端使用的端口号为2000,客户端使用的端口号为3000.
该实例完成一个服务器端和客户端简单的会话通信过程.要求主机上安装TCP/IP协议,并设定IP.服务器端和客户端使用同一台主机的不同端口号,服务器端使用的端口号为2000,客户端使用的端口号为3000. 服务器端程序先运行,首先初始化Winsock,然后创建套接字,在2000端口上进行绑定,接着在2000端口进行侦听,并进入等待状态.客户端后运 ...
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 ...
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 ...
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 ...
其他 * 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>
...
源码/资料 VB p2p联网的实现
VB编程源码 p2p联网的实现VB编程时 网络 中应用程序之间无法实现点对点通信的难题。Winsock使用的TCP协议和UDP协议允许建立并保持一个到远程计算机上的连接,且可以在连接结束之前实时地进行数据交换。
串口编程 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 ...
Internet/网络编程 (1)实现下载功能 server()为服务端主程序
(1)实现下载功能
server()为服务端主程序,该程序主要是用来实现服务端的建立,首先要启动Winsock,然后需要建立服务端的套接字,然后进行与客户端的连接,当客户端去人响应后就对客户端发送文件,客户端接受文件。
client()为客户端程序,该程序主要是用来实现客户端的建立,首先要启动Winsock,然后需要建立客户端的套 ...
Java编程 这是我大二时写的一个破解湖南铁通弱口令的程序。 湖南铁通宽带在05、06年时
这是我大二时写的一个破解湖南铁通弱口令的程序。
湖南铁通宽带在05、06年时,刚开户的口令为你电话号码,根据此弱口令进行破解。
采用winsock控件,利用网卡数据包软件截获网页提交密码的过程,再进行模拟发送!
PS:这个程序现在只能破解湖南铁通的弱口令,而且你必须是湖南铁通的用户,可以试下进得了下面这个网站不? ...