搜索资源列表
-
0下载:
稀疏矩阵
1、 应用程序 直接可以实现矩阵的各项操作。
2、 查看原代码VC++6.0打开“稀疏矩阵\\creatematrix.dsp”或者用记事本打开“稀疏矩阵\\creatematrix.cpp”
3、 代码简单说明:
本程序是一个工程文件包含了链式与顺序两种多项是处理方式:
十字链表:矩阵的结构体:matnode;
三元组顺序:矩阵结构体:tsmat
4、ADT在文件夹“稀疏矩阵”里
-a sparse matrix, t
-
-
0下载:
1、 应用程序 直接可以实现多项式的各项操作。
2、 查看原代码VC++6.0打开“多项式\\poly88.dsp”或者用记事本打开“多项式\\poly88.cpp”
3、 代码简单说明:
本程序是一个工程文件包含了链式与顺序两种多项是处理方式:
链表存储结构:多项式类是polynomail,节点类是polynelem;
顺序存储结构:多项是结构体是Ploynomial,节点类是term。
4、 注:在运行应用程序\"多项式.exe\"时,在
-
-
0下载:
C语言数据结构源代码,包括队列,栈和链表等。-C language source code for data structure, including the queue, stack and other Chain.
-
-
0下载:
C++数据结构源代码及算法实现说明,包括链表、树、队列和栈等。-C + + source code for data structure and algorithm descr iption, including Chain, trees and Queue and stack.
-
-
0下载:
矩阵链的相乘的源代码,采用动态归还算法求解得到最优解。-chain matrix multiplication of the source code, the return of dynamic algorithm to obtain the optimal solution.
-
-
0下载:
本源码是关于数据结构的链式栈的操作的源码,你可以下载编译。-source of the data structure of the chain of operation of the stack source code, you can download the compiler.
-
-
0下载:
这是我的数据结构课程设计源代码,请务必按提示输入数据,该程序的功能是用链表实现多项式的四则运算。-This is my data structure course design source code, you must follow the directions to input data, the program's function is used to achieve Chain of four polynomial operations.
-
-
0下载:
数据结构中 链表 链队 链栈 的实现,源代码对于初学者很实用-The data structure linked list chain, chain of stack implementation team, the source code is very useful for beginners
-
-
0下载:
本源码是用C语言写的一个单链表 其功能是单链表的建立 插入 删除 以及每个操作后的输出-The C language source code is written in a single chain and its function is the establishment of a single linked list insertion deletion, as well as the output after each operation
-
-
0下载:
链式栈的源代码,可以实现关于链式栈的多种操作,是数据结构入门的重要基础-Chain stack source code, can achieve a variety of operations on the chain stack, the data structure is an important basis for entry
-
-
0下载:
数据结构实验答案源码,包括顺序线性表、链式线性表、队列、二叉树等以及各种排序方法-Experimental data structure answers to source code, including the order of the linear form, linear chain table, queue, binary tree, and various sorting methods such as
-
-
0下载:
有关数据结构c++实现的源代码,包括顺序表,队列,链式表,堆,二叉树等。-Data structure c++ source code, including the order form, queue, chain table, heap, binary trees and so on.
-
-
0下载:
链表数据结构,文件为链表数据结构的源代码,不需要自己输入数据,系统随机生成数。-Chain table data structure,Documents for the list of the data structure of source code, do not need oneself to input data, the system randomly generated number.
-
-
0下载:
链式基数选择排序算法是数据结构中关于排序的重要算法,本程序是链式基数选择排序算法的源代码。-Chain base sorting algorithm data structure on the sort algorithm, the program is a chain base to select the source code of the sorting algorithm.
-
-
0下载:
本源码是数据结构链栈的相关操作源码,能够直接运行,帮助那些初学数据结构不知道从何入手的人快速入门-This source code is the data structure of the related operation chain stack source code, can be directly run, help the beginners data structure don t know how to start from the people quickstart
-
-
0下载:
稀疏矩阵十字链表的基本操作 包含源代码和讲解的PPT 编译的平台是VS2010 使用模板c-Cross Chain sparse matrix contains the basic operation of the source code and explain the PPT compiled platform is VS2010
-
-
0下载:
数据结构链表、栈、树、图的封装好的基本函数源代码。-Data structure chain, trees, graphs, and algorithm design and analysis package good basic function source code.
-
-
0下载:
C++语言实现的链式存储线性表的插入、删除、查找等操作源程序-C++ language to achieve chain store linear table insert, delete, search operations such as source code
-
-
0下载:
这个源代码是为了实现矩阵链相乘算法的构造矩阵的完整代码。-This source code is in order to realize the structure of the matrix chain multiplication algorithm of matrix complete code.
-
-
0下载:
这个源代码是实现矩阵链相乘算法的一段代码,可以正确输出加括号的方式。-This source code is to achieve a piece of code matrix chain multiplication algorithm, can correct output bracketing mode.
-