代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/179705/9344436

c qrsolv.c

/* This function computes the solution to the least squares system phi = [ A x = b , lambda D x = 0 ]^2 where A is an M by N matrix, D is an N by N diagonal matrix, lambda is a scalar
www.eeworm.com/read/176101/9516403

vhd allonedet.vhd

------------------------------------------------------------------------------- -- Title : All-ones detector -- Project : VHDL Library of Arithmetic Units -----------------------------------
www.eeworm.com/read/176100/9516546

vhd allonedet.vhd

------------------------------------------------------------------------------- -- Title : All-ones detector -- Project : VHDL Library of Arithmetic Units -----------------------------------
www.eeworm.com/read/364478/9905915

vhd tone_rom.vhd

--tone_rom library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use ieee.std_logic_arith.all; entity tone_rom_CtoG is port (index: in std_logic_vector(3 downto 0);
www.eeworm.com/read/364157/9920217

vhd compressor.vhd

--------------------------------------------------------------------------------------------------- -- -- Title : JPEG Hardware Compressor -- Design : jpeg -- Author : Victor Lopez Lor
www.eeworm.com/read/363304/9960331

vhd count_distance.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity count_distance is port( clkin : in std_logic; di
www.eeworm.com/read/166859/9993623

vhd selling1.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; ENTITY selling1 IS PORT( gw :OUT STD_LOGIC_VECTOR(3 DOWNTO 0); dw :OUT STD_LOGIC_VECTOR(3 DOWNTO 0); g1,d1,g2,d
www.eeworm.com/read/362021/10023497

vhd keyboard_dec.vhd

--****************************************************** -- LIBRARY ieee; USE ieee.std_logic_1164.ALL; USE IEEE.STD_LOGIC_ARITH.ALL ; USE IEEE.STD_LOGIC_UNSIGNED.ALL ; --************************
www.eeworm.com/read/359330/10156154

vhd h264dequantise.vhd

------------------------------------------------------------------------- -- H264 dequantise for residuals - VHDL -- -- Written by Andy Henson -- Copyright (c) 2008 Zexia Access Ltd -- All right
www.eeworm.com/read/359330/10156164

vhd h264quantise.vhd

------------------------------------------------------------------------- -- H264 quantise for residuals - VHDL -- -- Written by Andy Henson -- Copyright (c) 2008 Zexia Access Ltd -- All rights