代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/256398/12001953
m rankboostauc.m
function [alpha,threshold,rankfeat]=rankboostAUC(xapp,yapp,T);
% USAGE
%
% [alpha,threshold,rankfeat]=rankboostAUC(xapp,yapp,T);
%
% This a Rankboost algorithm as described in the freund et
www.eeworm.com/read/342391/12025018
txt readme.txt
DDR2 CSL EXAMPLE
====================
The folders in this directory contain a example that demonstrates the usage of DDR2 Reister Layer.
Directory structure:
---------------------
src - cont
www.eeworm.com/read/255577/12072225
asv g_homework.asv
% G_HOMEWORK: Homework Builder GUI module
%
% Usage: g_homework
%
% Version: 1.0
%
% Description:
% This graphical user interface module is an instructor's
% suppl
www.eeworm.com/read/255577/12072276
asv g_filters.asv
% G_FILTERS: Chapter GUI module for filter specifications and structures
%
% Usage: g_filters
%
% Version: 1.0
%
% Description:
% This graphical user interface module is used to
www.eeworm.com/read/255577/12072927
m g_homework.m
% G_HOMEWORK: Homework Builder GUI module
%
% Usage: g_homework
%
% Version: 1.0
%
% Description:
% This graphical user interface module is an instructor's
% suppl
www.eeworm.com/read/255577/12072954
m g_adapt.m
% G_ADAPT: GUI module for adaptive signal processing
%
% Usage: g_adapt
%
% Version: 1.0
%
% Description:
% This graphical user interface module is used
% to interac
www.eeworm.com/read/255577/12073003
asv g_adapt.asv
% G_ADAPT: GUI module for adaptive signal processing
%
% Usage: g_adapt
%
% Version: 1.0
%
% Description:
% This graphical user interface module is used
% to interac
www.eeworm.com/read/152854/12077880
m get_psooptions.m
%get_psoOptions >> A function to get an "options structure" that is used to set various option of the PSO Algorithm.
%
% Usage : psoOptions = get_psoOptions
% Arguments : None
www.eeworm.com/read/340749/12136127
install
Installation
------------
There is no need to configure.
Only type `make all'.
Usage
-----
Use scripts to start the team.
It is preferred to run it on two independent machines and
run the ser
www.eeworm.com/read/254356/12141350
c com.c
/* --------------------------------------------------------------------
* filename: com.c
* description: A Linux serial port test program
* usage: com /dev/ttyS0 38400 8 1 0 4
*
*----------------