代码搜索:Vector

找到约 10,000 项符合「Vector」的源代码

代码结果 10,000
www.eeworm.com/read/334836/12570848

h logdata.h

/***************************************************************************************** * SEU-3D * ---------------------------------------
www.eeworm.com/read/146665/12626981

asm vectors.asm

;******************************************************************************* ; Module Name: Interrupt_Vectors ;******************************** GLOBALS ***********************************
www.eeworm.com/read/333940/12651656

h matrix.h

//Matrix.h #ifndef MATRIX #define MATRIX //#define debug_mode #include #include #include using namespace std; #define MATRIX_MIN 1e-10 //设定运算精度
www.eeworm.com/read/333917/12652477

java c_paint.java

import java.applet.*; import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.util.*; class c_paint implements paint_interface{ public void paint(int i,int x1,int y1,
www.eeworm.com/read/300214/13928819

asm vectors.asm

;******************************************************************************* ; Module Name: Interrupt_Vectors ;******************************** GLOBALS ***********************************
www.eeworm.com/read/237004/13981567

cc tri_matvec_mult.cc

#include "mtl/matrix.h" #include "mtl/mtl.h" #include "mtl/utils.h" #include "mtl/linalg_vec.h" /* Sample Output Array A: 3x3 [ [1,2,4], [2,4,3], [3,5,6] ] Vector y [7,8,9,] Ay [7,46,115,] *
www.eeworm.com/read/237004/13981608

cc sparse_tri_solve.cc

#include "mtl/matrix.h" #include "mtl/mtl.h" #include "mtl/utils.h" #include "mtl/linalg_vec.h" /* A: 5x5 [ [1,1,3,0,0], [0,1,5,0,0], [0,0,1,0,0], [0,0,0,1,0], [0,0,0,0,1] ] b:
www.eeworm.com/read/237004/13981613

cc tri_band_vect.cc

#include "mtl/matrix.h" #include "mtl/mtl.h" #include "mtl/utils.h" #include "mtl/linalg_vec.h" /* Sample Output Array A: 4x4 [ [1,0,0,0], [2,4,0,0], [3,5,7,0], [0,6,8,9] ] Vector y [4,3,2,1,]
www.eeworm.com/read/237004/13981631

cc tri_band_sol.cc

#include "mtl/matrix.h" #include "mtl/mtl.h" #include "mtl/utils.h" #include "mtl/linalg_vec.h" /* Sample Output A: [ [1,], [2,3,], [0,4,5,], [0,0,6,7,], ] b: [8,43,86,137,]
www.eeworm.com/read/132413/14089926

c frprmn.c

#include #define ITMAX 200 #define EPS 1.0e-10 #define FREEALL free_vector(xi,1,n);free_vector(h,1,n);free_vector(g,1,n); void frprmn(p,n,ftol,iter,fret,func,dfunc) float p[],ftol,*f