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

搜索资源列表

  1. CompressionTest

    0下载:
  2. 这是一个压缩库,实现对文件的压缩,可以参考一下-This is a compression library, compress the file, you can refer to
  3. 所属分类:File Operate

    • 发布日期:2017-06-19
    • 文件大小:29039616
    • 提供者:
  1. compress

    0下载:
  2. 通过VC++语言,使用基于离散余弦变换的技术,实现jpeg的图像压缩与解压。-Implementation of jpeg image compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-21
    • 文件大小:6042367
    • 提供者:张令涛
  1. JPEGsource_code

    0下载:
  2. JPEG采用的是YCrCb颜色空间,而BMP采用的是RGB颜色空间,要想对BMP图片进行压缩,首先需要进行颜色空间的转换。YCrCb颜色空间中,Y代表亮度,Cr,Cb则代表色度和饱和度(也有人将Cb,Cr两者统称为色度),三者通常以Y,U,V来表示-JPEG is used in YCrCb color space, and BMP is used in RGB color space, to compress the BMP image, we need to perform color s
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:371108
    • 提供者:sdf3
  1. Python-Program

    0下载:
  2. 批量修改根目录下所有子目录文件名,批量挑选某类文件复制到新文件夹,批量压缩目录下所有子目录文件.以及ArcGIS中arcpy批量出图,列出所有文件。-Batch modify all subdirectories under the root directory file names, bulk pick certain files copied to the new folder, batch compress files in all subdirectories under directo
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3292
    • 提供者:常克思
  1. LZcodeing

    0下载:
  2. LZ编码的matlab程序,可将文本进行压缩,使用三元组和滑动窗进行压缩。-LZ coding matlab program can compress text, using triples and sliding window compression.
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:892875
    • 提供者:赵丹
  1. phpcms_file_manager_404

    0下载:
  2. ftp php 文件管理器,特别像美国免费空间不支持在线解压,压缩,移动文件等,用这个很方便实现一系统ftp文件管理,超级实用! 时尚女生手机壳:http://yozcc.taobao.com-ftp php file manager, especially as the United States does not support the free space online to extract, compress, move files, etc., this is very e
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-16
    • 文件大小:225203
    • 提供者:汤杨金
  1. Huffman

    0下载:
  2. 利用huffman方法压缩文件、解压文件-compress and decompress files by huffman
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:343701
    • 提供者:夏天
  1. boing

    0下载:
  2. this program to compress audio signal using compressd sensing
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:2289
    • 提供者:h.m.k
  1. cvx_startup

    0下载:
  2. this program to compress audio signal using compressd sensing
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:1541
    • 提供者:h.m.k
  1. modified_code_segmentation_audio

    0下载:
  2. this program to compress audio signal using compressd sensing
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:2028
    • 提供者:h.m.k
  1. ploting

    0下载:
  2. this program to compress audio signal using compressd sensing
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:609
    • 提供者:h.m.k
  1. Untitled

    0下载:
  2. this program to compress audio signal using compressd sensing
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:753
    • 提供者:h.m.k
  1. BWT-14-05-24(12-37-39)

    0下载:
  2. The source code for BWT search & compress algorithm Good code quality.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:337400
    • 提供者:Bear
  1. BP-image-compress

    0下载:
  2. 基于BP神经网络的图形图像压缩算法 可以运行-BP neural network can run a graphical image compression algorithm based on
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1797
    • 提供者:yanfei
  1. RLE16Compress

    0下载:
  2. 简单的RLE算法压缩bmp文件,文件越简单压缩效率越高。但和rar没法比。-RLE compress bmp file
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1507265
    • 提供者:zz
  1. MyDIP

    0下载:
  2. MyDIP C++图像处理程序源代码,实现图片灰度处理、图像缩放、图像变换、图像边缘与轮廓的相关处理等。关于源码内的Template()函数:作用是用指定的模板(任意大小)来对图像进行操作,参数iTempH指定模板    * 的高度,参数iTempW指定模板的宽度,参数iTempMX和iTempMY指定模板的中心    * 元素坐标,参数fpArray指定模板元素,fCoef指定系数。   关于PrewittDIB()函数:作用是用Prewitt边缘检测算子对图像进行边缘检测运
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:46926
    • 提供者:kpudn60
  1. chengxu

    0下载:
  2. pca-提取主成分,降维,压缩图像数据量,简化下一步的处理; 小波检测—该程序通过小波系数的提取、重构检测出图像的边缘; 其它的均为图像分割的代码,包含形态学分水岭的一些算法,与Ostu等算法。-pca-extraction of principal components, reduce dimensions, compress image data, to simplify further processing Wavelet detection- the program b
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2513
    • 提供者:返璞归真
  1. compress

    0下载:
  2. 纯C实现的简单高效压缩算法,运行内存要求小于64k,压缩率最高可达20 ,可快速加入到你的嵌入式工程当中。-A simple C zip code request less than 64k ram and provide up to 20 , can add your project directly.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1862
    • 提供者:Verne Shawn
  1. cscameradata

    2下载:
  2. rice大学单像素相机测试系统的测试数据与算法源代码,可用于压缩传感技术的学习与研究。-rice university single-pixel camera test system test data and algorithm source code can be used to compress the learning and research sensing technology.
  3. 所属分类:Special Effects

    • 发布日期:2015-04-16
    • 文件大小:16592896
    • 提供者:zhangchanggui
  1. ImageCompression

    0下载:
  2. 计算图像的二维离散余弦变换,并使用不同的压缩系数矩阵压缩图像。-(a) Develop a program to compute the two-dimensional discrete cosine transform of an image (b) Compress the test image to different qualities by using the inverse discrete cosine transform with fewer transform coeffi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:71497
    • 提供者:hengliangz
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com