-
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h...
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE:
array.h :secure array,linkedlist.h:common table,
dclinkedlist:dual cycle linkedlist,
hashtable.h:hash table
binstree.h:binary search tree,
avltree.h: AVL tree,
if you want to store set(elements no repeating) and to lookup it swiftly,best is binstree.h(binary search tree).if you want to store two dimensions s or more dimensions s table,best hashtable.h(hash table).the cost of AVL tree s insertion is very high(delete function is not completed),but effiency of AVL tree s search is very high,so it is the same with initialize programme before beginning programme.
- 2022-08-16 05:08:19下载
- 积分:1
-
IDL代码开发标准,组织对IDL开发代码,注释,…
IDL代码开发规范,整理的IDL开发代码的注意事项,对初学者很有帮助,-IDL code development standards, organize the development of the IDL code, notes, very helpful for beginners,
- 2022-03-22 09:46:42下载
- 积分:1
-
open PCX格式文件.rar
open PCX格式文件.rar-open PCX format. Rar
- 2022-10-19 15:00:04下载
- 积分:1
-
DIBSection在CE下使用的例子源代码
DIBSection在CE下使用的例子源代码-DIBSection used in the CE source code examples
- 2023-04-30 08:15:04下载
- 积分:1
-
大林算法,用于温度等相关的控制量的控制,
大林算法,用于温度等相关的控制量的控制,-Peninsulae algorithm for temperature control and other related traffic control
- 2022-04-24 21:53:15下载
- 积分:1
-
vs2005环境下的SSO解决方案,包含说明文档。
vs2005环境下的SSO解决方案,包含说明文档。-vs2005 environment SSO solutions, including documentation.
- 2022-03-24 19:14:25下载
- 积分:1
-
船舶专业软件TribonM3的二次开发,独此一家
船舶专业软件TribonM3的二次开发,独此一家-Tribon M3
- 2023-03-05 18:40:04下载
- 积分:1
-
PXA27X_CAYMAN BSP from CAYMAN board
PXA27X_CAYMAN BSP from CAYMAN board
- 2022-03-02 00:08:01下载
- 积分:1
-
文本语音转换示例
文本语音转换示例-text-to-speech conversion Example
- 2022-04-19 06:35:56下载
- 积分:1
-
用VC6扩展CButton类制作风格独特的按钮
用VC6扩展CButton类制作风格独特的按钮-with VC6 expansion CButton category produced a unique style button
- 2022-03-24 03:02:23下载
- 积分:1