-
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
-
SIM Reader [Investigate Smart Cards]
SIM Reader [Investigate Smart Cards]
- 2023-04-27 08:30:03下载
- 积分:1
-
kjak ansdla dslnsad
阿萨德
- 2022-12-06 10:35:03下载
- 积分:1
-
The example is to program a bezier curve in delphi,it is good.
在delphi中编写bezier曲线的例子,很好-The example is to program a bezier curve in delphi,it is good.
- 2022-02-14 15:14:36下载
- 积分:1
-
using c++ to write a touch of the game, although the process is not very big, bu...
用c++写的一个touch游戏,虽然程序不是很大,但是可以对初学者有很大帮助,可选择学习!-using c++ to write a touch of the game, although the process is not very big, but can be of great help beginners option learning!
- 2022-10-17 16:20:03下载
- 积分:1
-
发送程序与接收程序,均通过JAVA APPLET编程,可以实现很好的接收与发送任务。...
发送程序与接收程序,均通过JAVA APPLET编程,可以实现很好的接收与发送任务。-Sent procedures and receiving procedures, JAVA APPLET through programming, can be achieved very good reception and transmission tasks.
- 2022-07-17 00:28:04下载
- 积分:1
-
学习C++过程中总结的方法 过程 以及可以使用的模式等,希望对大家有用哦...
学习C++过程中总结的方法 过程 以及可以使用的模式等,希望对大家有用哦-Learning C++ Process method of summing up the process and can use the model, so that useful for everyone Oh
- 2022-03-01 07:43:08下载
- 积分:1
-
Query in GIS database table from VB
Query in GIS database table from VB
- 2022-02-05 10:34:52下载
- 积分:1
-
巧妙地实现逃生按钮。如何制作“属性页”和“向导”对话框…
逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其他属性页和向导页。-escape button cleverly achieved. How to make property pages and Wizard dialog box, the box integration on the composition (how to adjust the portfolio size box), List box, radio button, check button so common dialog control of the use of a variety of methods. How to restrict users no longer satisfied with the conditions set when switching to other pages and Attribute Wizard page.
- 2022-03-20 02:38:41下载
- 积分:1
-
建立一个新的链表,从文件中读出数据,再把数据放入建立好的链表中。可选择操作的子程序为:<1>输入数据(分别输入学生的学号、姓名、性别、C语言成绩、数...
建立一个新的链表,从文件中读出数据,再把数据放入建立好的链表中。可选择操作的子程序为:输入数据(分别输入学生的学号、姓名、性别、C语言成绩、数学成绩、英语成绩) 按学号或姓名删除学生的资料 按学号或姓名查询学生的资料 修改学生的资料 保存学生的资料 退出系统-Create a new list, read data from the file, then the data into the list of well-established. Selectable operation subroutine as follows: " 1> type" data (respectively, the students enter the school number, name, sex, C language achievement, mathematics achievement, English achievement) " 2" by Student ID or name to delete student information " 3 " by Student ID or name check student information " 4 " modify the student information " 5 " to save student information " 6 " out of the system
- 2022-02-13 01:37:10下载
- 积分:1