- 授权协议: 未知
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: http://libspiff.sourceforge.net/
- 软件文档: http://libspiff.sourceforge.net/doc/html/
软件介绍
libxspf (前身是 libSpiff) 是一个用来读取 XSPF 播放列表格式文件的C++类库,支持版本0和1。这是官方推荐的实现版本。
使用示例:
XspfReaer reader;
XML_Char const * const baseUri = _PT("http://example.org/");
reader.parseFile(_PT("playlist.xspf"), NULL, baseUri);
XML_Char const * const baseUri = _PT("http://example.org/");
XspfWriter * const writer = XspfWriter::makeWriter(formatter, baseUri);
Data Structures and Algorithms in Java
Robert Lafore / Sams / 2002-11-06 / USD 64.99
Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use......一起来看看 《Data Structures and Algorithms in Java》 这本书的介绍吧!
