代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/382541/9022315
h grid.h
#ifndef GRID_H
#define GRID_H
#include
#include
using namespace std;
/*
* IMPORTANT NOTE:
*
* For this assignment, you might need to add state to the
* class and/
www.eeworm.com/read/185499/9034760
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.
*/
/
www.eeworm.com/read/382196/9042568
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/381987/9059765
h grid.h
/*
*author:renhao
*Id:063449
*time:2008.11.13
*version:1.0
*/
#ifndef GRID_H
#define GRID_H
#include
#include
using namespace std;
/*
* IMPORTANT NOTE:
*
* For
www.eeworm.com/read/282673/9075583
h btgame.h
/* 'btGame.h' */
/* Mirus window framework header */
#include "Mirus\Mirus.h"
/* Breaking Throught header files */
#include "btPaddle.h"
#include "btBall.h"
#include "btBlock.h"
/* In
www.eeworm.com/read/281848/9129944
java showmethods18.java
// typeinfo/ShowMethods18.java
// TIJ4 Chapter Typeinfo, Exercise 18, page593
// Make ShowMethods a non-public class and verify that the synthesized default
// constructor no longer shows up in the
www.eeworm.com/read/281848/9129975
java showmethods17.java
// typeinfo/ShowMethods17.java
// TIJ4 Chapter Typeinfo, Exercise 17, page 593
// Modify the regular expression in ShowMethods.java to additionally
// strip off the keywords native and final (hint:
www.eeworm.com/read/281848/9130189
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 mai
www.eeworm.com/read/281848/9130436
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/380622/9140819
pas vmtinfo.pas
unit VmtInfo;
interface
// Routines for accessing the undocumented fields of
// the Virtual Method Table (VMT).
//
// The GetVmtInfo function returns an IVmtInfo, and GetTypeInfo returns
//