搜索资源列表
45699GAtools
- 好用的。系统辨识中,递推最小二乘估计(RLS)是辨识模型阶次的一个重要的算法。该程序通过实现该算法,得到模型阶次的估计值以及相关参数值。 -refrain. System identification, estimation recursive least squares (RLS) identification model is of the order of an important algorithm. The procedures through the realization of
1905
- 很好的搜索: 给你很多长度不定的木棒,将他们分成几组,每组中的总长度作为这组的标示值,请给出一种分组方法,能使得所有标示值中的最小值最大。 Input 多组,每组两行,第一行是一个N和K,代表有N根木棒,分成K组,第二行是N个数字,代表木棒的长度。(N不超过100,K不超过20,每根木棒长度不超过1000) Output 输出所有标示值中的最小值的最大值。 Sample Input 5 3 1 3 5 7 9
shortestpath
- 首先,引进一个辅助向量D,它的每个分量D表示当前所找到的从始点v到每个终点vi的最短路径的长度。如D[3]=2表示从始点v到终点3的路径相对最小长度为2。这里强调相对就是说在算法过程中D的值是在不断逼近最终结果但在过程中不一定就等于最短路径长度。它的初始状态为:若从v到vi有弧,则D为弧上的权值;否则置D为∞。显然,长度为 D[j]=-First of all, the introduction of an auxiliary vector D, for each of its componen
the-max-and-mimimum--value
- 求一组随机数的最大值和最小值,并显示当前值。-Find the minimum and maximum values of the random number, and displays the current value
MFCtest
- 简单的MFC界面,实现加、减,求最大最小值,通过调用dll动态库文件实现-Simple MFC interface, add, subtract, seeking maximum and minimum, by calling the dll file to achieve dynamic library
mydll1
- 简单的dll文件,包含求两个数的最大值最小值得功能函数,函数接口int Max(int a,int b),int Min(int a,int b)-Simple dll file that contains the maximum number of minimum requirements two worthy performance function, the function interface int Max (int a, int b), int Min (int a, int b)