-
同一个数据库开发的系统,里面有源代码和发布版本
同一个数据库开发的系统,里面有源代码和发布版本-with a database development systems, which Active code and releases
- 2022-03-08 08:46:26下载
- 积分:1
-
44
说明: 给定程序中,函数fun的功能是:将a所指3×5矩阵中第k列的元素左移到第0列,第k列以后的每列元素依次左移,原来左边的各列依次绕道右边。
例如,有以下矩阵:
1 2 3 4 5
1 2 3 4 5
1 2 3 4 5
若k结果为2,程序执行结果为:
3 4 5 1 2
3 4 5 1 2
3 4 5 1 2
请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。
注意:源文件存放在考生文件夹下的BLANK1.C中
不得增行或删行,也不得更改程序的结构!
(A given program, function fun feature is: a 3 × 5 matrix referred to in the first k elements of the left column to move Section 0, the k elements of each column after column followed by the left, the original columns in the left turn Bypass on the right. For example, the following matrix: 123,451,234,512,345 If k is 2, the program execution results: 345,123,451,234,512 in the program underscore the right content at the fill and to remove the underscore, so that the program reach the right result. Note: The source files in the folder of BLANK1.C candidates are not allowed by the line or delete line, nor change the structure of the program!)
- 2011-08-11 07:53:10下载
- 积分:1
-
本程序用邻接矩阵实现图的深度优先遍历 图的广度优先遍历
本程序用邻接矩阵实现图的深度优先遍历 图的广度优先遍历-the procedures used adjacency matrix of the plan is to achieve depth-first traversal of the plan breadth priority Ergodic
- 2022-02-21 20:41:40下载
- 积分:1
-
数据结构与算法分析
说明: 方便开发人员理解数据结构和算法分析的资料,包含源码配合了解(It is convenient for developers to understand data structure and algorithm analysis, including source code cooperation.)
- 2019-04-23 09:23:26下载
- 积分:1
-
C 经典数据结构算法
C 经典的数据结构算法 内容丰富,包含:底层编程、求进制、数组、问题算法、字符、汉诺塔、数学问题等丰富的单元,每个部分都有非常详细的C代码,可直接运行!
- 2022-01-31 00:31:17下载
- 积分:1
-
yuesefu
约瑟夫问题,通过C语言对约瑟夫问题进行了分析和讲解,从而解决问题(Joseph problems, by Joseph C language issues are analyzed and explained, in order to solve the problem)
- 2011-10-26 10:56:33下载
- 积分:1
-
Floyd 算法,创建有向图,无向图,有向网,无向网的算法
Floyd 算法,创建有向图,无向图,有向网,无向网的算法-Floyd algorithm, create a directed graph, undirected graph, directed networks, undirected networks algorithm
- 2022-02-26 22:16:43下载
- 积分:1
-
cBinaryTree
数据结构,二叉树的应用, 树的遍历,大部分是别人的, 只改了一下(data struct)
- 2010-06-11 09:48:50下载
- 积分:1
-
学生信息管理系统(C)
作者说明:这是作者在自己编写的一个C语言程序——一学生信息管理系统,这是我在数据结构实验课上编写的,相对来说比较简单,但这对于初学者来说是大有裨益的。该系统实现了插入、显示、查询、删除、排序、统计等一些基本功能,希望能给读者带来帮助!谢谢你的支持!
- 2023-06-23 01:05:04下载
- 积分:1
-
Zip database .Plaese use.
有关zip的一个开发实例。主要包括图片和程序源代码。-Zip database .Plaese use.
- 2022-02-05 22:01:37下载
- 积分:1