代码搜索:methods

找到约 10,000 项符合「methods」的源代码

代码结果 10,000
www.eeworm.com/read/469123/6977850

html sparse-approx.html

Approximation Methods for Gaussian Process Regression
www.eeworm.com/read/468329/6996553

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/468329/6996603

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/468329/6996609

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/465716/7052490

py shapefactory2.py

#: c05:shapefact2:ShapeFactory2.py # Polymorphic factory methods. from __future__ import generators import random class ShapeFactory: factories = {} def addFactory(id, shapeFactory):
www.eeworm.com/read/332978/7141655

java printtest.java

//: access/PrintTest.java // Uses the static printing methods in Print.java. import static net.mindview.util.Print.*; public class PrintTest { public static void main(String[] args) { pri
www.eeworm.com/read/332978/7141677

java icecream.java

//: arrays/IceCream.java // Returning arrays from methods. import java.util.*; public class IceCream { private static Random rand = new Random(47); static final String[] FLAVORS = { "C
www.eeworm.com/read/464101/7169717

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/456533/7345731

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/456533/7345781

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::