代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/337096/12391788
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/337096/12391801
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/232339/14197298
m pet_analysis_ui.m
%PET_ANALYSIS_UI Analyse PET data in both Behavioral & Task methods
% and write results into a result file based on session profiles
% and user inputs.
%
% Usage: pet_analysis_ui
%
% See als
www.eeworm.com/read/232339/14197948
m erp_analysis_ui.m
%ERP_ANALYSIS_UI Analyse ERP data in both Behavioral & Task methods
% and write results into a result file based on session profiles
% and user inputs.
%
% Usage: erp_analysis_ui
%
% See als
www.eeworm.com/read/130097/14208537
cpp geometry.cpp
//the methods used here all refer to nature coordinate!
#include "stdafx.h"
#include "globe.h"
#include "geometry.h"
/*********** chen ning *******************/
int CalcuFormat(POINT P2, POINT
www.eeworm.com/read/123143/14645705
m contents.m
% Fuzzy Logic Toolbox Demos.
%
% General demos
% defuzzdm - Defuzzification methods.
% fcmdemo - Fuzzy c-means clustering demo (2-D).
% fuzdemos - List of all Fuzzy Logic Toolbox dem
www.eeworm.com/read/122674/14676256
h date.h
#ifndef DATE_CLASS
#define DATE_CLASS
#include
#include // array based I/O stream methods
class Date
{
private:
// private members that spec
www.eeworm.com/read/221978/14712730
readme
This directory contains all files necessary to make performance
experiments on solving RCC8 CSPs as described in J. Renz, B. Nebel,
"Efficient methods for Qualitative Spatial Reasoning", JAIR 15, 200
www.eeworm.com/read/221047/14760111
html mimetools-message-objects.html
12.3.1 Additional Methods of Message Objects
www.eeworm.com/read/119233/14836335
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