代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/425546/10349213
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 regressi
www.eeworm.com/read/424719/10423576
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/353689/10431629
h client.h
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2008.
www.eeworm.com/read/353619/10435112
h windef.h
/*
* Basic types definitions
*
* Copyright 1996 Alexandre Julliard
*
* Modified for use with MPlayer, detailed changelog at
* http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*
*/
#ifndef __WIN
www.eeworm.com/read/161098/10451518
m ex0431.m
%创建菜单并添加回调函数
figure
h_fig=gcf
h_menu=uimenu(h_fig,'label','Paint') %创建菜单Paint
h_menu1=uimenu(h_menu,'label','Circle') %创建Paint的子菜单Circle
h_menu2=uimenu(h_menu,'label','Color') %创建Paint的子菜单
www.eeworm.com/read/160844/10486270
m inpdelay.m
%
% INPDELAY is a m-file with the menu for enter
% the time delay.
% Author: Ole Barup Sorensen, Rapid Data Ltd
% Copyright (c) 1989-94 by Rapid Data Ltd
% Revision 10:32 07/02/9
www.eeworm.com/read/160844/10486339
m block.m
%
% BLOCK is a m-file which generate the input menu for
% building superblocks.
% Author: Ole Barup Sorensen, Rapid Data Ltd
% Copyright (c) 1989-94 by Rapid Data Ltd
% Revision 10
www.eeworm.com/read/423362/10567293
h numpanel.h
//======================================================================
// NPWnd.h - An include file
//
// Written for the book Programming Windows CE
// Copyright (C) 2003 Douglas Boling
//====
www.eeworm.com/read/423330/10569968
h main.h
#ifndef MAIN_H_
#define MAIN_H_
/*
* Main window message handling function.
*/
LRESULT CALLBACK Proj_WndProc(HWND hWnd, UINT uMsg,WPARAM wParam, LPARAM lParam);
#endif /* MAIN_H_ */
www.eeworm.com/read/423311/10570973
m run_demo.m
function run_demo()
%RUN_DEMO 运行演示程序,隶属于 SHW3D_WIN 函数。
str1='[x,y] = meshgrid(-3:0.1:3,-2:0.1:2);';
str2='z=(x.^2-2*x).*exp(-x.^2-y.^2-x.*y);';
str=str2mat(str1,str2);
h=findobj(gcf,'Tag','strB')