CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - decoding

搜索资源列表

  1. 哈夫曼编译器

    0下载:
  2. 详细的哈夫曼编码、解码源程序,带有注释,分模块化-detailed Huffman encoding, decoding source, with Notes, modular -
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4447
    • 提供者:郝来雨
  1. huffman 方案3

    0下载:
  2. huffman 编码译码器的实现。可以完整实现由用户输入字母进行编码和译码,使对网络通信的模拟-Huffman coding decoder realized. Integrity can be achieved by user input letters coding and decoding, the analog network communication
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:42051
    • 提供者:bob
  1. huffman另类方案

    0下载:
  2. huffman 编码译码另类方案 ,所有权值有用户自定义,方便用户使用和自行决定-Huffman encoding decoding an alternative plan, ownership values are user-defined, user-friendly and to decide
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:45984
    • 提供者:bob
  1. 实验5

    0下载:
  2. 哈夫曼编码/译码 背景介绍:   利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求这发送端通过一个编码系统对待传数据预先编码,在发送端将传来的数据进行译码(复原)。对于双工信道。每端都需要一个完整的编译码系统。本程序将为这样的信息收发站写一个哈夫曼的编译码系统。 哈夫曼编码/译码: 程序运行步骤: 1、建立哈夫曼树,从键盘输入字符集大小,字符以及频度。 2、对字符进行编码,输出编码结果,分单个句子和整个句子输出,编码导入
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:77958
    • 提供者:陈又鄂
  1. 哈夫曼译码

    2下载:
  2. [基本要求] 一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件T
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:61514
    • 提供者:吕夏琴
  1. huffman_tree(sjjg)

    0下载:
  2. 1、根据用户指定的字符表和频度的实际统计数据建立Huffman树; 2、其中其叶子结点表示字符的权值及父母、左、右孩子等结点的信息; 3、其左右分支分别用代码0、1表示; 4、本系统的目的是为用户提供编/译码系统,根据用户输入的字符依字符集的权值进行编码保存; 5、根据接收到的编码进行译码; 6、输出其内容-1, according to user-specified character tables and frequency of the actual statist
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2004
    • 提供者:陈静
  1. channelcoding

    0下载:
  2. 数字集群信道编解码程序,包括BCH和RCPC,属于欧洲ETSI Tetra标准。-digital trunking channel coding and decoding procedures, including BCH for RCPC and, European ETSI Tetra standard.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:375862
    • 提供者:于波
  1. PDUdecode

    0下载:
  2. com端口解码,用于短信解码,速度快,使用方便。-com port decoder for decoding messages, fast and easy to use.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1445
    • 提供者:王林
  1. small

    0下载:
  2. 这是HUFFMAN编码与译码-This is the encoding and decoding HUFFMAN
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1619
    • 提供者:zwq0302317
  1. vac3dec

    0下载:
  2. ac软件解码:包括同步过程,imdct算法,扰动处理,缩混处理等。-ac software decoding include : synchronization process, imdct algorithm, disturbance, Mix management.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:33483
    • 提供者:仇正红
  1. viterbi_de

    0下载:
  2. 卷积码译码霍夫曼编码及数学概率论贝叶斯公式; 卷积译码软判决通过3位量化可以比硬判决提高约2dB信噪比; 了解最大似然译码准则; -Soft Decoding Scheme of Convolution Codes Combined with Huffman Coding.Simulation study of the performance of ternary line codes under Viterbi decoding & Soft-decision decoding
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:43982
    • 提供者:刘君
  1. ImageProcessing

    0下载:
  2. 卷积码的编译码,译码算法为维特比算法,适合学习信道编码课程的初学者参考-Encoding and decoding convolutional codes, decoding algorithm for the Viterbi algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2467428
    • 提供者:zouxiaofei
  1. GPSModel.rar

    0下载:
  2. 一个GPS与串口通信的程序,很好的对gps信号信息解码,提取 并用VC信息转换!-a GPS and serial communication procedures, very good information to a GPS signal decoding, extraction and conversion of information with VC!,一个GPS与串口通信的程序,很好的对gps信号信息解码,提取 并用VC信息转换!-a GPS and serial communicat
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:2514968
    • 提供者:zhangyi
  1. QRCode-CSharp

    0下载:
  2. 用C#写的QR编码与解码程序,只能解码直接生成的图片,无法解码从摄像头获取的图片。-QR written with C# coding and decoding process can only directly generate the image decoding can not decode the picture obtained from the camera.
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2664274
    • 提供者:吴宏伟
  1. DataMatrix.net

    0下载:
  2. C#编写的DataMatrix二维条码编码和解码源文件-Written in C# DataMatrix 2D barcode encoding and decoding of the source file
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:669809
    • 提供者:saga
  1. 2dcode

    0下载:
  2. QRCODE二维码的编码生成以解码程序,可以在VS2008以及windows mobile6.5中正常运行-QRCODE code generation in two-dimensional code decoding process, can VS2008 and windows mobile6.5 in normal operation
  3. 所属分类:CSharp

    • 发布日期:2017-05-23
    • 文件大小:7769062
    • 提供者:zademail
  1. cameraCaptture

    0下载:
  2. 启动摄像头进行qr二维码解码,短小精悍,你一定会喜欢-Qr camera to start two-dimensional code decoding, dapper, you will love
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1760726
    • 提供者:rongfeng
  1. perfect code

    0下载:
  2. 这个程序用来实现HUFFMAN编码及译码,程序小巧而实用-the procedures used to achieve HUFFMAN encoding and decoding, compact and practical procedures
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:2026
    • 提供者:马栋
  1. Decoding

    0下载:
  2. c#编码和解码 例如:" E8 A7 A3 E7 A0 81"解码后为"解码";编码为逆过程。-c# coding and decoding such as: " E8 A7 A3 E7 A0 81" decoded " decoding" coding for the reverse process.
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:39529
    • 提供者:杉杉
  1. IR-decoding-digital-display

    0下载:
  2. 遥控器红外解码数码管显示,按遥控器上8位数码管显示 用户码 用户码 数据码 数据反码,使用12M晶振-nfrared remote control decoding digital display, press on the remote control 8 digital display user code user code data code data inverted, using 12M crystal
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:20526
    • 提供者:梦娇
« 12 3 4 5 6 »
搜珍网 www.dssz.com