代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/139799/13130658
vhd example11-22.vhd
LIBRARY IEEE;
USE IEEE.Std_Logic_1164.ALL;
ENTITY ripple_carry_adder IS
GENERIC (delay1, delay2, delay3, delay4 : TIME);
PORT (in1, in2 : IN Std_Logic_Vector (3 DOWNTO 0);
carry_in :
www.eeworm.com/read/319495/13450484
v 8_jjfq.v
// 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 o
www.eeworm.com/read/308159/13707025
eqn fir.fit.eqn
--T1L1 is mult242:inst40|Dout[8]~3 at LC_X10_Y13_N4
--operation mode is arithmetic
T1L1 = CARRY(M1L1Q & M1L4Q);
--T1L3 is mult242:inst40|Dout[8]~4COUT0 at LC_X10_Y13_N5
--operation mode is a
www.eeworm.com/read/344530/11874659
eqn frequency.fit.eqn
-- Copyright (C) 1991-2005 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 o
www.eeworm.com/read/250454/12405840
eqn fir.fit.eqn
--T1L1 is mult242:inst40|Dout[8]~3 at LC_X10_Y13_N4
--operation mode is arithmetic
T1L1 = CARRY(M1L1Q & M1L4Q);
--T1L3 is mult242:inst40|Dout[8]~4COUT0 at LC_X10_Y13_N5
--operation mode is a
www.eeworm.com/read/219674/14871072
vhdl counter.vhdl
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
-- Uncomment the following lines to use the declarations that are
-- provided for ins
www.eeworm.com/read/293948/8261146
vhdl frequency_counter.vhdl
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity counter is
port (rst,clk : in std_logic;
carry_in : in std_logic;
c
www.eeworm.com/read/292868/8328408
m detection_dsss.m
clear all;
% 直接序列扩频信号检测程序
% 检测方法:平方倍频法
N=1000;
pn=[1 -1 -1 -1 -1 -1 -1 -1 -1 -1 1 -1 -1 1 -1 -1 1 -1 -1 1 1 -1 1 -1 -1 1 1 -1 1 -1 1 1 1 1 1 -1 -1 1 1 -1 -1 -1 1 1 1 1 1 -1 -1 1 -1 -1 -1 1 1 1
www.eeworm.com/read/282394/9097450
txt mcs-51单片机指令系统集.txt
MCS-51单片机指令系统集(英文注释)_学习资料_大学学习专栏_浙江大学城市学院电子信息工程2002级2班2005年3月22日 星期二
管理入口
设为首页
联系我们
加入收藏
www.eeworm.com/read/169651/9848003
c lbn16.c
/*
* lbn16.c - Low-level bignum routines, 16-bit version.
*
* Copyright (c) 1995 Colin Plumb. All rights reserved.
* For licensing and other legal details, see the file legal.c.
*
* NOTE: the