代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/235612/14060146

m seismogram.m

function [theo,tlog,rcs,pm,p]=seismogram(vins,dens,z,wlet,tw,tzobj,x,fmult,fpress) % [theo,tlog,rcs,pm,p]=seismogram(vins,dens,z,wlet,tw,tzobj,x,fmult,fpress) % % SEISMOGRAM computes a 1-D synthetic
www.eeworm.com/read/235612/14060809

m polysurf.m

function c=polysurf(x,y,z,order,w) % fit a 2-D polynomial surface to the data % % c=polysurf(x,y,z,order,w) % c=polysurf(x,y,z,order) % % x = vector containing the x coordinates of the data % % y
www.eeworm.com/read/235612/14061496

m gardner.m

function rho=gardner(v,a,m,rho) % rho=gardner(v,a,m,rho) % rho=gardner(v,a,m) % % GARDNER estimates a density vector given an instantaneous velocity vector % and values for the empirical parameters a
www.eeworm.com/read/111424/15512864

htm raytracing.htm

Ray tracing information Ray Tracing Introduction
www.eeworm.com/read/101050/15855986

html index.html

AN
www.eeworm.com/read/391798/8376843

vhd 61_assign.vhd

--*************************************************************** -- Following first two examples show that object of std_logic and -- object of logic can be assigned to each other -- Bbut
www.eeworm.com/read/188852/8510692

c handler.c

/* InterruptHook Copyright (C) 2003 Alexander M. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the F
www.eeworm.com/read/388272/8620340

h distance.h

// distance.h #ifndef VECTOR_H #define VECTOR_H // includes #include "util.h" // macros #define DISTANCE(square_1,square_2) (distance[119+((square_2)-(square_1))]) // variables
www.eeworm.com/read/288579/8620673

c sp_timer.c

/****************************************************************************** Module Name: sp_timer.c Description: This is a hardware timer Copyright @ 2006 Sunmedia, Inc. All rights reser
www.eeworm.com/read/430375/8753582

vbe fwd3.vbe

ENTITY fwd3 IS PORT ( input : IN BIT_VECTOR(2 downto 0); output: OUT bit_vector(7 downto 0) ); END fwd3; ARCHITECTURE fwd3_arch OF fwd3 IS BEGIN with input(2)&input(1)&input(0) select output