资源列表

« 1 2 ... .25 .26 .27 .28 .29 1930.31 .32 .33 .34 .35 ... 2656 »

[数据结构常用算法Monks-and-savage-problem

说明:这是一个古典问题。假设有n个修道士和n个野人准备渡河,但只有一条能容纳c人的小船,为了防止野人侵犯修道士,要求无论在何处,修道士的个数不得少于野人的人数(除非修道士个数为0)。如果两种人都会划船,试设计一个算法,确定他们能否渡过河去,若能,则给出一个小船来回次数最少的最佳方案。 要求: (1)用一个三元组(x1,x2,x3)表示渡河过程中各个状态。其中,x1表示起始岸上修道士个数,x2表示起始岸上野人个数,x3表示小船位置(0—
<panbowen> 在 2024-10-01 上传 | 大小:214016 | 下载:0

[数据结构常用算法n_queen

说明:关于N皇后问题,通过探讨N后问题得到一些结论性的东西-On the N-Queens problem, after problem by exploring some of the conclusions N of the things
<夏跃龙> 在 2024-10-01 上传 | 大小:214016 | 下载:0

[数据结构常用算法4546

说明:用C++求两个序列x{A,B,C,B,D,A,B}与y{B,D,C,A,B,A}的最长公共子序列-C++, find two sequences x {A, B, C, B, D, A, B} and y {B, D, C, A, B, A} of the longest common subsequence
<free> 在 2024-10-01 上传 | 大小:214016 | 下载:0

[数据结构常用算法myHuffTree

说明:我的自己构建哈夫曼树的代码,里面写了多注释。希望对新有帮助-My own constructing hoffmann tree code, was written in it more comments. Hope for new help
<xx> 在 2024-10-01 上传 | 大小:214016 | 下载:0

[数据结构常用算法poly

说明:数据结构,多项式求解,带注释,很好的学习和参考资料。-Data structure, polynomial, with comments, good learning and reference materials.
<马小帅> 在 2024-10-01 上传 | 大小:214016 | 下载:0

[数据结构常用算法1

说明:算术表达式求值:输入中缀表达式,转换成后缀表达式后求值-Arithmetic expressions are evaluated: input midfix expression, converted into a suffix after expressions are evaluated
<qiyu> 在 2024-10-01 上传 | 大小:214016 | 下载:0

[数据结构常用算法bag

说明:C++语言编制的一般背包问题,可用于一般的算法实验-General knapsack problem
<kxm> 在 2024-10-01 上传 | 大小:214016 | 下载:0

[数据结构常用算法Algorithm-experiment-report

说明:算法的完整实验报告,内容包含:提公因子,排序和BF/BP算法比较 内含截图和源代码-Complete experimental report of the algorithm includes: mention common factor, sort and BF/BP algorithm contains screenshots and source code
<> 在 2024-10-01 上传 | 大小:214016 | 下载:0

[数据结构常用算法DigitalClock

说明:用c语言实现的数字时钟,首先直接点击运行,就会出现本地时间-C language, digital clock, first click directly run, there will be local time
<谢永泉> 在 2024-10-01 上传 | 大小:214016 | 下载:0

[数据结构常用算法queue

说明:队列,依次输入要输出的字符,并进行入队操作,然后输出队列中元素-Queue, input the characters, then output all the elements in the queue
<taiyangyu> 在 2024-10-01 上传 | 大小:214016 | 下载:0

[数据结构常用算法k-juleijunzhisuanfa

说明:数据挖掘k-均值聚类算法 VC6.0测试通过-Data mining k-means clustering algorithm VC6.0 test
<郭郭> 在 2024-10-01 上传 | 大小:214016 | 下载:0

[数据结构常用算法SSDD6lab

说明:系统级编程实验2,此实验为软件学院的系统编程常用实验项目-System-level programming experiment 2, this experiment is commonly used in software colleges
<章思沛> 在 2024-10-01 上传 | 大小:214016 | 下载:0
« 1 2 ... .25 .26 .27 .28 .29 1930.31 .32 .33 .34 .35 ... 2656 »

源码中国 www.ymcn.org