-
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
-
vc++ off your lid to a C++ programmers and want to further upgrade the technolog...
vc++ 掀起你的盖头来
一个C++程序员,想要进一步提升技术水平的话,应该多了解一些语言的语意细节。对于使用VC++的程序员来说,还应该了解一些VC++对于C++的诠释。Inside the C++ Object Model虽然是一本好书,然而,书的篇幅多一些,又和具体的VC++关系小一些。因此,从篇幅和内容来看,译者认为本文是深入理解C++对象模型比较好的一个出发点。-vc++ off your lid to a C++ programmers and want to further upgrade the technological level, they should know more about some of the details of the language semantics. For the use of VC++ Of programmers, but also should be aware of some VC++ For C++ Interpretation. Inside the C++ Object Model is a good book, however, the length of the book more, but also and specific VC++ Relations smaller. Therefore, from the length and content, the translator of this article consider an in-depth understanding of C++ Object model of a relatively good starting point.
- 2023-05-13 03:45:03下载
- 积分:1
-
gvim72, the world
gvim72,世界第二强编辑器
gvim72,世界第二强编辑器-gvim72, the world
- 2023-01-14 20:05:04下载
- 积分:1
-
手机端与电脑端实现鼠标操作和照片传输,在IDE环境下开发,WINDOWS环境下运行...
手机端与电脑端实现鼠标操作和照片传输,在IDE环境下开发,WINDOWS环境下运行-Mobile terminal and computer terminal operation and transfer your pictures to achieve the mouse, in the IDE environment, development, WINDOWS environment to run
- 2022-03-25 02:36:30下载
- 积分:1
-
如何在绘图过程中捕获鼠标(c++源码)
如何在绘图过程中捕获鼠标(c++源码)- How catches the mouse in the cartography process (c++ source
code)
- 2023-03-23 16:05:04下载
- 积分:1
-
本软件是用AVR芯片开发,实现对电源得控制(PC)
本软件是用AVR芯片开发,实现对电源得控制(PC)-the software is used AVR chip development of Power in control (PC)
- 2022-10-03 12:00:03下载
- 积分:1
-
ping 的程序,支持多种设置,包大小,时长
ping 的程序,支持多种设置,包大小,时长-ping procedures, to support a variety of settings, packet size, length of time
- 2022-01-26 03:10:31下载
- 积分:1
-
A C source file printer with multiple options
A C source file printer with multiple options
- 2022-02-07 11:53:52下载
- 积分:1
-
例子如何在silverlight中使用后台数据
例子如何在silverlight中使用后台数据-Examples of how to use silverlight background data
- 2022-05-20 03:02:14下载
- 积分:1
-
混沌移位键控
混沌调制方案的误码率与信噪比。在这里,我们用一个混沌信号调制的二进制信息和AWGN信号发送。在接收端,通过一个相干检测器检测信号,并对其进行了分析,给出了一个给定的信噪比。绘制了误码率与信噪比的曲线
- 2022-03-13 05:25:27下载
- 积分:1