资源列表
ADAMS0304
- 这个程序主要用来是用Adams三步四步法求解微分方程的,可以修改其方程而用于其他的方程求解,请指正!-this procedure is used mainly to Adams steps four-step solution of differential equations, could modify its equation and the equation for solving other, Hi!
fitqr
- 基于QR分解的总体最小二乘算法,在工程领域有很大的应用
xianxing
- 迭代法线性方程 通过其中一种迭代法解方程 我们的实验报告-Iterative method of linear equations by solving equations in one iteration of our experiment report
double_linked_list
- 双链表基本运算功能的实现,具有详细的注释说明。-Double-linked list implementation of basic computing functions, with detailed explanatory notes.
gauss
- 对原始序列加入高斯噪声,可根据需要改变噪声的强度-To the original sequence by adding Gaussian noise, the noise need to be changed according to the intensity of
ada_boostnew
- ada_boost分类器程序,根据ada_boost算法编写的分类程序,具有较好的鲁棒性-ada_boost algorithm
3-1
- 验证求n阶乘和斐波那契数列的递归算法-Verify seek n factorial and Fibonacci series, a recursive algorithm
Least-squares-curve-fitting
- 本程序用C语言实现最小二乘法拟合曲线,欢迎大家下载-C language with least square fitting curve
erchashu
- 假设一颗二叉树的先序序列为EBADCFHGIKJ和中序序列为ABCDEFGHIJK,请画出该树-Assuming a binary sequence of the first order and the order for the EBADCFHGIKJ sequence ABCDEFGHIJK, please draw the tree
324
- 算法实现题3-1 最少硬币问题 问题描述:设有n种不同面值的硬币,各硬币的面值存于数组T[1:n]中。现要用这些面值的硬币来找钱。可以使用的各种面值的硬币个数存于数组Coins[1:n]中。对任意钱数0≤m≤20001,设计一个用最少硬币找钱m的方法。 算法设计:对于给定的1≤n≤10,硬币面值数组T和可以使用的各种面值的硬币个数数组Coins,以及钱数m,0≤m≤20001,计算找钱m的最少硬币数。 数据输入:由文件input.txt 提供输入数据,文件的第一行中只有1 个整数给出
Maze
- 本代码实现了最简单的走迷宫算法,迷宫是一个二维数组,暂时没实现自动生成迷宫,只是实现了自动找到出口的一个算法,感兴趣的可以下载下来研究,说不定会带给你一些灵感。-The source implementation of the easiest maze algorithm, the maze is a two-dimensional array, temporarily not automatically generated maze, just an algorithm to automati
1
- 给定一颗有权无根树,修改任意一条边,求最少的任意两点间的距离和:修改一条边是指删除树中的一条边,然后选择两个端点连线,形成一课新的树,并且不改变这条边的权值,在这棵树的基础上,求最少的任意两点间的距离和是多少 任意两点的距离和指:sum(a到b的距离,a<b,a和b都是树上的点) 输入:第一行是整数n,接下来n-1行,每行包括3个整数ai,bi,wi,表示节点ai与bi之间有一条权重为wi的边。 输出:最小的任意两点间的距离和 -Given a right to u
