代码搜索:push
找到约 10,000 项符合「push」的源代码
代码结果 10,000
www.eeworm.com/read/195341/5112126
s push.s
.globl succ
.globl iget
.globl push
push:
jsr pc,iget
mov (r0),r2
mov r2,r1
1:
mov r1,-(sp)
jsr pc,iget
mov (sp)+,r1
mov r0,-(sp)
mov (r0),-(sp)
dec r2
bgt 1b
mov r1,-(sp)
jsr pc,succ
/
www.eeworm.com/read/177990/5318893
java push.java
package org.apache.bcel.generic;
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001 The Apache Software Found
www.eeworm.com/read/168845/5431717
hpp push.hpp
// (C) Copyright Jonathan Turkanis 2003.
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
www.eeworm.com/read/349526/3143916
java push.java
// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space
// Source File Name:
www.eeworm.com/read/347830/3162704
java push.java
/*
* This file is part of JGAP.
*
* JGAP offers a dual license model containing the LGPL as well as the MPL.
*
* For licencing information please see the file license.txt included with JGAP
www.eeworm.com/read/346158/3190206
m push.m
function [engine, clqtoroot] = push(engine, clq, pushdom)
%PUSH_POT push the variables in putshdom which is subset of clq to the clique toword the root and get new engine
%pushdom is pushed variable
www.eeworm.com/read/321483/3534231
t push.t
#!./perl
BEGIN {
chdir 't' if -d 't';
@INC = '.';
push @INC, '../lib';
}
{
package Basic;
use Tie::Array;
@ISA = qw(Tie::Array);
sub TIEARRAY { return bless [], shift }
sub F
www.eeworm.com/read/321483/3534286
t push.t
#!./perl -wT
use lib qw(t/lib);
# Due to a bug in older versions of MakeMaker & Test::Harness, we must
# ensure the blib's are in @INC, else we might use the core CGI.pm
use lib qw(blib/lib blib/arc
www.eeworm.com/read/321483/3534965
t push.t
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
push @INC, "::lib:$MacPerl::Architecture:" if $^O eq 'MacOS';
require Config; import Config;
if ($Config{'extensions'} !~ /\bXS\/APIte
www.eeworm.com/read/312595/3670391
java push.java
/*
* This file is part of JGAP.
*
* JGAP offers a dual license model containing the LGPL as well as the MPL.
*
* For licencing information please see the file license.txt included with JGAP