资源列表
hanio1
- 四柱汉诺塔问题的求解程序.解题思路:如a,b,c,d四柱. 要把a柱第n个盘移到目标柱子(d柱),先把上层 分两为两部份,上半部份移到b柱,下半部分移到c柱,再把第n盘移到 目标柱子,然后,c柱盘子再移到目标柱子,再把b柱盘子移到目标柱子. 细节地方: 上半部份移到b柱时,它的中间变量柱子是有二选一的.而下半部分 移到c柱时,它的中间变量柱子只有一个(因为一个柱子已被上半部份 占了).b,c也移到目标柱子时同理。-4-Tower of the solution pro
fitnorm
- 对任意基本函数组合进行最小二乘曲线拟合的源程序。-basic function of arbitrary combinations least squares curve fitting of the source.
hello
- 约瑟夫环是学习单链表的一个比较好的垫脚石,是数据结构课程设计的一部分-Joseph is the study and a single list of a better stepping stone, is a data structure as part of the curriculum design
Tower
- 汉诺塔的C语言实现以及冒泡排序.就这些了。刚才那个传错了。-Tower of Hanoi C-language implementation, as well as bubble sort. That' s all. That pass just wrong.
DIJKSTRA
- 数据结构 图章节 最短路径的一种方法————Dj- the short way
first
- 网络课程设计题目,计算检验和,采用端循环进位的算法-Online course design topics, checksum computation, using the algorithm end around carry
gohome
- 数据结构 go home 问题,数据结构 go home 问题-data structate go home promblems
queen
- 八皇后问题的非递归实现,为数据结构课程的必做实验,仅提出cpp文件,读者可以自行在编译器上编译运行。-Eight queens problem non-recursive implementation of the data structure course will do the experiment, only the proposed cpp file, readers can compile and run on the compiler.
conint
- 对于给定的n个正整数,请找出一种最佳的接力方式,使得采用该接力方式得到的正整数最大。 -For a given n positive integers, find a best way of relay, makes an integer is obtained by way of the relay is the largest
fluent-making-irregular-waves
- fluent造不规则波,结合fluent UDF功能造不规则波-fluent making irregular waves
Demo
- 有关进制转换的代码实现。此代码能实现任意十进制、二进制、八进制的转换-The hexadecimal conversion code implementation. This code can realize arbitrary binary, octal, decimal and transformation
CorRunVSL_R
- Pearson correlation test written in R language
