-
本设计完成了要求的所有功能,.能存储足够大的大整数并进行相应的加减法运算。用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明...
本设计完成了要求的所有功能,.能存储足够大的大整数并进行相应的加减法运算。用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the design completed all the required functions. Can store large enough large integer and the corresponding addition and subtraction operations. User friendly interface, users note, every step of the operation have notes and hints. Running through a detailed explanation.
- 2022-04-21 03:39:00下载
- 积分:1
-
树的操作中的邻接表。。解压即可。。直接上交
树的操作中的邻接表。。解压即可。。直接上交-Tree adjacent to the operation table. . Can extract. . Directly handed over to
- 2022-06-20 10:49:48下载
- 积分:1
-
火车调度,学得还不错,跟大家一起分享.不过不是自己写的
火车调度,学得还不错,跟大家一起分享.不过不是自己写的-train, we learn was pretty good, to share with you. But it is not that he wrote
- 2022-01-25 21:47:55下载
- 积分: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
-
Yan Wei Min, Xiulan WU Weimin version of the tree data structure to achieve the...
严慰敏,吴伟民版数据结构树上算法的具体实现c++版本-Yan Wei Min, Xiulan WU Weimin version of the tree data structure to achieve the specific algorithm c version
- 2022-02-03 13:27:38下载
- 积分:1
-
快速SQL交互工具
快速SQL交互工具-rapid interactive SQL tools
- 2022-01-24 18:15:12下载
- 积分:1
-
data structure used to achieve basic algorithm to achieve C bus services managem...
用数据结构实现基本算法 用C++实现车务管理,需用到栈基本数据结构-data structure used to achieve basic algorithm to achieve C bus services management, needed to stack the basic data structure
- 2022-01-22 07:19:08下载
- 积分:1
-
数据结构练习共18道。
数据结构练习共18道。-data structure to practice a total 18.
- 2022-02-16 03:06:05下载
- 积分:1
-
很好的数据结构学习软件。有C语言和Pascal语言两种形式。
很好的数据结构学习软件。有C语言和Pascal语言两种形式。-good data structure learning software. C language and Pascal language in two forms.
- 2022-06-28 17:19:36下载
- 积分:1
-
C++编写的用十字链表的稀疏矩阵相乘
采用来唯一地确定每一个非零元素,其中row、col、value分别表示非零元素在矩阵中的的行
下标、列下表和值。各数组元素的三元组按在原矩阵中的位置以行优先的顺序依次存放。在稀疏矩阵的十字链表
表示中,矩阵的的每一行设置为一个带附加头结点的循环行链表,每一列也设置为一个带附加头结点的循环列链
表。基于三元组及十字链表的稀疏矩阵乘法
- 2023-09-08 23:35:02下载
- 积分:1