搜索结果
找到约 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)
数学计算 xilinx里的乘法器ip核程序
xilinx里的乘法器ip核程序,booth乘法
wallace tree算法 4-2压缩编码 超前进位加法
网络 Joomla收费插件。建立商业登记
Joomla收费插件。建立商业登记,商品,广告,房地产,文件目录
Mosets Tree is the only directory component for Joomla! that allows you to run large directory website with customizable templates, user ratings, Search Engine Friendly URLs and more. Fast, Simple and Flexible.
Price: $110 USD ...
数据结构 这个是严蔚敏版的数据结构上机教程中的部分源代码
这个是严蔚敏版的数据结构上机教程中的部分源代码,都是自己写的,包括最短路径的dijkstra,floyd,最小生成树的prim,kruskal以及链表,Huffman Tree等等的c++代码
数据结构 本目录下的源代码均属示例、教学性质。作者不对这些代码的功能和性能作任何担保或承诺。 -------- 功能说明 -------- 本目录下的程序用8种不同的方式实现了Huffman编码
本目录下的源代码均属示例、教学性质。作者不对这些代码的功能和性能作任何担保或承诺。
--------
功能说明
--------
本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是
* huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。
* huffman_b 使用《数据结构》(严蔚敏,吴 ...
数据结构 自己做的数据结构实验题(合并链表
自己做的数据结构实验题(合并链表,huffman tree,表达式求值)
软件设计/软件工程 专家点评: Y P7 `. @ {$ r% pa.功能很强大
专家点评:
Y P7 `. @ {$ r% pa.功能很强大,可以看出花了很多心血在算法上,非常好。算法上还有一点瑕疵,例如在删除一个员工的同时没有办法自动建立其他员工的上下级关系,必须删除全部下级员工,不是非常合理。此外,界面设计过于简单,应该加强.
" W" R+ b* g$ a$ Sb.程序运用了自己的算法来提高Tree控件显示的速度和 ...
其他书籍 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 ...
其他 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 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 ...