代码搜索:伏安法

找到约 10,000 项符合「伏安法」的源代码

代码结果 10,000
www.eeworm.com/read/381951/9061522

cpp rootleastsquaregeneralizedinverse1.cpp

//RootLeastSquareGeneralizedInverse1.cpp //非线性方程组最小二乘解的广义逆法示例1 #include //输入输出流头文件 #include "LinearEquation.h" //线性方程组求解头文件 #include "NonLinearEquation.h" //非线性方程(组)求解头文件 using n
www.eeworm.com/read/381951/9061525

cpp rootquasinewton.cpp

//RootQuasiNewton.cpp 拟牛顿法求解非线性方程组一组实根 #include //输入输出流头文件 #include "polynomials.h" //多项式及连分式求值头文件 #include "NonLinearEquation.h" //非线性方程(组)求解头文件 using namespace std; //名字空间
www.eeworm.com/read/381951/9061527

cpp rootleastsquaregeneralizedinverse2.cpp

//RootLeastSquareGeneralizedInverse2.cpp //非线性方程组最小二乘解的广义逆法示例2 #include //输入输出流头文件 #include "LinearEquation.h" //线性方程组求解头文件 #include "NonLinearEquation.h" //非线性方程(组)求解头文件 using
www.eeworm.com/read/184790/9075843

txt 例6.5.txt

例6.5 输出数组中的全部元素。 假设有一个整型数组a,有10个元素。要输出各元素的值有3种方法: (1) 下标法 #include using namespace std; int main( ) { int a[10]; int i; for(i=0;i>a[i]; //引用数组元素a[i]
www.eeworm.com/read/380446/9148574

cpp rootleastsquaregeneralizedinverse1.cpp

//RootLeastSquareGeneralizedInverse1.cpp //非线性方程组最小二乘解的广义逆法示例1 #include //输入输出流头文件 #include "LinearEquation.h" //线性方程组求解头文件 #include "NonLinearEquation.h" //非线性方程(组)求解头文件 using n
www.eeworm.com/read/380446/9148589

cpp rootquasinewton.cpp

//RootQuasiNewton.cpp 拟牛顿法求解非线性方程组一组实根 #include //输入输出流头文件 #include "polynomials.h" //多项式及连分式求值头文件 #include "NonLinearEquation.h" //非线性方程(组)求解头文件 using namespace std; //名字空间
www.eeworm.com/read/380446/9148596

cpp rootleastsquaregeneralizedinverse2.cpp

//RootLeastSquareGeneralizedInverse2.cpp //非线性方程组最小二乘解的广义逆法示例2 #include //输入输出流头文件 #include "LinearEquation.h" //线性方程组求解头文件 #include "NonLinearEquation.h" //非线性方程(组)求解头文件 using
www.eeworm.com/read/183590/9150240

txt 喷管计算说明.txt

主程序:NFlow.m 计算采用MacCormack格式,时间步进法,给定初始条件,入口和出口边界条件,计算使用了无量纲处理。 运行后可以生成几个全局变量 rou 密度 T 温度 V 速度 A 喷管型面 time 运行时间 举例 >> NFlow time = 30.35
www.eeworm.com/read/380114/9162136

txt xuanze5.txt

//选择排序法xuanze5.cpp //排序后不改变原数组各元素的值 #include #include #define M 10 void sortp(int d[],int *pd[],int b[],int size) {int i,j,k; for(i=0;i
www.eeworm.com/read/380114/9162205

cpp xuanze5.cpp

//选择排序法xuanze5.cpp //排序后不改变原数组各元素的值 #include #include #define M 10 void sortp(int d[],int *pd[],int b[],int size) {int i,j,k; for(i=0;i