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

搜索资源列表

  1. bch

    4下载:
  2. BCH 编解码的MATLAB 实现。BCH码是一类重要而有效的纠正多个随机错误的循环码,由于该码具有严格的代数结构,所以是到目前为止研究得最为详尽、应用最为广泛的一类码,已有多种译码算法。-BCH codec of MATLAB. BCH is a kind of important and effective redress the wrong number of random cyclic code, as the code strictly algebraic structure, it
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3178
    • 提供者:zfs
  1. huffman统计文件中各字符频率

    1下载:
  2. 建立一个文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。 “压缩文件”即:读文件、统计文件中的字符个数、对文件进行哈夫曼编码和译码、并将编码译码后的字符存储在文件中。 根据以上任务说明,设计数据结构,并设计程序完成功能。 -Create a text file, statistical frequency of the characters in the file, the char
  3. 所属分类:密码/编码算法

    • 发布日期:2015-12-29
    • 文件大小:1057792
    • 提供者:范晓军
  1. Huffmancoding.rar

    0下载:
  2. 对文本文件进行huffman编码、解码 读取文本文件,并统计文件中字母个数 建立huffman树 对文件进行huffman编码 对文件进行huffman解码 ,Text documents huffman encoding, decoding to read a text file, and the number of statistical documents the establishment of letters of the document tree huffman
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:956
    • 提供者:黄庆芝
  1. jonson.rar

    0下载:
  2. HS1527解码程序,对继电器进行操作,继电器输出持续时间取随机数,HS1527 decoding procedures to operate relays, relay output duration from random number
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:4107
    • 提供者:何荣生
  1. Hf

    0下载:
  2. 哈夫曼数的编码,译码和树的打印-The number of Huffman encoding, decoding and tree print
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-07
    • 文件大小:2066
    • 提供者:lxw
  1. DCT_32

    0下载:
  2. 快速DCT算法32位的C语言实现,乘法次数最少,可嵌入编码器及解码器使用- Fast DCT the algorithm 32 C language realization, the multiplication number of times are least, may insert the encoder and the decoding use
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-08
    • 文件大小:4930
    • 提供者:周辉
  1. DCT_64

    0下载:
  2. DCT快速算法64位的C语言实现,乘法次数目前最少,可嵌入解码器使用-DCT the fast algorithm 64 C language realization, the multiplication number of times at present are least, may insert the decoding use
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-25
    • 文件大小:8145
    • 提供者:周辉
  1. GA

    1下载:
  2. 通过多目标优化算法计算了多决策的全局最优值。而且包含解码程序。-Through multi-objective optimization algorithm for calculating a number of global optimal values of decision-making. And decoding procedures contain.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1340
    • 提供者:刘洋
  1. viterbi3

    0下载:
  2. 对码率为1/n的递归卷积码(系统码!)的最大似然译码,采用相关度量,截断长度为1024,最大状态数为1024 -On the bit rate for the 1/n recursive convolutional codes (system code!) Of the maximum-likelihood decoding, using the relevant measure to cut off a length of 1024, the largest number of state
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:8652
    • 提供者:戈津生
  1. d2009042316063174

    0下载:
  2. 本设计的指导思想是利用红外发光管发射红外线,红外接收管接收此红外线,并将其放大、整流形成高电平信号.当有人或物挡住红外光时,接收管没有接收到红外信号,放大器将输出低电平,同时将这个电平信号送入单片机进行控制计数,并经译码驱动电路使数码管显示数值。这样就得到要统计的人或物的数量。-The design of the guiding idea is to use infrared emission infrared LED and infrared receiver to receive the i
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:660416
    • 提供者:liming
  1. SphereDecoder

    0下载:
  2. 用于MIMO检测的sphere decoder程序- This function implements a soft output sphere decoder. Based on the paper: C. Studer, M. Wenk, A. Burg, and H. Blocskei: "Soft-Output Sphere Decoding: Performance and Implementation Aspects", Asilomar 2006
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3252
    • 提供者:bennytang
  1. winFM

    0下载:
  2. 附件实现huffman数据压缩的基本实现,不具备通用性.但是却是一个成品,用MFC经过包装界面也比较可以,可以让大家参考, 再着说明下文件压缩后的格式:扩展名是".fm",文件头两个字节是字母"FM"(用来检验文件格式),然后是原始文件名的长度,再来是原始文件长度(解码的时候判断解码结素),接着是原始文件名,再来是是256个unsigned long的数据表示原始文件每个字母出现的次数(用来重新建立huffman树),最后就是数据了,也就是编码后的数据. 注意几点是,解码要是.fm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:79911
    • 提供者:林冬冬
  1. test_OverLoad_menu

    0下载:
  2. TURBO译码计算速对测试(菜单式) 设定计算时长,检测单位时间内的译码bit数 该程序用于定性分析各种译码算法在不同条件下的计算速度 其计算比特率是对算法复杂性的直观反映。-TURBO decoding computation speed of the test (menu type) set length of time calculated to detect bit decoding unit of time the number of procedures for the
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1405
    • 提供者:shenfeng
  1. turbo

    4下载:
  2. turbo码matlab程序,仿真图,编码译码,交织器,迭代次数。-turbo codes matlab, emulation map, coding and decoding, interleaver, the number of iterations.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:86845
    • 提供者:啊啊有
  1. Errors_And_Erasures_Test

    0下载:
  2. 通信编码译码软件开发主要用于一些常规软件的实现-Communication code decoding software development is mainly used for the realization of a number of conventional software
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1203
    • 提供者:贾珍珍
  1. Huffman

    0下载:
  2. 对一篇英文文章,统计各字符出现的次数,实现Huffman编码, 以及对编码结果的解码 -Of an article in English, statistics, the number of occurrences of each character, to achieve Huffman encoding, and decoding of the coded results
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:28856
    • 提供者:
  1. HuffmanTree

    0下载:
  2. 给出一组权值,更具权值构造哈弗曼数,并实现编码和译码-Given a set of weights and more weight the number of structural Hafu Man, and to achieve encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1833
    • 提供者:mimi
  1. ldpc_decode

    1下载:
  2. 基于对数的置信度传播算法的LDPC译码程序,ldpc_decode.m -Based on the number of belief propagation algorithm for LDPC decoding process, ldpc_decode.m
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:1469
    • 提供者:王望
  1. Huffman-algorithm

    0下载:
  2. 哈夫曼算法及其应用 给定n个权值作为n个叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树。哈夫曼编码是一种根据哈夫曼树对文件进行编码的方式。哈夫曼编码是可变字长编码的一种。本次课程设计是对一个已建文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。压缩文件即读文件,统计文件中的字符个数,对文件进行哈夫曼编码和译码,并将编码译码后的字符存储在文件中。-
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:145465
    • 提供者:陈庆
  1. LZW-CLASS

    0下载:
  2. 这是一个简单的LZW编码程序,能实现字典编码的基本工能!用码树实现!实现LZW编码和译码,任意数一段字符之后,就能实现对其的LZW编码,按照格式输入一段解码字符段,会解码出字符!-This is a simple LZW coding procedure, can realize the basic encoding dictionary work can!!!! Tree with code true! Realize the coding and decoding LZW, arbitrar
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:5627
    • 提供者:xr
« 12 »
搜珍网 www.dssz.com