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

搜索资源列表

  1. Hfmtree编译码器

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高通信信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统将传输数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双工传输信息的信道),每端都需要一个完整的编/译码系统。为这样的信息收发站设计的一个哈夫曼编/译码系统。-use Huffman coding communication can greatly enhance communication channel utilization, reduced transm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.03kb
    • 提供者:cuckoo
  1. huofuman 利用哈夫曼编码进行信息通讯

    0下载:
  2. 利用哈夫曼编码进行信息通讯可以大大提高信道的利用率,缩短信息传输时间,降低传输成本。-Huffman coding using information and communication can greatly improve the channel utilization, reduce transmission time information and reduce transmission costs
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-01
    • 文件大小:1.88kb
    • 提供者:123456
  1. ringbuffer

    0下载:
  2. 在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问。-In the communications program, frequently used as a ring buffer data structure to store communications to send and receive data. Ring buffer is a FIFO buffer of the cycle can
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:815byte
    • 提供者:angle
  1. AvpPacket

    0下载:
  2. AVP三元组协议包, RADIUS通信的基础协议,包头为20字节,每项数据采用属性ID|长度|内容三元组形式. 可以根据HASHTABLE结构构造AVP的BYTE数组,也可以根据BYTE数组构建AVP包的HASHTABLE内容。-AVP triple package deal, RADIUS communication the basis of the agreement, Baotou is 20 bytes, each of the data attribute ID | Length |
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2.13kb
    • 提供者:wezly
  1. huffmanTree

    0下载:
  2. 哈夫曼编/译码器:利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输入时间, 降低成本,但是,这要求发送端通过一个编码系统对待传输数据先进行编码,在 接收端将传来的数据进行译码。对于双工信道(可双向传输的信道),每端都需 要一个完整的编/译码系统。-Huffman encoder/decoder: the use of Huffman coding can greatly improve the communication channel utilization, infor
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:66.45kb
    • 提供者:阿洒
  1. Huffman

    1下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统对待传输预先编码,在接收端将传来的数据进行译码。对于双工通道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。(功能非常完全)-The use of Huffman coding can greatly improve the communication channel utilization, reduce the info
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:251.01kb
    • 提供者:zhengks
  1. C_C++pointer

    0下载:
  2. 指针是C和C++语言编程中最重要的概念之一,也是最容易产生困惑并导致程序出错的问题之一。利用指针编程可以表示各种数据结构, 通过指针可使用主调函数和被调函数之间共享变量或数据结构,便于实现双向数据通讯;并能像汇编语言一样处理内存地址,从而编出精练而高效的程序。指针极大地丰富了C和C++语言的功能。-Pointer is a C and C++ Language programming in the concept of one of the most important and most eas
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:197.03kb
    • 提供者:tubo
  1. minimal_spanning_tree(Prims)

    0下载:
  2. 最小生成树问题 问题描述:若要在n个城市之间架设通讯网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通讯网,是一个网的最小生成树问题。 设计要求:利用Prims算法求网的最小生成树;以文本形式输出生成树中各条边以及它们的权值。 -The issue of minimum spanning tree problem Descr iption: n To set up a communication network between cities, only need to
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:16.77kb
    • 提供者:利莉
  1. 2

    0下载:
  2. 利用哈夫曼编码进行住处通讯可以大大提高信道利用率,缩短住处传输时间,降低成本,但是,这要求在发送端通过一个编码系统将传输的数据预先编码,在接收端通过一个译码系统对传来的数据进行译码(复原),对于双向传输信息的信道,每端都一个完整的编码译码系统,试为这样的住处收发站写一个哈夫曼友的编码译码系统.-Residence using Huffman coding can greatly improve the communication channel utilization, reduce tran
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:907byte
    • 提供者:wwwqiushou
  1. haffman

    0下载:
  2. 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(既可以双向传输信息的信道),每端都需要一个完整的编/译码系统。-Huffman coding using information and communication can greatly improve the channel utilization, reduce the information tran
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:6.62kb
    • 提供者:yanfen
  1. Huffman-coding

    0下载:
  2. 哈夫曼编码是哈夫曼树(最优二叉树)在通信编码中的应用。在本程序中,只定义了5个数据的哈夫曼编码,分别输入五个数据的权值,就可以得出最终的哈夫曼编码。-Huffman coding is Huffman tree (the optimal binary tree) in the communication code of the application. In this program, only the data defined Huffman 5, respectively, the weig
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:48.34kb
    • 提供者:sy
  1. ring-buffer

    1下载:
  2. 在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问-In the communications program, frequently used as a ring buffer data structure to store communications to send and receive data. FIFO ring buffer is a circular buffer, the com
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-28
    • 文件大小:33.97kb
    • 提供者:江立
  1. cds

    0下载:
  2. 虚拟骨干网,包括佛罗里达大西洋大学的Jie Wu和Hailan Li 提出的关于连通控制集的算法,第二种算法是das等提出的从找到最小近似控制集到建立一个最小生成树的算法,最后一种算法是通过寻找MIS集获得CDS的方法。这三种算法提供了三种建立CDS集的方法,连通控制集(connected dominating set,CDS)作为层次路由协议中的虚拟主干是网络中保证其余节点能顺利通信的关键,它们承受更高的通信和计算负荷,网络的可靠性会因这些关键节点中的某个节点的失效而受影响。-Virtual
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3.29mb
    • 提供者:
  1. Kruskal.zuixiaoshengchengshu

    0下载:
  2. 若要在n个城市之间建立通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题-To establish communication networks between n cities, only need to set up the n-1 lines can be. The lowest economic cost of construction communication network is a network of minimum spanni
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1.31kb
    • 提供者:sunchen
  1. (Kruskal

    0下载:
  2. 若要在6个城市之间建立通信网络,只需要架设5条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题-To establish communication networks between 6cities, only need to set up the 5 lines can be. The lowest economic cost of construction communication network is a network of minimum spanning tr
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.26kb
    • 提供者:sunchen
  1. fashe

    0下载:
  2. 无线通信的C程序,解压后,复制到ICCAVR上可以直接便已通过,希望大家喜欢哟-Wireless communication C program, unpacked, can be directly copied to ICCAVR already passed, I hope you like yo
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2.24kb
    • 提供者:李志飞
  1. HW2

    0下载:
  2. This program is to give you practice in the use of UNIX functions fork() and pipe() and to implement message communication between processes. In this program you will implement a simple UNIX shell in C. The shell reads a command line from the input,
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-10-16
    • 文件大小:1.06kb
    • 提供者:mtxg5615
  1. 4BinToFloat

    0下载:
  2. 四个字节数据与float的相互转化。前后次序可调整。便于理解float数据格式实际存储为4个字节时再内存中的排序。也可以用在通讯中验证通讯数据的格式。 B1,B2,B3,B4 -》float(B+B+B+B)-Interconversion four bytes of data and float. Before and after the order is adjustable. Easy to understand format float data is actually stored
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:327kb
    • 提供者:lmi
  1. krtrir-forwarding-logical

    0下载:
  2. 多载波通信中多用户检测的matlab仿真源代码 不错的 还可以-Multicarrier communication of multi-user detection of matlab source code is good You can also
  3. 所属分类:Data structs

    • 发布日期:2017-12-22
    • 文件大小:91kb
    • 提供者:mrgwsr
  1. 编码

    1下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编码或译码系统。试为这样的信息发送站写一个哈夫曼码的编码系统。(Using Huffman coding for communication can greatly improve the channel utilization, shorten the transmiss
  3. 所属分类:数据结构

    • 发布日期:2018-01-03
    • 文件大小:1kb
    • 提供者:晌午v
搜珍网 www.dssz.com