资源列表
GraphA
- 图的建立与遍历算法。-map and the establishment of traversal algorithm.
chagnshengjiangjun
- 常胜将军 现有21根火柴,两人轮流取,每人每次可以取走1至4根,不可多取,也不能不取,谁取最后一楰火柴谁输。请编写一个程序进行人机对弈,要求人先取,计算机后取;计算机一方为“常胜将军”。 *问题分析与算法设计 在计算机后走的情况下,要想使计算机成为“常胜将军”,必须找出取 关键。根据本题的要求枷以总结出,后走一方取子的数量与对方刚才一步取子的数量之和等于,就可以保证最后一个子是留给先取子的那个人的。 据此分析进行算法设计就是很简单的工作,编程实现也十分容易。-everlas
Correlation2
- //=== === === === === === ===== //函数说明 //函数名称:Correlation //函数功能:计算最小二乘法拟合的多项式的相关系数 //使用方法:int M------拟合多项式的项数(已知条件) // double *b---拟合曲线的系数,按升次排列(已知条件) // double *x---结点x轴数据(已知条件) // double *y---结点y轴数据(已知条件) // double *Yg--结点估计值
pro-r21-s
- 按照既定的步长,输入后筛选已有数据 程序2-accordance with the established step, the imported data screening procedures have been 2
MyWorks_edwardversion
- 猜数字游戏c版 汉诺塔游戏递归解法c版-viewing game version of the game HANOR recursive solution c version
bp
- 基于MATLAB完成的神经网络源程序,因为此类程序较多,我也分不清是否与现有资源相同
shuzhifangfa
- 三角分解法中的lu分解法,用道立特分解法实现的数值方法程序-Triangular decomposition of lu decomposition method, using Road Litas decomposition process to achieve the numerical method
PAM
- it is lms alorithm s code file.
EnhancedLinkedList
- SSD5 op ex1 满分啊 -SSD5 op ex1
90253940whiteblackpoint
- 给出你设计的求解下面问题算法的伪代码并分析复杂性:设B={b1,b2, ,bn} 和 W={w1,w2, ,wn}为平面上黑点和白点的两个集合。一个黑点bi=(xi, yi )与一个白点wj=(xj, yj ) 匹配当且仅当xi≥xj 和yi≥yj 。设计一个贪心算法,找出黑白点之间的最大匹配数目。算法的复杂性要尽量接近nlgn. -Give your algorithm designed to solve the following pseudo code and the problem of
6.13
- 哈弗曼树的算法;它可以构造哈弗树,以及把哈弗曼编01码,以及反编码!-Ha Fuman tree algorithm it Harvard tree can be constructed, and the Ha Fuman compiled 01 yards, and anti-encoding!
prim
- /*分别利用prim算法和kruskal算法实现求图的最小生成树*/-/* Use, respectively, and kruskal prim algorithm graph algorithms find the minimum spanning tree* /
