CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - 文件转换

搜索资源列表

  1. 图像数据的压缩

    0下载:
  2. 1. 实现BMP文件到JPEG文件的压缩转换。 2. 自选:实现从JPEG文件到BMP文件转换。 3. 采用C/C++编写程序 -1. BMP file to the realization of JPEG compression conversion. 2. Customize : Achieving from JPEG files to BMP file conversion. 3. Using C / C programming
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:279456
    • 提供者:陆俊
  1. AVS_Generator

    0下载:
  2. 这是将avs视频的ES流转换成avi文件格式的源代码-this is the avs Video ES circulation replaced by avi file format source code
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:113394
    • 提供者:hj
  1. Ptx

    0下载:
  2. 用于实现ptx文件电云模型的转换,vb编写
  3. 所属分类:压缩解压

    • 发布日期:2014-01-17
    • 文件大小:3190
    • 提供者:封博卿
  1. convpgm

    1下载:
  2. 将raw image转换为pgm格式的文件. 通过修改写入的文件头部分, 可以转换其他格式的图像文件。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1281
    • 提供者:nan kang
  1. dmg2img.tar

    0下载:
  2. DMG文件转换为IMG文件工具源码,在网上找的-DMG files to IMG files tool source, find on Internet
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-25
    • 文件大小:10916
    • 提供者:jack
  1. iwms4.6

    0下载:
  2. 主要功能: ·集成讨论区,可作为留言版或简易论坛 ·首页、 分类、新闻、专题可生成静态页面 ·生成速度可在每分钟30页到2000页之间选择 ·首页静态文件自动定时生成 ·新闻采集功能,采集时可进行其它管理操作,采集规则导入导出 ·多任务循环采集采集,可实现网站24小时自动内容更新 ·采集支持utf-8和big5编码并能转换繁体为简体 ·新闻内其它网站图片与Flash自动下载 · jpg、gif、png、bmp图片自动加水印(水印图片及位置可设置
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1638137
    • 提供者:
  1. compressor

    0下载:
  2. 本程序使用C++编写,在VC2005上调试,完成了文件的读取,文件字符的统计以及压缩率的显示,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。并且以对话框的形式和用户交流,程序方便实用,既可以对文本进行压缩,有可以对图像进行压缩,效果都不错。-This procedure using C++ Prepared in VC2005 debug completed documents to read, document characters as wel
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-03-06
    • 文件大小:3865152
    • 提供者:罗天银
  1. VChaffuman

    0下载:
  2. 哈夫曼编码在文件压缩中有其独特一点,它的编码方式特殊。在通信领域可以得到应用。本程序使用C++编写,在VC6.0上调试,完成了文件的读取,文件字符的统计,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。-Huffman file compression in a unique point, and its special encoding. In communications applications can be. This procedure
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:269354
    • 提供者:罗天银
  1. jpegconvert

    0下载:
  2. 编译源文件生成可执行文件TestLibjpeg.exe, 此程序可以转换bmp位图为jpg格式,或解压缩 jpg格式图像为bmp格式。 将需转换的bmp格式图片存到和TestLibjpeg.exe 相同的文件夹下,在DOS界面下使用命令行参数 bmp到jpeg的转换使用:TestLibjpeg.exe j 原图片名.bmp 目标图片名.jpg jpeg到bmp的转换使用:TestLibjpeg.exe b 原图片名.jpg 目标图片名.bmp- AppWizard h
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:323888
    • 提供者:cy
  1. LvGigECamera3

    0下载:
  2. 相机传输图像程序源代码 拜耳模式(RAW格式文件)与RGB图像数据互相转换函数库 -failed to translate
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:820075
    • 提供者:别怀伟
  1. huffman

    0下载:
  2. 基于哈夫曼技术压缩和解压。 计算机中任意文件的读与存都是从缓存里面读取 0 、 1 代码转化成, 即文件其是就是二进制的。所以可以把每8位转换成相应的ASCII码。从而用哈夫曼编码, 将等长编码转化成非等长编码。-Huffman-based compression and decompression technology. Arbitrary files on your computer and keep reading it to read from the cache 0, 1 code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:9891
    • 提供者:梁超
  1. FoxitReader234015_enu_Setup

    0下载:
  2. pdf转换器,可将pdf文件转换为各种形式,并可直接编辑pdf文件-pdf converter, pdf files can be converted to a variety of forms, and can directly edit the pdf file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-13
    • 文件大小:3402738
    • 提供者:yangxinrui
  1. 080707000317

    0下载:
  2. cpp文件转换成高亮html代码的源程序,附有说明-cpp files into html code, source code highlighted, annotated
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:3010
    • 提供者:冯良
  1. 635352745mp3read

    0下载:
  2. MP编解码,加载音频文件,通过编解码模块,分别实现音频文件到mp3文件的互相转换。-mp3coder and decoder
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1219
    • 提供者:左付军
  1. IsoBuster_2.1_28705

    0下载:
  2. 镜像抓取文件,可以将iso转换成rar文件-Mirrored grab file can be iso convert rar files
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-09
    • 文件大小:3442591
    • 提供者:李渊洁
  1. icobmp

    0下载:
  2. 用delphi做的一个将ion文件转换成bmp文件的程序-Delphi do a bmp file into the ion documentation procedures
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:79728
    • 提供者:
  1. JPEG_great

    0下载:
  2. 将bmp格式文件转换为jpeg的C++实现-Bmp format file to jpeg conversion of C++ implementation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:302327
    • 提供者:Bob Chen
  1. Decimal-conversion-into-other-band

    0下载:
  2. 十进制转换成其他进制 20131303032 学习资料,C语言版,压缩文件-Decimal conversion into other band Huang Zhuyun 20131303032
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:13199
    • 提供者:张哓梦
  1. bmp_jpeg_compression_decompression

    0下载:
  2. 这是一个VC++6.0程序,能将BMP文件压缩成JPEG格式的文件,也能反过来,将JPEG格式的文件转换为BMP格式,并同时拥有显示图像的功能和计算信噪比的功能。适用于研究jpeg图像压缩算法。-This is a VC++ 6.0 program, can BMP files compressed into JPEG format files, but also in turn, the JPEG format files into BMP format, and also has the f
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-23
    • 文件大小:7475567
    • 提供者:songs
  1. GARbro-v1.5.44.2904

    4下载:
  2. 创建压缩文件创建诸如AMI、ARC、DAT、INT、KOGADO、NPK、NPA、NSA、PD、RPA等多达五十余种压缩文件,使得一些游戏能在各种平台上使用。转换多媒体文件支持将电脑上运行不了的音频文件、图片文件进行提取转换。直接打开压缩文件软件支持在不打开压缩包的情况下对压缩包内的文件进行查看和修改的功能。(Create compressed files create more than 50 kinds of compressed files, such as AMI, arc, DAT,
  3. 所属分类:压缩解压

    • 发布日期:2021-04-09
    • 文件大小:9668608
    • 提供者:浅蓝s
« 12 »
搜珍网 www.dssz.com