-
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
-
windows 界面设计 100 个例子 vc++ mfc 方向的
windows 界面设计 100 个例子 vc++ mfc 方向的-windows interface design, 100 example of the direction of vc++ mfc
- 2022-03-04 06:39:19下载
- 积分:1
-
命令行计算器
一个简单的命令行的计算器。它是由 Visual Studio 2008 写入。我想要一个程序像 Matlab 命令窗口。我们可以一起工作,并使项目更好。请编辑该项目并将其发送给我。
我的电子邮件地址: mostafabazghandi2001@gmail.com
- 2023-07-29 22:30:03下载
- 积分:1
-
application to simulate ATM functionality
application to simulate ATM functionality
- 2022-02-15 22:25:01下载
- 积分:1
-
This is a 8051 tutorial, very useful, which is described in detail the internal...
这是一本8051单片机教程,非常实用,里面非常详细介绍了 51的内部结构及程序。是本不错的书-This is a 8051 tutorial, very useful, which is described in detail the internal structure of 51 and procedures. Is a good book
- 2022-08-24 04:24:43下载
- 积分:1
-
visual basic multi media programing is made simple
visual basic multi media programing is made simple
- 2023-07-05 19:50:03下载
- 积分:1
-
实现简单图象,文字的描点,并转换成二进制。对图象加工有帮助。有详细注释...
实现简单图象,文字的描点,并转换成二进制。对图象加工有帮助。有详细注释-To draw points of simple images and character and then to transmit into binary system. To help
process images.With detail notes.
- 2022-03-21 11:16:01下载
- 积分:1
-
源码就如何自定义异常抛出做了一定的阐述。希望对大家有用...
源码就如何自定义异常抛出做了一定的阐述。希望对大家有用-Source on how to make custom exception thrown out of some. Everyone would like to be useful
- 2022-05-30 07:12:33下载
- 积分:1
-
这是一个用VB实现的拷贝程序。
这是一个用VB实现的拷贝程序。-This is a used copy of VB procedures.
- 2022-01-29 02:42:56下载
- 积分:1
-
24位BMP图象的读入与显示
请编程爱好者评价
24位BMP图象的读入与显示
请编程爱好者评价-24-bit BMP images, please read and display programming enthusiasts evaluation
- 2022-03-17 16:56:25下载
- 积分:1