代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/373369/9459847
java readonly.java
//: containers/ReadOnly.java
// Using the Collections.unmodifiable methods.
import java.util.*;
import net.mindview.util.*;
import static net.mindview.util.Print.*;
public class ReadOnly {
s
www.eeworm.com/read/177199/9465596
java e4_15.java
// Fig. 11.8: StringMiscellaneous2.java
// String methods replace, toLowerCase, toUpperCase, trim and toCharArray.
import javax.swing.*;
//StringMiscellaneous2
public class E4_15{
public st
www.eeworm.com/read/175135/9558428
cpp mytime3.cpp
// mytime3.cpp -- implementing Time methods
#include "mytime3.h"
Time::Time()
{
hours = minutes = 0;
}
Time::Time(int h, int m )
{
hours = h;
minutes = m;
}
void Time::Ad
www.eeworm.com/read/175135/9558752
cpp acctabc.cpp
// acctabc.cpp -- bank account class methods
#include
#include
using std::cout;
using std::ios_base;
using std::endl;
#include "acctabc.h"
// Abstract Base Class
AcctA
www.eeworm.com/read/170021/9822840
java testofhtml.java
package sourcecodegenproj;
import java.net.Socket;
import java.net.*;
import java.io.*;
import org.apache.commons.httpclient.HttpClient;
import org.apache.commons.httpclient.methods.GetMethod;
www.eeworm.com/read/169058/9882390
java typesforsets.java
//: containers/TypesForSets.java
// Methods necessary to put your own type in a Set.
import java.util.*;
class SetType {
int i;
public SetType(int n) { i = n; }
public boolean equals(Obj
www.eeworm.com/read/169058/9882458
java readonly.java
//: containers/ReadOnly.java
// Using the Collections.unmodifiable methods.
import java.util.*;
import net.mindview.util.*;
import static net.mindview.util.Print.*;
public class ReadOnly {
s
www.eeworm.com/read/165315/10068134
java inputspacecanvas.java
import java.awt.*;
import java.util.*;
import java.awt.event.*;
//import java.awt.image.*;
//Modified by Sebastien Baehni in order to support further jvm
//(some of the methods were deprecated)
class
www.eeworm.com/read/358682/10182082
cpp mytime3.cpp
// mytime3.cpp -- implementing Time methods
#include "mytime3.h"
Time::Time()
{
hours = minutes = 0;
}
Time::Time(int h, int m )
{
hours = h;
minutes = m;
}
void Time::Ad
www.eeworm.com/read/358682/10182270
cpp acctabc.cpp
// acctabc.cpp -- bank account class methods
#include
#include
using std::cout;
using std::ios_base;
using std::endl;
#include "acctabc.h"
// Abstract Base Class
AcctA