-
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
-
operating system is a practicing procedures for the operating system when a memo...
是我一个操作系统练习程序,用于初学操作系统的人模拟内存FIFO调度-operating system is a practicing procedures for the operating system when a memory FIFO scheduling simulation
- 2023-06-19 20:40:03下载
- 积分:1
-
单片机可以实现的音乐播放 可以稍微改动 就可以获得好听的音乐哦...
单片机可以实现的音乐播放 可以稍微改动 就可以获得好听的音乐哦-Single-chip can be realized music player can be a little change can get good music Oh
- 2022-02-14 21:15:49下载
- 积分:1
-
测试程序,用于VC++的初学者的入门的简单程序
测试程序,用于VC++的初学者的入门的简单程序-Test procedure for VC++ Beginner simple entry procedures
- 2023-05-03 04:15:03下载
- 积分:1
-
source of embed ole object control
source of embed ole object control
- 2022-03-12 06:32:10下载
- 积分:1
-
界面的一些小模仿,可代替系统的界面打开你需要的文件
界面的一些小模仿,可代替系统的界面打开你需要的文件-Interface, some small imitation of the interface system can be a substitute to open the document you need
- 2022-04-19 03:51:16下载
- 积分:1
-
Wince5.0下使用VC++2005操作SQLCE3.0数据库,创建、打开数据库及数据表,代码经本人测试通过。...
Wince5.0下使用VC++2005操作SQLCE3.0数据库,创建、打开数据库及数据表,代码经本人测试通过。-Wince5.0 using VC++2005 operating SQLCE3.0 database, create, open the database and data tables, the code after I test.
- 2022-05-15 05:11:05下载
- 积分:1
-
ebilling 软件在 vb6 女士访问
这个项目是为一个大型的室内外装潢设计服务在孟买,他们供应装饰项目到电影业人士拍摄的电影。目前其客户端的手写的发票和他们输入的 theyissue 详细介绍了在 manualregister 中。和维护产品合格率的 MS Excel 文件。他们 wantcomputerization 他们的手工发票和账单生成过程客户端使用 MS Excel、 维护他们的产品列表中,事件处理,并打印发票,然而这是不可能他们要共享数据从多个系统在多用户环境中的,有很多重复的工作和错误的机会。产品的价格发生更改时他们需要 updateeach 和每个 excel 文件。还有没有用于查找和打印以前的 savedinvoice 选项。没有安全保障 ;任何机构可以访问任何报告和敏感的数据,也没有报告找出销售量、 库存清单和摘要报告。这 eBilling 和进销存系统用来克服整个问题他们是当前,面临和制作完整雾化的进销存系统的手动 billingand
- 2022-06-18 12:38:36下载
- 积分:1
-
可以查到自己的ip,能控制关机和开机,得到计算机的属性等
可以查到自己的ip,能控制关机和开机,得到计算机的属性等-Can be found in your own ip, can control the shutdown and startup, get the computer" s properties, etc.
- 2022-09-27 19:00:04下载
- 积分:1
-
该程序可用于数据插值,特别是气象数据插值,IDL写的,遥感气象数据同样可用...
该程序可用于数据插值,特别是气象数据插值,IDL写的,遥感气象数据同样可用-The program can be used for data interpolation, especially the meteorological data interpolation, IDL wrote, remote sensing meteorological data can be used the same
- 2022-04-19 14:17:42下载
- 积分:1