代码搜索:CallBack

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

代码结果 10,000
www.eeworm.com/read/212307/15160188

m demtrain.m

function demtrain(action); %DEMTRAIN Demonstrate training of MLP network. % % Description % DEMTRAIN brings up a simple GUI to show the training of an MLP % network on classification and regression pr
www.eeworm.com/read/211901/15171188

c hpcserial.c

/* hpcSerial.c - Intel HPC Serial Port tty driver */ /* Copyright 2000 Intel Corp. */ /* modification history -------------------- 01a,27Jun00,jdg created */ /* DESCRIPTION This is the device driv
www.eeworm.com/read/211128/15186192

m c2fgui4.m

function varargout = c2fgui4(varargin) % C2FGUI4 Application M-file for c2fgui4.fig % FIG = C2FGUI4 launch c2fgui4 GUI. % C2FGUI4('callback_name', ...) invoke the named callback. % Last Modifie
www.eeworm.com/read/210975/15189264

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/210975/15189268

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
www.eeworm.com/read/210975/15189487

m mmenu2.m

% mmenu2.m Hm_top = uimenu('Label','Example'); Hm_box = uimenu(Hm_top,'Label','Axis Box',... 'CallBack',[... 'if strcmp(get(gca,''Box''),''on''),',... 'set(g
www.eeworm.com/read/208727/15238581

cpp 材质与光源.cpp

#include #include #include #include #pragma comment(lib,"opengl32") #pragma comment(lib,"glu32") #pragma comment(lib,"glaux") void Init(void); v
www.eeworm.com/read/208346/15248438

m gui_exam1.m

figure %创建一个图形窗 set(gcf , 'MenuBar','none'); h_menu=uimenu(gcf,'label','Color'); %制作用户顶层菜单项Color h_submenu1=uimenu(... h_menu,'label','Blue',... %制作下拉菜单项Blue
www.eeworm.com/read/206867/15287017

h loadstrg.h

#define IDM_EXIT 100 #define IDM_TEST 200 #define IDM_ABOUT 301 #define IDS_STRINGBASE 100 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM); LRESULT CAL
www.eeworm.com/read/206867/15287030

h createpdialog.h

#define IDM_EXIT 100 #define IDM_TEST 200 #define IDM_ABOUT 301 #define IDC_CHECKBOX 101 #define IDC_RADIO1 102 #define IDC_RADIO2 103 LRES