代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/419152/10883610
s shift.s
/* ../vmips -o haltdumpcpu -o haltbreak shift.rom */
/* should end with R10=00000000 */
/* tests instructions: sllv srav srl srlv sra */
.text
.globl __start
__start:
addiu $10, $0, 0 /* $
www.eeworm.com/read/419152/10883676
exe shift.exe
www.eeworm.com/read/419152/10883900
o shift.o
www.eeworm.com/read/465115/7058604
c shift.c
www.eeworm.com/read/282684/7071388
c shift.c
www.eeworm.com/read/463000/7190764
m shift.m
% Program 5-4
% shift.m
%
% Shift the contents of the register.
%
% Programmed by M.Okita and H.Harada
%
function [outregi] = shift(inregi,shiftr,shiftu)
% ********************************
www.eeworm.com/read/460207/7255774
v shift.v
module shift(data_out,data_in,rst_,clk);
output[3:0]data_out;
input data_in;
input rst_;
input clk;
reg[3:0]data_out;
always@(posedge clk or negedge rst_)
if(!rst_)
www.eeworm.com/read/445027/7601069
bsf shift.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/445027/7601071
bdf shift.bdf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/444928/7602574