代码搜索:Inversion

找到约 626 项符合「Inversion」的源代码

代码结果 626
www.eeworm.com/read/434208/7881912

html plotorientationdemo2.html

PlotOrientationDemo2 These eight charts show the different combinations of plot orientation and axis inversion that are possible with an XYPlot. Useful for debugging rende
www.eeworm.com/read/433381/7934054

cpp matrixinversiongs.cpp

// MatrixInversionGS.cpp //全选主元高斯-约当(Gauss-Jordan)法求矩阵逆 #include //输入输出流 #include "Matrix.h" //矩阵类及相关函数等的定义 using namespace std; //名字空间 void main() // 定义控制台应用程序的入口点 { con
www.eeworm.com/read/247291/12667732

cpp 矩阵的类定义-1.cpp

#include #include "MatClass.cpp" void main() { MAT m(3,6);cout
www.eeworm.com/read/329075/12983415

todo

TODO file --------- * replace matrix inversion with resubstitution in HCCL * find general solution for getopt.h availability * detection of NaN while reading from stream, throw at least an error m
www.eeworm.com/read/140743/13063794

cpp matrixinversiongs.cpp

// MatrixInversionGS.cpp //全选主元高斯-约当(Gauss-Jordan)法求矩阵逆 #include //输入输出流 #include "Matrix.h" //矩阵类及相关函数等的定义 using namespace std; //名字空间 void main() // 定义控制台应用程序的入口点 { con
www.eeworm.com/read/137285/13335085

c gauss_elim.c

/* My gauss_elim routines */ typedef struct { unsigned char **m ; /* the matrix (this copy gets munged */ unsigned char **mo; /* original copy -- unchanged, except by the modify_cmatrix
www.eeworm.com/read/318125/13487773

c solver.c

//solver.c //used to solve A*X=b, //where A=[-1.5 1 2;3 -1 1;-1 3 5], b=[2.5;5;8]. #include "stdio.h" void main() { double A[3][3]={{-1.5,1,2},{3,-1,1},{-1,3,5}}; double b[3]={2.5,5,8}; dou
www.eeworm.com/read/308059/13710124

html plotorientationdemo1.html

PlotOrientationDemo1 These eight charts show the different combinations of plot orientation and axis inversion that are possible with an XYPlot. Useful for debugging rende
www.eeworm.com/read/308059/13710239

html plotorientationdemo2.html

PlotOrientationDemo2 These eight charts show the different combinations of plot orientation and axis inversion that are possible with an XYPlot. Useful for debugging rende
www.eeworm.com/read/345167/11834331

cpp matrixinversiongs.cpp

// MatrixInversionGS.cpp //全选主元高斯-约当(Gauss-Jordan)法求矩阵逆 #include //输入输出流 #include "Matrix.h" //矩阵类及相关函数等的定义 using namespace std; //名字空间 void main() // 定义控制台应用程序的入口点 { con