搜索资源列表
Rhapsody-0.1.8.tar
- sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
tcpbuf
- 接收tcp消息的类。tcp是一个流的概念,你可能一次read调用读到两条半消息,再接着一次read调用读到半条消息。这个tcpbuf的类就是用来帮助处理这种情况。它会分3次返回3条消息。很实用的类。Windows/Linux都能用。-class tcpbuf is to help receiving tcp message from a socket. It will return exactly ONE message from the tcp buffer. Support windows/
iptux-0.5.1-2.tar
- 软件说明: 可以在Linux与Windows运行的信使软件:iptux。让Linux用也能很方便地与同局域网的Linux或WindowS共享文件与发送消息。- Software explanation: May in Linux and the Windows movement messenger software: iptux. Let Linux use also to be able very conveniently and with local area network s Linux
posixMsgQueneEx2
- 基于C语言的消息队列编程,在Windows+Cygwin环境下可用(Message queuing programming)