资源列表
[数据结构常用算法] TarsusPmultiplication
说明:分治法大整数乘法课件 概述:算法概要、算法效率 合并排序 快速排序 折半查找 大整数乘法 Strassen 矩阵乘法 分治法解凸包 -Divide and conquer integer multiplication courseware about the function and some problems very effective way to solve the that ser<彭宇> 在 2024-12-26 上传 | 大小:99kb | 下载:0
[数据结构常用算法] The-data-structure-source-code
说明:数据结构原理实现,里面有各种常用的结构的源码实现(包括链表、树、队列)等等。。。 每个文件对应一种结构的实现。-Principles of data structure to achieve, there are a variety of common structure of the source code to achieve ( including the list, tree, queue ) etc.... Ea<张锦涛> 在 2024-12-26 上传 | 大小:1.4mb | 下载:0
[数据结构常用算法] STL-source-analysis
说明:STL源码剖析.pdf 向专家学习 强型检验、内存管理、算法、数据结构、 及 STL 各类组件之实作技术-STL source analysis. PDF<xk> 在 2024-12-26 上传 | 大小:2.09mb | 下载:0
[数据结构常用算法] luojihanshuhuajian
说明:一篇关于用qm算法化简逻辑函数的程序的文章-an article about qm<hiyaku> 在 2024-12-26 上传 | 大小:93kb | 下载:0
[数据结构常用算法] WinRAR-ZIP
说明:在C++用递归实现链表逆序 使得倒序输出。-#include <stdio.h> #include <stdlib.h> #include <time.h> const int M=10 typedef int Type typedef struct Node{ Type data struct Node* next }Node void add_elem<ye zi> 在 2024-12-26 上传 | 大小:3kb | 下载:0
[数据结构常用算法] Doubly-linked-.
说明:线性表链式存储(双向链表)插入、删除运算 1、预习要求:线性表的插入、删除相关概念及运算,完成线性表元素的插入、删除。 2、实验目的: (1)了解线性表的插入、删除相关概念; (2)理解线性表的插入、删除过程和结构定义; (3)掌握算法转换为程序的过程中的变化。 3、实验内容及要求: (1) 以“一个较完整的程序范例-顺序表”程序框架为框架 (2)双链表结构体为: typedef struc<the spring> 在 2024-12-26 上传 | 大小:318kb | 下载:0
[数据结构常用算法] Binary-tree-traversal
说明:二叉树遍历:构建一个二叉树,输出结点信息,二叉树前序遍历,中序遍历,后续遍历,层次遍历。-Binary Tree Traversal: build a binary tree, the output node information before, binary tree traversal in preorder traversal, the follow-up traverse the hierarchy traversal.<the spring> 在 2024-12-26 上传 | 大小:627kb | 下载:0