代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/379165/9205687
cnf shift(8).cnf
www.eeworm.com/read/379165/9205696
cnf shift(7).cnf
www.eeworm.com/read/379165/9205708
cnf shift(5).cnf
www.eeworm.com/read/379165/9205719
cnf shift(4).cnf
www.eeworm.com/read/379165/9205726
pof shift.pof
www.eeworm.com/read/379165/9205728
cnf shift(10).cnf
www.eeworm.com/read/379165/9205729
vhd shift.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity shift is
port(
clk:in std_logic;
do:out std_logic_vector(1 downto 0)
www.eeworm.com/read/378857/9214465
m shift.m
% Program 5-3
% shift.m
%
% Shift the contents of the register
%
% Programmed by yixiongshu,2006.8.9
function [outregi]=shift(inregi,shiftr,shiftu)
%
% inregi : Vector or matrix
% shiftr : T
www.eeworm.com/read/377596/9269993
m shift.m
% Program 5-3
% shift.m
%
% Shift the contents of the register
%
% Programmed by yixiongshu,2006.8.9
function [outregi]=shift(inregi,shiftr,shiftu)
%
% inregi : Vector or matrix
% shiftr : T