搜索结果

找到约 352 项符合 Sr-tree 的查询结果

数据结构 This is an implementation of double-array structure for representing trie, as proposed by Junichi A

This is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe [1]. Trie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching. Comparably as efficient as hashing, trie also provides flexibility on incremental m ...
https://www.eeworm.com/dl/654/409492.html
下载: 40
查看: 1147

数值算法/人工智能 spoj dtree. Count the number of distinct elements in a given range. Usage is done using fenwick tree

spoj dtree. Count the number of distinct elements in a given range. Usage is done using fenwick trees. Offline algorithm for queries
https://www.eeworm.com/dl/518/410637.html
下载: 96
查看: 1069

数据结构 自己编的

自己编的,在VB中实现普里姆最小生成树算法的代码,有图的,边的权值是随机生成的,5个节点,点“generate tree”,就会显示出最小树。
https://www.eeworm.com/dl/654/425394.html
下载: 169
查看: 1018

其他 一个简单的Ext例子

一个简单的Ext例子,里面有Ext.grid.GridPanel和Ext.tree.TreePanel等Ext常用控件的使用,以及Ext和后台的交互
https://www.eeworm.com/dl/534/425779.html
下载: 81
查看: 1034

数据结构 伸展树

伸展树,基本数据结构,The tree is drawn in such a way that both of the edges down from a node are the same length. This length is the minimum such that the two subtrees are separated by at least two blanks.
https://www.eeworm.com/dl/654/436746.html
下载: 81
查看: 1026

网络 ZigBee路由协议指的是ZigBee规范中规定的与路由相关的功能和算法部分

ZigBee路由协议指的是ZigBee规范中规定的与路由相关的功能和算法部分,主要包括不同网络拓扑结构下ZigBee协议数据单元的路由方式、路由发现和路由维护等内容。为了达到低成本、低功耗、可靠性高等设计目标,ZigBee网络采用了Cluster-Tree与AODV路由相结合的路由算法。该包实现了ZIGBEE路由算法在NS2下的模拟 ...
https://www.eeworm.com/dl/635/440229.html
下载: 122
查看: 1060

JavaScript 一个实现struts+spring+hebernate的例子

一个实现struts+spring+hebernate的例子,外加一个JavaScript实现的tree的都OK了。
https://www.eeworm.com/dl/685/441217.html
下载: 141
查看: 1075

加密解密 Huffman codes 1.In telecommunication, how do we represent a set of messages, each with an access fr

Huffman codes 1.In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0 s and 1 s? 2.To minimize the transmission and decoding costs, we may use short strings to represent more frequently used messages. 3.This problem can be solved by using an e ...
https://www.eeworm.com/dl/519/444350.html
下载: 26
查看: 1047

人工智能/神经网络 Traveling Salesperson Problem Our branch-and-strategy splits a branch and bound solution into two

Traveling Salesperson Problem Our branch-and-strategy splits a branch and bound solution into two groups: one group including a particular arc and the other excluding this arc. 1.Each splitting incurs a lower bound and we shall traverse the searching tree with the "lower" lower bound. 2.If a const ...
https://www.eeworm.com/dl/650/444394.html
下载: 111
查看: 1046

压缩解压 ) Compression using huffman code -with a number of bits k per code word -provide huffma

) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is d ...
https://www.eeworm.com/dl/617/446746.html
下载: 109
查看: 1036