-
用JAVA开发的数据库底层核心,是学习用JAVA开发数据库系统的必要资料。...
用JAVA开发的数据库底层核心,是学习用JAVA开发数据库系统的必要资料。-with JAVA development of the database underlying core, Java is used to study the development of a database system the necessary information.
- 2023-07-26 05:25:03下载
- 积分:1
-
七大基本排序算法
七大基本排序算法,已通过测试快速排序冒泡排序堆排序希尔排序归并排序选择排序插入排序
- 2022-01-28 19:10:43下载
- 积分:1
-
车厢重排,一个c++数据结构习题
车厢重排,一个c++数据结构习题-compartments rearrangement, a data structure c Exercises
- 2022-05-22 11:57:54下载
- 积分:1
-
货郎担 最短路径问题 用链表储存最短路径节点
货郎担 最短路径问题 用链表储存最短路径节点-traveling salesman problem using the shortest path Listless storage nodes Shortest Path
- 2022-06-30 16:57:39下载
- 积分:1
-
以链表的形式实现货物的管理,包括链表的创建,插入,删除,查询,更新等....
以链表的形式实现货物的管理,包括链表的创建,插入,删除,查询,更新等.-to List in the form of cargo management, including Chain create, insert, delete, query, update, etc..
- 2022-09-07 05:55:02下载
- 积分:1
-
connection/object pool. A program may require a IMAP connection po ol and LDAP c...
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.-connection/object pool. A program may require a IMAP connection po ol and LDAP connection pool. One could easily im plemen
- 2023-05-15 08:25:03下载
- 积分:1
-
pb类电子时钟, 数字显示屏的实现源码,非常好
pb类电子时钟, 数字显示屏的实现源码,非常好-pb electronic clock, digital display achieving source, a very good
- 2023-01-31 22:55:03下载
- 积分:1
-
Zip database .Plaese use.
有关zip的一个开发实例。主要包括图片和程序源代码。-Zip database .Plaese use.
- 2022-02-05 22:01:37下载
- 积分:1
-
实用数据结构教程,让你学习数据结构不用愁,呵呵!希望这对你有用,能帮上一点忙!...
实用数据结构教程,让你学习数据结构不用愁,呵呵!希望这对你有用,能帮上一点忙!-Practical Guide data structure, so you learn not worry about data structures, Oh! Hope this useful to you, we can help!
- 2022-01-22 13:20:37下载
- 积分:1
-
排序算法Sorting algorithm
排序算法Sorting algorithm-Sorting algorithm
- 2022-03-10 00:51:52下载
- 积分:1