代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/158986/10705532

asm vectors.asm

; ; Vector Table for myDSP2406/2407 ; .ref _c_int0 .ref _bad_trap .global _vector .sec
www.eeworm.com/read/421211/10750511

h math3d.h

/* ColDet - C++ 3D Collision Detection Library * Copyright (C) 2000 Amir Geva * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Li
www.eeworm.com/read/272824/10942830

cpp p4-198.cpp

#include #include #include using namespace std; //利用类模板生成实例 typedef vector < int > IntArray; //显示数组 void put_array(int x[],int size) { for(int i=0;i
www.eeworm.com/read/416926/11009402

vhd wrapper_norm_seq.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity wrapper_norm_seq is generic( sh_reg_w :integer); port( clk: in std_logic;
www.eeworm.com/read/416926/11009552

vhd wrapper_norm.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity wrapper_norm is generic( sh_reg_w :integer); port( clk: in std_logic; nd
www.eeworm.com/read/462994/7190853

vhd etester.vhd

library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_ARITH.all; use IEEE.std_logic_UNSIGNED.all; entity etester is port ( --以下是引脚信号 CLK :IN STD_LOGIC; --系统时钟 RST_N
www.eeworm.com/read/456278/7352889

vhd add4b.vhd

-- WARNING: Do NOT edit the input and output ports in this file in a text -- editor if you plan to continue editing the block that represents it in -- the Block Editor! File corruption is VERY likel
www.eeworm.com/read/456270/7353102

vhd add4b.vhd

-- WARNING: Do NOT edit the input and output ports in this file in a text -- editor if you plan to continue editing the block that represents it in -- the Block Editor! File corruption is VERY likel
www.eeworm.com/read/455722/7367683

m calc_transfer.m

%% calc_transfer.m %% % This function calculates the transfer function of the combined equalizer. % the function returns a vector containing the phase of the equalizer, and % another vector contai
www.eeworm.com/read/448019/7541836

m autocorr.m

%%%%%%%%%%%%% Autocorr %%%%%%%%%%%%%%% function Auto_co=Autocorr(vector) %%%% len=length(vector); vector=real(vector); Normal=mean(vector.*vector); vector_shift=vector; auto_cor