代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/366144/9828151
m gm_bdrycond.m
function bdryval = gm_bdrycond(proc, userdata, points)
% bdryval = gm_bdrycond(proc, userdata, points)
% This routine computes boundary conditions. proc is a string
% that defines the function (s
www.eeworm.com/read/221353/14743989
cpp channel.cpp
#include
#include "channel.h"
//#define CBXDEBUG
void OnReceive_Com(void* userData, BYTE* rcvData, int len)
{
CChannel* channel = (CChannel*)userData;
if (channel == NULL)
retu
www.eeworm.com/read/455463/1614783
m pi_movepicklinestop.m
function MovePickLineStop();
h=get(gcf,'userdata');
delete(findobj(gcf,'type','line','tag','PICKMARKER'));
delete(findobj(gcf,'type','text','tag','PICKTEXT'));
h=get(gcf,'userdata');
hzoompi
www.eeworm.com/read/455463/1614785
m pi_lmptreset.m
function lmptreset(action);
h=get(gcf,'userdata');
if(strcmp(action,'lmptreset'))
slavefig=gcf;
hmaster=h(6);
set(0,'currentfigure',hmaster');
h=get(gcf,'userdata');
else
h
www.eeworm.com/read/326308/3472280
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/291333/8423841
chf cvstderrreport.chf
int cvStdErrReport(int status, char* func_name, char* err_msg, char* file_name, int line, void* userdata) {
void *fptr;
int retval;
fptr = dlsym(_Chcv_handle, "cvStdErrReport_chdl");
www.eeworm.com/read/291333/8424188
chf cvnuldevreport.chf
int cvNulDevReport(int status, char* func_name, char* err_msg, char* file_name, int line, void* userdata) {
void *fptr;
int retval;
fptr = dlsym(_Chcv_handle, "cvNulDevReport_chdl");
www.eeworm.com/read/291333/8424509
chf cvguiboxreport.chf
int cvGuiBoxReport(int status, char* func_name, char* err_msg, char* file_name, int line, void* userdata) {
void *fptr;
int retval;
fptr = dlsym(_Chcv_handle, "cvGuiBoxReport_chdl");
www.eeworm.com/read/291333/8424568
chf cvsetmemorymanager.chf
void cvSetMemoryManager(CvAllocFunc alloc_func, CvFreeFunc free_func, void* userdata) {
void *fptr;
fptr = dlsym(_Chcv_handle, "cvSetMemoryManager_chdl");
if(fptr == NULL) {
www.eeworm.com/read/390840/8437951
asv nnd8dd.asv
function nnd8dd(cmd,data)
%NND8DD Directional derivatives demonstration.
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% $Revision: 1.7 $
% BRING UP FIGURE IF IT EXISTS