代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/141988/12974701
m guimenu.m
function guimenu(figNumber)
% GUIMENU Initializes GUI menubar.
% All the software included in this package is presented as is.
% It may be distributed freely. The author can, however, not be
%
www.eeworm.com/read/324902/13238638
m 3-3.m
h=figure;
f = uimenu(h,'Label','MATLAB工作间');
uimenu(f,'Label','新窗口','Callback','figure');
uimenu(f,'Label','保存','Callback','save');
h1=uimenu(f,'Label','清除');
uimenu(h1,'Label','清楚变量','callback',
www.eeworm.com/read/136710/13364203
m guimenu.m
function guimenu(figNumber)
% GUIMENU Initializes GUI menubar.
% All the software included in this package is presented as is.
% It may be distributed freely. The author can, however, not be
%
www.eeworm.com/read/152048/5676178
h wndproc.h
// CallBack Function Prototype and Window Initialization Prototypes
HWND WinInit(HINSTANCE hInst,int iShow);
LRESULT CALLBACK WndProc (HWND hWnd,UINT iMsg,WPARAM wParam,LPARAM lParam);
www.eeworm.com/read/147422/5729146
m gchek.m
% Function : Create a graphical user interface (GUI) to
% (1) display the speech and egg data
% (2) zoom in on the data
%
% Gchek.m is a call_function executed by "c_pb_gci"
www.eeworm.com/read/147422/5729980
m pset.m
% Script : Create a graphical user interface (GUI) to
% (1) display the pitch contours of the target and source speech
% (2) manually modify the pitch contour using the mouse.
www.eeworm.com/read/147422/5730030
m gcset.m
% Script : Create a graphical user interface (GUI) to
% (1) display the gain contour of the speech signal.
% (2) manually modify the gain contour using the mouse.
%
% Gcset.m
www.eeworm.com/read/147422/5730038
m fchek.m
% Function : Create a graphical user interface (GUI) to
% (1) display the automatically selected formant track
% (2) check the track by zooming in and manual correct using the m
www.eeworm.com/read/146765/5734443
h wndproc.h
// CallBack Function Prototype and Window Initialization Prototypes
HWND WinInit(HINSTANCE hInst,int iShow);
LRESULT CALLBACK WndProc (HWND hWnd,UINT iMsg,WPARAM wParam,LPARAM lParam);
www.eeworm.com/read/145088/5747936
h wndproc.h
// CallBack Function Prototype and Window Initialization Prototypes
HWND WinInit(HINSTANCE hInst,int iShow);
LRESULT CALLBACK WndProc (HWND hWnd,UINT iMsg,WPARAM wParam,LPARAM lParam);