代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/235612/14061858
m plotimage2.m
function plotimage(smat,t,x)
% PLOTIMAGE ... Image display utility for seismic matrices
%
% plotimage(smat,t,x,ampflag)
% plotimage(smat,t,x)
% plotimage(smat,t)
% plotimage(smat)
%
% plotimag
www.eeworm.com/read/113029/15472157
cpp login.cpp
// Fig. 16.21: login.cpp
// Program to output an XHTML form, verify the
// username and password entered, and add members.
#include
using std::cerr;
using std::cout;
using std::cin;
www.eeworm.com/read/291439/8419885
m helpfun.m
function helpfun(titleStr,helpStr1,helpStr2,helpStr3,helpStr4,helpStr5)
numPages=nargin-1;
if nargin
www.eeworm.com/read/291439/8420056
m helpfun.m
function helpfun(titleStr,helpStr1,helpStr2,helpStr3,helpStr4,helpStr5)
numPages=nargin-1;
if nargin
www.eeworm.com/read/188962/8498931
c dirtraverse.c
#ifdef HAVE_CONFIG_H
#include
#endif
#include
#include
#include
#include
#include
#include
#include
#in
www.eeworm.com/read/389692/8507210
m mfedit.m
function mfedit(action,varType,varIndex);
%MFEDIT Membership function editor.
%
% mfedit('a') generates a membership function editor that allows
% you to modify all the membership functions fo
www.eeworm.com/read/389692/8507242
m pushundo.m
function pushundo(figNumber,newFis)
%PUSHUNDO Push the current FIS onto the undo stack.
% PUSHUNDO(figNumber,newFIS) pushes the old FIS matrix into the UserData
% for the Undo uimenu. The funct
www.eeworm.com/read/389692/8507824
m animtbu.m
function [sys, x0] = animtbu(t, x, u, flag, action)
%ANIMTBU Animation of TBU (truck backer-upper) system.
% This is animation of the truck backer-upper (TBU) system. By clicking
% at the "Con
www.eeworm.com/read/389692/8507870
m animcp1.m
function [sys, x0] = animcp1(t, x, u, flag, action)
%ANIMCP1 Animation of CP (cart & pole) system with changing pole length.
% Animation of the cart & pole (CP) system, where a Sugeno-type fuzzy
www.eeworm.com/read/188512/8532685
cpp shop.cpp
// Fig. 19.22: shop.cpp
// Program to display available books.
#include
using std::cerr;
using std::cout;
using std::ios;
#include
using std::ifstream;
#include