-
严蔚敏数据结构源代码
严蔚敏数据结构这本书对于大家来说都是必不可少的一本书,其中的经典算法更是被我们好多人细细研读。这么源代码会帮助我们更好地学习这些算法。
- 2022-01-31 12:18:23下载
- 积分:1
-
a teacher information management Visual Basic source
一个教师信息管理的Visual Basic源码-a teacher information management Visual Basic source
- 2022-02-04 01:34:23下载
- 积分:1
-
逆阵的常用算法!希望能给大家带来帮助!如果有更好的算法,可别忘记发给我啊! emil:wyx32893039@163.com...
逆阵的常用算法!希望能给大家带来帮助!如果有更好的算法,可别忘记发给我啊! emil:wyx32893039@163.com-inverse matrix algorithm commonly used! Give us some hope! If there is a better algorithm, it should not be forgotten that give me ah! Emil : wyx32893039@163.com
- 2022-06-21 13:05:10下载
- 积分:1
-
vf图书管理系统程序的源代码 很有用的代码 代码很好啊
vf图书管理系统程序的源代码 很有用的代码 代码很好啊-vf
- 2022-03-03 03:07:33下载
- 积分:1
-
微软msde,数据库引擎得简单查许分析器
微软msde,数据库引擎得简单查许分析器-Microsoft MSDE database engines were simple check Xu Analyzer
- 2023-07-26 04:40:03下载
- 积分: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
-
Bottom
自底向上排序:思想: 将数组的个部分,两两有序数组进行合并
算法平均时间复杂度: O(nlogn)
-Bottom-up sequencing: thinking: The array of parts 22 in an orderly array merge algorithm for the average time complexity: O (nlogn)
- 2022-03-24 22:35:09下载
- 积分:1
-
HANOI 塔问题求解.cpp,HANOI 塔问题是数据结构中具有典型的代表性问题...
HANOI 塔问题求解.cpp,HANOI 塔问题是数据结构中具有典型的代表性问题-HANOI tower question solution cpp, the HANOI tower question
is in the construction of data has the model the representative
question
- 2022-06-29 23:56:23下载
- 积分:1
-
a recruitment management system
一个招聘管理系统-a recruitment management system
- 2022-03-02 12:43:29下载
- 积分:1
-
删除ORACLE数据库记录
删除ORACLE数据库记录,条件选择,多表选择,删除结果显示,显示删除表数据的条码,对应每一个表多少记录,数据库多表可选择删除,结果多条显示
- 2022-03-06 12:46:49下载
- 积分:1