CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - Huffman

搜索资源列表

  1. CodeOfTheWorld

    0下载:
  2. Huffman于1952年提出了这种方法,开始主要用于电报报文的编码,常用的英文字母E,T应该如何编码,不常用的应该如何编码,-Huffman in 1952 of this method, the beginning of the main text for the Telegraph reported coding, commonly used in the English alphabetical E, T coding How should not be how common codin
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1698
    • 提供者:crusader
  1. huffman

    0下载:
  2. Library and command line program for Huffman encoding and decoding both files and chunks of memory. The encoder is a 2 pass encoder. The first pass scans the data and builds the Huffman tree. The second pass encodes the data. The decoder is one pa
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:12765
    • 提供者:马振强
  1. 哈夫曼树的构造算法

    0下载:
  2. 哈夫曼树的构造算法-Huffman tree Construction Algorithm
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1536
    • 提供者:aaa
  1. 哈夫曼编译码器

    0下载:
  2. 用C语言写的哈夫曼编译码器-C language written Huffman Decoder
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1598
    • 提供者:
  1. 远程桌面控制

    1下载:
  2. 远程桌面控制的客户端和服务端程序;对被控端桌面图像用哈夫曼分块编码压缩,速度和图像质量都不错-Remote Desktop control of the client and server procedures; Right Beikongduan desktop images for Huffman coding block compression, speed and image quality are good
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:157557
    • 提供者:赵子健
  1. huffmantree

    0下载:
  2. 该程序是在C++ 里面实现哈夫曼树的功能 很方便实用-The program is realized in C++ which the function of the Huffman tree is very convenient and practical
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-17
    • 文件大小:4213832
    • 提供者:赵钱
  1. RemoteControlClient

    0下载:
  2. 远程监控,局域网,消息模拟,赫夫曼编码,Window Socket编程-Remote monitoring, LAN, news simulation, Huffman Coding, Window Socket Programming
  3. 所属分类:Remote Control

    • 发布日期:2017-05-13
    • 文件大小:150229
    • 提供者:黄力
  1. yuankong

    0下载:
  2. 远程控制程序的源代码,C++编写的,挺容易懂的。-Remote control program' s source code, C++, prepared, very easy to understand.
  3. 所属分类:Remote Control

    • 发布日期:2017-04-26
    • 文件大小:174621
    • 提供者:
  1. Picture.Translate.Of.Remote.Desktop.Control

    0下载:
  2. 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:54307
    • 提供者:whoamixp
  1. hafuman

    3下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率 缩短信息传输时间 降低传输成本 -Communicate using Huffman coding can greatly reduce the information to improve channel utilization and reduce the transmission cost of transmission time
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-22
    • 文件大小:1490
    • 提供者:飞翔
  1. RemoteControl

    0下载:
  2. 远程桌面控制的客户端和服务端程序;对被控端桌面图像用哈夫曼分块编码压缩,速度和图像质量都不错-Remote Desktop control of the client and server procedures Right Beikongduan desktop images for Huffman coding block compression, speed and image quality are good
  3. 所属分类:Remote Control

    • 发布日期:2017-03-30
    • 文件大小:185465
    • 提供者:A
  1. remotedesktopcontrol

    0下载:
  2. 实现远程计算机控制功能 提供了RLE,huffman,LZE几种压缩方式 采用提取图像差分方式,大大降低的带宽的使用率。 -允许输入拉丁字符的拼音 Remote computer control The RLE, Huffman, LZE, several compression Differential way to extract image, greatly reduces the bandwidth usage. JPEG compression DEMO pro
  3. 所属分类:Remote Control

    • 发布日期:2017-06-17
    • 文件大小:26180921
    • 提供者:hudson
  1. wellDone

    0下载:
  2. 哈夫曼树编码实现的udp通信工具,不用服务器就可以实现双方通信,自动绘制树。-Huffman tree coding udp communication tool, not the server can implement the communication of both sides, and automatically draw the tree.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:531685
    • 提供者:ZHKONG
  1. RD

    0下载:
  2. 一个基于zlib编码的远程桌面控制程序,比huffman编码有较大的提高-a remote control program based on Zlib, which is much better than Huffman and RunLength before
  3. 所属分类:Remote Control

    • 发布日期:2017-06-17
    • 文件大小:27296127
    • 提供者:YINweiyan
  1. 11huffman

    0下载:
  2. 哈夫曼树,源码实现哈夫曼树,方便理解,运用-Huffman tree, source Huffman tree, easy to understand, the use of
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-30
    • 文件大小:24272
    • 提供者:吴庆亚
  1. python_huffman

    0下载:
  2. python huffman 源码,有兴趣的朋友可以来下载-python huffman
  3. 所属分类:Linux Network

    • 发布日期:2017-12-09
    • 文件大小:530
    • 提供者:sjt
  1. Huffman

    0下载:
  2. 哈夫曼无损压缩程序,可以完美压缩中文程序哦-Huffman compression procedures, can be compressed Chinese oh
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-22
    • 文件大小:548607
    • 提供者:jnn
  1. NetTran

    0下载:
  2. (利用GIF_LZW算法实现的)网络图片传输 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现;
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-15
    • 文件大小:132978
    • 提供者:霍小刘
  1. huffman

    0下载:
  2. Tcl coding for huffman data compression
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:2732
    • 提供者:sethupathy
  1. huffman.c

    0下载:
  2. simple huffman compression
  3. 所属分类:Linux Network

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