资源列表
[数据结构常用算法] TarsusPmultiplication
说明:分治法大整数乘法课件 概述:算法概要、算法效率 合并排序 快速排序 折半查找 大整数乘法 Strassen 矩阵乘法 分治法解凸包 -Divide and conquer integer multiplication courseware about the function and some problems very effective way to solve the that serious .I think it will be ok!<彭宇> 在 2025-06-09 上传 | 大小: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.... Each file corresponding to a str<张锦涛> 在 2025-06-09 上传 | 大小:1.4mb | 下载:0
[数据结构常用算法] STL-source-analysis
说明:STL源码剖析.pdf 向专家学习 强型检验、内存管理、算法、数据结构、 及 STL 各类组件之实作技术-STL source analysis. PDF<xk> 在 2025-06-09 上传 | 大小:2.09mb | 下载:0
[数据结构常用算法] NSGA-II
说明:相对于NSGA而言,NSGA—II具有以下优点:1)提出新的基于分级 的快速非胜出排序算法,将计算复杂度由 降到 ,其中: 表示目标函数的数目, 表示种群中个体的数目;2)为了标定分级快速非胜出排序后同级中不同元素的适值,也为使准 域中的元素能扩展到整个 域,并尽可能均匀遍布,文献[7]提出了拥挤距离的概念,采用拥挤距离比较算子代替需要计算复杂的共享参数的适值共享方法;3)引入了保优机制,扩大了采样空间,经选择后参加繁殖的个体所产生的后代同其父代个体共同竞争来产生下一代种群,因此有利于保持优良的<姜徐东> 在 2025-06-09 上传 | 大小:20kb | 下载:0
[数据结构常用算法] luojihanshuhuajian
说明:一篇关于用qm算法化简逻辑函数的程序的文章-an article about qm<hiyaku> 在 2025-06-09 上传 | 大小: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(Node**head,Type data){ Node<ye zi> 在 2025-06-09 上传 | 大小:3kb | 下载:0