-
二路归并算法的代码,用来排序,文件后缀名是c
二路归并算法的代码,用来排序,文件后缀名是c-a program to sort files under visusl C++ s environment
- 2022-02-03 16:39:25下载
- 积分:1
-
结构链接列表的示例
这种编码使用 structthis 的链接列表是简单的输入的数据、 搜索、 显示和删除。我希望它是完全为你的使用。
- 2022-03-13 07:02:19下载
- 积分:1
-
题目:实现一个能进行稀疏矩阵基本运算的运算器。
以“带行逻辑链接信息”的三元组顺序表示稀疏矩阵,实现两个矩阵相加,相乘的运算。稀疏矩阵的输入形式采用三元组表...
题目:实现一个能进行稀疏矩阵基本运算的运算器。
以“带行逻辑链接信息”的三元组顺序表示稀疏矩阵,实现两个矩阵相加,相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵以阵列形式列出。
1、 生成如下两个稀疏矩阵的三元组a和b:
1 0 3 0 3 0 0 0
0 1 0 0 0 4 0 0
0 0 1 0 0 0 1 0
0 0 1 1 0 0 0 2
2、输出a+b的三元组
3、输出a*b的三元组
-Topic: can realize a sparse matrix basic calculator operations. To
- 2022-02-02 04:00:25下载
- 积分:1
-
This is a good lesson plans down
这是一本好教案落-This is a good lesson plans down
- 2022-08-02 14:43:25下载
- 积分:1
-
Java写的部分数据结构源码
Java写的部分数据结构源码-Written in Java source code part of the data structure
- 2022-06-02 17:30:30下载
- 积分:1
-
数据结构实验与实训教程
书籍语言: 简体中文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小:...
数据结构实验与实训教程
书籍语言: 简体中文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小: 1.7 MB
-experimental data structure and Training Guide books Language : English books categories : program design license : free software books Size : 1.7 MB
- 2022-11-25 02:40:03下载
- 积分:1
-
In this paper, on the one hand, to produce the form of examples of the types of...
本文一方面以实例的形式介绍产生数据封锁的各类情况,另一方面从数据库理论的角度加以分析,以期使读者既知其然,更知其所以然,使读者能够更加深入地理解Oracle的数据封锁机制,而不是简单地记住某些结论。-In this paper, on the one hand, to produce the form of examples of the types of data on the situation of the blockade, on the other hand, the theoretical point of view from the database to be analyzed in order to make the reader not only know-and know所以然, so that readers can be more in-depth understanding of Oracle data blockade mechanism, rather than simply to remember some of the conclusions.
- 2022-06-02 15:41:14下载
- 积分:1
-
给定n 个整数a ,a , ,an 1 2 组成的序列, a n i | |£ ,1 £ i £ n。如果对于i...
给定n 个整数a ,a , ,an 1 2 组成的序列, a n i | |£ ,1 £ i £ n。如果对于i £ j ,有
0 = å
=
j
k i
k a ,则称序列区间i i j a , a , , a +1 为一个零和区间,相应的区间长度为j-i+1。-given n integers a, a, and an 1 2
- 2022-08-21 06:49:58下载
- 积分:1
-
银行家算法!这是一各比较简单的银行家算法,是在c 语言的环境下开发的!...
银行家算法!这是一各比较简单的银行家算法,是在c 语言的环境下开发的!-Banker
- 2022-03-23 20:23:22下载
- 积分:1
-
*Cube:最大子长方体问题 问题描述: 一个长,宽,高分别为m,n,p的长方体被分割成个m*n*p个小立方体。每个小立方体内有一个整数。 求所给长方体的最大子...
*Cube:最大子长方体问题 问题描述: 一个长,宽,高分别为m,n,p的长方体被分割成个m*n*p个小立方体。每个小立方体内有一个整数。 求所给长方体的最大子长方体。子长方体的大小由它所含所有整数之和确定。 */-* Cube : The biggest problem for rectangular Problem description : a long, wide and high respectively m, n, p rectangular cut into the 000 m* n* p small cube. Within each small cube is an integer. Seeking to have the largest rectangular son cuboid. The son of rectangular size it contained all integral and defined.* /
- 2023-05-13 14:30:02下载
- 积分:1