搜索资源列表
huajdj
- 哈夫曼树中,树的带权路径长度的含义是各个字符的码长与其出现的此时的乘积和, 也就是电文的代码总长,所以采用哈夫曼树构造的编码是一种能使电文代码总长最短的 不等长编码。-Huffman tree. tree with the right path length is the meaning of the various characters code length of time with the product and, is
cprogramme
- 一个多项式运算程序 实现多项式的加 减 乘除 乘方 积分 微分 混合运算 一个二叉树运算程序 实现二叉树的创建 复制 深度计算 和树形显示 一个哈夫曼算法的演示程序 实现对电文的编码 编码的输出 和编码的还原 程序共三个 模块已经超过了五个 没有分开写
taosheng
- 1)I:初始化(Initialization)。从终端读入电文,写到tobetrans文件中,统计电文的字符集合和对应的权值集合,建立哈夫曼树,并将哈夫曼树存于文件hfmtree中。 (2)C:编码(Coding )。利用已建好的哈夫曼树(如不在内存,则从文件hfmtree中读入),对文件tobetrans中的正文进行编码,然后将结果存入文件codefile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件co
huffman tree
- huffman tree 问题描述:设一份电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,对电文中的不同字符,构造出一棵哈夫曼树,对每个字符进行编码。-Huffman tree Problem descr iption : Let a message different frequency of the characters, in order to enhance
GPS电文数据解析程序
- 对于GPS输出的数据进行解析
GPS信号源导航电文的生成
- 模拟各种条件下接收到的GPS卫星信号,便于接收机性能测试和功能调试。
huffman tree
- huffman tree 问题描述:设一份电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,对电文中的不同字符,构造出一棵哈夫曼树,对每个字符进行编码。-Huffman tree Problem descr iption : Let a message different frequency of the characters, in order to enhance
SatellitePosition
- 关于对卫星导航电文进行位置计算,输出卫星的位置-on satellite navigation messages location, the location of satellite exports
GPS_RENIX
- GPS导航电文相关的计算程序,主要应用于GPS的RENIX文件读写及生成计算。-GPS navigation messages related to the calculation procedures, mainly used GPS RENIX document literacy and generate calculated.
huajdj
- 哈夫曼树中,树的带权路径长度的含义是各个字符的码长与其出现的此时的乘积和, 也就是电文的代码总长,所以采用哈夫曼树构造的编码是一种能使电文代码总长最短的 不等长编码。-Huffman tree. tree with the right path length is the meaning of the various characters code length of time with the product and, is
to-rinex
- 不同型号接受机接受道德导航电文到rinex的格式转换,以备进一步应用。-different models for aircraft navigation accept moral message to rinex format conversion, for further application.
cprogramme
- 一个多项式运算程序 实现多项式的加 减 乘除 乘方 积分 微分 混合运算 一个二叉树运算程序 实现二叉树的创建 复制 深度计算 和树形显示 一个哈夫曼算法的演示程序 实现对电文的编码 编码的输出 和编码的还原 程序共三个 模块已经超过了五个 没有分开写-Operational procedures for the realization of a polynomial polynomial addition and sub
taosheng
- 1)I:初始化(Initialization)。从终端读入电文,写到tobetrans文件中,统计电文的字符集合和对应的权值集合,建立哈夫曼树,并将哈夫曼树存于文件hfmtree中。 (2)C:编码(Coding )。利用已建好的哈夫曼树(如不在内存,则从文件hfmtree中读入),对文件tobetrans中的正文进行编码,然后将结果存入文件codefile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件co
RinexObsRead
- GPS观测值文件(RINEX)的读取,对观测值文件数据的提取,可结合导航电文的读取进行卫星定位与导航-GPS observations file (RINEX) read on the observations of the extracted file data can be combined with the navigation message read to the satellite positioning and navig
zxy--Huffman
- 此程序是数据结构中哈夫曼树的应用,实现电文的编码译码-This program is in the Huffman tree data structure applications, achieving coding and decoding messages
HuffmanTreeDoc
- 设一段电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,对电文中的不同字符,构造出一棵哈夫曼树,对每个字符进行编码。-Set a message in the frequency of different characters, in order to enhance the message of the input and translation efficiency
HuffmanCoding
- Huffman编码译码器,利用Huffman树实现电文的编码和译码!-Huffman code and decode, using Huffman Tree encoding and decoding messages!
readNfile
- 读取GPS导航电文的程序,读取的是广播星历-GPS navigation message, procedures read, read the broadcast ephemeris
最简单的VC++ Sock测试程序
- 最简单的实现Client和Socket通信,实现电文的发送和接受,用户需要提供自己的IP地址和对方的IP地址(The simplest implementation of Client and Socket communications, the realization of the message sent and accepted, the user needs to provide their own IP address and
读取导航电文
- 读取RINEX文件,GPS导航电文的N文件(RINEX Golbal Positioning System)