代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/477778/6733958
c dec.c
/* DEC.C - Decoding procedures. */
/* NOTE: See decoding.html for general documentation on the decoding methods */
#include
#include
#include
#include
www.eeworm.com/read/409010/11361744
cpp sgraph.cpp
#include
#include
#include "utility.h"
#include "sgraph.h"
using namespace std;
//
// Implement methods for the index-value pair
//
bool CompareLessVal(IdxVal a, IdxVal b)
www.eeworm.com/read/407982/11406653
java tree.java
import java.awt.*;
import java.util.Vector;
class Tree {
//variables
Vector set;
Node rep;
//constructor
public Tree( ) {
set = new Vector();
}
//methods
public void Combine( Tree tree
www.eeworm.com/read/407982/11406703
java tree.java
import java.awt.*;
import java.util.Vector;
class Tree {
//variables
Vector set;
Node rep;
//constructor
public Tree( ) {
set = new Vector();
}
//methods
public void Combine( Tree tree
www.eeworm.com/read/405278/11467072
java springutilities.java
import javax.swing.*;
import javax.swing.SpringLayout;
import java.awt.*;
/**
* A 1.4 file that provides utility methods for
* creating form- or grid-style layouts with SpringLayout.
* These util
www.eeworm.com/read/403011/11524329
cpp stonewt1.cpp
// stonewt1.cpp -- Stonewt class methods + conversion functions
#include
using std::cout;
#include "stonewt1.h"
// construct Stonewt object from double value
Stonewt::Stonewt(double
www.eeworm.com/read/403011/11524379
cpp studenti.cpp
// studenti.cpp -- Student class using private inheritance
#include "studenti.h"
using std::ostream;
using std::endl;
using std::istream;
using std::string;
// public methods
double Student::
www.eeworm.com/read/403011/11524385
cpp studentc.cpp
// studentc.cpp -- Student class using containment
#include "studentc.h"
using std::ostream;
using std::endl;
using std::istream;
using std::string;
//public methods
double Student::Average()
www.eeworm.com/read/403009/11524634
cpp stonewt1.cpp
// stonewt1.cpp -- Stonewt class methods + conversion functions
#include
using std::cout;
#include "stonewt1.h"
// construct Stonewt object from double value
Stonewt::Stonewt(double
www.eeworm.com/read/403009/11524684
cpp studenti.cpp
// studenti.cpp -- Student class using private inheritance
#include "studenti.h"
using std::ostream;
using std::endl;
using std::istream;
using std::string;
// public methods
double Student::