搜索资源列表
java_nio
- nio 是 java New IO 的简称,在 jdk1.4 里提供的新 api 。 Sun 官方标榜的特性如下: – 为所有的原始类型提供 (Buffer) 缓存支持。 – 字符集编码解码解决方案。 – Channel :一个新的原始 I/O 抽象。 – 支持锁和内存映射文件的文件访问接口。 – 提供多路 (non-bloking) 非阻塞式的高伸缩性网络 I/O 。-nio java New IO in jdk1.4 api. The Sun officially adv
HuffmanCode
- 利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。为信息收发站写一个哈夫曼码的编译码系统,要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道 (即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。-The use of Huffman coding can greatly improve the information communication channel utilization, reduce th
PlanarYUVLuminanceSource
- This object extends LuminanceSource around an array of YUV data returned the camera driver, with the option to crop to a rectangle within the full data. This can be used to exclude superfluous pixels around the perimeter and speed up decoding. It
encode
- 实现编码,传送,译码,信源信道编码。本段代码为本人亲自编写,亲测可用。-Realize the encoding, transmission, decoding, source-channel coding. This code is personally prepared, pro-test available.