代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/167728/5454623

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/163844/5507826

s vectors.s

/* * File: vectors.s * Purpose: MCF5282 vector table */ .global VECTOR_TABLE .global _VECTOR_TABLE .global start .extern ___SP_INIT .extern _asm_startmeup .extern _asm_exception_
www.eeworm.com/read/158872/5592265

c altivec-regs.c

#include #include vector unsigned int vector_fun (vector unsigned int a, vector unsigned int b) { vector unsigned int c; a = ((vector unsigned int) vec_splat_u8(2)); b = (
www.eeworm.com/read/158872/5592270

exp altivec-abi.exp

# Copyright (C) 2002, 2003 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published b
www.eeworm.com/read/156106/5612629

s vectors.s

/* * File: vectors.s * Purpose: MCF5275 vector table */ .global VECTOR_TABLE .global _VECTOR_TABLE .global start .extern ___SP_INIT .extern _asm_startmeup .extern _asm_exception_
www.eeworm.com/read/475842/6765587

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/472153/6880034

vhd e_exam1.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity E_exam1 is port(u: in std_logic_vector(2 downto 0) ; v: in std_logic_vector(2 downto 0) ; w: in std
www.eeworm.com/read/472153/6880109

bak e_exam1.vhd.bak

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity E_exam1 is port(u: in std_logic_vector(2 downto 0) ; v: in std_logic_vector(2 downto 0) ; w: in std
www.eeworm.com/read/471424/6892572

vhd compressor.vhd

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

vhd avrucpackage.vhd

-- ***************************************************************************************** -- AVR constants and type declarations -- Version 0.3 -- Modified 25.03.2003 -- Designed by Ruslan Lepeteno