-
chain operation and Primbetov algorithm demo, easily comprehensible algorithms.
链队列的操作及普里姆算法的演示,便于理解算法。-chain operation and Primbetov algorithm demo, easily comprehensible algorithms.
- 2022-05-20 21:43:48下载
- 积分:1
-
这个程序可以计算两个城市的距离
This program can caculate the distance of two city
- 2023-07-09 12:00:03下载
- 积分:1
-
Linux环境下的Sqlite例程,使用函数回调的机制
Linux环境下的Sqlite例程,使用函数回调的机制-Linux environment under the Sqlite routines, the use of callback function mechanism
- 2023-02-16 04:50:05下载
- 积分:1
-
图的深度优先算法,这个算法非常的实用,应该经常被用到
图的深度优先算法,这个算法非常的实用,应该经常被用到-map the depth priority algorithm, the algorithm is very practical, should always be used
- 2022-05-31 04:53:02下载
- 积分:1
-
java 数据库 功能强大 效率高
SmallSQL Database is a free DBMS library for the Java(tm) pl...
java 数据库 功能强大 效率高
SmallSQL Database is a free DBMS library for the Java(tm) platform. It runs
on the Java 2 Platform (JDK 1.4 or later) and implements the JDBC 3.0 API.
SmallSQL Database is licensed under the terms of the GNU Lesser General
Public Licence (LGPL). A copy of the licence is included in the
distribution.
Please note that SmallSQL Database is distributed WITHOUT ANY WARRANTY
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. Please refer to the licence for details.-java a powerful and efficient database SmallSQL Database is a free DBMS library for the Java (tm) platform. It runs on the Java 2 Platform (JDK 1.4 or later) and implements the JDBC 3.0 API.SmallSQL Database is licensed under the terms of the GNU Lesser GeneralPublic Licence (LGPL). A copy of the licence is included in thedistribution.Please note that SmallSQL Database is distributed WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTAB
- 2022-01-26 02:33:06下载
- 积分:1
-
can seek a matrix of the saddle point (that is, the matrix of the largest firms...
可以求一个矩阵的鞍点(即矩阵中最大的企业指出最小的点)
- 2022-06-13 13:59:28下载
- 积分:1
-
这是一个数据图象学的,简单通过64比这是一个数据图象学的,简单通过64比特的加密引擎。程序包里有完整的程序。...
这是一个数据图象学的,简单通过64比这是一个数据图象学的,简单通过64比特的加密引擎。程序包里有完整的程序。-This is a study of the image data, simple than 64 This is a study of the image data, a simple 64-bit encryption engine. Procedures bag complete the procedure.
- 2022-04-17 01:33:41下载
- 积分:1
-
Shortest Path Problem Description C
最短路径问题C++描述-Shortest Path Problem Description C
- 2022-01-27 14:10:42下载
- 积分:1
-
参加运动会的 个学校编号为 。比赛分成 个男子项目和 个女子项目,项目编号分别为 和 。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,...
参加运动会的 个学校编号为 。比赛分成 个男子项目和 个女子项目,项目编号分别为 和 。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;还有些项目只取前三名,得分顺序为5,3,2。写一个统计程序产生各种成绩单和得分报表。
2、要求产生各学校的成绩单,内容包括各校所取得的每项成绩的项目号、名次(成绩)、姓名和得分;产生团体总分报表,内容包括校号、男子团体总分、女子团体总分和团体总分。
3、测试数据:对于 , , ,编号为奇数的项目取前五名,编号为偶数的项目取前三名,设计一组实例数据。
-The school serial number participating in Games is. Competition divides into men s event and women s event , the project serial number parts for the sum. The difference is bigger since every project participates in a number , some projects choose the first five , score order is 7 , 5 , 3 , 2 , 1 Still have some of projects taking the first three places , score only being 5 , 3 , 2 in proper order. Write a form for report counting procedure producing the various school report card and score. 2, demands the school report card producing every school , content includes every achievement project number , position in a name list (achievement) , full name and score per got by school Produce the group total points form for report ,
- 2022-03-13 17:40:51下载
- 积分:1
-
模拟队列存储器
储器是一种能够存储大量二进制信息的逻辑电路,通常用于数字系统大量数据的存储。存储器的工作原理是:存储器为每一个存储单元都编写一个地址,只有地址指定的那些存储单元才能够与公共的I/O相连,然后进行存储数据的读写操作。在计算机领域中,队列是不可忽视的概念。队列是一种数据项按顺序排列的数据结构,但它的特殊之处在于,一端只能进行数据的插入操作,另一端只能进行数据的删除。
- 2022-03-09 10:59:51下载
- 积分:1