-
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
-
I provide an implementation of fast
I provide an implementation of fast-growing indexable stacks which outperforms std::vector and std::deque. -I provide an implementation of fast-growi ng indexable stacks which outperforms std : : vector and std : : deque.
- 2023-01-27 12:00:04下载
- 积分:1
-
Accel MikroC STM32
本模块演示了如何与三轴数字加速度计 ADXL345 ac:Accel mmB STM32 M3 上进行通信。从加速度计的值显示在 TFT 显示器上。
- 2022-07-16 20:58:56下载
- 积分:1
-
电脑快捷键大全,具体介绍了xp系统下的快捷应用.
电脑快捷键大全,具体介绍了xp系统下的快捷应用.-Computer shortcut keys Guinness, the specific system introduced xp shortcut application.
- 2022-12-05 16:30:03下载
- 积分:1
-
一个极其简单的c语言实现的通讯录。希望对大家学习有帮助。...
一个极其简单的c语言实现的通讯录。希望对大家学习有帮助。-an extremely simple c language directories. We hope to help learning.
- 2022-03-23 19:23:54下载
- 积分:1
-
定时自动关机,实现类似听半小时歌后自动关机
定时自动关机,实现类似听半小时歌后自动关机-Automatic shutdown from time to time to achieve similar songs to listen to half an hour after the automatic shutdown
- 2022-03-25 13:33:06下载
- 积分:1
-
百度地图实现
模拟百度地图实现,功能完善,实用性高。
- 2022-02-05 00:59:46下载
- 积分:1
-
一个文件搜索的例子,值得参考
一个文件搜索的例子,值得参考-Example of a file search, it is also useful
- 2022-01-28 22:48:56下载
- 积分:1
-
适用中小企业全面启用信息化流程管理的信息系统
适用中小企业全面启用信息化流程管理的信息系统-易飞主界面模拟制作!-Small and medium-sized information system- easy to fly the main interface Analog produced!
- 2022-02-14 10:25:33下载
- 积分:1
-
WPF Border Less
若要获取跨窗口,您需要在您的窗口上设置下列属性。
WindowStyle ="None"
ShowInTaskbar ="假"
AllowsTransparency ="True"
背景 ="透明"
WindowStyle 属性通常允许您设置单个边框、 三维边
- 2022-03-03 04:37:18下载
- 积分:1