代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/193277/8243353
m domain.m
function Y=plot(varargin)
%DOMAIN Extract domain for PWA variable
% Author Johan L鰂berg
% $Id: domain.m,v 1.3 2006/03/22 15:41:14 joloef Exp $
% Fast version for plotting simple PWA objec
www.eeworm.com/read/293183/8310296
m reducm.m
%REDUCM Reduce to minimal space
%
% W = reducm(A)
%
% Ortho-normal mapping to a space in which the dataset A exactly fits.
% This is useful for datasets with more features than objects.
% For the obje
www.eeworm.com/read/293183/8310470
m getlabd.m
%GETLABD Get labels of dataset
%
% labels = getlabd(a)
%
% Returns the labels of all objects in the dataset a.
function labels = getlabd(a)
if isa(a.ll,'cell') & ~isa(a.l,'dataset')
labels = a.ll{1}
www.eeworm.com/read/293183/8310829
m edicon.m
%EDICON Edit and condense training set into support set
%
% J = edicon(D)
%
% Condensing: If D is the distance dataset then the indices J refer
% to a minimized set that classifies the original se
www.eeworm.com/read/292808/8331934
makefile
SERIAL = `echo /dev/tty.USA19QI*`
UISP = uisp -dprog=avr910 -dserial=$(SERIAL) -dpart=auto
TARGET = atmega8
#TARGET = at90s2313
# The two lines above are for "uisp" and the AVR910 serial programmer co
www.eeworm.com/read/392244/8356206
java inittest18.java
// initialization/InitTest18.java
// TIJ4 Chapter Initialization, Exercise 18, page 198
/* Attach objects to the references in array in exercise 17: Create a class with
* a constructor that takes a
www.eeworm.com/read/370596/9593356
java inittest18.java
// initialization/InitTest18.java
// TIJ4 Chapter Initialization, Exercise 18, page 198
/* Attach objects to the references in array in exercise 17: Create a class with
* a constructor that takes a
www.eeworm.com/read/369313/9655117
m lhiquery.m
function [D, j] = LHIquery(D, fieldName, content, method)
%
% This function provides basic query functionalities. It allows you to
% locate images with certain objects.
%
% [D, j] = LHIquery(D, f
www.eeworm.com/read/173135/9671807
c db.c
/***************************************************************
* *
* Copyright (c) 2001-2006 McObject LLC. All Right Reserved. *
*
www.eeworm.com/read/368447/9694141
pas printable.pas
unit Printable;
interface
// Stuff to help print large, complex data structures.
// Each class that can be printed implements the IPrintable interface.
// Classes that might be stored in cycli