代码搜索:shift

找到约 10,000 项符合「shift」的源代码

代码结果 10,000
www.eeworm.com/read/168763/5436825

h memory.h

/* * linux/include/asm-arm/memory.h * * Copyright (C) 2000-2002 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu
www.eeworm.com/read/168763/5439097

py pxa_reg_calcs.py

#!/usr/bin/python # (C) Copyright 2004 # BEC Systems # Cliff Brake # This program is free software; you can redistribute it and/or # modify it under
www.eeworm.com/read/168081/5449196

txt d11r6a.txt

implementation //PROGRAM D11R6A //Driver for routine TUTEST uses unit2; {$R *.DFM} procedure TForm1.Button1Click(Sender: TObject); const s1='%9.2f'; NPTS = 5000; MPTS = 1000; NSHFT = 10;
www.eeworm.com/read/167133/5467212

java bytetocharshift_jis.java

/* * Java core library component. * * Copyright (c) 2000 * Transvirtual Technologies, Inc. All rights reserved. * * See the file "license.terms" for information on usage and redistribution
www.eeworm.com/read/165926/5476361

pm concat.pm

#: Kid/AST/concat.pm - generated from template/leftop.pm.tt package concat; use strict; use warnings; #use Data::Dumper::Simple; sub concat { my $self = shift; if (!exists $self->
www.eeworm.com/read/165926/5476383

pm concat.pm

#: Kid/AST/concat.pm - generated from template/leftop.pm.tt package concat; use strict; use warnings; #use Data::Dumper::Simple; sub concat { my $self = shift; if (!exists $self->
www.eeworm.com/read/165502/5482000

c lookup.c

/******************************************************************** * * * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURC
www.eeworm.com/read/165384/5483249

java gatherrule.java

// Copyright 2002 Nokia Corporation. // // THIS SOURCE CODE IS PROVIDED 'AS IS', WITH NO WARRANTIES WHATSOEVER, // EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS // FOR
www.eeworm.com/read/162614/5519141

c qual1.c

// { dg-do compile } template class Link_array { public: void sort (int (*compare) (T *const&,T *const&)); }; int shift_compare (int *const &, int *const &) {} template void Lin
www.eeworm.com/read/161438/5553090

c keystate.c

#include #include void main(void) { unsigned int state, old_state = 0; do { state = _bios_keybrd(_KEYBRD_SHIFTSTATUS); if (state != old_state)