代码搜索:UserData

找到约 4,368 项符合「UserData」的源代码

代码结果 4,368
www.eeworm.com/read/101619/15823486

cpp wnd.cpp

// // 傊側偪傚偙僂僀儞僪僂僋儔僗 // #include "DebugOut.h" #include "Wnd.h" // Instance CWndList WndList; list CWndList::m_WndPtrList; // 揇廘偄乧 CWndList::CWndList() { // m_WndPtrList.clear();
www.eeworm.com/read/101557/15827054

m comsave.m

function comsave(com_fig) % % Copyright (c) 1995-96 by The MathWorks, Inc. % $Revision: 1.1 $ $Date: 1996/04/01 17:54:49 $ handle = get(com_fig, 'UserData'); if ~isempty(handle)
www.eeworm.com/read/101557/15827074

m comupdt.m

function comupdt(com_fig, ctr) % % Copyright (c) 1995-96 by The MathWorks, Inc. % $Revision: 1.1 $ $Date: 1996/04/01 17:55:16 $ handle = get(com_fig, 'UserData'); if ~isempty(han
www.eeworm.com/read/101557/15827205

m comtmpo.m

%scrip file for commgui % Wes Wang 12/29/95 % Copyright (c) 1995-96 by The MathWorks, Inc. % $Revision: 1.1 $ $Date: 1996/04/01 17:55:08 $ handle_com_tmp = get(gcf, 'UserDat
www.eeworm.com/read/390685/2525820

conf server.conf

Port=8080 DataBasePath=./DataBase/userdata ChatRecordPath=./ChatRecord/chatrecord
www.eeworm.com/read/455463/1614760

m pi_plotimagebrighten.m

function PlotImageBrighten(); h=get(gcf,'userdata'); hlabel=h(11); hslider=h(12); currlvl=get(hlabel,'userdata'); newlvl=get(hslider,'value'); if(currlvl>newlvl) nsteps=currlvl-newlvl;
www.eeworm.com/read/294069/3920528

m loadsettings.m

function loadhandles(handles) global TSTOOLdatapath; load(fullfile(TSTOOLdatapath,'tstool.mat')); set(handles.lboxhandle,'UserData',lbox); set(handles.loadhandle,'UserData',loadh); set(handles.lall
www.eeworm.com/read/100768/7114660

c cgi.c

#include "cgi.h" /******************** 链表头 *******************/ INPUT *input_head=NULL; UserData *userdata_head=NULL; OnlineList *onlinelist_head=NULL; BPMSG *bpmsg_head=NULL; unsigned long in
www.eeworm.com/read/204713/5029617

java vertex.java

package com.jopdesign.util; import java.util.HashSet; public class Vertex { HashSet succ, pred; Object userData; public Vertex(Object data) { userData = data; succ = new HashSet(); pred =
www.eeworm.com/read/180751/5280911

cc wvstreamex6.cc

#include void mycallback(WvStream &s, void *userdata) { WvStream *outstream = (WvStream *)userdata; char *str = s.getline(0); if (str) outstream->print("You said: %s\n"