代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/102423/6232198
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/102423/6232358
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/102423/6232474
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/102423/6232627
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
www.eeworm.com/read/102423/6232733
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/102423/6232798
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/102423/6233086
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/101848/6235585
java cmspublishedresources.java
/*
* File : $Source: /usr/local/cvs/opencms/src/com/opencms/file/Attic/CmsPublishedResources.java,v $
* Date : $Date: 2003/04/01 15:20:18 $
* Version: $Revision: 1.2 $
*
* This library is par
www.eeworm.com/read/213252/6281930
h predictor.h
/***************************************************************************
* Copyright (C) 2004 - 2006 by ZJUBase *
* National La
www.eeworm.com/read/107655/6334233
vhd cpr.vhd
-------------------------------------------------------------------------------
-- Title : (m,2)-compressor (for carry-save adders)
-- Project : VHDL Library of Arithmetic Units
------------