代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/235612/14060256
m shootray.m
function [x,t]=shootray(v,z,p)
% SHOOTRAY: similar to RAYFAN but with less error checking (faster)
%
% [x,t]=shootray(v,z,p)
%
% SHOOTRAY shoots a single ray or fan of rays through a stratified
www.eeworm.com/read/235612/14060948
m shootray.m
function [x,t]=shootray(v,z,p)
% [x,t]=shootray(v,z,p)
%
% shootray shoots a single ray or fan of rays through a stratified
% velocity model.
% It is assumed that v is a vector of interval vel
www.eeworm.com/read/192210/8399448
s int.s
;************************************************************************
;*
;* Copyright Mentor Graphics Corpora
www.eeworm.com/read/291453/8417590
vhd 相应加法器的测试向量(test bench).vhd
-- download from: www.pld.com.cn & www.fpga.com.cn
entity testbench is
end;
------------------------------------------------------------------------
-- testbench for 8-bit adder
------------
www.eeworm.com/read/387891/8649195
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/430375/8753227
vst bit5mult.vst
ENTITY bit5mult IS
PORT (
ainp : IN bit_vector(4 downto 0);
binp : IN bit_vector(4 downto 0);
result : OUT bit_vector(4 downto 0)
);
END bit5mult;
ARCHITECTURE bit5mult_arch OF bit5mult IS
COMPONEN
www.eeworm.com/read/430375/8753585
vst sub3.vst
ENTITY sub3 IS
PORT (
av : IN bit_vector(2 downto 0);
bv : IN bit_vector(2 downto 0);
re : OUT bit_vector(2 downto 0);
car : OUT BIT
);
END sub3;
ARCHITECTURE sub3_arch OF sub3 IS
COMPONENT add3
PO