- 授权协议: 未知
- 开发语言: C/C++ Python
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/pystring/
软件介绍
Pystring是一组C++的函数通过 std::string 来匹配Python的String类的方法。它不需要或使用 Python 解析器,提供了方便和符合 C++ 使用习惯的通用字符串操作方法,而这些方法时不包括在标准C++库的。这在同时使用 C++ 和 Python 在处理字符串的时候是非常有用的。
Pystring is a collection of C++ functions which match the interface and behavior of python’s string class methods using std::string. Implemented in C++, it does not require or make use of a python interpreter. It provides convenience and familiarity for common string operations not included in the standard C++ library. It’s also useful in environments where both C++ and python are used.with std::string.
TCP/IP详解 卷1:协议
W.Richard Stevens / 范建华 / 机械工业出版社 / 2000-4-1 / 45.00元
《TCP/IP详解卷1:协议》是一本完整而详细的TCP/IP协议指南。描述了属于每一层的各个协议以及它们如何在不同操作系统中运行。作者W.Richard Stevens用Lawrence Berkeley实验室的tcpdump程序来捕获不同操作系统和TCP/IP实现之间传输的不同分组。对tcpdump输出的研究可以帮助理解不同协议如何工作。 《TCP/IP详解卷1:协议》适合作为计算机专业学......一起来看看 《TCP/IP详解 卷1:协议》 这本书的介绍吧!
