-
SQL参考
SQL参考-SQL reference
- 2022-01-25 23:34:03下载
- 积分:1
-
Dijkstra算法C程序实现,可以在windows和linux下运行,
Dijkstra算法C程序实现,可以在windows和linux下运行,-Dijkstra algorithm C program can run under windows and linux,
- 2023-04-18 19:45:03下载
- 积分:1
-
C数据结构 第七章 树
C数据结构 第七章 树-C data structures Chapter VII of the tr
- 2022-07-03 05:03:28下载
- 积分:1
-
职工信息和工资管理系统
该代码可以解决职工的信息管理和工资、奖金的管理系统,同时该管理系统具有很好的数据承载能力,后期的维护工作可能稍微要轻松点的。。。
- 2022-05-06 04:46:23下载
- 积分:1
-
Java写的含有一个jdbc驱动的小型数据库数据库引擎
Java写的含有一个jdbc驱动的小型数据库数据库引擎-A small database engine which includes a jdbc driver written in Java
- 2022-04-10 16:36:22下载
- 积分:1
-
Order to map any of the distance between two nodes, (2) with two
求图的任两结点间的距离,(2) 用二维数组存放C和A ,C是原成本矩阵,A 是求出的距离矩阵
(3) 算法采用三重循环,其中最外层的循环变量必须代表中间结点,中层的循环变量代表头结点而内层循环变量代表尾结点。
(4) 试着把三层循环变量的顺序作些改变,最外层的循环变量仍代表中间结点,而中层循环变量代表尾结点,内层循环变量代表头结点。把两种做法所得结果作比较,看结果是否相同
(5) 显示结果要清晰易懂
(6) 本题运行结果
-Order to map any of the distance between two nodes, (2) with two-dimensional array of storage C, A, C is the original cost matrix, A is to find the distance matrix (3) The algorithm uses the triple loop, one of the most outer loop variable must be representative of intermediate nodes, the middle loop variable represents the first node and the inner loop variable represents the end nodes. (4) tried to three-loop order of the variables to make some changes, the most outer loop variables still represent intermediate nodes, while the middle loop variable represents the end nodes, the inner loop variable represents the first node. The two approaches to compare the results to see whether the results the same (5) shows the results must be clear and understandable (6) The q
- 2022-04-20 12:55:19下载
- 积分:1
-
图书数据报告系统
这书数据报告系统写用 visual basic 6.0 和 access 数据库允许我们由承租人向出租人书记录并显示整个报表。
- 2022-08-17 04:09:07下载
- 积分:1
-
订单管理系统数据库的源代码,循序渐进,方便易学。
订单管理系统数据库的源代码,循序渐进,方便易学。-Order Management System database, source code, step by step, easy to learn.
- 2022-05-07 01:06:57下载
- 积分:1
-
数据结构一元多项式的实现
数据结构一元多项式的实现-data structure of one yuan achieve polynomial
- 2022-03-20 08:22:11下载
- 积分:1
-
操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。...
操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。 假设以一串字符代表一个文件,每个字符表示一个记录。 在建立上述目录结构的基础上,建立相应的管理系统并要求完成以下各项操作: 1. 一次建立各个文件 2. 查访两个用户的所有文件 3. 查访用户sun 是否有文件AB 4. 删除用户sun的文件AC,然后在分别查访两个用户的全部文件,检查是否已经删除文件AC 5. 撤销用户sun,并检查是否被删除 6. 删除用户sun的全部文件,然后在撤销sun用户,在查访用户sun, 检查其是否已被撤销。 在建立一个新用户及新用户的两个文件,然后查该两个用户的所有文件-operating system, the paper is to document catalog items to the management, in order to manage and facilitate the search, according to the document level directory entries organizations, the same floor on which constitute the directory contents on the floor, the first layer of the root directory to look for levels of subdirectories. Assuming that the representative of a string of characters, each character expressed a record. In establishing the directory structure on the basis of the establishment of a corresponding system of management and asked to accomplish the following : 1. Once established two separate files. Visits to the two users of all three docum
- 2022-01-26 01:47:05下载
- 积分:1