代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/364658/9899044
tra hello.tra
*** Creating Trace Output File 'Hello.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"s3c44b0x.o"'
### List of Objects: adding '"retarget.o"'
###
www.eeworm.com/read/167647/9957499
c appresources.c
/*
* Copyright 2002 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/363078/9968673
tra lpc2368_port.tra
*** Creating Trace Output File '.\obj\lpc2368_port.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '".\obj\target.o"'
### List of Objects: adding '"
www.eeworm.com/read/363032/9971114
tra lpc2148.tra
*** Creating Trace Output File 'lpc2148.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"startup.o"'
### List of Objects: adding '"lcd_screen.o"'
www.eeworm.com/read/362720/9984685
tra lpc2138_tft.tra
*** Creating Trace Output File 'LPC2138_TFT.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"startup.o"'
### List of Objects: adding '"lpc2138_main
www.eeworm.com/read/360995/10069870
m target_class.m
function [a,b] = target_class(a,clnr)
% TARGET_CLASS extracts the target class from an one-class dataset
%
% A = TARGET_CLASS(A,CLNR)
%
% Extract the target class from an one-class dataset. When t
www.eeworm.com/read/360995/10070068
m find_target.m
%FIND_TARGET extract the indices of the target and outlier objects
%
% [It,Io] = FIND_TARGET(A)
%
% Return the indices of the objects from dataset A which are labeled
% 'target' and 'outlier' i
www.eeworm.com/read/360995/10070082
m incsvdd.m
%INCSVDD Incremental Support Vector Classifier
%
% W = INCSVDD(A,FRACERR,KTYPE,PAR)
%
% Use the incremental version of the SVDD. The kernel is defined by
% KTYPE, with the free parameter PAR. See
www.eeworm.com/read/360392/10098788
h icell.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/163690/10149311
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