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

搜索资源列表

  1. Linux

    0下载:
  2. PartiTek SDK PartiTek Software Inc. is a professional image processing and barcode software development company that produces the SDK to encode & decode PDF417, QR Code, Data Matrix . By using PartiTek software, our users have successfully lever
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:519.36kb
    • 提供者:王彥凱
  1. mime64b

    0下载:
  2. WHAT MIME64 IS: MIME64 is an encoding described in RFC1341 as MIME base64.Its purpose is to encode binary files into ASCII so that they may be passedthrough e-mail gates. In this regard, MIME64 is similar to UUENCODE.Although most binaries these days
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:31.67kb
    • 提供者:苏星
  1. encode-64

    0下载:
  2. 使用DELPHI实现的 base64 加解密的算法代码,速度较快-DELPHI achieved using base64 algorithm for encryption and decryption code, faster
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:166.58kb
    • 提供者:lxmh815
  1. encode

    0下载:
  2. 用C语言编写程序实现Zip或者Rar无损压缩算法 -Using C programming language to achieve Zip or Rar lossless compression algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:3.19kb
    • 提供者:毛慧华
  1. huffmanprogram

    0下载:
  2. 用matlab软件实现图像的编码和解码,并对解压后的图像是否失真进行测试,采用的算法是huffman算法,经调试无误后上传-Matlab software used to encode and decode images and extract the image to test whether the distortion using the algorithm is huffman algorithm, after the upload through debugging correct
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:4.42kb
    • 提供者:李添翼
  1. Huffman

    0下载:
  2. huofuman 压缩编码 描述如何用霍夫曼编码进行文件压缩-huofuman encode this code describles the detail how to compress for file using the huofuman algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:2.9kb
    • 提供者:吴忠
  1. GMM-GMR-v1.2

    0下载:
  2. GMM-GMR is a set of Matlab functions to train a Gaussian Mixture Model (GMM) and retrieve generalized data through Gaussian Mixture Regression (GMR). It allows to encode efficiently any dataset in Gaussian Mixture Model (GMM) through the use of an Ex
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1010.48kb
    • 提供者:ning
  1. predictivecoding

    0下载:
  2. using predictive coding to encode an image (lena.image)
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1008byte
    • 提供者:sarah
  1. HuffmanCoding

    0下载:
  2. (1)I:初始化(Initialization)。对输入的一段英文中的每个字符统计其权值,建立哈夫曼树; (2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。 -(1) I: Initialization (Initialization). English section of the input statistics for each character of their weight, the establishment of Huffman tree
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1.67kb
    • 提供者:贾铭
  1. huffman

    0下载:
  2. 利用二叉树结构实现赫夫曼编/解码器。 基本要求: 1、初始化:能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、建立编码表:利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、编码:根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、译码:利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、打印:以直观的方式打印赫夫曼树(选作) 6、计算输入的字符串编码前和编码后的长度,并进行分析,讨论赫夫曼编码的
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1.13mb
    • 提供者:莫凡
  1. frft

    1下载:
  2. 非常经典的分数阶傅里叶变换源程序,经测试,无问题-frft
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1.47kb
    • 提供者:wangfu
  1. RSC_BCJR_Mfile_Tail

    1下载:
  2. 本程序设计的是咬尾编码的turbo码,用matlab编写。咬尾turbo码也即不需要拖尾比特,使得前后两个状态相同,译码采用修正的MAP译码算法-This program is designed to encode the turbo tail biting code, written with matlab. Tail biting turbo code that is not trailing bits to make the same before and after the two st
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.3kb
    • 提供者:yangf
  1. test

    0下载:
  2. 本程序设计的是咬尾编码的turbo码,用matlab编写。咬尾turbo码也即不需要拖尾比特,使得前后两个状态相同,译码采用修正的MAP译码算法。此文件为咬尾编码矩阵生成的测试文件包-This program is designed to encode the turbo tail biting code, written with matlab. Tail biting turbo code that is not trailing bits to make the same before a
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2.11kb
    • 提供者:yangf
  1. turbo

    1下载:
  2. 本程序设计的是咬尾编码的turbo码,用matlab编写。咬尾turbo码也即不需要拖尾比特,使得前后两个状态相同,译码采用修正的MAP译码算法。此文件为咬尾编码的主程序,将数据流分段编码并行处理-This program is designed to encode the turbo tail biting code, written with matlab. Tail biting turbo code that is not trailing bits to make the same b
  3. 所属分类:matlab例程

    • 发布日期:2013-10-12
    • 文件大小:2.5kb
    • 提供者:yangf
  1. turbo_decoder1

    1下载:
  2. 本程序设计的是咬尾编码的turbo码,用matlab编写。咬尾turbo码也即不需要拖尾比特,使得前后两个状态相同,译码采用修正的MAP译码算法。此文件为turbo码译码一般的MAP算法,程序中用作与咬尾turbo译码的对照-This program is designed to encode the turbo tail biting code, written with matlab. Tail biting turbo code that is not trailing bits to m
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.12kb
    • 提供者:yangf
  1. RSA-Encode-and-Decode

    0下载:
  2. 本软件利用matlab开发的一个具有交互界面的软件,主要功能为RSA的加密、解密功能,简单易懂,富有详细代码-This software is developed using a matlab interface software, the main function for the RSA encryption and decryption functions, easy to understand, full of detailed code
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:18.09kb
    • 提供者:stephen
  1. rm-encode

    0下载:
  2. rm码编码和解码的实现,解码采用伴随式解码-rm to achieve coding and decoding, decoding with decoding using
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.02kb
    • 提供者:高元媛
  1. huffman-encode

    0下载:
  2. 用matlab实现了huffman的编码和解码过程-Achieved using matlab huffman encoding and decoding process
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:210.29kb
    • 提供者:高元媛
  1. iris-encode-and-recognition

    0下载:
  2. encoding of iris and its recognition using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2.77kb
    • 提供者:smishra
  1. encode

    0下载:
  2. This a source that encode an audio wav file using the MELP algorithm-This is a source that encode an audio wav file using the MELP algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-13
    • 文件大小:686.12kb
    • 提供者:sroca
« 12 3 »
搜珍网 www.dssz.com