代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4678334
m many_args_method.m
/* Contributed by Nicola Pero - Fri Mar 9 19:39:15 CET 2001 */
#include
/* Test the syntax of methods with many arguments */
@interface TestClass
{
Class isa;
}
+ (int) sumInteger:
www.eeworm.com/read/233448/4687012
java arrayhelper.java
/* ArrayHelper.java -- Helper methods for handling array operations
Copyright (C) 1998, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you
www.eeworm.com/read/233448/4687429
java keepinline.java
// Demonstrate that private methods can be reflected even if they are
// not referenced at compile-time (i.e. -fkeep-inline-functions works).
import java.lang.reflect.Method;
public class KeepInline {
www.eeworm.com/read/233448/4689152
java inputmethodrequests.java
/* InputMethodRequests.java -- handles text insertion via input methods
Copyright (C) 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software
www.eeworm.com/read/233448/4689328
cc natarray.cc
// natField.cc - Implementation of java.lang.reflect.Field native methods.
/* Copyright (C) 1999, 2000, 2001, 2003 Free Software Foundation
This file is part of libgcj.
This software is copyrig
www.eeworm.com/read/233448/4689367
cc natfloat.cc
// natFloat.cc - Implementation of java.lang.Float native methods.
/* Copyright (C) 1998, 1999, 2001 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work lice
www.eeworm.com/read/231371/4716189
java cookieutils.java
package com.ora.jsp.util;
import javax.servlet.http.*;
/**
* This class contains a number of static methods that can be used to
* work with javax.servlet.Cookie objects.
*
* @author Hans
www.eeworm.com/read/230743/4719412
svn-base ratecontrol.txt.svn-base
A qualitative overview of x264's ratecontrol methods
By Loren Merritt
x264's ratecontrol is based on libavcodec's, and is mostly empirical. But I can retroactively propose the following theoretical
www.eeworm.com/read/229812/4751953
gml contdef.gml
:P.
Container classes define common methods to store information.
Any non-trivial program will have some type of data structure
to maintain information needed by various program components.
These
www.eeworm.com/read/228558/4763971
java dealstring.java
package com.am;
import java.util.Date;
import java.util.Vector;
public class DealString {
// Constructors
public DealString() { }
// Methods
public long makeID(int _int) { retur