代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/307309/3725338
right shift.right
./shift.tests abc d e
./shift.tests d e 123
./shift.tests d e 123
./shift.tests
./shift.tests
./shift.tests
www.eeworm.com/read/307309/3725339
tests shift.tests
if test $# = 0; then
exec "$THIS_SH" $0 abc "d e" 123
fi
echo $0 $1 $2
shift
echo $0 $1 $2
shift 999
echo $0 $1 $2
shift 2
echo $0 $1 $2
shift 2
echo $0 $1 $2
shift
echo $0 $1 $2
www.eeworm.com/read/304657/3786742
c shift.c
/* shift.c -- utilities to move regions of data in a file.
Copyright (C) 2004 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the term
www.eeworm.com/read/304657/3786743
h shift.h
/* shift.h -- utilities to move regions of data in a file.
Copyright (C) 2004 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the term
www.eeworm.com/read/303463/3810294
m shift.m
function F = shift(F,shifttol)
% Author Johan L鰂berg
% $Id: shift.m,v 1.4 2005/02/04 10:10:27 johanl Exp $
for i = 1:size(F.clauses,2)
switch F.clauses{i}.type
case {1,9}
www.eeworm.com/read/292141/3958833
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/285244/4055050
c shift.c
/*
* c't-Bot
*
* This program is free software; you can redistribute it
* and/or modify it under the terms of the GNU General
* Public License as published by the Free Software
* Foundation; ei
www.eeworm.com/read/285244/4055051
h shift.h
/*
* c't-Sim - Robotersimulator fuer den c't-Bot
*
* This program is free software; you can redistribute it
* and/or modify it under the terms of the GNU General
* Public License as published by
www.eeworm.com/read/278867/4141055
s shift.s
.SPACE $PRIVATE$
.SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31
.SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
.SPACE $TEXT$
.SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
.SUBSPA $CODE$,QUAD=0,ALIGN=8,AC
www.eeworm.com/read/276984/4160217
java shift.java
/*
*
LA-CC 05-135 Trident 0.7.1
Copyright Notice
Copyright 2006 (c) the Regents of the University of California.
This Software was produced under a U.S. Government contract
(W-7405-ENG-36) by Los