搜索资源列表
JAVASOUND
- 一系列用JAVA处理音频的例子,包括最简单的播放器,RIPCD,处理MIDI,音频文件格式的转换等等。没有用JMF,纯粹是JDK里的SOUND包的应用。每个文件中都有相关的注释。所有代码来自http://www.jsresources.org网站
jdkAudio
- this audio video transmitter and reciever ,implemented by using jdk 1.5-this is audio video transmitter and reciever ,implemented by using jdk 1.5
SimpleLRUalgorithm
- 最简单的LRU算法实现,就是利用jdk的LinkedHashMap,覆写其中的removeEldestEntry(Map.Entry)方法即可-Simple LRU algorithm is to use jdk' s LinkedHashMap, override one of the removeEldestEntry (Map.Entry) method can be