-
这个是数据库教程复习课件。里面有教你怎么应用好SQL语言和基本的数据库原理...
这个是数据库教程复习课件。里面有教你怎么应用好SQL语言和基本的数据库原理-Guide review courseware. They have to teach you how good use SQL language and the basic principles of database
- 2022-04-27 08:29:10下载
- 积分:1
-
usable file management procedures
实用的档案管理程序-usable file management procedures
- 2022-03-10 09:52:02下载
- 积分:1
-
快速排序的非递归算法,具有高效的特点,快速排序
快速排序的非递归算法,具有高效的特点,快速排序
-the nonrecursive code of quicksort
- 2023-08-17 20:15:02下载
- 积分:1
-
一个Oracle性能监视工具,含几个sql文件
一个Oracle性能监视工具,含几个sql文件- A Oracle performance surveillance tool, contains several sql
document
- 2022-07-01 21:02:31下载
- 积分:1
-
这是一个生成全排列的程序,采用最小变化算法,相邻两个序列之间只有两个数的次序不同,每交换两个数,便形成一个新的序列,速度非常快....
这是一个生成全排列的程序,采用最小变化算法,相邻两个序列之间只有两个数的次序不同,每交换两个数,便形成一个新的序列,速度非常快.-This is a whole generation with a procedure using the smallest change algorithm sequence between two adjacent only two of several different order every two exchanged a few, it will lead to a new series, very fast.
- 2022-12-18 06:35:03下载
- 积分:1
-
数据结构中的求强连通分量的源程序,用vc6.0来编写
数据结构中的求强连通分量的源程序,用vc6.0来编写-data structure for the strongly connected component of the source used to prepare vc6.0
- 2023-05-10 23:05:03下载
- 积分:1
-
匈牙利算法 解决类似于线性规划中的分配问题,用于各种匹配算法...
匈牙利算法 解决类似于线性规划中的分配问题,用于各种匹配算法-Hungary is similar to linear programming algorithm to solve the distribution problem, for a variety of matching algorithm
- 2022-01-25 19:09:33下载
- 积分:1
-
先输入矩阵的维数,再输入该矩阵,然后通过该算法从大到小输出该矩阵的各行各列和主辅对角线的和...
先输入矩阵的维数,再输入该矩阵,然后通过该算法从大到小输出该矩阵的各行各列和主辅对角线的和-First dimension of input matrix, and then enter the matrix, and then through the smallest of the algorithm output lines of the matrix columns and the main diagonal and Des
- 2022-03-31 15:58:41下载
- 积分:1
-
poj3233 the subject and the subject of problem
poj3233的题目及解题代码 poj3233的题目及解题代码-poj3233 the subject and the subject of problem-solving and problem-solving poj3233 code code code poj3233 the subject and problem-solving
- 2023-02-19 20:30:03下载
- 积分:1
-
1、读入城市结点数据 */
/* 2、邻接矩阵初始化:所有元素赋Infinity, */
/* 对角线元素赋0 */
/* 3、读入城市间边...
1、读入城市结点数据 */
/* 2、邻接矩阵初始化:所有元素赋Infinity, */
/* 对角线元素赋0 */
/* 3、读入城市间边的数据,转换为邻接矩阵的数据 */
/* 4、路径矩阵初始化,若arc[i][j]
- 2022-10-03 09:55:03下载
- 积分:1