题目连接http://acm.hdu.edu.cn/showproblem.php?pid=1053EntropyDescriptionAn entropy encoder is a data encoding method that achieves lossless data compressi...
分类:
其他好文 时间:
2015-10-09 21:17:23
阅读次数:
215
归档--encoder 它是将自定义的对象写入磁盘前将对象转成二进制然后存入磁盘。 解档--decoder 它是将磁盘上保存的二进制数据转换成自定义对象。eg: 自定义一个person对象 .h 文件中 @property (nonatomic,copy)NSString *name; ...
分类:
其他好文 时间:
2015-09-27 09:53:14
阅读次数:
184
/**
?*?A?Base64?Encoder/Decoder.
?*?
?*?<p>
?*?This?class?is?used?to?encode?and?decode?data?in?Base64?format?as?described?in
?*?RFC?1521.
?*?
?*?<p>
?*?This?is?"...
分类:
Web程序 时间:
2015-09-23 15:11:55
阅读次数:
192
博文作者:妳那伊抹微笑博客地址:http://blog.csdn.net/u012185296博文标题:_00023 Kafka 诡异操作_001自己定义Encoder实现Class级别的数据传送以及解析个性签名:世界上最遥远的距离不是天涯,也不是海角。而是我站在妳的面前,妳却感觉不到我的存在技术方...
分类:
Web程序 时间:
2015-09-20 20:37:01
阅读次数:
545
今天用TFHpple解析html,发现老报错encoding error : input conversion failed due to input error, bytes I/O error : encoder error一看就知道是编码的问题啊,但是我明明已经NSData (GB-2312)...
分类:
移动开发 时间:
2015-09-15 00:13:33
阅读次数:
328
This is a follow-up to my?World’s Smallest h.264 Encoder?post. I’ve received several emails asking about precise details of things in two entities in the h.264 bitstream: the Sequence Paramete...
分类:
其他好文 时间:
2015-08-12 01:31:27
阅读次数:
247
1. Jdk
/**
* 使用jdk实现base64加密
*/
public static void jdkBase64() {
try {
BASE64Encoder encoder = new BASE64Encoder();
String encode = encoder.encode(src.getBytes());
System.out.println...
分类:
编程语言 时间:
2015-07-28 23:17:29
阅读次数:
190
还是和机顶盒通讯的项目,netty编写udp的协议已经实现了完毕; 要求TCP也要来一套....我就呵呵了...写呗. 基本上流程差不多,decoder,encoder,handler几乎都可以重用的,写好后一测..吓我一大蹦 [INFO]-[Thread:?nio...
分类:
Web程序 时间:
2015-07-25 18:38:17
阅读次数:
463
这里需要用到一个jar包:jave-1.0.1.jar,下载地址的话自己百度吧.
废话不多说直接贴代码:
import it.sauronsoftware.jave.AudioAttributes;
import it.sauronsoftware.jave.Encoder;
import it.sauronsoftware.jave.EncodingAttributes;...
分类:
编程语言 时间:
2015-07-23 15:40:49
阅读次数:
131
2015.07.20 libaudio_encoder_interface/libaudio_decoder_interface 编译通过将encoder,decoder两个lib合并了,后面需要看看是否合理.[1/1600 ] ...
分类:
Web程序 时间:
2015-07-20 12:10:14
阅读次数:
170