搜索资源列表
icqlib-1.0.0.tar
- icq的开发库,内有数据包格式解析、联系人等;采用STL编写,支持TCP/UDP/Proxy-icq the development libraries, which are analytic data packet formats, contacts, etc.; Using STL prepared to support TCP / UDP / Proxy
Server1
- 基于VISA的网络仪器控制的服务器端程序,用Socket封装了viRead和viWrite函数,并用Windows API函数实现了对网络仪器的控制,其中用到了STL中的map-Based on the VISA network equipment control server-side procedures, using Socket package of Viread and viWrite function, and use Windows API function implementat
ticpp
- TinyXML的C++封装。 使用异常,模板,迭代器等简化TinyXML使用- The TinyXML++ classes are all wrappers around the corresponding classes within TinyXML. <h2> Goals </h2> - Simplify the use and interface of TinyXml, using C++ concepts. - Use exceptio
bnbt81b-3-sf
- BNBT写特雷弗·霍根。 BNBT是一个完整的港口原有的Python BitTorrent的追踪,使用C + + STL的数据存储和网络通信基础网络插座。 BNBT是快速,高效,可定制,易于使用,功能强大,便携。 BNBT覆盖下的GNU通用公共许可证(LGPL)。- BNBT was written by Trevor Hogan. BNBT is a complete port of the original Python BitTorrent tracker to C++ using t
bufmgr
- 本源代码是一个简单的buffer manager, 是简单数据库系统底层的一部分。并且提供了一个基于该bufmgr的vector实现,使用方法类似与stl::vector.-Source code is a simple buffer manager, is a simple part of the underlying database system. And provides a vector implementation based on the bufmgr, using methods
server1
- 1V1实现了,1V多也就容易了。不过相对于1V1的程序,我经过大改,采用链表来动态管理。这样效率真的提升不少,至少CPU使用率稳稳的在20以下,不会飙到100了。用C语言写这个还是挺费时间的,因为什么功能函数都要自己写,不像C++有STL库可以用,MFC写就更简单了,接下来我还会更新MFC版本的多人聊天程序。好了,废话少说,进入主题。 这个程序要解决的问题如下: 1.CPU使用率飙升问题 –>用链表动态管理 2.用户自定义聊天,就是想跟谁聊跟谁聊 –> _Client