代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/169281/9869925
java insidecom.java
/**
* This class is designed to be packaged with a COM DLL output
* format. The class has no standard entry points other than the
* constructor. Public methods are exposed as methods on the
www.eeworm.com/read/362517/9994763
txt declarations and access co.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/361930/10028004
h geometry.h
// Geometry.h: interface for the Geometry class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GEOMETRY_H__D6CBA539_D626_4363_B6ED_837FC5B87A31__INCLU
www.eeworm.com/read/361866/10030931
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/361866/10032143
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/162867/10262410
m compare.m
% Copyright (c) 1999-2002 The University of Texas
% All Rights Reserved.
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public Licen
www.eeworm.com/read/162867/10262449
m graphdata.m
% Copyright (c) 1999-2002 The University of Texas
% All Rights Reserved.
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public Licen
www.eeworm.com/read/279804/10392575
js 06.js
//
// This function adds property accessor methods for a property with
// the specified name to the object o. The methods are named get
// and set. If a predicate function is supplied,
www.eeworm.com/read/279804/10392880
js defineclass.js
/**
* defineClass() -- a utility function for defining JavaScript classes.
*
* This function expects a single object as its only argument. It defines
* a new JavaScript class based on the data in