搜索资源列表
Interpolation-algorithm
- 7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorithm to achieve the c code, a Lag
treasure
- 寻宝问题 动态规划算法 原理同0/1背包问题-Treasure Hunt with the principles of dynamic programming algorithm problems 0/1 knapsack problem
1
- Tom最近在寻宝并且找到了一个金矿,在这个金矿中有许多大小不一的金块。 Tom只带了一个容积为V的袋子,请你计算出Tom最多能带走多少金块。Tom无法切 割金块,所以Tom要么将整个金块带走,要么只能将金块留下。 -Tom in the treasure hunt and found a gold mine gold there are many different sizes of gold bullion. Tom with only a volume V of the bag, y
method-of-interpolation
- 各种插值算法 1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-Various interpolation algorithm 1 Lagrange Interpolation (POLINT)