码迷,mamicode.com
首页 >  
搜索关键字:compressed    ( 160个结果
创建压缩纹理的工具
Once a texture has been loaded as a compressed texture, it can be used for texturing in exactly the same way as an uncompressed texture. The details o... ...
分类:其他好文   时间:2017-10-31 14:07:54    阅读次数:204
lucene LZ4 会将doc存储在一个chunk里进行Lz4压缩 ES的_source便如此
默认情况下,Elasticsearch 用 JSON 字符串来表示文档主体保存在 _source 字段中。像其他保存的字段一样,_source 字段也会在写入硬盘前压缩。The _source is stored as a binary blob (which is compressed by Lu ...
分类:Web程序   时间:2017-10-24 17:22:30    阅读次数:297
LeetCode Design Compressed String Iterator
原题链接在这里:https://leetcode.com/problems/design-compressed-string-iterator/description/ 题目: Design and implement a data structure for a compressed string ...
分类:其他好文   时间:2017-09-20 10:30:25    阅读次数:162
创建压缩纹理的工具
Once a texture has been loaded as a compressed texture, it can be used for texturing in exactly the same way as an uncompressed texture. The details o... ...
分类:其他好文   时间:2017-08-31 10:55:40    阅读次数:151
java 使用 pdf.js 在线查看 pdf 文档
1. 下载对应的 pdf.js 文件: 推荐地址: https://github.com/mozilla/pdf.js/ http://mozilla.github.io/pdf.js/ 2. 下载完成后打开对应的 viewer.js 文件。 可以看到,默认打开的是 compressed.trace ...
分类:编程语言   时间:2017-08-10 19:29:07    阅读次数:380
<Parquet><Physical Properties>
Parquet Parquet is a columnar storage format for Hadoop. Parquet is designed to make the advantages of compressed, efficient colunmar data representat ...
分类:其他好文   时间:2017-07-30 13:57:11    阅读次数:309
android boot.img文件结构、拆包、打包
boot.img is not a compressed filesystem image like system.img. It is read by the bootloader, and contains little more than a kernel image and a ramdis ...
分类:移动开发   时间:2017-07-29 16:26:56    阅读次数:496
LeetCode 604. Design Compressed String Iterator (设计压缩字符迭代器)
Design and implement a data structure for a compressed string iterator. It should support the following operations: next and hasNext. The given compre ...
分类:其他好文   时间:2017-07-11 00:51:21    阅读次数:284
opencv---JPEG图像质量检测代码
参考:http://blog.csdn.net/trent1985/article/details/50904173 根据国外一篇大牛的文章:No-Reference Perceptual Quality Assessment of JPEG Compressed Images 在无参考图像的质量评 ...
分类:其他好文   时间:2017-06-30 10:25:54    阅读次数:211
[LeetCode] Design Compressed String Iterator 设计压缩字符串的迭代器
Design and implement a data structure for a compressed string iterator. It should support the following operations: next and hasNext. The given compre ...
分类:其他好文   时间:2017-06-16 14:18:29    阅读次数:244
160条   上一页 1 ... 6 7 8 9 10 ... 16 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!