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

搜索资源列表

  1. xingchengbianma

    0下载:
  2. 行程编码实现的图像压缩,内含源代码、图像、以及注释文件-Image compression stroke coding implementation, including source code, images, and annotate documents
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-17
    • 文件大小:4218343
    • 提供者:汪小
  1. Genetic-Algorithm

    0下载:
  2. 好用的遗传算法,可以运行。内涵三个文件。请按照原有程序内容根据需要自行编码,修改保优函数-Genetic Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1531
    • 提供者:
  1. bmpimage

    0下载:
  2. bmp图像的编码解码,主要包含图像的解码和编码以及读出头文件大小-BMP image coding decoding, mainly include the decoding and encoding of images and read out the file size
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-20
    • 文件大小:5945735
    • 提供者:zailin
  1. ADPCM

    0下载:
  2. 采用ADPCM技术对wav语音文件进行编码压缩-Using ADPCM technology to encode wav audio file compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4555
    • 提供者:qi xiong
  1. huffmancode

    0下载:
  2. huffman编码与解码,基于C实现,读取输入,构造huffman树进行huffman编码,用于文件压缩。-huffman encoding and decoding, based on the C implementation, read input, construct huffman tree huffman encoding for file compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-27
    • 文件大小:15157
    • 提供者:MengruZhang
  1. TVideoIOYuv

    0下载:
  2. 视频输入输出库涉及编解码过程的起始和结束操作,即编码开始的时候读取视频文件数据,解码结束的时候写视频文件数据。-Video input and output relates to encoding and decoding process of the start and end of the operation, i.e., when encoding video file data reading starts, when the end of the write decode video
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:7319
    • 提供者:杨鸣人
  1. ACO

    0下载:
  2. MATLAB实数编码的蚁群算法源程序,M文件 函数1:f=cos(2*pi.*x).*cos(2*pi.*y).*exp(-((x.^2+y.^2)/10)) 函数2:f=exp(-2*log(2).*((x-0.1)./0.8).^2).*(sin(5*pi.*x)).^6 函数3:f=(3./(0.05+(x.^2+y.^2))).^2+(x.^2+y.^2).^2 函数1带有注释-MATLAB real-coded ant colony algorithm source,
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3280
    • 提供者:胡毅
  1. lzwcompression

    0下载:
  2. java版实现lzw编码压缩,支持对文本文件和图片进行压缩处理。-java version lzw coding to achieve compression, support for text files, and image compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:960711
    • 提供者:
  1. LS11

    1下载:
  2. 很多游戏文件使用LS11格式,比如光荣的三国志系列,修改者需要先解确才能修改,然后再进行编码游戏才能正常读取,该C#类实现了LS11格式的解码和编码工作。-Decode and encode LS11 format.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2373
    • 提供者:一堆
  1. b2j

    0下载:
  2. 将bmp格式的文件转为jpeg,包括分块、dct、量化、扫描、熵编码-convert bmp to jpg
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:4697
    • 提供者:fanta
  1. Huffman_coding

    0下载:
  2. 用二叉树实现haffman编码,能够实现给定文件的编码。-using binary tree to achieve haffman——coding
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1938721
    • 提供者:jack
  1. Huffman

    0下载:
  2. 采用C语言编写的huffman编码算法的实现,可以实现文件的压缩与解压-C language using Huffman coding algorithm, can achieve the file compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:3444
    • 提供者:张航
  1. Huffman

    0下载:
  2. Huffman编码与解码(Huffman编码、二叉树) [问题描述] 对一篇英文文章(大于2000个英文字符),统计各字符出现的次数,实现Huffman编码,以及对编码结果的解码。 [基本要求] (1) 输出每个字符出现的次数和编码,其中求最小权值要求用堆实现。 (2) 在Huffman编码后,要将编码表和英文文章编码结果保存到文件中,编码结果必须是二进制形式,即0 1的信息用比特位表示,不能用字符’0’和’1’表示。 (3) 提供读编码文件生成原文件的功能。 -Hu
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:930816
    • 提供者:简单就好
  1. eluosifangkuai

    0下载:
  2. 该文件解压之后,会得到有关于俄罗斯方块的编码指导,实现的功能和演示-After extracting the file, it will get the guidance of the encoding of the Russian box, the realization of the function and demonstration
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-27
    • 文件大小:10021888
    • 提供者:程秋实
  1. yuvTools

    0下载:
  2. YUV工具大集合,针对视频编码中测试序列常见的YUV视频进行处理。包括:将yuv420序列转换成avi文件;求两个序列之间,每个宏块之间的差异sad;视频序列psnr对比分析工具;YUV视频播放器;YUV各种格式的转换;YUV视频剪切等。-YUV large collection of tools, processing for video encoding test sequences common YUV video. Comprising: yuv420 sequence into avi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:495084
    • 提供者:朴佳人
  1. HuffmanCode

    0下载:
  2. 使用散列和哈弗曼编码完成任意文本数据文件的加密和压缩,压缩率在50 以上-Huffman coding is completed using a hashing and encryption and compression of any text data file compression rate of 50 or more
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:47317
    • 提供者:贾锋
  1. Huffman

    0下载:
  2. 利用huffman编码原理进行文件的压缩与解压-Huffman coding principle the use of compression and decompression file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-17
    • 文件大小:4156545
    • 提供者:brownie
  1. arithmetic

    0下载:
  2. 算数编码(arithmeric coding)的实现。目前手动输入可实现编码和译码,从文件读取方式输入还在开发。-Arithmeric coding implementation. Current manual input can be achieved encoding and decoding, the file to read the way in the development of the input.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2404
    • 提供者:水杉
  1. compressadecom

    0下载:
  2. 数据结构实验中文件压缩和解压,对应于中大的压缩编码实验-Data structure file compression and decompression, corresponding to a large compression coding experiments
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:1720063
    • 提供者:yufeng
  1. huffman-compress-for-txt

    0下载:
  2. 基于ASC码的哈弗曼编码压缩,只能用于txt文件的压缩-Huffman encoding and compression for compressing txt files only
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2004
    • 提供者:Arthur
« 1 2 ... 21 22 23 24 25 2627 28 29 »
搜珍网 www.dssz.com