代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/352425/10553383
java ifelsetest.java
// control/IfEsleTest.java
// TIJ4 Chapter Control, Exercise 6, page 144
/* Modify the two test() methods in the previous two programs so that they take
* two extra arguments begin and end, and so
www.eeworm.com/read/352425/10553440
java rodent9.java
// polymorphism/rodent/Rodent9.java
// TIJ4 Chapter Polymorphism, Exercise 9, page 289
/* Create an inheritance hierarchy of Rodent:Mouse, Gerbil, Hamster, etc. In the
* base class, provide methods
www.eeworm.com/read/278058/10577505
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/278058/10577699
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/278058/10577719
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/159070/10697870
h socket.h
#if !defined(Socket_H)
#define Socket_H
#include "Lock.h"
#include "Thread.h"
#include
#include
using namespace std;
// define mapping of error methods
#if defined(
www.eeworm.com/read/276685/10715459
h processing.h
#pragma once
#include "resource.h" // main symbols
//#include
//#include
#include "Methods.h"
#include "..\GenLib\Multithreading/Thread.h"
// defining an interna
www.eeworm.com/read/421516/10733282
m m2fig.m
% M-file for Project 2 on induction motor starting in Chapter 6
% It calculates and the torque-speed and current-speed curves
% and plots them (see Fig. 6.27 of Project 2) on starting methods
% in
www.eeworm.com/read/349903/10785175
txt kcmcomba.txt
In embedded applications on low-powered processors, performance is a big
issue. Using either the KCM or Comba methods as described here can increase
speeds 4-fold.
To use the super-fast KCM (for
www.eeworm.com/read/275831/10794235
rb 07 - delegating method calls to another object.rb
require 'delegate'
# An integer represented as an ordinal number (1st, 2nd, 3rd...), as
# opposed to a cardinal number (1, 2, 3...) Generated by the
# DelegateClass to have all the methods of the Fix