代码搜索:Synchronous
找到约 1,924 项符合「Synchronous」的源代码
代码结果 1,924
www.eeworm.com/read/199926/7814417
cnf bit_synchronous.cnf
www.eeworm.com/read/199926/7814419
jam bit_synchronous.jam
' Copyright (C) 1988-2000 Altera Corporation
' Any megafunction design, and related net list (encrypted or decrypted),
' support information, device programming or simulation file, and any other
'
www.eeworm.com/read/199926/7814420
vhd bit_synchronous.vhd
--PLL 2006.12.17
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
entity bit_synchronous is
port (
www.eeworm.com/read/331649/12816785
m synchronous_average.m
function m=synchronous_average(x,T)
%
% SYNCHRONOUS_AVERAGE
% calculate the synchronous average of the signal x
% with period T
%
% USAGE
% m=synchronous_average
www.eeworm.com/read/302770/13827764
m synchronous_average.m
function m=synchronous_average(x,T)
%
% SYNCHRONOUS_AVERAGE
% calculate the synchronous average of the signal x
% with period T
%
% USAGE
% m=synchronous_average
www.eeworm.com/read/410585/11276203
m synchronous_average.m
function m=synchronous_average(x,T)
%
% SYNCHRONOUS_AVERAGE
% calculate the synchronous average of the signal x
% with period T
%
% USAGE
% m=synchronous_average
www.eeworm.com/read/402881/11526731
m synchronous_average.m
function m=synchronous_average(x,T)
%
% SYNCHRONOUS_AVERAGE
% calculate the synchronous average of the signal x
% with period T
%
% USAGE
% m=synchronous_average
www.eeworm.com/read/235317/14074624
m synchronous_average.m
function m=synchronous_average(x,T)
%
% SYNCHRONOUS_AVERAGE
% calculate the synchronous average of the signal x
% with period T
%
% USAGE
% m=synchronous_average
www.eeworm.com/read/433021/8551805
vhd nbit_synchronous_counter.vhd
--n-Bit Synchronous Counter
LIBRARY ieee;
USE ieee.Std_logic_1164.ALL;
USE ieee.Std_logic_unsigned.ALL;
ENTITY cntrnbit IS
GENERIC(n : Positive := 8);
PORT(clock, reset, enable : IN Std_logic;
count :
www.eeworm.com/read/199926/7814379