RSS的Java读写库 RSSpect
- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://www.colorfulsoftware.com/projects/rsspect
- 软件文档: http://www.colorfulsoftware.com/projects/rsspect/api
软件介绍
RSSpect 是一个 Java 类库用来操作 RSS 2.0 数据,API 易用和方便。
示例代码:
RSS myRSS = new RSSDoc().readRSSToBean(new File("/myPath/myRSS.xml");
RSS myRSS = new RSSDoc().readRSSToBean(new URL("http://www.abcdefg.net/myRSS.xml");
String myRssStr = new RSSDoc().readRSSToString(myRSS, "javanet.staxutils.IndentingXMLStreamWriter");
new RSSDoc().writeRSSDoc(new File("/somewhere/myRSS.xml"), myRSS, "UTF-8", "1.0");
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》 这本书的介绍吧!
