代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/430096/8766898
java cookiethief.java
// access/CookieThief.java
// TIJ4 Chapter Access, Exercise 4, page 227
// Show that protected methods have package access but are not public.
/* In directory Cookie2:
* //access/cookie2/Cookie.ja
www.eeworm.com/read/285859/8807921
pm lite.pm
package Net::CIDR::Lite;
use strict;
use vars qw($VERSION);
use Carp qw(confess);
$VERSION = '0.20';
my %masks;
my @fields = qw(PACK UNPACK NBITS MASKS);
# Preloaded methods go here.
sub new {
www.eeworm.com/read/385281/8810200
html binarysearchtree-binarysearchtree3.html
Code Fragment
// methods of the dictionary ADT
www.eeworm.com/read/281848/9130188
java cookiethief.java
// access/CookieThief.java
// TIJ4 Chapter Access, Exercise 4, page 227
// Show that protected methods have package access but are not public.
/* In directory Cookie2:
* //access/cookie2/Cookie.ja
www.eeworm.com/read/377523/9273285
java exceptionmethods.java
//: c10:ExceptionMethods.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Demonstrating the Exception Methods.
public clas
www.eeworm.com/read/373369/9460692
java music4.java
//: interfaces/music4/Music4.java
// Abstract classes and methods.
package interfaces.music4;
import polymorphism.music.Note;
import static net.mindview.util.Print.*;
abstract class Instrument
www.eeworm.com/read/175135/9558418
cpp vect.cpp
// vect.cpp -- methods for Vector class
#include
#include "vect.h" // includes
using std::sqrt;
using std::sin;
using std::cos;
using std::atan2;
using std::cout;
namesp
www.eeworm.com/read/169058/9883396
java music4.java
//: interfaces/music4/Music4.java
// Abstract classes and methods.
package interfaces.music4;
import polymorphism.music.Note;
import static net.mindview.util.Print.*;
abstract class Instrument
www.eeworm.com/read/364735/9896969
bas api.bas
Attribute VB_Name = "Api"
Option Explicit
'Const&Functions used for the FormMove methods
Public Const LP_HT_CAPTION = 2
Public Const WM_NCLBUTTONDOWN = &HA1
Declare Function ReleaseCapture Lib