-
这是研究生课程计算方法与技术中讲到的UnionFind算法的具体实现代码。...
这是研究生课程计算方法与技术中讲到的UnionFind算法的具体实现代码。-This is the post-graduate courses and technical calculation method described in UnionFind algorithm to achieve the specific code.
- 2022-05-26 19:14:24下载
- 积分:1
-
首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Act...
首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据库-First of all, make sure that your machine has been installed above VC6.0 to compile the executable file to generate the need to open the dsw file name suffix, the system will default to open with VC, and then select the Build menu, Set Active Configuration under the option, Project Configuration options for the Win32 Release, and then compile the project, the executable file. Connect to database please refer to the methods of Chapter 2, in the ODBC data source in Microsoft Access database to add
- 2022-06-20 13:33:37下载
- 积分:1
-
基于 vb 的图书馆管理
越来越多的书会导致非托管库。这里是一个简单的桌面项目,可以帮助任何研究所管理其图书馆。
- 2022-02-27 02:08:30下载
- 积分:1
-
摘要:可以对本地数据库进行查看,修改的程序,提供了源代码。...
摘要:可以对本地数据库进行查看,修改的程序,提供了源代码。-Abstract : It is the local database view, the procedures for amendment, the source code.
- 2022-01-25 22:20:57下载
- 积分:1
-
这是关于数据结构链表的源程序,用c++程序实现了每一个程序...
这是关于数据结构链表的源程序,用c++程序实现了每一个程序-this is a code of data structure
- 2022-03-18 12:47:38下载
- 积分: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
-
VB和ACCESS作的物品管理软件 比较容易分析
VB和ACCESS作的物品管理软件 比较容易分析-VB and Access Management for the items easier analysis software
- 2023-06-28 16:10:03下载
- 积分:1
-
train reservation in visual basic
train reservation in visual basic
- 2023-08-18 03:30:07下载
- 积分:1
-
图书管理系统,SQL数据库课程设计,C语言和SQL实现…
书籍管理系统,SQL数据库课程设计,用C实现与SQL数据库连接实现书籍增加删除查询等功能模块,采用分模块法,论文与代码齐全,-book management system, SQL database curriculum design, realization of C and SQL database connectivity to achieve books increased inquiries delete function module, a sub-module, papers and complete code,
- 2022-02-20 16:05:29下载
- 积分:1
-
创建有向图,无向图,有向网络,无向网络…
创建有向图,无向图,有向网,无向网的算法-Create a directed graph, undirected graph, directed networks, undirected networks algorithm
- 2022-02-03 22:31:22下载
- 积分:1