代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/388617/8596670
cpp tv.cpp
// tv.cpp -- methods for the Tv class (Remote methods are inline)
#include
#include "tv.h"
bool Tv::volup()
{
if (volume < MaxVal)
{
volume++;
return true;
www.eeworm.com/read/388617/8596864
cpp tabtenn1.cpp
// tabtenn1.cpp -- base-class methods and derived-class methods
#include "tabtenn1.h"
#include
#include
// TableTennisPlayer methods
TableTennisPlayer::TableTennisPlayer (c
www.eeworm.com/read/388174/8630369
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/388174/8630376
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/388080/8636836
h worldmodel.h
/*
Copyright (c) 2000-2003, Jelle Kok, University of Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the fo
www.eeworm.com/read/287618/8678742
h ilibparsers.h
/*
* INTEL CONFIDENTIAL
* Copyright (c) 2002, 2003 Intel Corporation. All rights reserved.
*
* The source code contained or described herein and all documents
* related to the source code ("Mat
www.eeworm.com/read/286662/8751847
m feature_selection_commands.m
function feature_selection_commands(command)
%This function deals with commands generated by the feature selection module
persistent methods;
if isempty(methods)
methods = read_algorithms('
www.eeworm.com/read/286502/8762629
h serialport.h
//=======================================================================================
// Module : SERIALPORT.H
// Purpose: Declaration for an MFC wrapper class for serial ports
// Created: PJN
www.eeworm.com/read/430096/8766566
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/430096/8766599
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: