CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 压缩

搜索资源列表

  1. compress_pic

    0下载:
  2. LabwindowsCVI编写的一图片压缩小程序。-LabwindowsCVI
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:178253
    • 提供者:king
  1. filetoolarchive

    0下载:
  2. 使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法 BOOL EncryptFile[char * pFileName] //解密文件,输入参数为文件名 BOOL DeCryptFile[char * pFileName] //对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法 BOOL Archieve[char * dir, char * arch] BOOL
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:22926
    • 提供者:wulang
  1. JIAMI

    0下载:
  2. 21种加密54种压缩算法模块,很多朋友都需要。-21 kinds of encryption module 54 kinds of compression algorithms, many of my friends are necessary.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:172563
    • 提供者:xqlzq2003
  1. ME

    0下载:
  2. 运动估计(包含七种算法),对于学习视频压缩的朋友来说很有用。-Me
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4621510
    • 提供者:lll
  1. Compress

    0下载:
  2. 图片压缩代码(先打开图片,压缩值设置范围(15 ~75 )避免失真)-Picture compression code (first open the picture, compressed value range (15 ~ 75 ) to avoid distortion)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1391
    • 提供者:leo
  1. jpeg-6b

    0下载:
  2. jpeg压缩解压缩算法及源码,使用方便,有源码参考-jpeg compression decompression algorithms and source code, easy to use, there is a reference source
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:708855
    • 提供者:唐堂
  1. Compress

    0下载:
  2. 这是一个简易压缩程序,压缩算法为静态哈弗曼编码。-This is a simple compression process.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-07
    • 文件大小:1403667
    • 提供者:Feier
  1. 02

    0下载:
  2. DirectShow开发的视频压缩源代码-DirectShow development of video compression source code
  3. 所属分类:DirextX

    • 发布日期:2017-04-28
    • 文件大小:246696
    • 提供者:刘卫平
  1. speechcompression

    0下载:
  2. 完成A律解压子函数的编写.并利用任务一的结果,实现音频信号采集压缩和解压回放-A law of decompression to complete the preparation of Functions. And use the results of a task, the realization of audio signal compression and decompression playback Acquisition
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-28
    • 文件大小:14059
    • 提供者:cs
  1. PD_5chirp_com_xiugai_2

    0下载:
  2. 基于MATLAB的雷达回波成像与脉冲压缩程序。-MATLAB-based imaging and the echo pulse compression process.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1332
    • 提供者:东野
  1. BMP

    0下载:
  2. 用于二值土图像的压缩,经测试可用。希望对大家有帮助-Second, the value of land used for image compression, can be used by the test. We want to help
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:2745
    • 提供者:吴群峰
  1. 365191126videoexe

    0下载:
  2. 视频采集 简单介绍一下程序吧,在OnInitDialog()里面: InitCaptureFormat()初始化BITMAP m_InInfo,设置视频采集数据的格式。 接着,触发OnDisplay().装载动态链接库VideoDll.dll,如果成功则初始化COMPVARS m_CV这个变量,设置压缩器,可以手动设置也可以调用系统对话框。 在VideoDll.dll中根据压缩器初始化解压器COMPVARS m_2CV,InitVideoCard()调用了系列cap.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2633588
    • 提供者:巫生
  1. fx

    0下载:
  2. 一个分形压缩的程序: 1、因为本程序时间长,FX中先选择图片的大小 2、编码与解码 3、做误差图和只方图 4:画出每次迭代的解码图象 5、本程序来自本网站,修改了部分,解释说明更清楚。 6、增加了部分功能,希望对大家有所帮助,互相学习…… -A fractal compression process: 1, because this process a long time, FX in the first select the size of picture 2, e
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2662
    • 提供者:刘清
  1. Compression

    1下载:
  2. 文件夹的压缩和解压缩功能测试程序 由于要用程序压缩一个文件夹,因此选用zlib库。 在zlib中的例子程序zpipe.c中,给出了如何压缩一个文件,这里稍加扩展,对一个文件夹进行压缩。 说来也简单,就是将文件夹/目录下的每个文件找到并压缩到一个文件中。 -Decompress from file source to file dest until stream ends or EOF. inf() returns Z_OK on success, Z_MEM
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:4433786
    • 提供者:hehe
  1. qiweibakema_f

    1下载:
  2. 设雷达信号是码宽为0.5微妙,中心频率是10MHz的7为巴克码2PSK信号,接收的雷达回波中频采样频率为40MHz,中频进行正交下变频。假设在13.5km处有一个点目标,仿真该雷达的脉冲压缩处理。-Code-based radar signal is a delicate relief of 0.5, the center frequency is 10MHz for the 7 Barker Code 2PSK signal, the radar echo received IF sampli
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1077
    • 提供者:kiara
  1. lunwen

    0下载:
  2. 基于小波——分形压缩matlab实现,论文 供参考-Based on Wavelet- matlab fractal compression achieved, for reference papers
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-13
    • 文件大小:3358083
    • 提供者:张罗
  1. zip_unzip_src

    0下载:
  2. C#写得标准压缩解压缩小程序 .Net中函数声明: public static extern int MyZip_AddFile(String SrcFile,String ZipFile) public static extern int MyZip_AddDirectory(String SrcPath,String ZipFile) public static extern int MyZip_ExtractFileAll(String ZipFile,String P
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:258435
    • 提供者:一心一意
  1. ASurveyonCompressiveSensing

    0下载:
  2. 压缩传感以远低于奈奎斯特频率进行采样, 在压缩成像系统、模拟/信息转换、生物传感等领 域有着广阔的应用前景. 本文主要介绍了压缩传感的基本理论及相关应用, 并对其研究前景进行了展望.-Compressed sensing much lower than the Nyquist sampling frequency, in the compressed imaging system, analog/information conversion, bio-sensing and other fi
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-06
    • 文件大小:1269929
    • 提供者:高艺
  1. douglas

    0下载:
  2. 道格拉斯压缩算法的实现,附带数据,可以设定压缩参数-Douglas compression algorithm, with data compression parameters can be set
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-24
    • 文件大小:4274194
    • 提供者:叶樱
  1. yasuo

    0下载:
  2. VC++ 文本压缩程序,李恒作品,主要是操作TXT格式文件,运行于Windows系统 命令提示符环境,输入文本文件位置就可以对文件进行压缩、解压、文件测试等,属底层操作,借鉴价值比较大,感谢作者奉献。-VC++ text compression process, Li works, mainly operating TXT format, running on the Windows system environment for the command prompt, type the loca
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:15859
    • 提供者:124
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com