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);
How to Solve It
Zbigniew Michalewicz、David B. Fogel / Springer / 2004-03-01 / USD 59.95
This book is the only source that provides comprehensive, current, and detailed information on problem solving using modern heuristics. It covers classic methods of optimization, including dynamic pro......一起来看看 《How to Solve It》 这本书的介绍吧!
