资源列表
[数据结构常用算法] TarsusPmultiplication
说明:分治法大整数乘法课件 概述:算法概要、算法效率 合并排序 快速排序 折半查找 大整数乘法 Strassen 矩阵乘法 分治法解凸包 -Divide and conquer integer multiplication courseware about the function and some problems very effective way to solve the that ser<彭宇> 在 2024-11-05 上传 | 大小:101376 | 下载: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-11-05 上传 | 大小:1471488 | 下载:0
[数据结构常用算法] STL-source-analysis
说明:STL源码剖析.pdf 向专家学习 强型检验、内存管理、算法、数据结构、 及 STL 各类组件之实作技术-STL source analysis. PDF<xk> 在 2024-11-05 上传 | 大小:2187264 | 下载:0
[数据结构常用算法] luojihanshuhuajian
说明:一篇关于用qm算法化简逻辑函数的程序的文章-an article about qm<hiyaku> 在 2024-11-05 上传 | 大小:95232 | 下载: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-11-05 上传 | 大小:3072 | 下载:0