-
database connection pool code
数据库连接池的代码-database connection pool code
- 2022-08-20 01:37:50下载
- 积分:1
-
这是一个简单的数据库管理系统。它不使用任何其他的代码(即外径…
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table.
-This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wr
- 2022-04-20 06:29:24下载
- 积分:1
-
development of the database is the most basic management software, a data input...
录入数据是开发数据库管理软件最基本的工作,录入数据有多种方法,本方法通过药品库入库登记来说明利用表格录入数据的方法.单击登记按纽,选择"供应商"全称,经手人,结算方式"等信息,在表格中输入入库药品的信息,在药品编号列选择药品编号后回车,将自动填入该药品的基本信息,用户在最后一列回车后自动添加新的记录.-development of the database is the most basic management software, a data input methods, the method for warehousing drugs through registration forms to illustrate the use of data input methods. Click registration button, select the "supplier" designation, handling, clearing way "information, etc. input forms in the arsenal of drugs, the drugs listed No. No. choice after the transport drugs, will automatically fill in the basic information of drug users in the final after a carriage return automatically add new records.
- 2022-06-15 05:02:51下载
- 积分:1
-
good system, vc ASSSE system
很好的系统,vc++ + ASSSE 系统-good system, vc ASSSE system
- 2022-01-26 01:50:49下载
- 积分:1
-
Data Structure of maps
Data Structure of maps
- 2023-05-29 07:35:03下载
- 积分:1
-
计算机模拟考试3级网络技术笔试
计算机模拟考试3级网络技术笔试-computer mock examinations three network technology quiz
- 2022-05-07 05:55:16下载
- 积分:1
-
this code show how to use computer sole the poblem to piece image together
this code show how to use computer sole the poblem to piece image together-this code show how to use the computer sole p oblem to piece together image
- 2023-01-10 18:20:04下载
- 积分:1
-
嵌入式数据库支持传统的客户机/服务器应用程序
伯克利DB(libdb)是一种编程工具,提供了嵌入式数据库支持传统的和客户端/服务器应用程序。它包括B+树,队列,线性散列,固定,可变长度记录的访问方法,交易,锁定,测井,共享内存缓存,数据库恢复,和高可用系统复制。DB支持C,C++,Java,PHP,C++ #,和Perl API。它支持关键值对(NoSQL),SQL,及Java对象格式化数据。它可用于各种各样的UNIX平台以及QNX,Android,MAC OS X,和几个品种的Windows伯克利DB(libdb)是一种编程工具,提供了嵌入式数据库支持传统的和客户端/服务器应用程序。它包括B+树,队列,线性散列,固定,可变长度记录的访问方法,交易,锁定,测井,共享内存缓存,数据库恢复,和高可用系统复制。DB支持C,C++,Java,PHP,C++ #,和Perl API。它支持关键值对(NoSQL),SQL,及Java对象格式化数据。它可用于各种各样的UNIX平台以及QNX,Android,MAC OS X和Windows的几个品种,
- 2022-04-23 17:20:35下载
- 积分:1
-
Tsp branch and bound algorithm for the lower bound of the value function. Chines...
分支限界tsp算法中求下界函数的值。有中文注释。-Tsp branch and bound algorithm for the lower bound of the value function. Chinese Notes.
- 2022-02-05 02:58:12下载
- 积分:1
-
快速排序
基本思想:通过一趟排序,将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录进行排序,以达到整...
快速排序
基本思想:通过一趟排序,将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录进行排序,以达到整个序列有序-Basic idea of quicksort: sort through the trip, will be to sort records is separated into two independent parts, some of which are recorded in another part of the record than keyword keyword small, then the two were part of the record sort, so as to achieve the entire sequence of orderly
- 2022-03-10 10:21:56下载
- 积分:1