代码搜索:CallBack

找到约 10,000 项符合「CallBack」的源代码

代码结果 10,000
www.eeworm.com/read/317874/13494662

h gpibrw.h

/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 2006.
www.eeworm.com/read/316294/13525677

h 0511.h

/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 2008.
www.eeworm.com/read/315307/13546977

h vdsdkdll.h

#ifndef _VSDK_DLL_H_ #define _VSDK_DLL_H_ #include #ifdef VSDK_DLL_EXPORTS #define VDSDK_API extern "C" _declspec(dllexport) #else #define VDSDK_API extern "C" _declspec(dllimpor
www.eeworm.com/read/312302/13613752

h numpanel.h

#ifdef __cplusplus extern "C"{ #endif // Returns number of elements #define dim(x) (sizeof(x) / sizeof(x[0])) struct decodeUINT { // Structure associates
www.eeworm.com/read/309123/13681678

h hpusbscsi.h

/* Header file for the hpusbscsi driver */ /* (C) Copyright 2001 Oliver Neukum */ /* sponsored by the Linux Usb Project */ /* large parts based on or taken from code by John Fremlin and Matt Dharm */
www.eeworm.com/read/308602/13699026

m e0654.m

figure h_menu=uimenu(gcf,'label','Color'); h_submenu1=uimenu(h_menu,'label','Green',... 'callback','set(gcf,''Color'',''green'')'); h_submenu2=uimenu(h_menu,'label','Blue',... 'callback','set
www.eeworm.com/read/307826/13714193

c example_lpm0.c

//****************************************************************************** // MSP430x11x1 Demo - Timer_A, LPM0 UART 9600 Echo, 32kHz ACLK // Description: Echo, then return to LPM0, SMCLK rem
www.eeworm.com/read/307826/13714200

c example_lpm0.c

//****************************************************************************** // MSP430x11x1 Demo - Timer_A, LPM0 UART 9600 Echo, 32kHz ACLK // Description: Echo, then return to LPM0, SMCLK rem
www.eeworm.com/read/306131/13751985

m mmctl2.m

% mmctl2.m Hc_boxon = uicontrol(gcf,'Style','radio',... 'Position',[20 45 100 20],... 'String','Set Box On',... 'Value',0,... 'CallBack',[... 's
www.eeworm.com/read/306131/13751989

m mmenu3.m

% mmenu3.m Hm_top = uimenu('Label','Example'); Hm_box = uimenu(Hm_top,'Label','Axis Box',... 'CallBack',[... 'if strcmp(get(gca,''Box''),''on''),',... 'set(g