-
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
-
write to event log
将日志写入delphi事件日志的简单示例。
- 2022-05-13 18:46:42下载
- 积分:1
-
“C++程序设计教程”钱可以回答清华练习…
《C++程序设计教程》钱能 清华 习题原版答案全集
《C++程序设计教程》钱能 清华 习题原版答案全集-" C++ Programming Tutorial" Money can be the answer Tsinghua Exercises original Complete Works of " C++ Programming Tutorial" Money can be the answer Tsinghua original Complete Works of Exercise
- 2022-02-10 07:50:10下载
- 积分:1
-
个完整的VC++软件源代码 MP3 Baptism
个完整的VC++软件源代码 MP3 Baptism -complete the VC software source code MP3 Baptism
- 2022-05-13 08:45:23下载
- 积分:1
-
a wonderful achievement of snow, legends of Santa Claus, very cool!
一个用JAVA实现的奇妙雪景,有传说中的圣诞老人,极酷!-a wonderful achievement of snow, legends of Santa Claus, very cool!
- 2022-05-20 19:04:31下载
- 积分:1
-
获取启动项 从vckbase.com获取 奉献大家
获取启动项 从vckbase.com获取 奉献大家-auto start
- 2022-07-24 09:44:13下载
- 积分:1
-
Ball Controll, VTM Vietnam, This is execute files
Ball Controll, VTM Vietnam, This is execute files
- 2022-03-20 01:35:36下载
- 积分:1
-
利用计数器动态显示图标的程序
利用计数器动态显示图标的程序-counter use Dynamic Display icon procedures
- 2023-05-16 02:00:03下载
- 积分:1
-
mapserver地图文件文件(.shp)的的配置,可以用作切图(需要稍微修改代码),查询地图等...
mapserver地图文件文件(.shp)的的配置,可以用作切图(需要稍微修改代码),查询地图等-mapserver map file config use it to split map(.shp).
- 2022-03-26 09:29:03下载
- 积分:1
-
C#同步AD的数据的代码
应用背景微软的AD的数据,通过C#进行同步的代码关键技术C#同步AD的数据的代码,其中 体现了.Net操作AD的大部分API,对开发会有一定的帮助
- 2022-04-09 18:13:47下载
- 积分:1