Json-sharp
- 授权协议: GPLv3
- 开发语言: C#
- 操作系统: Windows
- 软件首页: http://code.google.com/p/json-sharp/
- 软件文档: http://code.google.com/p/json-sharp/wiki/HowToUse
软件介绍
JSON Sharp 是一个简单的 .NET 用于实现 JSON 序列化和反序列化的库。
示例代码:
string JSON.Serialize(object o); string object.ToJSON(); object JSON.Deserialize(string json, Type type); object JSON.Deserialize(string json);
Complexity and Approximation
G. Ausiello、P. Crescenzi、V. Kann、Marchetti-sp、Giorgio Gambosi、Alberto M. Spaccamela / Springer / 2003-02 / USD 74.95
This book is an up-to-date documentation of the state of the art in combinatorial optimization, presenting approximate solutions of virtually all relevant classes of NP-hard optimization problems. The......一起来看看 《Complexity and Approximation》 这本书的介绍吧!
