-
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
-
关于括号匹配和车皮进站的小程序,自己写的~很简单,主要是希望能多多交流...
关于括号匹配和车皮进站的小程序,自己写的~很简单,主要是希望能多多交流-matching brackets on the wagon stops and small programs, written in their own ~ very simple, the main hope to be able to interact more
- 2022-10-28 15:00:03下载
- 积分:1
-
VIA,用于windows控件设置代码
VIA,用于windows控件设置代码-VIA, control settings for the windows code
- 2022-12-02 02:00:03下载
- 积分:1
-
一个VSP的示例代码
vsp的一个示例代码
- 2022-12-01 13:30:03下载
- 积分:1
-
图书馆管理系统
我的项目是用 visual basic 开发的。及其对图书馆管理系统。这是一个充分运作的项目,无任何错误。它可以用于保留重要信息重要的库中。这就是它可以保持本书的详细信息,我成员和其他重要的信息......它用于数据库的访问
- 2022-03-31 06:17:32下载
- 积分:1
-
OPC客户端接口
opc client interface
- 2022-08-18 23:49:49下载
- 积分:1
-
window绘制
windows绘制图形的程序,点击对话框绘画图形,使用对话框控件,
windows消息机制,绘图函数。
- 2023-02-26 18:55:03下载
- 积分:1
-
Programa com uso do microprocessador 8051
Programa com uso do microprocessador 8051
- 2022-11-30 07:35:04下载
- 积分:1
-
将一个任何类型的文件(图,文本,exe)以二进制方式读出来显示...
将一个任何类型的文件(图,文本,exe)以二进制方式读出来显示-Will be a any type of files (maps, text, exe) in binary mode read out display
- 2022-04-25 15:05:01下载
- 积分:1