CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - lossless

搜索资源列表

  1. Assignment-2

    0下载:
  2. Image Compression by: 1) Use Adobe Photoshop to Compress images using LZW algorithm (i.e. lossless technique). 2) Use MATLAB to Compress images using JPEG algorithm (i.e. lossy technique) and Assess objectively the quality of the compressed
  3. 所属分类:matlab

    • 发布日期:2017-05-24
    • 文件大小:7720960
    • 提供者:rola
  1. Arithmatic

    0下载:
  2. arithmatic 编码,是图像压缩的主要算法之一,是一种无损数据压缩方法,也是一种熵编码的方法。-arithmatic coding is one of the main image compression algorithm and a lossless data compression method, but also a method of entropy coding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:11374
    • 提供者:zzl
  1. arithcode

    0下载:
  2. Arithmetic coding is a form of entropy encoding used in lossless data compression. Normally, a string of characters such as the words "hello there" is represented using a fixed number of bits per character, as in the ASCII code. When a string is conv
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:1425
    • 提供者:bhushan
  1. huffman

    0下载:
  2. 霍夫曼编码(Huffman Coding)是一种编码方式,是一种用于无损数据压缩的熵编码(权编码)算法。-Huffman coding (Huffman Coding) is an encoding is a lossless data compression entropy coding (right encoding) for the algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:886
    • 提供者:刘金星
  1. fenqu4.0

    0下载:
  2. 实现无损分区,不破坏原有内容,操作界面友好-Lossless partitions without destroying the original content, user friendly
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2994994
    • 提供者:szzh
  1. JS_cutting_image

    0下载:
  2. tocamt jsp cs实现网页中图片的上传和无损裁剪-By using tocamt jsp cs Achieve the website upload pictures and lossless cropping
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3831165
    • 提供者:wk
  1. new_SPIHT

    0下载:
  2. spiht 高光谱无损压缩,低复杂度,较好的压缩效果-spiht hyperspectral lossless compression, low complexity, better compression results
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:14143
    • 提供者:段贺
  1. SmillaEnlarger_0.9.0_source_QT

    0下载:
  2. 图像无损放大C代码,注意是QT而不是VC的.感兴趣的可以看看源代码.-Lossless image to enlarge C code, note the QT instead of VC. Interested can look at the source code.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:430665
    • 提供者:张少斌
  1. myLZW

    0下载:
  2. 基于LZW算法的一种无损压缩实现程序,实现简单完全-LZW algorithm based on a lossless compression procedures, simple complete
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4912489
    • 提供者:张光
  1. FELICS-compression-algorithm

    0下载:
  2. 标准的FELICS无损图像压缩算法,计算出了改算法的压缩比和运行时间。-Standard FELICS lossless image compression algorithm, the algorithm calculates the change of the compression ratio and the running time.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:2265
    • 提供者:xiaoyu
  1. Flacplayer

    0下载:
  2. Flac无损音乐播放,调用libzplay易模块(含源码)和libzplay API(含源码)实现了播放Flac无损音质的音乐,可以播放暂停控制音量,这是个示例,模块和API里有更多功能可以实现。-Flac lossless music playback, call libzplay module (including source code) and libzplay API (including source code) to realize the play Flac nondestruc
  3. 所属分类:ELanguage

    • 发布日期:2017-05-02
    • 文件大小:709656
    • 提供者:杨宗豪
  1. Scalable-Audio-Coding

    0下载:
  2. 可伸缩音频编码论文,2012年,IEEE Trans. on SALP上的,权威期刊-Current scalable audio coders typically optimize performance at a particular layer without regard to impact on other layers, and are thus unable to provide a performance trade-off between different layers.
  3. 所属分类:Development Research

    • 发布日期:2017-04-17
    • 文件大小:359256
    • 提供者:james
  1. myhomework1

    0下载:
  2. 无损编码中算术编码的C++实现,且输出最少码字-Lossless coding in C++ implementation of arithmetic coding, and the minimum output codeword
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-12
    • 文件大小:1532
    • 提供者:cherry
  1. svdExtractEnergyTest

    0下载:
  2. 测试SVD样本图像还原恢复功能,对图像进行测试时恢复效果较好 SVD分解方法满足能量守恒定理,可以实现有损压缩或者无损的能量提取,适合高精度 运算的场合要求。如何寻找一个提取能量的方法,尽量减少原图像的能量损失?- test SVD sample image to restore function, are tested against the image restoration is good The SVD decomposition method satisfies t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:187063
    • 提供者:mafei863
  1. HuffmanTree

    0下载:
  2. 霍夫曼编码是一种编码方式,是一种用于无损数据压缩的熵编码(权编码)算法。用变长编码表对源符号(如文件中的一个字母)进行编码,其中变长编码表是通过一种评估来源符号出现机率的方法得到的,出现机率高的字母使用较短的编码,反之出现机率低的则使用较长的编码,这便使编码之后的字符串的平均长度、期望值降低,从而达到无损压缩数据的目的。-Huffman coding is a coding is a lossless data compression entropy coding (right coding)
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1371
    • 提供者:lly
  1. buildHuffmanTree

    0下载:
  2. 霍夫曼编码是一种编码方式,是一种用于无损数据压缩的熵编码(权编码)算法。用变长编码表对源符号(如文件中的一个字母)进行编码,其中变长编码表是通过一种评估来源符号出现机率的方法得到的,出现机率高的字母使用较短的编码,反之出现机率低的则使用较长的编码,这便使编码之后的字符串的平均长度、期望值降低,从而达到无损压缩数据的目的。-Huffman coding is a coding is a lossless data compression entropy coding (right coding)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:1381
    • 提供者:lly
  1. 8hz-mp3

    0下载:
  2. Mp3编码器 可以将wav等无损格式转为MP3 -Mp3 encoder wav and other lossless formats can be converted to MP3
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-08
    • 文件大小:806591
    • 提供者:车文耀
  1. wavPlayer

    0下载:
  2. 仿千千静听界面源码工程, 可换肤的无损wav格式音乐播放器源码v1.0.3.5,界面是使用一个“VC界面控件皮肤库”实现的,你可以到我的资源列表中下载最新版本的“VC界面控件皮肤库”的专门demo, 我会不断更新此“VC界面控件皮肤库”,请关注我的资源列表中最新版本。 压缩包里面有VS2008和VS2010两个项目工程。全面支持键盘操作,窗口间切换ctrl+tab.支持无损wav格式音乐播放,音频播放是从API做起的。 可以对播放器进行任意的换肤,你可以选择自己喜欢
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1130244
    • 提供者:Kevin2000178
  1. project2

    0下载:
  2. 读入文件,对文件进行无损预测编码和解码,然后对文件进行DM编码和解码-Read the file, the file lossless predictive coding and decoding, and then the file encoding and decoding DM
  3. 所属分类:Audio program

    • 发布日期:2017-04-13
    • 文件大小:1668
    • 提供者:张璐
  1. firmware

    0下载:
  2. 基于STM32F103的MP3源代码程序,开发环境为Keil4 能够实现无损音乐的播放具有循环播放,随机播放功能。-Based on the STM32F103 MP3 program source code, development environment for Keil4 to realize lossless music playback with loop playback, random playback.
  3. 所属分类:SCM

    • 发布日期:2017-05-19
    • 文件大小:5317997
    • 提供者:贾宁宁
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 »
搜珍网 www.dssz.com