代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/204456/15339264
m dd_roc.m
function [e, thr] = dd_roc(a,w)
%DD_ROC Receiver Operating Characteristic curve
%
% E = DD_ROC(A,W)
% E = DD_ROC(A*W)
% E = A*W*DD_ROC
%
% Find for a (data description) method W
www.eeworm.com/read/204456/15339333
m dd_roc_old.m
function [e,thr] = dd_roc_old(w,a,b,frac_rej)
% e = dd_roc_old(W,A,B,frac_rej)
%
% Find for a (data description) method W (trained with A) the
% Receiver Operating Characteristic curve over datase
www.eeworm.com/read/204456/15339343
m mykmeans.m
%MYKMEANS K-means clustering
%
% [LABS,MEANS] = MYKMEANS(X,K)
%
% Place K centers in the data X using the k-means procedure.
% Copyright: D.M.J. Tax, D.M.J.Tax@prtools.org
% Faculty EWI, Delft U
www.eeworm.com/read/204456/15339356
m mykcentres.m
% KCENTRES Find k centres objects from distance matrix
%
% [labels,J,dmin] = kcentres(D,k,n)
%
% If D is a square distance matrix between m objects then J is the set of centre
% points, i.e. the subse
www.eeworm.com/read/204054/15345257
h stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#define WIN32_LEAN
www.eeworm.com/read/202224/15389164
m mmzap.m
function mmzap(arg)
%MMZAP Delete Graphics Object Using Mouse. (MM)
% MMZAP waits for a mouse click on an object in
% a figure window and deletes the object.
% MMZAP or MMZAP text erases text obje
www.eeworm.com/read/201477/15407400
cpp firstfit.cpp
// First fit bin packing
#include
#include "winner.h"
int winner(int a[], int b, int c)
{// For a max winner tree.
if (a[b] >= a[c]) return b;
return c;
}
void FirstFi
www.eeworm.com/read/100036/15460712
mak dhdemo.mak
# File: dhdemo.make
# Target: dhdemo
# Sources: 'QA Centris:RSAREF:2_0.A1:RDEMO:DHDEMO.C'
# Created: Saturday, March 19, 1994 2:29:00 PM
# Variable for user to specify th