代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/416994/11008209
vhd div_res.vhd
-- Restoring Division
LIBRARY ieee; -- Using predefined packages
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_arith.ALL;
USE ieee.std_logic_unsigned.ALL;
ENTITY div_res IS
www.eeworm.com/read/416057/11043103
vhd busmonitor.vhd
-- *********************************************************************************************
-- Bus monitor for ARM core simulation
-- Modified 15.03.2003
-- Designed by Ruslan Lepetenok
www.eeworm.com/read/148663/6935182
vhd allonedet.vhd
-------------------------------------------------------------------------------
-- Title : All-ones detector
-- Project : VHDL Library of Arithmetic Units
-----------------------------------
www.eeworm.com/read/148663/6935283
vhd allonedet.vhd
-------------------------------------------------------------------------------
-- Title : All-ones detector
-- Project : VHDL Library of Arithmetic Units
-----------------------------------
www.eeworm.com/read/148663/6935337
vhd allonedet.vhd
-------------------------------------------------------------------------------
-- Title : All-ones detector
-- Project : VHDL Library of Arithmetic Units
-----------------------------------
www.eeworm.com/read/174386/7087990
vhd avrucpackage.vhd
-- *****************************************************************************************
-- AVR constants and type declarations
-- Version 0.3
-- Modified 25.03.2003
-- Designed by Ruslan Lepeteno
www.eeworm.com/read/456283/7352767
m matrixtoalist.m
function [n_vector,m_vector,n_length,m_length] = MatrixToAlist(Array)
%[n_vector,m_vector] = MatrixToAlist(Array)
[row,column] = size(Array);
%make the m_vector
for i=1:row
count = 1;
www.eeworm.com/read/456283/7352770
m h_to_alist.m
function H_to_Alist(H,m,output_file)
%QC_LDPC(m,a,b) as defined in Fujita paper
%order(a) = j and order(b) = k
Identity = eye(m);
sigma = circshift(Identity,[0 -1]);
www.eeworm.com/read/456283/7352771
m array_ldpc.m
function Array = Array_LDPC(p,j,k,output_file)
%Input Array(p,j,k) as defined in Fujita paper
invalid_parameters = 0;
if(isprime(p) && mod(p,2)) %checking
www.eeworm.com/read/452801/7432649
vhd m_datapath.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
LIBRARY altera;
USE altera.maxplus2.ALL;
ENTITY M_datapath IS
PORT ( clk, samp_ena : IN STD_LOGIC ;
load_lopndn, load_resultn