代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/466484/1510810
m open_callback.m
function varargout = Open_Callback(h, eventdata, handles, varargin)
[filename, pathname] = uigetfile( ...
{'*.mat', 'All MAT-Files (*.mat)'; ...
'*.*','All Files (*.*)'}, ...
'Sele
www.eeworm.com/read/466484/1510811
m save_callback.m
function varargout = Save_Callback(h, eventdata, handles, varargin)
%获取被选菜单的Tag属性
Tag = get(h,'Tag');
%获取address数组
Addresses = handles.Addresses;
%根据所选项执行相应的行为
switch Tag
case 'Save'
%保存到默
www.eeworm.com/read/462984/1540480
c post-callback.c
/*****************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
*
www.eeworm.com/read/457053/1600700
tcl callback_demo.tcl
#
# callback_demo.tcl
# $Id: callback_demo.tcl,v 1.3 1998/09/02 20:38:42 tomh Exp $
#
# Copyright (c) 1997 University of Southern California.
# All rights reserved.
www.eeworm.com/read/455269/1624569
tcl callback_demo.tcl
#
# callback_demo.tcl
# $Id: callback_demo.tcl,v 1.3 1998/09/02 20:38:42 tomh Exp $
#
# Copyright (c) 1997 University of Southern California.
# All rights reserved.
www.eeworm.com/read/250243/4434694
s callback_srm.s
/*
* arch/alpha/lib/callback_srm.S
*/
#include
#include
.text
#define HWRPB_CRB_OFFSET 0xc0
#if defined(CONFIG_ALPHA_SRM) || defined(CONFIG_ALPHA_GENERIC)
.align
www.eeworm.com/read/247605/4475973
h test_callback.h
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: test_callback.h,v 1.1.50.1 2004/07/09 02:06:28 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserv
www.eeworm.com/read/247605/4475977
cpp test_callback.cpp
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: test_callback.cpp,v 1.1.50.1 2004/07/09 02:06:28 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Rese
www.eeworm.com/read/243567/4522400
s callback_srm.s
/*
* arch/alpha/lib/callback_srm.S
*/
#include
#include
.text
#define HWRPB_CRB_OFFSET 0xc0
#if defined(CONFIG_ALPHA_SRM) || defined(CONFIG_ALPHA_GENERIC)
.align
www.eeworm.com/read/242657/4546945
cpp use_callback.cpp
// $Id: Use_Callback.cpp 60975 2004-10-06 16:28:30Z shuston $
#include "ace/Log_Msg.h"
#include "Callback.h"
int ACE_TMAIN (int, ACE_TCHAR *[])
{
Callback *callback = new Callback;
ACE_LOG_MSG-