搜索结果
找到约 313 项符合
Tree 的查询结果
按分类筛选
- 全部分类
- 数据结构 (57)
- Java编程 (31)
- 其他 (30)
- 人工智能/神经网络 (18)
- 数值算法/人工智能 (14)
- Linux/Unix编程 (12)
- 压缩解压 (11)
- 数学计算 (10)
- 软件设计/软件工程 (9)
- 数据库系统 (8)
- 文章/文档 (7)
- JavaScript (7)
- 其他书籍 (7)
- matlab例程 (6)
- VC书籍 (5)
- 其他数据库 (5)
- 书籍源码 (4)
- Applet (4)
- Jsp/Servlet (4)
- 编译器/解释器 (4)
- 技术管理 (4)
- Java书籍 (4)
- 网络 (3)
- SQL Server (3)
- Ajax (3)
- 学术论文 (2)
- Internet/网络编程 (2)
- 编辑器/阅读器 (2)
- Windows CE (2)
- 加密解密 (2)
- 汇编语言 (2)
- 教育系统应用 (2)
- 多国语言处理 (2)
- 系统设计方案 (2)
- VHDL/FPGA/Verilog (2)
- 源码 (2)
- 嵌入式综合 (1)
- 源码/资料 (1)
- 文件格式 (1)
- 嵌入式Linux (1)
- Delphi控件源码 (1)
- 通讯编程文档 (1)
- 操作系统开发 (1)
- MySQL数据库 (1)
- 手机WAP编程 (1)
- 单片机开发 (1)
- 中间件编程 (1)
- 通讯/手机编程 (1)
- 驱动编程 (1)
- 微处理器开发 (1)
- 家庭/个人应用 (1)
- 其他嵌入式/单片机内容 (1)
- 电子书籍 (1)
- 行业发展研究 (1)
- 认证考试资料 (1)
- 技术书籍 (1)
- 工业控制 (1)
数值算法/人工智能 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
其他 一个简单的Ext例子
一个简单的Ext例子,里面有Ext.grid.GridPanel和Ext.tree.TreePanel等Ext常用控件的使用,以及Ext和后台的交互
数据结构 伸展树
伸展树,基本数据结构,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.
网络 ZigBee路由协议指的是ZigBee规范中规定的与路由相关的功能和算法部分
ZigBee路由协议指的是ZigBee规范中规定的与路由相关的功能和算法部分,主要包括不同网络拓扑结构下ZigBee协议数据单元的路由方式、路由发现和路由维护等内容。为了达到低成本、低功耗、可靠性高等设计目标,ZigBee网络采用了Cluster-Tree与AODV路由相结合的路由算法。该包实现了ZIGBEE路由算法在NS2下的模拟 ...
JavaScript 一个实现struts+spring+hebernate的例子
一个实现struts+spring+hebernate的例子,外加一个JavaScript实现的tree的都OK了。
加密解密 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 ...
人工智能/神经网络 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 ...
压缩解压 ) 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 ...
电子书籍 The emphasis of this book is on real-time application of Synopsys tools, used to combat various pro
The emphasis of this book is on real-time application of Synopsys tools, used
to combat various problems seen at VDSM geometries. Readers will be
exposed to an effective design methodology for handling complex, submicron
ASIC designs. Significance is placed on HDL coding styles,
synthesis and optimi ...