代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/361257/10062783
m nnd2n1.m
function nnd2n1(cmd,arg1,arg2,arg3)
%NND2N1 One-input neuron demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk or the Neural Network Toolbox.
% Firs
www.eeworm.com/read/361257/10062806
m nnd9mc.m
function nnd9mc(cmd,data)
%NND9MC Method comparison demonstration.
% First Version, 8-31-95.
%==================================================================
% BRING UP FIGURE IF IT EXIST
www.eeworm.com/read/360588/10085733
pas mytype.pas
unit mytype;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, IdBaseComponent, IdComponent, IdTCPServer,
DB, ADODB;
www.eeworm.com/read/360588/10085766
pas mytype.pas
unit mytype;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, IdBaseComponent, IdComponent, IdTCPServer,
DB, ADODB;
www.eeworm.com/read/164054/10133397
m ex4_5.m
x=-2: 0.2: 2; y=sin(x); figure
h1=axes('pos',[0.2,0.2,0.6,0.4]); plot(x,y)
h2=axes('pos',[0.1,0.1,0.8,0.1]); plot(x,y)
h3=axes('pos',[0.5,0.5,0.4,0.4]); fill(x,y,'g')
h4=axes('pos',[0.1,0.6,0.3,0.
www.eeworm.com/read/163935/10139282
cpp cnewuserdlg.cpp
// CNewUserDlg.cpp: implementation of the CNewUserDlg class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "CNewUserDlg.h"
#include "res
www.eeworm.com/read/163935/10139321
cpp coptiondlg.cpp
// COptionDlg.cpp: implementation of the COptionDlg class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "COptionDlg.h"
#include "resour
www.eeworm.com/read/163747/10147442
m imuiconv.m
function CY = imuiconv(varargin)
%IMUICONV Image Convoluation
% Member of IMUI
% Kotaimen.C, 2002/05 - 2002/07, All Rights Reserved
error(nargchk(1, 1, nargin))
if ~ischar(varargin{1})
www.eeworm.com/read/163747/10147444
m imuifilter.m
function varargout = imuifilter(varargin)
%IMUIFILTER
% Member of IMUI
% Kotaimen.C, 2002/05 - 2002/07, All Rights Reserved
if ~isstr(varargin{1})
Action = '::::BuildGUI';
ud.hdlFCN
www.eeworm.com/read/359005/10171995
m animcpp1.m
function [sys, x0] = animcpp1(t, x, u, flag, action)
%ANIMCPP1 Animation of CPP (cart & parallel poles) system.
% This is animation of the cart & parallel poles (CPP) system, where a
% Sugeno-t