资源列表
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分解的总体最小二乘算法,在工程领域有很大的应用
pointer-bubble-sort
- 冒泡排序,运用指针方法实现了冒泡排序Bubble sort using the method of realization of the pointer bubble sort -Bubble sort using the method of realization of the pointer bubble sort
SSTable
- 这是一个实现一种排序法的实验,嘿嘿 ~不是我编的-This is a method to achieve a sort of experiment,嘿嘿~ not my series
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.
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
LaplacianPyramid
- 拉普拉斯金字塔图像融合,使用opencv编写,可运行,效果很好,可供参考学习-Laplacian pyramid image fusion, using opencv prepared to run, with good results, for reference learning
imagerotate
- 用C++及opencv实现图像任意角度的旋转,单波段,很简单易懂的代码-With C++ and opencv realize image at any angle of rotation, single band, very easy to understand code
1
- 给定一颗有权无根树,修改任意一条边,求最少的任意两点间的距离和:修改一条边是指删除树中的一条边,然后选择两个端点连线,形成一课新的树,并且不改变这条边的权值,在这棵树的基础上,求最少的任意两点间的距离和是多少 任意两点的距离和指:sum(a到b的距离,a<b,a和b都是树上的点) 输入:第一行是整数n,接下来n-1行,每行包括3个整数ai,bi,wi,表示节点ai与bi之间有一条权重为wi的边。 输出:最小的任意两点间的距离和 -Given a right to u
