代码搜索:UserData

找到约 4,368 项符合「UserData」的源代码

代码结果 4,368
www.eeworm.com/read/122236/14712394

m nnd4pr.m

function nnd4pr(cmd,arg1,arg2,arg3) %NND4PR Perceptron rule demonstration. % % This demonstration requires either the MININNET functions % on the NND disk or the Neural Network Toolbox. % First
www.eeworm.com/read/122236/14712451

m nnd12sd1.m

function nnd12sd1(cmd,arg1) %NND12SD1 Steepest descent backpropagation demonstration #1. % % This demonstration requires the Neural Network Toolbox. % First Version, 8-31-95. %===============
www.eeworm.com/read/122236/14712463

m nnd10nc.m

function nnd10nc(cmd,arg1,arg2,arg3) %NND10NC Adaptive noise cancellation demonstration. % First Version, 8-31-95. %================================================================== % CONST
www.eeworm.com/read/122236/14712483

m nnd9sd.m

function nnd9sd(cmd,data) %NND9SD Steepest descent demonstration. % First Version, 8-31-95. %================================================================== % BRING UP FIGURE IF IT EXISTS
www.eeworm.com/read/122236/14712494

m nnd14lv1.m

function nnd14lv1(cmd,arg1,arg2,arg3) %NND4LV1 LVQ1 demonstration. % % This demonstration requires the Neural Network Toolbox. % First Version, 8-31-95. %=====================================
www.eeworm.com/read/122236/14712525

m nnd12mo.m

function nnd12mo(cmd,arg1) %NND12MO Momentum backpropagation demonstration. % % This demonstration requires the Neural Network Toolbox. % First Version, 8-31-95. %============================
www.eeworm.com/read/221353/14743997

h~ channel.h~

#ifndef _channel_h_ #define _channel_h_ #include "cculib.h" #define MAXDEVCNUM 256 /******************************************************************************/ /* CChannel */ class CChannel {
www.eeworm.com/read/216945/14985081

m buttonmotion_callback.m

function buttonmotion_callback %---------获得句柄------------- figures=get(0,'userdata'); handles=get(figures.FI,'userdata'); %---------更改单位------------- bkunitFI=get(figures.FI,'unit'); bkunita
www.eeworm.com/read/215983/15031119

m nnd12m.m

function nnd12m(cmd,arg1) %NND12M Marquardt backpropagation demonstration. % % This demonstration requires the Neural Network Toolbox. % First Version, 8-31-95. %=============================
www.eeworm.com/read/215983/15031124

m nnd12ms.m

function nnd12ms(cmd,arg1) %NND12MS Maquardt step demonstration. % % This demonstration requires the Neural Network Toolbox. % First Version, 8-31-95. %=======================================