代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/414988/11088137
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/204851/15332804
html tab0_2.html
API of FadeComponent as follow: (NOTE: private attributes and methods are omitted)
Fiel
www.eeworm.com/read/204456/15339241
m dknndd.m
%DKNNDD Distance K-Nearest neighbour data description method.
%
% W = DKNNDD(D,FRACREJ,K,METHOD)
%
% Calculates the K-Nearest neighbour data description on distance
% dataset D. Two methods a
www.eeworm.com/read/201318/15410734
xml bitreehelper.xml
This class contains some static methods that are u
www.eeworm.com/read/113579/15453003
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/108939/15569559
h processing.h
#pragma once
#include "resource.h" // main symbols
#include
#include "Methods.h"
#include "Multithreading/Thread.h"
// defining an internal error message id.
// Purpose: Pr
www.eeworm.com/read/106588/15633598
h model.h
#ifndef MODEL_H
#define MODEL_H
#include "ThisMfcApp.h"
#include "view.h"
// Contains methods called by view (GUI)
class Model
{
public:
static Model * Instance()
{
if ( _instance == 0 )
www.eeworm.com/read/104653/15686016
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/192096/8405876
htm ch13_11.htm
Recipe 13.10. Accessing Overridden Methods (Perl Cookbook)
www.eeworm.com/read/192096/8406395
htm ch13_12.htm
Recipe 13.11. Generating Attribute Methods Using AUTOLOAD (Perl Cookbook)