搜索结果
找到约 348 项符合
TREE 的查询结果
按分类筛选
- 全部分类
- 数据结构 (59)
- 其他 (32)
- Java编程 (32)
- 技术资料 (24)
- 人工智能/神经网络 (18)
- 数值算法/人工智能 (14)
- Linux/Unix编程 (13)
- 压缩解压 (11)
- 数学计算 (11)
- 软件设计/软件工程 (9)
- 数据库系统 (8)
- JavaScript (8)
- 其他书籍 (7)
- 文章/文档 (7)
- matlab例程 (6)
- VC书籍 (6)
- 其他数据库 (5)
- Java书籍 (5)
- 书籍源码 (4)
- 编译器/解释器 (4)
- Applet (4)
- 技术管理 (4)
- Jsp/Servlet (4)
- 网络 (3)
- SQL Server (3)
- Ajax (3)
- 源码 (2)
- 学术论文 (2)
- 加密解密 (2)
- Internet/网络编程 (2)
- 教育系统应用 (2)
- 编辑器/阅读器 (2)
- 多国语言处理 (2)
- 汇编语言 (2)
- VHDL/FPGA/Verilog (2)
- Windows CE (2)
- 系统设计方案 (2)
- 通讯/手机编程 (1)
- 操作系统开发 (1)
- 技术书籍 (1)
- 软件工程 (1)
- 工业控制 (1)
- 嵌入式综合 (1)
- 电子书籍 (1)
- 源码/资料 (1)
- 驱动编程 (1)
- 文件格式 (1)
- 通讯编程文档 (1)
- 单片机开发 (1)
- 手机WAP编程 (1)
- 嵌入式Linux (1)
- 微处理器开发 (1)
- Delphi控件源码 (1)
- 家庭/个人应用 (1)
- 中间件编程 (1)
- 其他嵌入式/单片机内容 (1)
- MySQL数据库 (1)
- 行业发展研究 (1)
- 认证考试资料 (1)
其他书籍 The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some no
The combinatorial core of the OVSF code assignment problem
that arises in UMTS is to assign some nodes of a complete binary
tree of height h (the code tree) to n simultaneous connections, such that
no two assigned nodes (codes) are on the same root-to-leaf path. Each
connection requires a code on a ...
Java书籍 Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is c
Contains a complete archiver by Haruhiko Okumura. The archiver uses
an LZ engine whose output is compressed with static Huffman. The
file is chopped into pieces which all get their own independent
set of Huffman tree s. ARJ 2.41, ZIP 2.0 and PKZIP 2.04g use
essentially the same method. ZOO and L ...
其他 Huffman codes 􀂄 In telecommunication, how do we represent a set of messages, each with an
Huffman codes
&#1048708 In telecommunication, how do we represent a
set of messages, each with an access
frequency, by a sequence of 0’s and 1’s?
&#1048708 To minimize the transmission and decoding
costs, we may use short strings to represent
more frequently used messages.
&#1048708 This problem c ...
压缩解压 This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer a
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several lette ...
Linux/Unix编程 The UCL common multimedia library implements a number of algorithms and protocols needed by a number
The UCL common multimedia library implements a number of algorithms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD, MacOSX) and on Windows 95/98/NT/XP. The following protocols/algorithms are included in the libra ...
认证考试资料 Complete coverage of all four CCNP exams: ? EIGRP, OSPF, IS-IS, and BGP ? Optimizing routing ? IP
Complete coverage of all four CCNP exams:
? EIGRP, OSPF, IS-IS, and BGP
? Optimizing routing
? IP multicast
? IPv6
? VLAN implementation
? Spanning Tree
? InterVLAN routing
? Layer 3 redundancy
? Wireless LANs
? VoIP in campus networks
? Campus network security
? Frame-mode MPLS
? IPsec
? Cisco devi ...
技术资料 基于Agent的动态路网行车最短路径求解
针对动态路网中最短路径求解算法复杂度高、计算量大、响应不及时等问题,提出基于Agent的分布式求解方法。用kd-tree将整个路网分区,每个区域由一个RMA Agent进行管理,利用多个Agent协作
人工智能/神经网络 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 ...
嵌入式Linux LCD and Keyboard ARMulator model for the ADS Source Code Copy the provided ARMulate folder into y
LCD and Keyboard ARMulator model for the ADS Source Code
Copy the provided ARMulate folder into your ADS directory tree
at the root, for example in c:\ADSv1_1. If prompted to
overwrite files, choose Yes.
The batch file copy_console.bat will place the appropriate
files inside the \Bin directory s ...
加密解密 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 ...