代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/311052/13637888
java passobject.java
//: PassObject.java
// Passing objects to methods can be a bit tricky
class Letter {
char c;
}
public class PassObject {
static void f(Letter y) {
y.c = 'z';
}
public static void m
www.eeworm.com/read/311046/13637987
java passobject.java
//: PassObject.java
// Passing objects to methods can be a bit tricky
class Letter {
char c;
}
public class PassObject {
static void f(Letter y) {
y.c = 'z';
}
public static void m
www.eeworm.com/read/152843/5661565
c flexcop-fe-tuner.c
/*
* This file is part of linux driver the digital TV devices equipped with B2C2 FlexcopII(b)/III
*
* flexcop-fe-tuner.c - methods for attaching a frontend and controlling DiSEqC.
*
* see flexcop
www.eeworm.com/read/151249/5684599
h testfixture.h
#ifndef CPPUNIT_TESTFIXTURE_H // -*- C++ -*-
#define CPPUNIT_TESTFIXTURE_H
#include
CPPUNIT_NS_BEGIN
/*! \brief Wraps a test case with setUp and tearDown methods.
* \in
www.eeworm.com/read/146638/5736454
java perspectiveitem.java
/*
*/
package org.impact.stars.perspectivemd.perspective.model;
import java.util.Date;
import java.util.ArrayList;
import java.util.HashMap;
/**
* This class provides methods to view and modify c
www.eeworm.com/read/145991/5741074
c dpbtest.c
/*
DPBTEST.C -- uses undocumented INT 21h Function 32h (Get DPB)
to display bytes per drive; but first walks the DPB chain,
showing the difference between the two access methods
*/
#in
www.eeworm.com/read/144216/5752231
pm byteloader.pm
package ByteLoader;
use XSLoader ();
$VERSION = 0.04;
XSLoader::load 'ByteLoader', $VERSION;
# Preloaded methods go here.
1;
__END__
=head1 NAME
ByteLoader - load byte compiled perl code
=head
www.eeworm.com/read/141295/5774047
java sparcjitcodegen.java
/** use just-in-time compilation to generate code for methods
* @version $Id: SPARCJITCodeGen.java,v 1.7 1999/04/06 03:30:37 pab Exp $
*/
/* This is part of the Just-In-Time compiler for the Toba
www.eeworm.com/read/132312/5918360
java perspectiveitem.java
/*
*/
package org.impact.stars.perspectivemd.perspective.model;
import java.util.Date;
import java.util.ArrayList;
import java.util.HashMap;
/**
* This class provides methods to view and modify c
www.eeworm.com/read/128604/5980870
java stacktrace.java
/* gnu.gcj.runtime.StackTrace -- VM support methods for walking the
stack.
Copyright (C) 1998, 1999, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is fr