资源列表
guangjinfenge
- 黄金分割搜索法的vc代码,有两个过程实现,分别是Golden和mnbrak,mnbrak利用黄金比率和二次插值确定函数的极小值点的所在区间,Golden用黄金分割法求一元函数的极小值。-Golden Section Search vc law code, there are two processes to achieve, and Golden were mnbrak. mnbrak golden ratio and use quadratic interpolation function t
Least-squares
- 在生产和实验中,通常需要依据一组实验数据,确定函数来近似该组数据,可以采用最小二乘法求解上述问题。
RAN
- 关于资源分配网络源代码。可以动态调节隐层节点个数。不增加节点时采用梯度法调节参数。-Network resource allocation on the source code. Can dynamically adjust the number of hidden layer nodes. Not to increase the gradient method used in the node parameter adjustment.
lu
- 用lu分解法求解线性代数方程组,可以输出u|y增广矩阵-Using lu decomposition method for solving linear algebraic equations, can output u | y augmented matrix
TestAlgorithm
- 求花朵数的JAVA代码实现 一个N位的十进制正整数,如果它的每个位上的数字的N次方的和等于这个数本身,则称其为花朵数。 例如: 当N=3时,153就满足条件,因为 1^3 + 5^3 + 3^3 = 153,这样的数字也被称为水仙花数(其中,“^”表示乘方,5^3表示5的3次方,也就是立方)。 当N=4时,1634满足条件,因为 1^4 + 6^4 + 3^4 + 4^4 = 1634。 当N=5时,92727满足条件。 实际上,对N的每个取值,可能有多个数字满足条件。
NaiveBayes
- Naive Bayes algorithm for data mining
one_shortroad
- 本次试验是讨论单源点的最短路径问题:给带权有向图和源点V到G中其余各顶点的最短路径。
fft
- 此程序事一个关于快速傅里叶变换的vc程序,相信会有用的-Do this procedure a fast Fourier transform on the vc process, I believe will be useful for
newton
- 高效率的牛顿迭代法,求根。C实现的版本。-Efficient Newton iteration method, Roots. C implementation version.
TimusQuestions
- Timus Online Judge Questions
M-squence
- 用单片机只能实现级数叫低的M序列,本程序是单片机的软件补助,功能是产生M序列游程计算-MCU can only achieve low series called the M series, the procedure is SCM software subsidies, function is to produce M-sequence calculation YOU
shooting method求解
- c++,shooting method求解平板稳态导热问题,请给积分,已经发了两个了
