代码搜索:Spooling
找到约 144 项符合「Spooling」的源代码
代码结果 144
www.eeworm.com/read/459061/7283061
cpp interpolation3spooling1stboundary.cpp
//Interpolation3Spooling1stBoundary.cpp
//第一种边界条件的三次样条函数插值,微商,积分
#include //输入输出流头文件
#include "Interpolation.h" //插值头文件
void main()
{
int m(8), n(12);
double s, dy[12];
www.eeworm.com/read/459061/7283076
cpp interpolation3spooling2ndboundary.cpp
//Interpolation3Spooling2ndBoundary.cpp
//第二种边界条件的三次样条函数插值,微商,积分
#include //输入输出流头文件
#include "Interpolation.h" //插值头文件
void main()
{
int m(8), n(12);
double s, ddy[12];
www.eeworm.com/read/433381/7935421
cpp interpolation3spooling3thboundary.cpp
//Interpolation3Spooling3thBoundary.cpp
//第三种边界条件的三次样条函数插值,微商,积分
#include //输入输出流头文件
#include "Interpolation.h" //插值头文件
void main()
{
int m(36), n(37), j(0);
double u, s;
www.eeworm.com/read/433381/7935427
cpp interpolation3spooling1stboundary.cpp
//Interpolation3Spooling1stBoundary.cpp
//第一种边界条件的三次样条函数插值,微商,积分
#include //输入输出流头文件
#include "Interpolation.h" //插值头文件
void main()
{
int m(8), n(12);
double s, dy[12];
www.eeworm.com/read/433381/7935471
dat interpolation3spooling1stboundary.dat
Interpolation3Spooling1stBoundary()
x(i) y(i) dy(i) ddy(i)
0.52 5.28794 1.86548 -0.279319
8 13.84 0.743662 -0.0206327
17.95 20.2 0.532912 -
www.eeworm.com/read/433381/7935498
dat interpolation3spooling2ndboundary.dat
Interpolation3Spooling2ndBoundary()
x(i) y(i) dy(i) ddy(i)
0.52 5.28794 1.86548 -0.279319
8 13.84 0.743662 -0.0206326
17.95 20.2 0.532912 -0
www.eeworm.com/read/433381/7935529
exe interpolation3spooling3thboundary.exe
www.eeworm.com/read/433381/7935536
exe interpolation3spooling2ndboundary.exe
www.eeworm.com/read/433381/7935560
dat interpolation3spooling3thboundary.dat
Interpolation3Spooling3thBoundary()
x(i) y(i)=sin(x) dy(i)=cos(x) ddy(i)=-sin(x)
0 0 0.999995 5.3726e-008
5 0.0871555 0.996197 -0.0870447
10 0.173648 0.984
www.eeworm.com/read/433381/7935564