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

搜索资源列表

  1. UUENCODE_Base64-encodedecode

    0下载:
  2. UUE(UUENCODE ) & Base64编码解码原理源代码。可自定义编码表(纯字符串),修改编码表即可在UUE和Base64编码解码之间切换,已优化解决不支持中文的BUG。 纯字符串方式,不考虑定长折行和加行首字符及文件头尾定义等,方便网页运用,可直接移植为ASP代码(需要删除AS变量类型限定)!-UUE (UUENCODE) & Base64 encoding and decoding principle source code. Can be a custom code t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:2784
    • 提供者:张晶
  1. 0fb98d26

    0下载:
  2. 2*2空间复用信道MIMO仿真 其中包含整套通信系统的编码解码,调制解调,噪声信道,并有文件对应说明文档-2* 2 MIMO spatial multiplexing channel communication system simulation package which contains the coding and decoding, modulation and demodulation, channel noise, and the corresponding documen
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:19631
    • 提供者:zhao
  1. extend_huffman

    0下载:
  2. 扩展霍夫曼编码,要求为读取txt文件内容,形成字典表和编码解码的的文件-Extended Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-05
    • 文件大小:47246
    • 提供者:王城波
  1. huffman

    0下载:
  2. 霍夫曼编码,功能为读取对应文件里的字符串源码,进行霍夫曼编码,输出码表字典和编码结果,编码效率等参数,最后提供解码-Huffman coding function to read the corresponding file in the source string, Huffman encoding, dictionary and code table output coded result, the coding efficiency and other parameters, and fi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1255
    • 提供者:王城波
  1. fixed_huffman_codes

    1下载:
  2. 静态霍夫曼编码压缩解压源代码。来自经典书籍《数据压缩导论》中的静态压缩算法源代码,可用codeblocks运行制作出exe文件,然后按照说明,使用命令提示符去运行使用。源代码方便大家改写并嵌入到自己的程序中。-fixed Huffman coding compression decompression source code. From the classic book Introduction to Data Compression in the static compression al
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-05
    • 文件大小:11588
    • 提供者:songs
  1. th287

    0下载:
  2. esprit算法对有干扰的信号频率进行估计,有信道编码,调制,信道估计等,已经调试成功.内含m文件,可直接运行。- esprit algorithm signal frequency interference can be assessed Channel coding, modulation, channel estimation, Has been successful debugging. M contains files can be directly run.
  3. 所属分类:matlab

    • 发布日期:2017-12-17
    • 文件大小:5120
    • 提供者:郝毅宏
  1. Arith07

    0下载:
  2. 对于算术编码的多种功能实现和仿真,可实现压缩功能,并计算压缩前后文件大小-Arithmetic coding simulation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-11
    • 文件大小:8398
    • 提供者:高远
  1. TurboCoder_Decode_13

    0下载:
  2. 包括完整的Turbo码编码和译码程序,可用于实验仿真和教学。主文件为一个测试文件,仅对一个Turbo码字进行译码。-The uploaded matlab files including the Turbo code encoding and decoding programs can be used for simulations and teaching. The main file is a test file, which only decodes one Turbo codeword.
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:10240
    • 提供者:YangThrone
  1. qhfka

    0下载:
  2. 有信道编码,调制,信道估计等,matlab程序运行时导入数据文件作为输入参数,最小均方误差(MMSE)的算法。- Channel coding, modulation, channel estimation, Import data files as input parameters matlab program is running, Minimum mean square error (MMSE) algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-16
    • 文件大小:7168
    • 提供者:杨波良
  1. hufzip-master

    0下载:
  2. 使用huffman编码实现文件压缩与解压缩(Using Huffman coding to implement file compression and decompression)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-08
    • 文件大小:2973696
    • 提供者:zhanyoyo
  1. HFM

    0下载:
  2. 1)对给定的一份的文本文件,实现基于哈夫曼编码的文件压缩与解压操作。 2)该文件所包含的字符:26个字母的大小写、10种标点符号(一对双引号、一对单引号、冒号、逗号、分号、句号、问号以及感叹号)。 3)支持对以上业务实体内容的保存与打开等文件操作。(1) for a given text file, Huffman encoding file compression and decompression operation based on. 2) this document conta
  3. 所属分类:压缩解压

    • 发布日期:2018-04-19
    • 文件大小:23552
    • 提供者:DL1140
  1. HuffManSLN (1)

    0下载:
  2. 霍夫曼编码使用变长编码表对源符号(如文件中的一个字母)进行编码,其中变长编码表是通过一种评估来源符号出现机率的方法得到的,出现机率高的字母使用较短的编码,反之出现机率低的则使用较长的编码,这便使编码之后的字符串的平均长度、期望值降低,从而达到无损压缩数据的目的。(Huffman Hoffman uses a variable length encoding encoding encoding table of source symbols (such as file in a letter) f
  3. 所属分类:数据结构

    • 发布日期:2018-04-19
    • 文件大小:881664
    • 提供者:one1234
  1. 20180121001602

    0下载:
  2. 文件有两种,一种是文本文件,一种是程序二进制文件,不管哪种文件都可以用十六进制编码来显示,称为hex文件。 1、文本Hex文件一般不需要转成C语言,更多的是程序二进制文件,用十六进制显示,可以转换成C语言,一般使用相应的反汇编程序来实现,这方面的工具很多,不同的平台略有不同。Windows平台一般常用的OllyDbg、Windbg、IDA,Linux平台使用最多的是GDB和Linux版的IDA(There are two kinds of files, one is a text file
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:79872
    • 提供者:123456789000
  1. 算法

    0下载:
  2. 本文件夹收录了建模中最常用的几种算法,且配备有说明,适合初学者自学。此外,里面的编码均经过上机调试,可以直接拿来使用。(This folder contains several of the most commonly used modeling algorithms, and is equipped with instructions for beginners to learn. In addition, the inside of the code are on-machine debug
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:23575552
    • 提供者:江流宛转
  1. 897408

    0下载:
  2. 哈夫曼编码和解码系统,并可对文件进行编码()
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-29
    • 文件大小:6144
    • 提供者:Cuiqtis
  1. wkta_programmingGropher

    0下载:
  2. 本程序可以对文件进行算术编码处理 解码处理等()
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:1377280
    • 提供者:wuvb%25255F846
  1. huffman

    0下载:
  2. 实现huffman 编码和文件的压缩解压(Implement the compression and decompression of Huffman code and file)
  3. 所属分类:压缩解压

    • 发布日期:2018-05-02
    • 文件大小:3072
    • 提供者:望缺
  1. 16QAM调制解调

    2下载:
  2. % QAMModem.m程序清单 % 仿真4比特原始数据与星座图的编码映射过程; % 完成16QAM信号的调制解调; % 基带信号符号速率 ps =1Mbps; % 成形滤波器的滚降因子 a=0.8; % 载波信号频率fc=2MHz ; % 采样频率 Fs=8MHz ; % 绘制16QAM信号的频谱及时域波形; % 采用相干解调法仿真其解调过程; % 绘制解调前后的基带信号时域波形; % 将原始基带数据、QAM已调数据、滤波器系数写入相应的文本文件中。 clc;(%Qamm
  3. 所属分类:matlab例程

    • 发布日期:2020-06-19
    • 文件大小:4096
    • 提供者:yinying
« 1 2 ... 24 25 26 27 28 29»
搜珍网 www.dssz.com