代码搜索:shift

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

代码结果 10,000
www.eeworm.com/read/138548/5815424

pm auth.pm

package HTTP::Headers::Auth; use strict; use vars qw($VERSION); $VERSION = sprintf("%d.%02d", q$Revision: 1.2 $ =~ /(\d+)\.(\d+)/); require HTTP::Headers; package HTTP::Headers; BEGIN { # we pr
www.eeworm.com/read/138548/5815492

pm sessiondata.pm

# ====================================================================== # # Copyright (C) 2000 Lincoln D. Stein # Slightly modified by Paul Kulchenko to work on multiple platforms # # ===============
www.eeworm.com/read/138548/5815553

pm unix.pm

package URI::file::Unix; require URI::file::Base; @ISA=qw(URI::file::Base); use strict; use URI::Escape qw(uri_unescape); sub extract_path { my($class, $path) = @_; # tidy path $path =~
www.eeworm.com/read/136827/5847395

c motion_est.c

/* * Motion estimation * Copyright (c) 2000,2001 Fabrice Bellard. * Copyright (c) 2002-2003 Michael Niedermayer * * * This library is free software; you can redistribute it and/or * modify it
www.eeworm.com/read/136812/5857002

s umultiply.s

/* * .seg "data" * .asciz "@(#)umultiply.s 1.1 92/07/30 Copyr 1987 Sun Micro" * .align 4 */ .seg "text" ! Copyright (c) 1987 by Sun Microsystems, Inc. #include /* * p
www.eeworm.com/read/136786/5862583

c init.c

/* * Initialize MMU support. * * Copyright (C) 1998-2001 Hewlett-Packard Co * Copyright (C) 1998-2001 David Mosberger-Tang */ #include #include
www.eeworm.com/read/136786/5863445

h multi_arith.h

/* multi_arith.h: multi-precision integer arithmetic functions, needed to do extended-precision floating point. (c) 1998 David Huggins-Daines. Somewhat based on arch/alpha/math-emu/ieee-mat
www.eeworm.com/read/136786/5863839

s udivdi3.s

/* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or modify it under the terms of the GNU
www.eeworm.com/read/136786/5866208

h hubni.h

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Derived from IRIX
www.eeworm.com/read/135582/5884517

cxx keyboard.cxx

// // "$Id: keyboard.cxx,v 1.1.1.1 2003/08/07 21:18:42 jasonk Exp $" // // Keyboard/event test program for the Fast Light Tool Kit (FLTK). // // Continuously display FLTK's event state. // // Known bu