代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/140704/5784201
cc tr_ht_hash_4.cc
// file: tr_ht_hash_4.cc
//
// isip include files
//
#include "train_hash_table.h"
#include "train_hash_table_constants.h"
// method: hash_vector_cc
//
// arguments:
// int_4* vec : (input) the ve
www.eeworm.com/read/126430/6016346
c xcorrel.c
/* Driver for routine correl */
#include
#include "nr.h"
#include "nrutil.h"
#define N 64
#define N2 (2*N)
main()
{
unsigned long i,j;
float cmp,*data1,*data2,*ans;
data
www.eeworm.com/read/126430/6016380
c xpolin2.c
/* Driver for routine polin2 */
#include
#include
#include "nr.h"
#include "nrutil.h"
#define N 5
#define PI 3.1415926
main()
{
int i,j;
float dy,f,x1,x2,y,*x1a,*x
www.eeworm.com/read/126430/6016382
c xsvbksb.c
/* Driver for routine svbksb, which calls routine svdcmp */
#include
#include "nr.h"
#include "nrutil.h"
#define NP 20
#define MP 20
#define MAXSTR 80
main()
{
int j,k,l,m,n;
www.eeworm.com/read/126430/6016452
c xspline.c
/* Driver for routine spline */
#include
#include
#include "nr.h"
#include "nrutil.h"
#define N 20
#define PI 3.1415926
main()
{
int i;
float yp1,ypn,*x,*y,*y2;
www.eeworm.com/read/126430/6016517
c xbanmul.c
/* Driver for routine banmul */
#include
#include "nr.h"
#include "nrutil.h"
#define NP 7
#define M1 2
#define M2 1
#define MP (M1+1+M2)
main()
{
unsigned long i,j,k;
floa
www.eeworm.com/read/126430/6016529
c xqrsolv.c
/* Driver for routine qrdcmp */
#include
#include "nr.h"
#include "nrutil.h"
#define NP 20
#define MAXSTR 80
main()
{
int j,k,l,m,n,sing;
float *x,**a,**ai,**b,*c,*d;
char
www.eeworm.com/read/126430/6016689
c pade.c
#include
#include "nrutil.h"
#define BIG 1.0e30
void pade(cof,n,resid)
double cof[];
float *resid;
int n;
{
void lubksb(),ludcmp(),mprove();
int j,k,*indx;
float d,rr,rrold,sum
www.eeworm.com/read/126430/6016805
c memcof.c
#include
#include "nrutil.h"
void memcof(data,n,m,xms,d)
float *xms,d[],data[];
int m,n;
{
int k,j,i;
float p=0.0,*wk1,*wk2,*wkm;
wk1=vector(1,n);
wk2=vector(1,n);
wkm=vect
www.eeworm.com/read/126430/6016958
c xcorrel.c
/* Driver for routine correl */
#include
#define NRANSI
#include "nr.h"
#include "nrutil.h"
#define N 64
#define N2 (2*N)
int main(void)
{
unsigned long i,j;
float cmp,*dat