-
own definition of an array overpack, which is a "user
一个自己定义的数组外包装,这是“使用者自定义stl容器“的一个好例子,在数组之外包装了一层常用的容器界面。-own definition of an array overpack, which is a "user-defined stl containers" of a good example In addition to the array of packaging containers used layer interface.
- 2022-04-18 12:19:28下载
- 积分:1
-
sentinel examples of the data structure
数据结构的sentinel示例
- 2022-06-19 21:10:35下载
- 积分:1
-
small business card management system is implemented FOSS
名片管理小系统实施源码-small business card management system is implemented FOSS
- 2022-09-29 01:35:04下载
- 积分:1
-
动态连接ODBC数据库.使用通过数据源的名称动态链接访问ODBC数据库,如果程序中使用的数据库程序运行时是不确定的,数据库表中的域和记录可能被改变,那么通过指向...
动态连接ODBC数据库.使用通过数据源的名称动态链接访问ODBC数据库,如果程序中使用的数据库程序运行时是不确定的,数据库表中的域和记录可能被改变,那么通过指向数据库的数据源动态的对该数据库进行操作是比较好的方法.-Dynamic Link ODBC database. Data sources through the use of the name of Dynamic Link visit ODBC databases, If the procedure is used in the database program running is uncertain, database table fields and the record is likely to be altered, So, through the database at the data source dynamic database operation that is a better one.
- 2022-03-12 07:15:11下载
- 积分:1
-
000 regular backup of Oracle database procedures PB
--个定时备份Oracle数据库的PB程序--- 000 regular backup of Oracle database procedures PB
- 2022-03-25 16:39:16下载
- 积分:1
-
直流电机辨识
如何获得传递函数为你的直流电机,这个文件只是帮助你得到它。首先,我们可以得到具有对应值的数据。那么数据将在MATLAB处理与ARX结构得到传递函数模型为您的直流电机。然后从传送功能,您可以控制与调节器的直流电动机,你知道之前,这样的PID。在这种情况下,我会分享给大家我如何控制我的直流电机P和PI控制器。
- 2022-02-15 08:54:12下载
- 积分:1
-
班主任考核管理系统
班主任考核管理系统-class teacher evaluation system
- 2023-01-13 01:40:04下载
- 积分:1
-
school management database
这些是学校管理系统所需的数据库规范。。。。。。。。。。。。。。。。。。。。。。。。数据库mysql
- 2022-03-06 00:17:19下载
- 积分: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
-
程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带...
程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带上的一个存储方案,使得能够在磁带上存储尽可能多的程序。 编程任务: 对于给定的n个程序存放在磁带上的长度,编程计算磁带上最多可以存储的程序数。 数据输入:由文件input.txt给出输入数据。第一行是正整数n,表示文件个数。接下来的1 行中,有n 个正整数,表示程序存放在磁带上的长度。 结果输出: input.txt output.txt 6 50 5 2 3 13 8 80 20 -program storage problem : There n procedures (1,2, ..., n) to be stored in the length of the L tape. I kept in the proceedings on the tape length is Li, 1 i n storage procedures to seek to establish that n procedures on tape storage of a program that allows the tape to store as much as possible the procedure. Programming tasks : to the n procedures stored in the tape length, calculated programming on tape can store up to the number of procedures. Data input : from the document input.txt given input data. The first line is a positive integer n, said the document number. Following a visit, n is an integer, said procedures stored on tape length. Results output : input.txt output.txt 6 50 5 2 3 13 8 80 20
- 2023-01-10 04:30:04下载
- 积分:1