代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/162604/10291895
h objc.h
/* Basic data types for Objective C.
Copyright (C) 1993, 1995, 1996, 2004 Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify
it u
www.eeworm.com/read/425998/10295434
cpp main.cpp
//----------------------------------------------------------------------------//
// main.cpp //
// Copyright (C) 2001 Bruno 'Beosil' H
www.eeworm.com/read/425998/10295686
cpp coresubmesh.cpp
//****************************************************************************//
// coresubmesh.cpp //
// Copyright (C) 2001, 2002 Bruno 'Beo
www.eeworm.com/read/425891/10311544
cpp preuzimanjepodatakadlg.cpp
// PreuzimanjePodatakaDlg.cpp : implementation file
//
#include "stdafx.h"
#include "RucniTerminal.h"
#include "PreuzimanjePodatakaDlg.h"
#include "IzaberiDatotekuDlg.h"
#include "Komunikator.
www.eeworm.com/read/425193/10372377
cpp point24document.cpp
/*
========================================================================
Name : Point24Document.cpp
Author : luomao2000
Copyright : luomao2000@tom.com
Reserved
Description :
www.eeworm.com/read/279940/10375495
h queue.h
/*****************************************************************************
Copyright (c) 2001 - 2007, The Board of Trustees of the University of Illinois.
All rights reserved.
Redistribution and
www.eeworm.com/read/354214/10375756
java main.java
/*
* Main.java
*
* Created on 2007年10月31日, 下午2:30
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package clock;
/**
*
*
www.eeworm.com/read/279804/10392874
js 01.js
// We begin with the constructor
function Circle(radius) {
// r is an instance property, defined and initialized in the constructor.
this.r = radius;
}
// Circle.PI is a class property--it is
www.eeworm.com/read/161461/10407137
java knnpartialdistance.java
/** K-nearest neighbor with partial distance
* This works by omitting certain specified attributes in each
* distance calculation. If the distance is greater than the distance
* of the greatest
www.eeworm.com/read/161461/10407149
java knn.java
/** K-nearest neighbor rule for WEKA.
* Class to apply the k-nearest-neighbor rule on a given
* test set, by giving each test sample the label most
* frequently represented among the k nearest t