代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/235187/14082473

m topocent.m

function [Az, El, D] = topocent(X,dx) %TOPOCENT Transformation of vector dx into topocentric coordinate % system with origin at X. % Both parameters are 3 by 1 vectors. %
www.eeworm.com/read/132413/14090046

c polin2.c

void polin2(x1a,x2a,ya,m,n,x1,x2,y,dy) float x1a[],x2a[],**ya,x1,x2,*y,*dy; int m,n; { int k,j; float *ymtmp,*vector(); void polint(),free_vector(); ymtmp=vector(1,m); for (j=1;j
www.eeworm.com/read/132413/14090088

c spline.c

void spline(x,y,n,yp1,ypn,y2) float x[],y[],yp1,ypn,y2[]; int n; { int i,k; float p,qn,sig,un,*u,*vector(); void free_vector(); u=vector(1,n-1); if (yp1 > 0.99e30) y2[1]=u[1]=0.0;
www.eeworm.com/read/108219/15590850

c polin2.c

void polin2(x1a,x2a,ya,m,n,x1,x2,y,dy) float x1a[],x2a[],**ya,x1,x2,*y,*dy; int m,n; { int k,j; float *ymtmp,*vector(); void polint(),free_vector(); ymtmp=vector(1,m); for (j=1;j
www.eeworm.com/read/108219/15590877

c spline.c

void spline(x,y,n,yp1,ypn,y2) float x[],y[],yp1,ypn,y2[]; int n; { int i,k; float p,qn,sig,un,*u,*vector(); void free_vector(); u=vector(1,n-1); if (yp1 > 0.99e30) y2[1]=u[1]=0.0;
www.eeworm.com/read/106940/15616915

c polin2.c

void polin2(x1a,x2a,ya,m,n,x1,x2,y,dy) float x1a[],x2a[],**ya,x1,x2,*y,*dy; int m,n; { int k,j; float *ymtmp,*vector(); void polint(),free_vector(); ymtmp=vector(1,m); for (j=1;j
www.eeworm.com/read/106940/15616942

c spline.c

void spline(x,y,n,yp1,ypn,y2) float x[],y[],yp1,ypn,y2[]; int n; { int i,k; float p,qn,sig,un,*u,*vector(); void free_vector(); u=vector(1,n-1); if (yp1 > 0.99e30) y2[1]=u[1]=0.0;
www.eeworm.com/read/104466/15691719

c dsputil_altivec.c

/* * Copyright (c) 2002 Brian Foley * Copyright (c) 2002 Dieter Shirley * Copyright (c) 2003-2004 Romain Dolbeau * * This library is free software; you can redistribute it an
www.eeworm.com/read/179705/9341629

c test_funcs.c

/* multiroots/test_funcs.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Ge
www.eeworm.com/read/179705/9344315

c rowcol_source.c

/* matrix/rowcol_source.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the term