代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/147422/5729547
m f_ok.m
%
% Callback function for OK button of main_file window
% Author : Karthik
% May 25 1997
%rc_ok;
%wg_ok;
if exist('m_fi_win_h')
eval('close(m_fi_win_h);',catch1);
clear m_fi_win_h;
www.eeworm.com/read/147422/5729632
m w5_ed.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% w5_edit.m
%
% jmw
% 6/20/94
%
% User-Specified Maps: Edit Window
% This sets up the buttons for the use
www.eeworm.com/read/147422/5729911
m main_artm.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% main.m
%
% This is the main funtion for the articulatory synthesizer
%
% Written by : John Wu
% Date : March 2, 199
www.eeworm.com/read/147422/5729912
m main.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% main.m
%
% This is the main funtion for the articulatory synthesizer
%
% Written by : John Wu
% Date : March 2, 199
www.eeworm.com/read/147422/5730057
m twomass_q_slider.m
%Callback function for the Xio1 slider for the twomass model
%Author Karthik
%Date November 24,1997
%Get value in the slider
val = get(twomass_con_Q_slider,'Value');
%Set edit box to correspo
www.eeworm.com/read/147422/5730060
m twomass_q_edit.m
%Callback function for the Q edit box for the two mass model
%Author Karthik
%Date November, 24 1997
%Get value in the edit box
val = eval(get(twomass_con_Q_edit,'String'));
%Set slider value
www.eeworm.com/read/140362/5792689
c tcp.c
/**
* @file
*
* Transmission Control Protocol for IP
*/
/*
* Copyright (c) 2001-2003 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in so
www.eeworm.com/read/138727/5815141
h updatecallbackgui.h
// UpdateCallbackGUI.h
#ifndef __UPDATE_CALLBACK_GUI_H
#define __UPDATE_CALLBACK_GUI_H
#include "../Common/Update.h"
#include "../../FileManager/Resource/ProgressDialog2/ProgressDialog.h"
c
www.eeworm.com/read/136989/5828236
h event_completer.h
/* -*- c++ -*- */
// Event_Completer.h,v 1.1 2003/08/25 07:46:52 kobica Exp
#ifndef JAWS_EVENT_COMPLETER_H
#define JAWS_EVENT_COMPLETER_H
#include "jaws3/Export.h"
#include "jaws3/Event_Resul
www.eeworm.com/read/136989/5828697
h consumer_i.h
/* -*- C++ -*- */
// Consumer_i.h,v 1.10 2002/01/29 20:20:40 okellogg Exp
// ===========================================================
//
// = LIBRARY
// TAO/examples/Callback_Quoter
//