搜索资源列表
linklist
- 模拟带头结点和不带头结点的前插法和尾插法,帮助理解-Simulation to take the lead and does not take the lead node node Insert and tail interpolation to help understand
huffmanbianmayimaqi
- 构造每个字符的哈夫曼编码,选出树中两个权值最小的结点-Construction of the Huffman coding for each character, the right to elect two tree node the smallest value
HOFFMAN
- 根据给出的结点权值生成huffman 树并输出hoffman编码的简单c语言程序-creat hoffman tree of input node with given weights and output the code of the nodes
prj5
- huffman node this code can perform huffman coding node
d005
- psat5节点模型,包含故障类型,母线故障以及支路故障-psat5 node model, including fault type, bus fault and fault slip
PQ-powerflow
- 运用P-Q分解法进行电力系统潮流计算,本程序用的是IEEE-14标准节点数据。-PQ decomposition method using power flow calculation, this procedure is used in standard IEEE-14 node data.
Elevation
- 在这个程序中采用线性插值的方法利用动态圆,在每一个节点上画圆,搜索到三个已知点后结束求出系数用来计算此节点的高程-In this program, linear interpolation method using dynamic circle, draw a circle at each node, the search to three known points, calculated after the end of the coefficient used to calculate th
leachRouting.tar
- we have discussed HCTA based tracking and single hop routing and LEACH based tracking and clustering routing. LEACH based tracking is divides sensor nodes in cluster. In each cluster CH (cluster head) applies aggregation process on packets then d
MYhuffman
- 重写的经典huffman算法,本类融合了快速排序,插入排序,压缩阶段:每个assic从根递归写入一个DWORD中,当写满DWORD的32位的时候,写入一次内存压缩快>然后循环 解压过程:每次读取一个DWORD长度数据再反响循环&过滤该从左还是右子树进行还原当到达叶节点时候,读取对应节点的assic编码 再加压与解压末尾时候会出现不满足4个字节的数据,我把它们简称为补码,用来效验最终文件大小.-Huffman algorithm rewrite the classic blend o
Synthetic_Data_Generation
- A* uses a best-first search and finds a least-cost path from a given initial node to one goal node
AutoCAD-DXFXYZ
- 对cad多段线节点编号号并提取坐标 对cad多段线节点编号号并提取坐标-The CAD polyline node numbering, and extraction of coordinate
011bpa
- 标准的IEEE11节点配电网系统电力网络图,两个格式的-Standard IEEE11 node with the grid system electricity network diagram, the two formats
erchashu5876
- 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
HuffanCoding
- 读取数据,统计所得到的文件中每个字母的权值,创建哈夫曼树,哈夫曼编码。哈夫曼解码,解码后内容写入到指定的文件。 读取数据里面的内容是由英文单词组成。读取文件的时候传入文件存放的路径、读取方式以及读出以后存放的数组,最终可以得到一个存放目标文件内容的数组。 将得到的数组进行字母权值的统计,统计每个字母出现的次数,次数即为每个字母的权值。 将得到的字符数组与权值数组作为创建哈夫曼树的依据,哈夫曼树根据每个字母权值的大小来创建,每个节点,包括权值、父节点、左子、右子和字母本身。 根据哈
KB78PG
- 数据库跟踪相关语句,问题节点的查找,以便在sql中改写-Database to track related statements, the problem node lookup in order to rewrite the sql
Huffman-algorithm-code
- 哈夫曼树是一种树形结构,用哈夫曼树的方法解编程题的算法就叫做哈夫曼算法。树并不是指植物,而是一种数据结构,因为其存放方式颇有点象一棵树有树叉因而称为树。 最简哈夫曼树是由德国数学家冯。哈夫曼 发现的,此树的特点就是引出的路程最短。 概念理解:1.路径 从树中一个节点到另一个节点之间的分支构成这两个节点之间的路径。2.路径长度 路径上的分支数目称作路径长度。-Huffman tree is a tree structure, Huffman tree algorithm method to sol
powerflow
- IEEE14节点潮流计算,牛顿——拉夫逊算法,亲测和matpower运算结果一致。-IEEE14 node flow calculation, Newton- Raphson algorithm, consistent pro-test and matpower result of the operation.
Huffman
- 1.基本上已经完成压缩及解压缩操作的代码实现。 解压缩时关键还是文件流的操作,读取内容时采用逐字节读取,把0-255的十进制整数转化为二进制数,利用这些二进制数从哈夫曼树的根结点出发,0走左子,1走右子,找到叶子结点,把该叶子结点的下标写入新文件,最后处理有效位数不满8位的字节-1 basically completed the compression and decompression code implementation. Decompression is the key stre
hfm
- java写的哈弗曼编码,包括一个节点类和一个编码的类-Huffman coding java to write, including a node class and a coding class
sjjg
- 完成一个带头结点的单链表建立,实现初始化、求表长、取元素、按值查找、单链表的插入、删除、遍历访问等基本操作。 在此基础上,利用原链表结点空间实现逆转并输出结果。-Complete a lead list of single-linked list of the establishment, to achieve initialization, the length of the table, take the elements, according to the value of singl