代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/126430/6017064
c xspline.c
/* Driver for routine spline */
#include
#include
#define NRANSI
#include "nr.h"
#include "nrutil.h"
#define N 20
#define PI 3.1415926
int main(void)
{
int i;
flo
www.eeworm.com/read/126430/6017129
c xbanmul.c
/* Driver for routine banmul */
#include
#define NRANSI
#include "nr.h"
#include "nrutil.h"
#define NP 7
#define M1 2
#define M2 1
#define MP (M1+1+M2)
int main(void)
{
uns
www.eeworm.com/read/126430/6017417
c memcof.c
#include
#define NRANSI
#include "nrutil.h"
void memcof(float data[], int n, int m, float *xms, float d[])
{
int k,j,i;
float p=0.0,*wk1,*wk2,*wkm;
wk1=vector(1,n);
wk2=vector
www.eeworm.com/read/123322/6061491
s vectors.s
##==========================================================================
##
## vectors.S
##
## PowerPC exception vectors
##
##============================================================
www.eeworm.com/read/102451/6231511
java cmspublishedresources.java
/*
* File : $Source: /usr/local/cvs/opencms/src/com/opencms/file/CmsPublishedResources.java,v $
* Date : $Date: 2001/10/22 14:28:43 $
* Version: $Revision: 1.1 $
*
* This library is part of O
www.eeworm.com/read/102423/6232015
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/102423/6232049
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/102423/6232051
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/102423/6232121
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/102423/6232186
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