代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/107655/6334314
vhd cpr.vhd
-------------------------------------------------------------------------------
-- Title : (m,2)-compressor (for carry-save adders)
-- Project : VHDL Library of Arithmetic Units
------------
www.eeworm.com/read/107655/6334394
vhd cpr.vhd
-------------------------------------------------------------------------------
-- Title : (m,2)-compressor (for carry-save adders)
-- Project : VHDL Library of Arithmetic Units
------------
www.eeworm.com/read/476406/6760824
f90 utility.f90
module typedef
implicit none
type vector2f
real x,y
end type
type line
type(vector2f) :: a,b
type(vector2f) :: vector
end type
interface operator(+)
module
www.eeworm.com/read/409260/11338616
f90 utility.f90
module typedef
implicit none
type vector2f
real x,y
end type
type line
type(vector2f) :: a,b
type(vector2f) :: vector
end type
interface operator(+)
module
www.eeworm.com/read/403659/11513279
m femjr.m
%*****************************************************************************%
% Program FEMjr v2.0 - Finite Element Method framework %
% based on Dr. Ken Fyfe's FEMjr code
www.eeworm.com/read/158443/11614824
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/158443/11615633
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/158443/11615727
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/158443/11615748
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/158443/11616152
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