代码搜索:Division
找到约 4,823 项符合「Division」的源代码
代码结果 4,823
www.eeworm.com/read/382033/9057141
dbp division_a.dbp
www.eeworm.com/read/382033/9057206
qpf division_a.qpf
# Copyright (C) 1991-2007 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/382033/9057207
qws division_a.qws
[ProjectWorkspace]
ptn_Child1=Frames
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
www.eeworm.com/read/381044/9113158
sym division.sym
www.eeworm.com/read/381044/9113200
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/380183/9158430
m division.m
%确认矩阵拆分
confirm_meas_total=3
cl_element_total(c)=2
confirm_matrix=[1 1 0;1 1 1;1 0 1]
aa=linspace(0,0,confirm_meas_total);
b=zeros(100,confirm_meas_total);
event_no=0;
[event_no,b]=f_recu
www.eeworm.com/read/374530/9399641
sym division.sym
www.eeworm.com/read/374530/9399678
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