代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/304591/3796289
m new_callback.m
function varargout = New_Callback(h, eventdata, handles, varargin)
set(handles.Contact_Name,'String','')
set(handles.Contact_Phone,'String','')
www.eeworm.com/read/304591/3796293
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/304591/3796294
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/301403/3840277
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/295465/3910804
h flow_callback.h
/****************************************************************************
*
* Copyright (C) 2003-2007 Sourcefire, Inc.
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/295465/3910805
c flow_callback.c
/* $Id$ */
/****************************************************************************
*
* Copyright (C) 2003-2007 Sourcefire, Inc.
*
* This program is free software; you can redistribute it and
www.eeworm.com/read/294038/3921896
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/292705/3943720
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/290228/3983462
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/289126/3995848
h flow_callback.h
#ifndef _FLOW_CALLBACK_H
#define _FLOW_CALLBACK_H
#include "flow.h"
#include "flow_cache.h"
typedef struct _FLOWCALLBACKDATA
{
char use_once;
/* do the matching on the initiator side of a co