代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/261894/11616768
h gserialport.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.
*/
/
www.eeworm.com/read/259783/11764407
h svgacc.h
/* SVGACC Include File for Microsoft compatible C/C++ compilers
* Copyright 1993-1997 by Stephen L. Balkum and Daniel A. Sill
* Zephyr Software P.O. Box 7704, Austin, Texas 78713-7704
* Last Up
www.eeworm.com/read/155858/11842925
cpp 4elist1201.cpp
//Listing 12.1 Simple inheritance
#include
using namespace std;
enum BREED { GOLDEN, CAIRN, DANDIE, SHETLAND, DOBERMAN, LAB };
class Mammal
{
public:
// constructors
Mammal(
www.eeworm.com/read/155858/11842949
cpp 4e1201.cpp
//Listing 11.1 Simple inheritance
#include
enum BREED { GOLDEN, CAIRN, DANDIE, SHETLAND, DOBERMAN, LAB };
class Mammal
{
public:
// constructors
Mammal();
~Mammal();
//ac
www.eeworm.com/read/344240/11893379
java findapp.java
import java.lang.reflect.*;
public class FindApp {
public static void main(String[] arguments) {
if (arguments.length == 1) {
Class inspect;
try {
www.eeworm.com/read/344240/11893381
java seemethods.java
import java.lang.reflect.*;
public class SeeMethods {
public static void main(String[] arguments) {
Class inspect;
try {
if (arguments.length > 0)
www.eeworm.com/read/344239/11895749
java showmethods.java
//: typeinfo/ShowMethods.java
// Using reflection to show all the methods of a class,
// even if the methods are defined in the base class.
// {Args: ShowMethods}
import java.lang.reflect.*;
impo
www.eeworm.com/read/344238/11897658
java frog.java
// reusing/Frog.java
// TIJ4, Chapter Reusing, Exercise 16, page 262
/* Create a class called Amphibian. From this, inherit a class called Frog.
* Put appropriate methods in the base class. In main
www.eeworm.com/read/344238/11897822
java ex14.java
// interfaces/Ex14.java
// TIJ4 Chapter Interfaces, Exercise 14, page 330
/* Create three interfaces, each with two methods. Inherit a new interface
* that combines the three, adding a new method.
www.eeworm.com/read/343743/11930908
m plot_ras.m
function plot_ras(data, methods, sizes, perfs, pvals, conf)
%
% Plots a Rasmussen diagram to compare different methods.
%
% Inputs are title (data), method names (methods), training
% set sizes (sizes