代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/344239/11895869
java range.java
//: net/mindview/util/Range.java
// Array creation methods that can be used without
// qualifiers, using Java SE5 static imports:
package net.mindview.util;
public class Range {
// Produce a
www.eeworm.com/read/344238/11897812
java rodent1.java
// interfaces/rodent/Rodent1.java
// TIJ4 Chapter Interfaces, Exercise 1, page 315
/* Modify Exercise 9 in the previous chapter so that Rodent is an abstract class.
* Make the methods of Rodent abs
www.eeworm.com/read/344238/11897814
java ex4.java
// interfaces/Ex4.java
// TIJ4 Chapter Interfaces, Exercise 4, page 315
/* Create an abstract class with no methods. Derive a class and add a method.
* Create a static method that takes a reference
www.eeworm.com/read/344238/11897835
java ex2.java
// interfaces/Ex2.java
// TIJ4 Chapter Interfaces, Exercise 2, page 315
// Create a class as abstract without including any abstract methods, and verify
// that you cannot create any instances of t
www.eeworm.com/read/344238/11897842
java testex5.java
// interfaces.TestEx5.java
// TIJ4 Chapter Interfaces, Exercise 5, page 320
// Create an interface containing three methods, in its own package. Implement it
// in another package.
/* Solution inc
www.eeworm.com/read/154897/11920003
h list.h
/*
* Fast list methods
* Feb 2000 --Jcid
*
*/
#ifndef __LIST_H__
#define __LIST_H__
/*
* a_List_resize()
*
* Make sure there's space for 'num_items' items within the list
* (First, allocate
www.eeworm.com/read/154897/11920129
h image.h
#ifndef __IMAGE_H__
#define __IMAGE_H__
/* The DilloImage data-structure and methods */
#include
#include "dw_image.h"
typedef struct _DilloImage DilloImage;
struct _DilloImage {
DwIma
www.eeworm.com/read/343743/11930991
m contents.m
% Regression methods involving radial basis functions (RBFs).
%
% rbf_fs_2 - Regularised forward selection using radial basis functions.
% rbf_rr_2 - Ridge regression using radial basis functi
www.eeworm.com/read/151418/12213156
bas dbutil.bas
Attribute VB_Name = "modDBUtil"
'
' ESRI
' 3D Analyst Developer Sample Utility
' moddbutil.bas
' Methods for general ArcGIS database tasks
'
Option Explicit
Private m_sErrorMsg As String
Pr
www.eeworm.com/read/151418/12213402
bas dbutil.bas
Attribute VB_Name = "modDBUtil"
'
' ESRI
' 3D Analyst Developer Sample Utility
' moddbutil.bas
' Methods for general ArcGIS database tasks
'
Option Explicit
Private m_sErrorMsg As String
Pr