搜索资源列表
point3Dspline
- 实现三维空间点的样条插值算法,point3D cubic spline
Three-splines-function
- vb三次样条插值函数,具有高精度的拟合,实现光滑作图-vb cubic spline interpolation function, with high-precision fit to achieve a smooth mapping
C
- c++基本程序,可以求三次方程的根,数组排序,生成魔方阵-c++ basic program, you can seek the root of cubic equation, the array is ordered to generate magic square
shuixian
- 题目:打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该 数本身。例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方。 分析:利用for循环控制100-999个数,每个数分解出个位,十位,百位。*/-Topic: print out all of the Narcissus few , the so-called Narcissus few refers to a three-digit, its Members and eq
ch03
- 打印出所有的1-1000之间所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数本身。例如:153-Between all of the 1-1000 print all of the " Narcissus number" , the so-called " Narcissistic number" refers to a three-digit, the number of its Members and equal to the n
N_MagicCube
- N阶幻方求解c程序,使用算法的。使用if,else等语句-N Magic cubic。thank for download
FloydWarshall
- 这是一个最短路径的FloydWarshall算法。适合计算各个点之间的最短路径,复杂度n的三次方。 -This is a shortest path FloydWarshall algorithm. For calculating the shortest path between each point, n cubic complexity.
Looking-for-Palindrome-made-several
- 寻找并输出11~999之间的数m,它满足m、m的平方、m的立方均为回文数。所谓回文数是指其各位数字左右对称的整数,例如121、676、94249等。满足上述条件的数如 m=11,其平方为121,其立方为1331,皆为回文数。要求编制函数 int svalue(long m)实现此功能,如果是回文数,则函数返回1,反之则返回0。在主函数中将三重回文数输出。-Looking for and output 11 ~ 999 between several m, it satisfies m, m sq
Spline3
- This file intended to build a cubic spline
SplineInterpolation
- 三次样条曲线,自己实现的,需要的同学可以自己参考下,-Cubic spline curve to achieve their own, requiring students can themselves refer to, hey
