资源列表
3chazhi
- 恩,就是三次样条插值,小弟刚刚学会编程,大家见谅,见谅-TU, cubic spline interpolation, younger brother had just learned programming, we apologize, apologize
IDW(距离权倒数插值法)
- IDW(距离权倒数插值法)是空间插值中最常用的插值方法之一。本程序基于MATLAB开发,功能齐全,希望用得开心。,IDW (interpolation from the bottom right) is the most commonly used spatial interpolation of the interpolation methods. The program is based on MATLAB development, full-featured, in the hope jo
Traversingbinarytreefinddeleteupdatedatasource
- 二叉树的遍历、查找、删除、更新数据的代码-Traversing binary tree, find, delete, update data source
SimpsonsRule.java
- Simpsons Integration: In numerical analysis, Simpson s rule is a method for numerical integration, the numerical approximation of definite integrals. Specifically:
heermanshu
- 输入二叉树...输出赫尔曼树..课程设计中-Hermann input output tree tree ... .. of course design
LinearList
- 数据结构,线性链表实现,有具体例子.在VC2008环境编译即可执行。-data structure,linear list
youxiangxunhuantumigongwentiqiujie
- 有向循环图迷宫问题求解,普通迷宫问题要求找出从迷宫入口到出口的所有路径,而此次研究的主要内容是找出有向循环图中的回路(即容易造成流程死循环的地方),消除循环并找出死结点。与此同时,找出死结点后,其他顶点最终都能够到达迷宫的出口。在实际审计过程中的应用意义则为:确定审计工作在哪一个负责部门完成后,是无法继续向其他负责部门传递审计工作直到完成整个审计流程的。-Directed cyclic graph maze problem solving, general maze problem requir
graphhhhhh
- this is a gud graph....method
SPOJ3273_treap
- 数据结构Treap的C++实现,时间复杂度nlogn-Data structure Treap the C++ implementation, the time complexity nlogn
mulMix-mulNewton
- mulSimNewton 解非线性方程组 非常好用-mulSimNewton very useful for solving nonlinear equations
Least-square-method
- Least square method for Calculation Method in Junior.-Least square method
exp3
- 贪心法解背包问题的c语言源程序 编译通过-Greedy method solving knapsack problem