搜索资源列表
Http.rar
- vc封装了HTTP操作的类支持代理服务
ras.zip
- RAS api的MFC类封装
socket_linux_mfc
- Linux下的Socket类 接口函数同MFC类似, 封装底层网络细节API-Linux Socket Interface category MFC with a similar function, Packaging details of the underlying network API
一个功能较强且界面漂亮的串口监视软件
- 串口通讯类封装的较完善,使用也简单。 该软件可以使用与工控领域的大多数串口通讯监视。 希望有兴趣者能够增强他!-serial communications package better, also simple to use. The software can be used with most industrial areas of serial communications surveillance. Hope those interested can enhance his!
IOCPNet
- IOCPNet.zip。一个封装了winsock下的完成端口的类,功能非常强大,对于开发大型服务器非常游泳-IOCPNet.zip. A package under the protocols of the completion of the port category, which is very strong, very large scale server swim
secdesc
- set of classes to encapsulate the Win32 Security APIs 封装Win32安全api函数的类(22KB) -set of classes to encapsulate the Win32 Security Packaging Win32 APIs security api function category (File)
IOCP-SRC
- 一个IOCP的示例,封装了IO完成端口的IO模型。可以用做学习参考,也可以直接使用其中封装的类。-a IOCP example, the complete package, IO port IO model. Learning can be used as reference, which can be used directly to the Packaging category.
tcpudpproxy
- 一个封装非常好的tcp、udp异步客户端通讯类 自动支持sock4、sock5代理,在循环的数据发送中可保证数据的成功发送-a very good tcp, udp asynchronous client communications automatically support sock4, sock5 agents, the cycle of the data can be sent to ensure the success of this data
一个对Winsock完成端口模型封装的类
- 此为一个对Winsock 完成端口模型封装的类,通过对此类的直接使用,可以很方便的进行网络编程。-this as one pair of Winsock port model complete package of categories, such direct use, and it is very convenient for network programming.
HttpOperation
- 这是一个发包的类封装类,可用与多种功能,如游戏的*,攻击,投票等.-This is a package out of a category type can be used with a variety of functions, such as the game of the external attack, such as voting.
NET_CLASS
- 专用于组播UDP通信的封装类,可以直接加入扩展DLL工程中,构成自己的D-dedicated to the UDP multicast communications package type, and can directly join the DLL extension project, constitute their own D
MIniFTPServer
- 一个Mini的FTP服务器程序,已经封装成类了.-an FTP server program, packaged as a category.
UDPRecver
- 基于ACE开发的接收Syslog包的类,封装了Socket,跨平台,非常简洁-reception reads like packet, a package Socket, cross-platform, very brief
封装了HTTP操作的类,支持代理服务
- 一个将Http操作进行封装的类!使该类操作更加方便-to operate a package for the class! To make such operations more convenient
CUdpSocket
- CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实际处理UDP 数据报的功能紧耦合,这需要通过继承实现,同时设置workmode 为auto_receive(参见SetWorkdMode),另外一种是直接作为单独对象出现,此时用户需要使用Recv成员函数自己处理数据的接收。-CUdpSocket is to simplify this, the analytical data repor
一个Socket连接类,封装了Winsock API
- 一个Socket连接类,封装了Winsock API,VB源码,推荐下载!-a socket connection type, Packaging, a Winsock API, VB source code to download!
一个封装MSMQ操作的类
- vc编写,操作msmq的例子,封装成class,可直接调用!-vc preparation, operation MSMQ example, packaged as class can directly call!
一个对Winsock 完成端口模型封装的类
- 使用的时候,只需要从这个类派生一个子类,并改写HandleData和DataAction这两个虚函数,对于那些需要连续发送相关联的数据应用(比如传送文件),使用者需要自己扩展这两个函数,比如创建一个全局队列,每次从完成端口里得到数据后插入队列,然后用另外一个线程专门处理这个队列。。。
ETCP_1.8_无限制版
- 由于近期需要TCP通讯功能 搜索到了这个模块 发现有5000连接数限制 反编译模块内部是内存加载调用的DLL 导出了DLL 逆向去除了5000限制后进行的二次封装 也就是说现在模块内原作者的DLL 是我破解过的 重写了调用逻辑 改成类封装 如果需要源码 自行反编译我重写的模块即可