-
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
-
自己刚写的2410的PWM测试程序,大家可参考一下!
自己刚写的2410的PWM测试程序,大家可参考一下!-Just write their own 2410
- 2022-07-02 18:15:55下载
- 积分:1
-
一个很好的关于开机启动画面的源码, 如果有什么不明白之处,可以留言互相交流一下...
一个很好的关于开机启动画面的源码, 如果有什么不明白之处,可以留言互相交流一下-A good source on the boot splash screen
- 2022-06-13 11:40:32下载
- 积分:1
-
使用贝叶斯网络的自动建模
Automatic Modelling using Bayesian Networks
for Explanation Generation
- 2023-04-11 18:55:04下载
- 积分:1
-
一种新的参考结构状态统计方法选择方法
一种新的产生参考数据的方法构造条件统计量的方法-A new method for selecting the reference structure condition statistic methods
- 2022-08-25 10:22:54下载
- 积分:1
-
在二维空间中旋转三角形
Rotating a triangle in a 2d space
- 2022-07-05 06:21:06下载
- 积分:1
-
这个程序是一个数字文本转换器。可以将给定数转换为(镭…
This program is a Number to Text converter. which can convert a given number (range from one to hundred of vigintillion(10^63) ) to the text that people use to pronouce the number.
Feel free to use this code and please give feedback to me. Right now it works for AMERICAN ENGLISH.
This code is copyrighted and has limited warranties.
- 2023-01-09 22:45:03下载
- 积分:1
-
better small graphics system
较完善的小型图形系统-better small graphics system
- 2023-05-10 19:40:03下载
- 积分:1
-
利用FTP协议进行文件浏览的程序源码,有很好的学习价值
利用FTP协议进行文件浏览的程序源码,有很好的学习价值-use FTP file access to the source codes, a very good value learning
- 2022-03-26 04:10:15下载
- 积分:1
-
windows进程间共享内存的一个程序,希望大家能喜欢
windows进程间共享内存的一个程序,希望大家能喜欢-windows inter-process shared memory of a program, I hope everyone will like
- 2022-09-08 01:20:02下载
- 积分:1