代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/352553/10539855

vhd scaler_p.vhd

library ieee; use ieee.std_logic_1164.all; package scaler_p is type s_state is (EA, EB); component rom_m is PORT ( address : IN STD_LOGIC_VECTOR (8 DOWNTO 0); clock
www.eeworm.com/read/423555/10549390

vhd serial.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use ieee.std_logic_arith.all; entity serial is port(clk32,rstn:in std_logic; rxd:in std_logic; txd:out st
www.eeworm.com/read/278132/10566331

m lsp_get_tdist.m

function o=lsp_get_tdist(W,candidate_LSP_vector,target_LSP_vector,P) %W--weight coef %P--present MA prediction coef %o--distortion for present MA for i=1:10 temp(i)=(candidate_LSP_vector(i)-t
www.eeworm.com/read/277457/10637761

cpp iterator_distance.cpp

#include #include #include using namespace std; const int MAX = 4; int main() { int numbers_array[MAX]; vector numbers_vector(MAX); for (
www.eeworm.com/read/275185/10830803

vhd core.vhd

----------------------------------------------------------- -- File: core.vhd -- -- created : July 09,2001 15:00 -- -- mail to khaer@op
www.eeworm.com/read/275185/10830809

vhd post_20b15i.vhd

----------------------------------------------------------- -- File: post.vhd -- -- created : July 09,2001 15:00 -- -- mail to khaer@op
www.eeworm.com/read/275185/10830813

vhd cordic16.vhd

----------------------------------------------------------- -- File: cordic16.vhd -- -- created : July 09,2001 15:05 -- -- mail to khaer@op
www.eeworm.com/read/275185/10830819

vhd stage.vhd

----------------------------------------------------------- -- File: stage.vhd -- -- created by Armen Saatchyan : July 09,2001 15:00 -- -- mail to khaer@op
www.eeworm.com/read/349103/10851645

vhd local-pack.vhd

package LOCAL is constant INPUT_COUNT: INTEGER := 3; constant OUTPUT_COUNT: INTEGER := 5; constant ROW_COUNT: INTEGER := 6; constant ROW_SIZE: INTEGER := INPUT_COUNT +
www.eeworm.com/read/419416/10869142

vhf fifo12bit_2k.vhf

-------------------------------------------------------------------------------- -- Copyright (c) 1995-2003 Xilinx, Inc. -- All Right Reserved. -----------------------------------------------------