代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/276787/4164104
xpm shift.xpm
/* XPM */
static char * unknown[] = {
"14 12 3 1",
" s None c None",
". c #424242",
"# c #000000",
" ## ",
" #### ",
" ##.### ",
" ##. ### ",
" ##. ### ",
" ##.
www.eeworm.com/read/270429/4238271
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/449188/1679517
java shift.java
//【习2.19】 循环移位方阵。
//采用一维数组,将数组看成环形。
/*
对于给定的一个数据元素序列,如{0,1,2,3,4},输出如下形式的循环移位方阵:
0 1 2 3 4
1 2 3 4 0
2 3 4 0 1
3 4 0 1 2
4 0 1 2 3
*/
public class Shift
{
www.eeworm.com/read/447738/1696682
s shift.s
.text
asr d1,d2
asr 4,d2
lsr d2,d3
lsr 4,d3
asl d3,d2
asl 4,d2
asl2 d2
ror d1
rol d2
www.eeworm.com/read/447738/1697247
s shift.s
.code
.align 4
; Basic immediate instruction tests.
;
; We could/should test some of the corner cases for register and
; immediate fields. We should also check the assorted field
; selectors to
www.eeworm.com/read/447738/1697385
s shift.s
# shl, shr, shra, shrd
.text
# Register forms (all)
shl %r0,%r1,%r2
shl %r3,%r4,%r5
shl %r6,%r7,%r8
shl %r9,%r10,%r11
shl %r31,%r13,%r14
shl %r15,%r16,%r17
shl %r18,%r19,%r20
shl %r21,%r2
www.eeworm.com/read/447738/1697393
d shift.d
#as:
#objdump: -dr
#name: i860 shift
.*: +file format .*
Disassembly of section \.text:
00000000 :
0: 00 00 22 a0 shl %r0,%r1,%sp
4: 00 18 85 a0 shl %fp,%r4,%r5
8: 00 30 e8 a0 s