资源列表

« 1 2 ... .54 .55 .56 .57 .58 559.60 .61 .62 .63 .64 ... 2656 »

[数据结构常用算法01pack

说明:01背包问题,用动态规划实现的,里面讲得很详细-01 knapsack problem, using dynamic programming to achieve, which made detailed
<scf> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法shuixian

说明:题目:打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该 数本身。例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方。 分析:利用for循环控制100-999个数,每个数分解出个位,十位,百位。*/-Topic: print out all of the Narcissus few , the so-called Narcissus few refers to a t
<scf> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法316

说明:/*题目:把整数316表示为两个数之和,使其中一个数能被13整除, 而另一个数能被11整除,求解这两个数。 分析:把316分成a与b的和,然后判断a与b是否被13和11整除*/-/* Title: the integer 316 is expressed as the number two and so one of a few can be divisible by 13, while another number can
<scf> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法a

说明:二叉查找树的创建、查找、插入和删除 问题描述:运行时产生若干个随机整数,依次插入到一棵初始为空的二叉查找树中,并能在其中查找、插入、删除指定的整数。-Binary Search Tree to create, find, insert and delete the problem descr iption: run-time generated a number of random integers, followed by ins
<李晓风> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法Queen

说明:算法设计与分析中,对N皇后进行编程,主要运用到的是贪心算法。-Algorithm design and analysis, on the N s programming, the main use of the greedy algorithm.
<wyywd> 在 2025-01-27 上传 | 大小:1.38mb | 下载:0

[数据结构常用算法List

说明:写得非常好的链表数据结构程序,大公司面试时经常用到的。-Written in very good list data structure procedures, large companies frequently used the interviews.
<YU> 在 2025-01-27 上传 | 大小:215kb | 下载:0

[数据结构常用算法1

说明:配合严蔚敏的数据结构的辅导书,内有书中程序的代码实现——高一凡所著的数据结构算法解析的第一章绪论。-YAN Wei-Min with the data structure of the counseling book, there are procedures code book- written by high and one where the data structure algorithm to resolve the firs
<wujiawei> 在 2025-01-27 上传 | 大小:4kb | 下载:0

[数据结构常用算法2

说明:配合严蔚敏的数据结构的辅导书,内有书中程序的代码实现——高一凡所著的数据结构算法解析的第二章线性表。-YAN Wei-Min with the data structure of the counseling book, there are procedures code book- written by high and one where the data structure algorithm to resolve the sec
<wujiawei> 在 2025-01-27 上传 | 大小:22kb | 下载:0

[数据结构常用算法3

说明:配合严蔚敏的数据结构的辅导书,内有书中程序的代码实现——高一凡所著的数据结构算法解析的第三章栈和队列。-YAN Wei-Min with the data structure of the counseling book, there are procedures code book- written by high and one where the data structure parsing algorithm Chapter I
<wujiawei> 在 2025-01-27 上传 | 大小:17kb | 下载:0

[数据结构常用算法4

说明:配合严蔚敏的数据结构的辅导书,内有书中程序的代码实现——高一凡所著的数据结构算法解析的第四章串。-YAN Wei-Min with the data structure of the counseling book, there are procedures code book- written by high and one where the data structure parsing algorithm for strings
<wujiawei> 在 2025-01-27 上传 | 大小:8kb | 下载:0

[数据结构常用算法5

说明:配合严蔚敏的数据结构的辅导书,内有书中程序的代码实现——高一凡所著的数据结构算法解析的第五章数组和广义表。-YAN Wei-Min with the data structure of the counseling book, there are procedures code book- written by high and one where the data structure parsing algorithm Chapter
<wujiawei> 在 2025-01-27 上传 | 大小:19kb | 下载:0

[数据结构常用算法6

说明:配合严蔚敏的数据结构的辅导书,内有书中程序的代码实现——高一凡所著的数据结构算法解析的第六章树和二差树。-YAN Wei-Min with the data structure of the counseling book, there are procedures code book- written by high and one where the data structure parsing algorithm for tree
<wujiawei> 在 2025-01-27 上传 | 大小:21kb | 下载:0
« 1 2 ... .54 .55 .56 .57 .58 559.60 .61 .62 .63 .64 ... 2656 »

源码中国 www.ymcn.org