资源列表

« 1 2 ... .13 .14 .15 .16 .17 1118.19 .20 .21 .22 .23 ... 2656 »

[数据结构常用算法a

说明:分治策略—归并排序。(1)编写一个模板函数: template <typename T> MergeSort(T *a, int n) -Divide and conquer strategy- merge sort. (1) Write a template function: template <typename T> MergeSort (T* a, int n)
<miss_xu> 在 2025-06-04 上传 | 大小:15kb | 下载:0

[数据结构常用算法opr00QSR

说明:EM-hard optimization
<Alex> 在 2025-06-04 上传 | 大小:742kb | 下载:0

[数据结构常用算法shu

说明:建立一棵用二叉链表方式存储的二叉数,并对其进行遍历(先序\中序和后序),打印输出结果.-failed to translate
<111> 在 2025-06-04 上传 | 大小:49kb | 下载:0

[数据结构常用算法tree-2.62

说明:可以扩展的树形数据结构源码,用C++写成,可以直接编译,方便实现你想要的树形数据结构-Tree data structure can be extended source, with C++ languages, can be directly translated to facilitate the realization of the tree data structure you want
<liuzhe> 在 2025-06-04 上传 | 大小:171kb | 下载:0

[数据结构常用算法erchsa

说明:大家来看看 二叉树的先序遍历 后序遍历 中序遍历 -Before we take a look at the binary tree postorder traversal traversal traversal Thank you
<王东> 在 2025-06-04 上传 | 大小:224kb | 下载:0

[数据结构常用算法B-tree

说明:b树这就是b树的一个生成软件,能够帮助大家学习b树-b-tree this is a b-tree.
<sunshine> 在 2025-06-04 上传 | 大小:943kb | 下载:0

[数据结构常用算法chazhao

说明:折半查找算法的递归算法,采用顺序方式存储。完整的程序-Recursive algorithm binary search algorithm, using the order stored. Complete program
<changqianqian> 在 2025-06-04 上传 | 大小:1kb | 下载:0

[数据结构常用算法Q3

说明:c++ 链表功能,包括链表输出和反序输出,搜索和删除以及合并两个链表-c++ hain
<kjj> 在 2025-06-04 上传 | 大小:370kb | 下载:0

[数据结构常用算法Huffman

说明:Huffman编码+贪心算法-Huffman
<miss_xu> 在 2025-06-04 上传 | 大小:1kb | 下载:0

[数据结构常用算法nqueen

说明:用概率算法求解N皇后问题。1、拉斯维加斯概率算法 每一行得到了几个摆放位置时,不是按顺序进行摆放,而是随机摆放的。因此程序每次运行的时间都不一样。用拉斯维加斯算法除非找不到解,如果找到,答案就一定是正确的。-Probabilistic algorithm with N queens problem. 1, Las Vegas probabilistic algorithms have several display each line position, not by placing the
<miss_xu> 在 2025-06-04 上传 | 大小:1kb | 下载:0

[数据结构常用算法Thenearestpointofthealgorithm

说明:最近点对的算法实现,希望大家互相学习,提建议。希望对您有帮助-The nearest point of the algorithm, I hope you learn from each other suggestions. I hope for your help
<无无无> 在 2025-06-04 上传 | 大小:175kb | 下载:0

[数据结构常用算法dianluban

说明:电路板排序问题,经典的算法问题,实现的代码,自己做的试验,和大家分享下,希望对大家有帮助-PCB scheduling problem, the classical algorithmic problems and realize the code, make their own experiments, and share with you, we want to help
<李芳> 在 2025-06-04 上传 | 大小:22kb | 下载:0
« 1 2 ... .13 .14 .15 .16 .17 1118.19 .20 .21 .22 .23 ... 2656 »

源码中国 www.ymcn.org