-
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
-
Iterative Closest points算法,被广泛应用在3d领域,这里实现了将两团点云align到一起的功能...
Iterative Closest points算法,被广泛应用在3d领域,这里实现了将两团点云align到一起的功能-Iterative Closest points algorithm, has been widely used in the field of 3d, where the implementation of the two groups to align with the point cloud of the function
- 2022-01-21 19:07:54下载
- 积分:1
-
用Java编写的小型播放器,可以播放小型的音频文件,还可循环播放。...
用Java编写的小型播放器,可以播放小型的音频文件,还可循环播放。-Java prepared by the small players, and can play a small audio files, but also broadcast cycle.
- 2023-06-25 04:20:02下载
- 积分:1
-
小波变换及其逆变换,是小波信号处理的基础
小波变换及其逆变换,是小波信号处理的基础-wavelet transform and travel transform
- 2023-05-05 11:10:02下载
- 积分:1
-
鼠标活动记录程序
鼠标活动记录程序-mouse activity recording procedures
- 2022-07-13 15:54:27下载
- 积分:1
-
简易计算器的例子,还可以哦
简易计算器的例子,还可以哦-simple calculator example, can also oh
- 2022-09-04 04:10:02下载
- 积分:1
-
开发/ NVRAM为麦金塔驱动
dev/nvram driver for Power Macintosh
- 2022-04-09 10:34:27下载
- 积分:1
-
flash banner rotator
flash banner rotator
- 2022-01-25 18:42:00下载
- 积分:1
-
排课开发的管理系统
排课开发的管理系统-a management system for course timetable
- 2022-03-25 19:46:28下载
- 积分:1
-
C++实现录音的源码
C++下实现的录音源码,很有用,已封装成类,方便调用与扩展,有窗体,是用mfc实现的,可以实现录音、保存录音、播放录音等。
- 2023-05-19 03:00:03下载
- 积分:1