代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/130698/14177515
m nnd12sd2.m
function nnd12sd2(cmd,arg1)
%NND12SD2 Steepest descent backpropagation demonstration #2.
%
% This demonstration requires the Neural Network Toolbox.
% First Version, 8-31-95.
%===============
www.eeworm.com/read/130698/14177526
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/130698/14177600
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/130698/14177610
m nnd10nc.m
function nnd10nc(cmd,arg1,arg2,arg3)
%NND10NC Adaptive noise cancellation demonstration.
% First Version, 8-31-95.
%==================================================================
% CONST
www.eeworm.com/read/130698/14177642
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/130698/14177654
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/130698/14177682
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/128618/14289003
asm cursorset.asm
;****************set cursor functions*******************
_CursorProc proc hWnd:DWORD,uMsg:DWORD,wParam:DWORD,lParam:DWORD
mov eax,uMsg
.if eax == WM_SETCURSOR
invoke SetCursor,hHandCur
www.eeworm.com/read/229504/14333784
h ofdm_functions.h
/*==============================================================
Filename: ofdm_functions.c
Description: This file contains the function prototypes used in the
OFDM powerline modem.