代码搜索:division
找到约 4,823 项符合「division」的源代码
代码结果 4,823
www.eeworm.com/read/18253/782234
sym division.sym
www.eeworm.com/read/18253/782255
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/18342/784663
sym division.sym
www.eeworm.com/read/18342/784684
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/18406/786512
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/18488/790953
sym division.sym
www.eeworm.com/read/18488/790974
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/482889/1285379
hpp division.hpp
/* Boost interval/detail/division.hpp file
*
* Copyright 2003 Guillaume Melquiond, Sylvain Pion
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENS
www.eeworm.com/read/221464/4829976
hpp division.hpp
/* Boost interval/detail/division.hpp file
*
* Copyright Guillaume Melquiond, Sylvain Pion 2003
* Permission to use, copy, modify, sell, and distribute this software
* is hereby granted withou