代码搜索:TOOLBox
找到约 9,571 项符合「TOOLBox」的源代码
代码结果 9,571
www.eeworm.com/read/131283/5947190
h owned_ptr.h
#ifndef __GradSoft_owned_ptr_h
#define __GradSoft_owned_ptr_h
/*
* part of Grad-Soft C++ ToolBox.
* (C) Grad-Soft Ltd, Kiev, Ukraine. 2002
* http://www.gradsoft.kiev.ua
* $Id: owned_ptr.h,v 1.7 2
www.eeworm.com/read/131283/5947192
h safe_ptr.h
#ifndef __GradSoft_safe_ptr_h
#define __GradSoft_safe_ptr_h
/*
* part of Grad-Soft C++ ToolBox.
* (C) Grad-Soft Ltd, Kiev, Ukraine. 2002
* http://www.gradsoft.kiev.ua
* $Id: safe_ptr.h,v 1.6 2002
www.eeworm.com/read/131283/5947194
h safe_auto_ptr.h
#ifndef __GradSoft_safe_auto_ptr_h
#define __GradSoft_safe_auto_ptr_h
/*
* part of Grad-Soft C++ ToolBox.
* (C) Grad-Soft Ltd, Kiev, Ukraine. 2002
* http://www.gradsoft.kiev.ua
* $Id: safe_auto_p
www.eeworm.com/read/491824/6426806
m nnd16fm1.m
function nnd16fm1(cmd,arg1,arg2,arg3)
%NND16FM1 1-D feature map demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% $Revision: 1.8 $
% Copyright 1994-2002 PWS Publishi
www.eeworm.com/read/491824/6426849
m nnd16fm2.m
function nnd16fm2(cmd,arg1,arg2,arg3)
%NND16FM2 2-D feature map demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% $Revision: 1.8 $
% Copyright 1994-2002 PWS Publishi
www.eeworm.com/read/259886/11759402
m nnd14fm1.m
function nnd14fm1(cmd,arg1,arg2,arg3)
%NND14FM1 1-D feature map demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% $Revision: 1.8 $
% Copyright 1994-2002 PWS Publishi
www.eeworm.com/read/259886/11759845
m nnd14fm2.m
function nnd14fm2(cmd,arg1,arg2,arg3)
%NND14FM2 2-D feature map demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% $Revision: 1.8 $
% Copyright 1994-2002 PWS Publishi
www.eeworm.com/read/128468/14295534
m svm2mot.m
function [Alpha,bias,nsv,exitflag,flps,margin,trn_err]=...
svm2mot(X,I,ker,arg,C,epsilon)
% SVM2MOT learns SVM (L2) using Matlab Optimization Toolbox.
% [Alpha,bias,nsv,eflag,flps,margin,trn_err]=
www.eeworm.com/read/208657/15239784
m h2synr.m
function [k,g]=h2synr(p,nmeas,ncon)
% [k,g]=h2synr(p,nmeas,ncon);
% H 2 syntesis using robust control toolbox function h2lgg.
% Input and output are defined as in mu tools function h2syn.
% G.
www.eeworm.com/read/13887/285193
m eeg_interp_scalp3d_test.m
% EEG_INTERP_SCALP3D_TEST - Script to test 3D interpolation of scalp potentials
clear
p = eeg_toolbox_defaults;
p = eeg_open(p);
p = elec_open(p);
p = mesh_open(p);
p = mesh_plot(p);
cl