资源列表
[数据结构常用算法] integration
说明:用链表作为数据结构对多项式进行单重积分或双重积分-use link list as the data structure to do the single integrate or double integrate<shaoyun> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Data-Structures-Source-Code
说明:This Is Data Structure programme<RMkumar> 在 2025-06-17 上传 | 大小:5kb | 下载:0
[数据结构常用算法] communication-system
说明:简单通信系统流程(通信系统接收机用matlab实现的简单过程)-Simple communication system processes<杜继萍> 在 2025-06-17 上传 | 大小:2.72mb | 下载:0
[数据结构常用算法] SAGA
说明:Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。该算法名称以创始人之一、1978年图灵奖获得者、斯坦福大学计算机科学系教授罗伯特·弗洛伊德命名。-Floyd algorithm, also known as Freud algorithm, the insertion point method is an algorithm used to find the shortest path between vertices given weighted g<石鑫> 在 2025-06-17 上传 | 大小:4kb | 下载:0
[数据结构常用算法] yy
说明:把在链表中插入语删除节点的操作写成一个函数。 bool insert(Node *&h,int a,int pos) pos(>=0)为0的时候在表头插入,否则在第pos个结点的后面插入。 bool remove(Node *&h,int &a,int pos) -Written as a function of the parenthesis in the linked list delete node operation. bool insert (Node* &<yejunjian> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] binarytree
说明:1.以二叉链表作存储结构,编写前序、中序、后序及层次顺序遍历二叉树的算法。 2、 以二叉链表作存储结构,编写计算二叉树深度、所有结点总数、叶子结点数、双孩子结点个数、单孩子结点个数的算法 -1 to two binary linked list storage structure, preparation of order, in sequence, after the sequence and hierarchy order traversal of binary tree algor<吴惠林> 在 2025-06-17 上传 | 大小:991kb | 下载:0