代码搜索:width
找到约 10,000 项符合「width」的源代码
代码结果 10,000
www.eeworm.com/read/394964/8201117
vhd ddsc2.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
library lpm;
use lpm.lpm_components.all;
entity ddsc2 is
generic(freq_width : integer
www.eeworm.com/read/394964/8201238
vhd ddsc1.vhd
--ddsc1;
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
entity ddsc1 is
generic(freq_width : integer :=10;
phase_width : i
www.eeworm.com/read/371229/9560895
v less_than_const.v
// Copyright 2007 Altera Corporation. All rights reserved.
// Altera products are protected under numerous U.S. and foreign patents,
// maskwork rights, copyrights and other intellectual property
www.eeworm.com/read/371229/9560905
v carry_and.v
// Copyright 2007 Altera Corporation. All rights reserved.
// Altera products are protected under numerous U.S. and foreign patents,
// maskwork rights, copyrights and other intellectual property
www.eeworm.com/read/425892/10311450
vhd r2p_cordic.vhd
--
-- VHDL implementation of cordic algorithm
--
-- File: cordic.vhd
-- author: Richard Herveille
-- rev. 1.0 initial release
-- rev. 1.1 changed CordicPipe component declaration, Xilinx WebPack
www.eeworm.com/read/416128/11040422
v mem_interface_top_ddr2_top_0.v
//*****************************************************************************
// Copyright (c) 2006 Xilinx, Inc.
// This design is confidential and proprietary of Xilinx, Inc.
// All Rights Reser
www.eeworm.com/read/444453/7612540
m panju.m
function y=PanJu(a,b,c,p)
% 求三个输入矩阵的J判据
width_a=numel(a)/length(a);
width_b=numel(b)/length(b);
width_c=numel(c)/length(c);
% 计算每个矩阵的行数及样本数
if width_a==1
ma=a;
else
ma=sum(a)/widt
www.eeworm.com/read/444453/7612545
asv panju.asv
function y=PanJu(a,b,c,p)
% 求三个输入矩阵的J判据
width_a=numel(a)/length(a);
width_b=numel(b)/length(b);
width_c=numel(c)/length(c);
% 计算每个矩阵的行数及样本数
if width_a==1
ma=a;
else
ma=sum(a)/widt