搜索资源列表
Cjordn0
- 全选主元高斯-诺尔当消去法求解具有多组实常数向量的实系数线性方程组的C语言描述,算法-Full pivoting Gauss- Noel elimination method as a real constant vector with a multiple linear equations with real coefficients of C language descr iption of the algorithm
dist
- 开车从起始点A到目的地B的路线有多条。给你一张描述待选路线的表(n*n的矩阵A),让你找出行车距离最短的路线。表中表示了任意两个路口的连通情况,以及距离。矩阵元素a(i,j)=0表示路口i,j不连通,a(i,j)!=0表示路口i,j的行车距离。其中起始点A在路口1,目的地B在路口n 。完成源程序DIST.CPP中Dijkstra函数的编写。-A drive to the destination from a starting point a number of B' s line. Giv
stone
- 在一个圆形操场的四周摆放N堆石子(N≤100),现要将石子有次序地合并成一堆。规定每次只能选相邻的两堆合并成新的一堆,并将新的一堆的石子数,记为该次合并的得分。编一程序,读入堆数N及每堆石子数(≤100)选择一种合并石子的方案,分别得到合并这N堆石子为一堆,可以得到的最大得分和最小得分 输入包含多个例子。第一行为N,即石子堆的数目,以下一行为N个整形,分别代表每堆石子的数目。当N=0时,输入结束。 -Around the playground in a circular heap
Desktop
- 全选主元高斯消元法,用于求解多阶线性方程组-Select the principal component Gaussian elimination method for solving linear equations
code
- 问题描述: 在一个操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次至少选2 堆最多选k堆石子合并成新的一堆,合并的费用为新的一堆的石子数。试设计一个算法,计算出将n堆石子合并成一堆的最大总费用和最小总费用。 编程任务: 对于给定n堆石子,编程计算合并成一堆的最大总费用和最小总费用。 Input 测试数据的第1 行有2个正整数n和k,表示有n堆石子,每次至少选2堆最多选k堆石子合并。第2行有n个数,分别表示每堆石子的个数。 O
ACJDN
- 用全选主元高斯-约当消去法求解系数矩阵相同而具有多组右端常 数向量的复系数线性代数方程组AX=B-PCA Gaussian with Select- Jordan elimination method for solving the same coefficient matrix and constant vector with multiple groups of the right end of the complex coefficients of linear algebraic e
multi_iter_average
- 多次迭代滑动平均算法,是选一矩形窗口,在平面上逐点滑动,计算窗口内所有点的平均值及观测值与此平均值之差-Multiple iterative moving average algorithm is to a rectangular window, sliding on the plane point by point, calculate the average value of all the points in the window and the difference between t
avalanche-master
- 计算回测程序,多因子选股模型,单因子测试(Calculation of back - test program, multi - factor stock - picking model, the single factor test)
Desktop
- 2010-12到2015-6的月末收盘价格的市值与反转因子选股模型。50多个截面的选股策略收益稳定持续。(a 2 factors model for stock selecting)