-
多重回滚操作的实现
多重回滚操作的实现-The implementation of mulitple undo
- 2022-03-17 02:26:48下载
- 积分:1
-
书上的例子,是本人在学习过程中的作品,上传给大家学习学习...
书上的例子,是本人在学习过程中的作品,上传给大家学习学习-book on the case, I was in the learning process works, we upload to learn from
- 2022-04-28 00:08:35下载
- 积分:1
-
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
-
this upload sample
this upload sample-this upload sample................
- 2022-03-21 23:45:42下载
- 积分:1
-
MEPG2压缩/解压缩源码示例
MEPG2压缩/解压缩源码示例 -intrigued compression/decompression source code examples
- 2023-05-31 02:20:03下载
- 积分:1
-
自动计算算式,(乘方除外),可计算分数,
vb 结合 pascal,所以速度特快,控制在0.05秒内...
自动计算算式,(乘方除外),可计算分数,
vb 结合 pascal,所以速度特快,控制在0.05秒内-Automatic calculation formula, (except involution), calculate scores, vb combination pascal, so the speed of an express, control 0.05 seconds
- 2022-03-29 18:37:34下载
- 积分:1
-
Self
自学c++半月通,pdf格式,分15天,循序渐进-Self-c++ Half pass, pdf format, at 15 days, step-by-step
- 2022-04-07 13:08:58下载
- 积分:1
-
互斥量的类封装,适合C++编程,通过此类,能够直接对互斥量进行控制。...
互斥量的类封装,适合C++编程,通过此类,能够直接对互斥量进行控制。-Mutex class package for C++ programming, through such direct-to-mutex control.
- 2022-01-26 05:36:44下载
- 积分:1
-
Bridge design pattern in a routine mode of C++ Prepared to read the code to unde...
设计模式中桥模式的一个例程
C++编写
看了代码对理解桥模式有很大帮助-Bridge design pattern in a routine mode of C++ Prepared to read the code to understand the bridge model are very helpful
- 2022-02-20 09:11:21下载
- 积分:1
-
数理统计的小软件,可以计算方差,列表列出输入的数字,界面简洁!...
数理统计的小软件,可以计算方差,列表列出输入的数字,界面简洁!-mathematical statistics of small software can calculate the variance, the importation of table lists the number of interface simplicity!
- 2022-09-09 05:10:03下载
- 积分:1