代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/475502/6790047
m dfirplt.m
function dfirplt
% DFIRPLT
% Support file for DFIRGUI
% obtain necessary handles
f = gcf;
ui = get(f,'userdata');
filter_uis = ui(3:4);
method_uis = ui(5:6);
window_uis = ui(7:8);
ed
www.eeworm.com/read/194440/8195314
m pi_limcentmove2.m
function limcentmove2(hObject, eventdata, handles)
axes1=gca;
h=get(gcf,'userdata');
hi=h(5);
hlimbox=h(14);
xlimits=get(hi,'xdata');
xlimits=sort([xlimits(1) xlimits(end)]);
ylimits=get(hi,'
www.eeworm.com/read/235612/14061953
m pi_limcentmove2.m
function limcentmove2(hObject, eventdata, handles)
axes1=gca;
h=get(gcf,'userdata');
hi=h(5);
hlimbox=h(14);
xlimits=get(hi,'xdata');
xlimits=sort([xlimits(1) xlimits(end)]);
ylimits=get(hi,'
www.eeworm.com/read/108859/15573769
m dfirplt.m
function dfirplt
% DFIRPLT
% Support file for DFIRGUI
% obtain necessary handles
f = gcf;
ui = get(f,'userdata');
filter_uis = ui(3:4);
method_uis = ui(5:6);
window_uis = ui(7:8);
ed
www.eeworm.com/read/391275/8412815
m gmviz_callback.m
function gmviz_callback(opcode)
fig = gcf;
ax = findobj(fig,'tag','Axes1');
di = get(ax,'Userdata');
axes(ax);
if opcode == 6 % zoom out
if di == 2
w = get(ax,'Xlim');
delta = (w(2) - w(1
www.eeworm.com/read/433011/8554114
cpp logindlg.cpp
// LoginDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Login.h"
#include "LoginDlg.h"
#include "UserData.h"
#include "MD5.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef T
www.eeworm.com/read/366144/9827801
m gmviz_callback.m
function gmviz_callback(opcode)
fig = gcf;
ax = findobj(fig,'tag','Axes1');
di = get(ax,'Userdata');
axes(ax);
if opcode == 6 % zoom out
if di == 2
w = get(ax,'Xlim');
delta = (w(2) - w(1
www.eeworm.com/read/209174/15226381
cpp kick.cpp
void Kick2(Environment *env , int robot , Vector3D ToPos )
{
Mydata * p;
p=(Mydata *)env->userData;
double LimitedCircle = 3;
Vector3D ball = Meetball_p(env,robot); //use the predictball