资源列表

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

[数据结构常用算法01pack

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

[数据结构常用算法migong

说明:数据结构中重要的迷宫算法,其中有详细的代码解析-Important data structure in the maze algorithm, including a detailed analysis of code
<tt> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法LIST

说明:数据结构课程设计之线性表的基础操作,能实现删除、插入、打印输出等基本操作,加深对数据结构线性表的理解。-Data structure the curriculum design of the linear form the basis of operation, to achieve the deletion, insertion, printouts and other basic operations, better underst
<*> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法TRACK

说明:数据结构课程设计之堆栈的应用,能实现堆栈这个数据结构的基本应用,例如,初始化,出栈和入栈操作等。-Data structure the curriculum design of the stack of applications, to achieve the stack data structure of the basic applications, for example, initialization, a stack and入
<*> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法yinhangjia

说明:银行家算法 适合操作系统课设 自己编的-Banker
<wanghui> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法bubblesort

说明:介绍冒泡算法的实现代码,帮助初学者学习,希望给予指导-Introduction bubble algorithm code to help beginners learn, want to give guidance
<孔永锋> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法tuxinglinjiedianshuzushixian

说明:数据结构图的实现方法:数组表示法,给出代码,帮助加深对数据结构的理解和实现-Data structure of the realization of methods: an array of expression, given the code to help deepen the understanding of the data structure and the realization of
<孔永锋> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法ProblemF

说明:算法分析与设计中的汽车加油问题,用贪心算法来进行 -Algorithm analysis and design of the automobile refueling problem, greedy algorithm used to carry out
<天河> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法value

说明:演示用算符优先法对中序算术表达式求值的过程。 程序执行的命令包括: (1)构造两个空栈,数栈和运算符栈;(2)输入一个中序算术表达式,表达式中数字进入数栈,运算符进入运算符栈;(3)将从键盘上输入的运算符与运算符栈中的运算符进行优先级比较;(4)将运算结果再放入数栈中;(5)结束。 -Demonstration by operators in order of priority on the arithmetic expr
<sanghy> 在 2025-01-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .54 .55 .56 .57 .58 2159.60 .61 .62 .63 .64 ... 2656 »

源码中国 www.ymcn.org