代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/147331/5732150
s strcmp.s
/*
* (c) Copyright 1986 HEWLETT-PACKARD COMPANY
*
* To anyone who acknowledges that this file is provided "AS IS"
* without any express or implied warranty:
* permission to use, copy, mod
www.eeworm.com/read/140841/5780039
vhd jtagcom.vhd
----------------------------------------------------------------------------
-- This file is a part of the GRLIB VHDL IP LIBRARY
-- Copyright (C) 2005 GAISLER RESEARCH
--
-- This program is free so
www.eeworm.com/read/139842/5796857
c text_fdct_mmx.c
#define INP eax
#define OUT ecx
#define TABLE ebx
#define TABLEF ebx
#define round_frw_row edx
#define x0 INP + 0*16
#define x1 INP + 1*16
#define x2 INP + 2*16
#define x3 INP + 3*16
#
www.eeworm.com/read/139206/5807161
pl mibwalk.pl
# snmpwalk of entire MIB
# stop on error at end of MIB
use SNMP 1.8;
$SNMP::use_sprint_value = 1;
my $host = shift || localhost;
my $comm = shift || public;
$sess = new SNMP::Session(DestHost => $ho
www.eeworm.com/read/138548/5815433
pm element.pm
# $Id: Element.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Node::Element;
use strict;
use vars qw/@ISA/;
@ISA = ('XML::XPath::Node');
package XML::XPath::Node::ElementImpl;
use vars q
www.eeworm.com/read/138548/5815445
pm variable.pm
# $Id: Variable.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Variable;
use strict;
# This class does NOT contain 1 instance of a variable
# see the XML::XPath::Parser class for the instan
www.eeworm.com/read/138548/5815453
pm server.pm
# $Id: Server.pm 4536 2004-05-11 05:33:05Z btrott $
package XML::Atom::Server;
use strict;
use XML::Atom;
use base qw( XML::Atom::ErrorHandler );
use MIME::Base64 qw( encode_base64 decode_base64 );
www.eeworm.com/read/136989/5827967
pm vc7workspacecreator.pm
package VC7WorkspaceCreator;
# ************************************************************
# Description : A VC7 Workspace Creator
# Author : Chad Elliott
# Create Date : 5/14/2002
www.eeworm.com/read/136989/5827979
pm va4projectcreator.pm
package VA4ProjectCreator;
# ************************************************************
# Description : A VA4 Project Creator
# Author : Chad Elliott
# Create Date : 7/8/2002
# ***
www.eeworm.com/read/136989/5827982
pm vc7projectcreator.pm
package VC7ProjectCreator;
# ************************************************************
# Description : A VC7 Project Creator
# Author : Chad Elliott
# Create Date : 4/23/2002
# **