资源列表
[数据结构常用算法] xishujuzhen
说明:稀疏矩阵的运算程序。该设计程序的功能是由键盘输入稀疏矩阵中非零值的行标,列标和元素值构成的三元组顺序表,这样就确定了整个矩阵,再使两个矩阵以三元组表形式求和、差、乘积并将运行的结果输出,本程序主要用到的知识是以顺序表形式存储稀疏矩阵,再用链表对其进行操作,来通过三元组判断位置、非零值运算实现稀疏矩阵的加、减、乘等运算。-Sparse matrix computation program. The design process is th<zhuxinyu> 在 2024-11-07 上传 | 大小:114kb | 下载:0
[数据结构常用算法] migongwenti
说明:对迷宫问题进行求解,数据结构课程设计可能用的上。-On the maze to solve the problem, the data structure may be used on the course design.<淡风> 在 2024-11-07 上传 | 大小:114kb | 下载:0
[数据结构常用算法] huffmantree
说明:数据结构与算法,关于哈弗曼树的C++语言实现,其中涉及二叉树和优先队列的相关知识-a piece of code about HuffmanTree ,use the C++ language, and also include some knowledge of binarytree and prior tree.<Elaine> 在 2024-11-07 上传 | 大小:114kb | 下载:0
[数据结构常用算法] ASDESGTree-Search
说明:论文 <A Study of Decision Error in Selective Game Tree Search>-paper <A Study of Decision Error in Selective Game Tree Search><sunkai> 在 2024-11-07 上传 | 大小:114kb | 下载:0
[数据结构常用算法] DataStructer-Assigments
说明:数据结构的第二章作业。关于链表,栈等所有基本操作的代码-Chapter II of the data structure operations. About linked lists, stacks and all the basic operations of the code<王彬彬> 在 2024-11-07 上传 | 大小:114kb | 下载:0
[数据结构常用算法] binany_tree
说明:输入二叉树两种遍历结果(中序加另外一种),恢复该二叉树。-Input binary tree the two traversal results (in sequence plus another) to restore the binary tree.<王伟> 在 2024-11-07 上传 | 大小:114kb | 下载:0
[数据结构常用算法] match-of-characters
说明:用朴素模式匹配算法和快速模式匹配算法实现字符串的模式匹配为题,带有详细的运行说明。-With a simple pattern matching algorithm and fast pattern matching algorithm string pattern matching the title, with a detailed descr iption of the operation.<mafangyuan> 在 2024-11-07 上传 | 大小:114kb | 下载:0