代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/418911/10891919
m pinit.m
function [T,x_0] = pinit(W,A,b)
%PINIT Utility init.-procedure for "preconditioned" iterative methods.
%
% T = pinit(W,A)
% [T,x_0] = pinit(W,A,b)
%
% Initialization for `preconditioning' of general-f
www.eeworm.com/read/272813/10943258
c page.c
/*
* Description of a simple page
* $Id: page.C,v 1.1 1997/01/02 12:46:41 flisakow Exp $
*/
#ifdef PAGE_DEBUG
# include
#endif
#include "page.h"
// Methods of the cl
www.eeworm.com/read/272811/10943513
c page.c
/*
* Description of a simple page
* $Id: page.C,v 1.1 1997/01/02 12:46:41 flisakow Exp $
*/
#ifdef PAGE_DEBUG
# include
#endif
#include "page.h"
// Methods of the cl
www.eeworm.com/read/470800/6908530
cpp vect.cpp
// vect.cpp -- methods for Vector class
#include
#include "vect.h" // includes
using std::sqrt;
using std::sin;
using std::cos;
using std::atan2;
using std::cout;
namesp
www.eeworm.com/read/470800/6908818
cpp vect.cpp
// vect.cpp -- methods for Vector class
#include
#include "vect.h" // includes
using std::sqrt;
using std::sin;
using std::cos;
using std::atan2;
using std::cout;
namesp
www.eeworm.com/read/468329/6996554
cpp vect.cpp
// vect.cpp -- methods for Vector class
#include
#include "vect.h" // includes
using std::sqrt;
using std::sin;
using std::cos;
using std::atan2;
using std::cout;
namesp
www.eeworm.com/read/384827/7104727
java music4.java
//: interfaces/music4/Music4.java
// Abstract classes and methods.
package interfaces.music4;
import polymorphism.music.Note;
import static net.mindview.util.Print.*;
abstract class Instrument
www.eeworm.com/read/332978/7141973
java music4.java
//: interfaces/music4/Music4.java
// Abstract classes and methods.
package interfaces.music4;
import polymorphism.music.Note;
import static net.mindview.util.Print.*;
abstract class Instrument