代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/434325/7874606
m taylor.m
function [T,Y] = taylor(f,a,b,ya,m)
%---------------------------------------------------------------------------
%TAYLOR Taylor's solution for y' = f(t,y) with y(a) = ya.
% Sample call
% [T,Y
www.eeworm.com/read/299153/7883722
java cadsymbol.java
package com.javapatterns.prototype.cad;
import java.awt.*;
import java.io.*;
public abstract class CadSymbol implements CadSymbolIF
{
// methods for Cloneable interface
public Object c
www.eeworm.com/read/199077/7889886
txt hour20_3.txt
There is no real "solution" to this exercise...
The objects behave in a similar manner but the standard library has
many more operators, methods, and therefore capabilities!
www.eeworm.com/read/199075/7890275
cpp simpleinherit.cpp
//Listing 16.1 Simple inheritance
#include
enum BREED { YORKIE, CAIRN, DANDIE, SHETLAND, DOBERMAN, LAB };
class Mammal
{
public:
// constructors
Mammal
www.eeworm.com/read/298278/7968870
h serialport.h
/*
Module : SERIALPORT.H
Purpose: Declaration for an MFC wrapper class for serial ports
Created: PJN / 31-05-1999
Copyright (c) 1999 - 2002 by PJ Naughter.
All rights reserved.
*/
/