-
ODBC 方式 C++ 操作EXCEL的源代码
ODBC 方式 C++ 操作EXCEL的源代码-ODBC EXCEL
- 2022-09-29 06:25:06下载
- 积分: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
-
包含了书中介绍的所有实例的源程序文件,共计200个,给出的所有程序实例均在Microsoft Visual C++ 6.0开发环境中调试通过。...
包含了书中介绍的所有实例的源程序文件,共计200个,给出的所有程序实例均在Microsoft Visual C++ 6.0开发环境中调试通过。-The book contains all the examples presented in the source file, for a total of 200 examples of all the procedures are given in the Microsoft Visual C++ 6.0 development environment through testing.
- 2023-08-26 15:10:03下载
- 积分:1
-
简单使用的hufmTree,里面可以压缩于解压文件
简单使用的hufmTree,里面可以压缩于解压文件-Simple to use hufmTree, which can be compressed in-extracting file
- 2022-03-19 13:40:58下载
- 积分:1
-
将该段代码添加上去可以实现程序的自删除。
将该段代码添加上去可以实现程序的自删除。-Add up the above code can realize the procedure of self-delete.
- 2022-11-07 13:25:03下载
- 积分:1
-
This is a 8051 tutorial, very useful, which is described in detail the internal...
这是一本8051单片机教程,非常实用,里面非常详细介绍了 51的内部结构及程序。是本不错的书-This is a 8051 tutorial, very useful, which is described in detail the internal structure of 51 and procedures. Is a good book
- 2022-08-24 04:24:43下载
- 积分:1
-
一个用于刷屏的工具.时间间隔可以随机.用vb编写,生成的可执行文件可以不依赖过多的组件.按钮网络独特....
一个用于刷屏的工具.时间间隔可以随机.用vb编写,生成的可执行文件可以不依赖过多的组件.按钮网络独特.-Shuabing for a tool. A random time interval. Vb with the preparation, generate executable file can not rely on too many components. button unique network.
- 2023-02-04 23:05:03下载
- 积分:1
-
vc6.0调试参考
列出了几种简单的问题和调试方法
希望对新手们有所帮助...
vc6.0调试参考
列出了几种简单的问题和调试方法
希望对新手们有所帮助-vc debug
- 2022-01-25 22:23:45下载
- 积分:1
-
vc++课程设计及面向对象程序设计
vc++课程设计及面向对象程序设计-vc curriculum design and object-oriented programming
- 2022-03-22 13:14:42下载
- 积分:1
-
汇编模块,用写到内容和动态调用代码方式完成,易语言版
汇编模块,用写到内容和动态调用代码方式完成,易语言版-Compilation of modules, with the written content, and dynamic invocation code manner, easy-language version of
- 2022-02-02 05:21:02下载
- 积分:1