资源列表

« 1 2 ... .48 .49 .50 .51 .52 1953.54 .55 .56 .57 .58 ... 2656 »

[数据结构常用算法PAIXU

说明:数据结构实验 关于各种排序方法的 希望对您的学习有所帮助-Experimental data structure of hope on the various sorting methods will help you learn
<FEIWU2> 在 2024-11-02 上传 | 大小:226304 | 下载:0

[数据结构常用算法lecture_03recursion

说明:此资料主要用于acm初学者。递归算法是c++中一个比较重要的算法,尤其在acm中。本文深入浅出的讲解了递归算法。-This article maybe very useful to the acmer.As we all know that the recursion algorithm is very important.By reading this article you may learn a lot.
<董明秀> 在 2024-11-02 上传 | 大小:226304 | 下载:1

[数据结构常用算法01bag

说明:实现经典0-1背包问题,采用动态规划、分枝限界、回溯法、贪心算法等四个算法分别实现0-1背包问题,并有一个四合一的算法统一用四种方法实现。并对其时间复杂度进行了分析。-To achieve the classic 0-1 knapsack problem, dynamic programming, branch and bound, backtracking, greedy algorithm to achieve the four a
<liuyongzhong> 在 2024-11-02 上传 | 大小:226304 | 下载:0

[数据结构常用算法Joseph

说明:约瑟夫环代码 用Visio C++写的 保证可以运行 很好用-Joseph Ring with Visio C++ code written to run well with the guarantee
<> 在 2024-11-02 上传 | 大小:226304 | 下载:0

[数据结构常用算法binary-sort-tree

说明:任意给定一组数据,设计一个算法,建立一棵二叉排序树,对它进行查找、插入、删除等操作。-Any given set of data, design an algorithm to build a binary sort tree, it to find, insert, delete files.
<沈亮> 在 2024-11-02 上传 | 大小:226304 | 下载:0

[数据结构常用算法Hash_Table

说明:哈希表的C++实现,包括四个cpp和三个头文件,仅供参考。-Hash table in C++
<> 在 2024-11-02 上传 | 大小:226304 | 下载:0

[数据结构常用算法sample03

说明:c++程序中关于两个数中最大值的算法,比较两个数中哪个最大,并取得最大值-c++ program on the maximum of two numbers in the algorithm to compare two numbers in which the largest, and obtain the maximum
<朱培培> 在 2024-11-02 上传 | 大小:226304 | 下载:0

[数据结构常用算法bahuanghou

说明:编写程序对八皇后问题进行求解:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来。 例如,当求出下述的一个解时,可输出如下信息来表示该解(输出了表示摆放皇后的坐标位置以及“棋盘状态”— 棋盘中有皇后的位置放一个“Q”字符,其他位置为“+”字符)。 (1,1) (5,2) (8,3) (6,4) (3,5) (7,6) (2,
<jiangshan> 在 2024-11-02 上传 | 大小:226304 | 下载:0

[数据结构常用算法sorting

说明:数列排序,给定个较乱的数列,可以通过该程序很有效率的进行迭代排序-Sequence sorting
<曹靖> 在 2024-11-02 上传 | 大小:226304 | 下载:0

[数据结构常用算法Huffman

说明:依次输入8个字符及其权重,然后输出每个字符的哈弗曼编码-Input 8 characters and their weights in turn, and then output each character s Huffman code.
<taiyangyu> 在 2024-11-02 上传 | 大小:226304 | 下载:0

[数据结构常用算法0-1bag

说明:假设有n件物品,每件物品有各自的重量W1,W2,……,Wn和 与之对应的价值V1,V2,……,Vn。设背包的容量为c,在不超过背包容量的前提下,求出获得最大价值总和的方案。(0-1背包的情况下物品不可分割,只能选择放入,或者不放入背包中)。 -Suppose there are n items, each item has its own weight W1, W2, ......, Wn and the correspondi
<李五> 在 2024-11-02 上传 | 大小:226304 | 下载:0

[数据结构常用算法sumofploy

说明:多项式求和源程序(测试完成版) 包括线性表和链表数据结构实现-greatly nice!!
<Fox_Power> 在 2024-11-02 上传 | 大小:226304 | 下载:0
« 1 2 ... .48 .49 .50 .51 .52 1953.54 .55 .56 .57 .58 ... 2656 »

源码中国 www.ymcn.org