代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/213252/6281971
h vecposition.h
/***************************************************************************
* Copyright (C) 2004 - 2006 by ZJUBase *
* National La
www.eeworm.com/read/493665/6388706
h worldmodel.h
/*
*********************************************************************************
* In the name of Almighty *
*
www.eeworm.com/read/493665/6388709
h geometry.h
/*
*********************************************************************************
* In the name of Almighty *
*
www.eeworm.com/read/490958/6446287
html objects.html
JavaScript的对象
The following objects are available in JavaScript:
a
www.eeworm.com/read/488691/6483983
h divfile.h
//======================================================================
// Header file
//
// Written for the book Programming Windows CE
// Copyright (C) 1998 Douglas Boling
//==================
www.eeworm.com/read/478645/6711964
txt declarations and access control (2).txt
作者:jeru
email: jeru@163.net
日期:7/3/2001 9:59:34 AM
Objective 2
Declare classes, inner classes, methods, instance variables static, variables and automatic (method local) variables, making appropri
www.eeworm.com/read/262749/11392093
java vhs.java
/**
* This interface specifies two methods.
*
* @author ll
* @version 1.0.0
*/
public interface VHS {
public String getFormat();
public String getLanguage();
}
www.eeworm.com/read/407557/11415932
java accesstest.java
/**
*演示数据封装性
*/
package sample;
class EncapTest {
int a; // default access
public int b; // public access
private int c; // private access
// methods to access c
void setc(int i)
www.eeworm.com/read/406529/11440315
h newmenux.h
//======================================================================
// Header file
//
// Written for the book Programming Windows CE
// Copyright (C) 2003 Douglas Boling
//==================
www.eeworm.com/read/406072/11450108
idl dshowasf.idl
//------------------------------------------------------------------------------
// File: DShowASF.idl
//
// Desc:
//
// Copyright (c) 1992-2002, Microsoft Corporation. All rights reserved.
//-