代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/430563/1920682
hex bcd shift.hex
:100000007F037830753047753136753221EFFA2825
:0C001000F87B0018E6C4F6EBD6FBDAF72C
:00000001FF
www.eeworm.com/read/430448/1930128
c shift_right.c
#include "../led7seg.h"
void LED7SEG_shift_right(void)
{
int n;
LED7SEG_digits[0]=LED7SEG_BLANK;
for(n=LED7SEG_DIGITS-1; n>0; n--)
LED7SEG_digits[n]=LED7SEG_digits[n-1];
www.eeworm.com/read/430448/1930129
c shift_left.c
#include "../led7seg.h"
void LED7SEG_shift_left(void)
{
int n;
for(n=0; n
www.eeworm.com/read/430445/1930417
c shift_right.c
#include "../led7seg.h"
void LED7SEG_shift_right(void)
{
int n;
LED7SEG_digits[0]=LED7SEG_BLANK;
for(n=LED7SEG_DIGITS-1; n>0; n--)
LED7SEG_digits[n]=LED7SEG_digits[n-1];
www.eeworm.com/read/430445/1930418
c shift_left.c
#include "../led7seg.h"
void LED7SEG_shift_left(void)
{
int n;
for(n=0; n
www.eeworm.com/read/428548/1958483
tests shift1.tests
$THIS_SH -c 'shift; echo "$@"' 0 1 2 3 4
#We do abort on -1, but then we abort. bash executes echo.
$THIS_SH -c 'shift -1; echo "$@"' 0 1 2 3 4
$THIS_SH -c 'shift 0; echo "$@"' 0 1 2 3 4
$THIS_SH
www.eeworm.com/read/428548/1958484
right shift1.right
2 3 4
0: shift: line 1: Illegal number: -1
1 2 3 4
2 3 4
3 4
4
1 2 3 4
1 2 3 4
www.eeworm.com/read/427042/1979141
c bn_shift.c
/* crypto/bn/bn_shift.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/425964/1999626
tdf filter_shift.tdf
parameters
(
tap=16,
x_wid=12 --3
);
subdesign filter_shift
(
clk : input;
clr : input = vcc;
xin[x_wid..1] : input;
s_en : input;-- = gnd;
y_ff[tap..1][x_wid..1]:output;