代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/190666/5181312
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/190666/5181320
cc natdouble.cc
// natDouble.cc - Implementation of java.lang.Double native methods.
/* Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation
This file is part of libgcj.
This software is copyrighted w
www.eeworm.com/read/190666/5181328
cc natstring.cc
// natString.cc - Implementation of java.lang.String native methods.
/* Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation
This file is part of libgcj.
This software is copyrighted w
www.eeworm.com/read/190666/5181442
java collections.java
/* Collections.java -- Utility class with methods to operate on collections
Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath i
www.eeworm.com/read/190346/5185846
h ne_basic.h
/*
HTTP/1.1 methods
Copyright (C) 1999-2002, Joe Orton
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library Gen
www.eeworm.com/read/187933/5215142
java cbparse.java
package com.ca.commons.cbutil;
/**
* Methods being moved out of CBUtility for stand-alone-ishness
*/
public class CBParse
{
public static String bytes2Hex(byte[] bytes)
{
www.eeworm.com/read/184465/5249091
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/180459/5283819
java testproperty.java
//: net/mindview/atunit/TestProperty.java
// The @Unit @TestProperty tag.
package net.mindview.atunit;
import java.lang.annotation.*;
// Both fields and methods may be tagged as properties:
@Ta
www.eeworm.com/read/179906/5301170
java stormyinning.java
//: c09:StormyInning.java
// Overridden methods may throw only the exceptions
// specified in their base-class versions, or exceptions
// derived from the base-class exceptions.
// From 'Thinking
www.eeworm.com/read/177769/5320854
js extras-array.js
/*
add some useful methods to the javascript array class. All operating on the built-in Array class, so no
need for any namespacing object.
Dave Crane 2005
*/
/*
append to end of array, opti