-
这是关于图论算法里面的一些代码,图论基本的思想代码的实现...
这是关于图论算法里面的一些代码,图论基本的思想代码的实现-This is on the graph theory algorithm inside some code, graph theory, the idea of the basic code realize
- 2022-02-10 12:57:22下载
- 积分:1
-
数据结构
详细描述了如何创建二分查找的方法以及操作
数据结构
详细描述了如何创建二分查找的方法以及操作-Data structure described in detail how to create a binary search method and the operation of
- 2023-07-28 02:25:02下载
- 积分:1
-
学生信息管理数据库
用vb语言,在access数据库中完成的代码,是最简单的平台下的数据库。有完善的功能系统,添加,删除,修改等等。access数据库的密码在代码演示框中左下角有,或者使用access密码暴力破。解器可以解决,其他都不是问题,是初学者学习的很好的资料。背景的图片可以替换,换成自己喜欢的背景,建议用学校本身的徽章等
- 2022-01-27 20:35:12下载
- 积分:1
-
本程序是一个用于管理学生成绩例子.通过利用MFC的DAO类,用VC++编写独立与DBMS的应用程序...
本程序是一个用于管理学生成绩例子.通过利用MFC的DAO类,用VC++编写独立与DBMS的应用程序-this is a procedure for the management of the performance of their students examples. Through the use of the MFC DAO category, prepared by VC independence and DBMS applications
- 2022-02-26 07:22:10下载
- 积分:1
-
是一种数据结构的编程代码,程序实现一种算法,在铁路系统上在两点间得到最短路径...
是一种数据结构的编程代码,程序实现一种算法,在铁路系统上在两点间得到最短路径-is a data structure of the programming code, procedures to achieve an algorithm, the railway system in the period between 2:00 Shortest Path
- 2022-08-21 14:10:48下载
- 积分:1
-
用c做的图的数据结构的作业,建立有向图,深度广度搜索,分为递归和非递归方式....
用c做的图的数据结构的作业,建立有向图,深度广度搜索,分为递归和非递归方式.-C to do with the map data structure operations, the establishment has to map the depth of breadth of search, is divided into recursive and non-recursive way.
- 2022-04-09 22:53:22下载
- 积分:1
-
本人自编的解八皇后问题的程序,用了大量的指针实现。
本人自编的解八皇后问题的程序,用了大量的指针实现。-I own eight-Queen
- 2023-06-28 08:40:04下载
- 积分:1
-
Thalmann algorithm to achieve the java. Notes detail.
Thalmann算法的java实现。有详细注释。-Thalmann algorithm to achieve the java. Notes detail.
- 2022-03-18 02:57:27下载
- 积分:1
-
VC读写excel
VC读写excel
- 2022-03-20 20:12:06下载
- 积分: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