代码搜索:division

找到约 4,823 项符合「division」的源代码

代码结果 4,823
www.eeworm.com/read/460462/7249797

obj division.obj

www.eeworm.com/read/460213/7255314

sym division.sym

www.eeworm.com/read/460213/7255335

vhd division.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; entity division is port( div_in:in std_logic; div_cnt:in unsigned(7 downto 0); div_out:out std_logic); end divi
www.eeworm.com/read/459160/7279587

mpf division.mpf

; Copyright Mentor Graphics Corporation 2004 ; ; All Rights Reserved. ; ; THIS WORK CONTAINS TRADE SECRET AND PROPRIETARY INFORMATION WHICH IS THE PROPERTY OF ; MENTOR GRAPHICS CORPORATION OR IT
www.eeworm.com/read/459160/7279588

vhd division.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_signed.all; entity division is port (F_in: in std_logic; reset:in std_logic; F_out1: out std_logic; F_out2:out std_logic); e
www.eeworm.com/read/241759/13121739

vhd division.vhd

library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_UNSIGNED.all; use IEEE.STD_LOGIC_ARITH.all; entity division is generic(SIZE: INTEGER := 8); port(reset: in STD_LOGI
www.eeworm.com/read/241759/13121744

txt division.txt

SIZE:被除数和除数的位数 num, den, res, rm:被除数,除数,商,余数
www.eeworm.com/read/240743/13200794

v division.v

//****************** // //copyright 2007, DTK //all right reserved // //project name: : test3 //filename : file_division //author : wangyang //data : 2007/8/2 //version : 1.0 // //m
www.eeworm.com/read/240743/13200818

v division--.v

//****************** // //copyright 2007, DTK //all right reserved // //project name: : test3 //filename : file_division //author : wangyang //data : 2007/8/2 //version : 1.0 // //m
www.eeworm.com/read/322155/13388251

vhd division.vhd

library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_UNSIGNED.all; use IEEE.STD_LOGIC_ARITH.all; entity division is generic(SIZE: INTEGER := 8); port(reset: in STD_LOGI