- 授权协议: LGPL
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/mp3fenge/
- 软件文档: http://code.google.com/p/mp3fenge/wiki/Tutorial
软件介绍
mp3fenge是一个很简洁的MP3 Java操作类库,最主要的功能是能够根据指定的开始时间和结束时间来截取MP3片段,
例如根据lyric中的时间戳来截取某个特定的句子,另外一些附加功能就是查看mp3文件的一些meta信息,
例如作者、唱片集等。
示例代码:
Mp3Fenge helper = new Mp3Fenge(new File("testdata/eyes_on_me.mp3"));
helper.generateNewMp3ByTime(new File("testdata/e1.mp3"), 307000, 315000);
Modeling the Internet and the Web
Pierre Baldi、Paolo Frasconi、Padhraic Smyth / Wiley / 2003-7-7 / USD 115.00
Modeling the Internet and the Web covers the most important aspects of modeling the Web using a modern mathematical and probabilistic treatment. It focuses on the information and application layers, a......一起来看看 《Modeling the Internet and the Web》 这本书的介绍吧!
