代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/296324/6966868
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/468934/6982284
m script_radiogroup.m
function script_radiogroup(selected)
% A callback function that conducts XOR operation on radio buttons
% Martin Dale, July 2002
% Copyright 2002 All Rights Reserved.
% Version 1.00
www.eeworm.com/read/322305/7072529
m mfe_pricef_win_tarx.m
function H=mfe_pricef_win_tarx;
%MFE_PRICEF_WIN_TARX Auxiliary routine for MFE_PRICEF.
% MFE_PRICEF_WIN_TARX generates a window with controls for making
% TARX price forecasts.
% H=MFE_PRICEF
www.eeworm.com/read/460712/7105653
m qundoit.m
function qundoit(flag)
% QUNDOIT Un-do. (Utility Function)
% QUNDOIT undoes the last frequency response change.
% Author: Craig Borghesani
% 10/10/93
% Copyright (c) 1995-98 by The Math
www.eeworm.com/read/460712/7105723
m qdelelmt.m
function qdelelmt(flag)
% QDELELMT Set up delete interface. (Utility Function)
% QDELELMT sets up the interface to delete elements chosen by
% the user.
% Author: Craig Borghes
www.eeworm.com/read/460712/7105765
m cntsave.m
function cntsave(flag)
% CNTSAVE Controller save. (Utility Function)
% CNTSAVE allows the user to save the controller matrix to a file.
% Author: Craig Borghesani
% 9/6/93
% Copyright (
www.eeworm.com/read/460712/7105776
m cntstor.m
function cntstor
% CNTSTOR Store controller matrix. (Utility Function)
% CNTSTOR stores the present design within the IDE environment.
% It is then retrieved using CNTRECL.
% Aut
www.eeworm.com/read/459542/7274019
txt magnify.txt
% start of program
function magnify(f1)
% magnify(f1)
% Figure creates a magnification box when under the mouse position when a button is pressed. Press '+'/'-' while
% button pressed to inc
www.eeworm.com/read/452622/7436721
cs client.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using WSISClasses;
using GsmComm.PduConverter;
using GsmComm.GsmCommunication;
using System.Threading;
www.eeworm.com/read/447298/7554618
c xmlsetstructurederrorfunc_chdl.c
#include
#include
//typedef void (*xmlStructuredErrorFunc) (void *userData, xmlErrorPtr error);
static ChInterp_t interp;
static void* xmlSetStructuredErrorFunc_funptr;
st