-
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
-
Samsung s3c2440NBOOT, USB communications,
三星s3c2440NBOOT,USB通信,-Samsung s3c2440NBOOT, USB communications,
- 2022-04-11 20:34:09下载
- 积分:1
-
split windows
split windows
- 2022-03-21 00:37:14下载
- 积分:1
-
Com.rus. Описание технологии COM на русском языке....
Com.rus. Описание технологии COM на русском языке.
- 2022-02-26 05:02:29下载
- 积分:1
-
BPL控制BCB,有控制的方式,Windows可以。
一组用BCB实现的BPL控件组,有类似ColorBox和Windows任务条的控件的实现-BPL controls by BCB, have controls like ColorBox, Windows AppBar.
- 2022-08-10 17:47:24下载
- 积分:1
-
可以用来很好的检查堆栈的值
可以用来很好的检查堆栈的值-good can be used to check the value stack
- 2023-07-10 15:50:02下载
- 积分:1
-
关闭显示器的源程序,使用到::SendMessage(m_hWnd,WM_CLOSE,0,0)
关闭显示器的源程序,使用到::SendMessage(m_hWnd,WM_CLOSE,0,0) -Close the source display, use:: SendMessage (m_hWnd, WM_CLOSE, 0,0)
- 2022-07-17 14:21:43下载
- 积分:1
-
pchdd support winxp
pchdd support winxp
- 2022-07-14 07:11:55下载
- 积分:1
-
VC++环境下实现图像的缩放
VC++环境下实现图像的缩放 -VC++ Environment realize image zoom
- 2022-07-11 11:59:03下载
- 积分:1
-
widestudio 图形用户界面的 用户指导,此乃开源软件,这个手册看着还可以,可以到sourceforg 下载源码,thanks...
widestudio 图形用户界面的 用户指导,此乃开源软件,这个手册看着还可以,可以到sourceforg 下载源码,thanks-widestudio graphical user interface of the user guide, which is open source software, this manual can also be looked at, you can download the sourceforg source, thanks
- 2022-01-25 15:38:48下载
- 积分:1