代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/242657/4546992
bor use_callback2.bor
# Makefile for building the Use_Callback2 exe with Borland C++ Make
NAME = Use_Callback2
NO_FULL_PATH=1
OBJFILES = \
$(OBJDIR)\Use_Callback2.$(OBJ_EXT)
LFLAGS = \
-L"." \
www.eeworm.com/read/242657/4547019
use_callback2 gnumakefile.use_callback2
# -*- Makefile -*-
#----------------------------------------------------------------------------
# GNU Makefile
#
# @file GNUmakefile.Use_Callback2
#
# $Id: gnu.mpd 77593 2007-03-07 16:38:39Z el
www.eeworm.com/read/238768/4609583
pod bio_set_callback.pod
=pod
=head1 NAME
BIO_set_callback, BIO_get_callback, BIO_set_callback_arg, BIO_get_callback_arg,
BIO_debug_callback - BIO callback functions
=head1 SYNOPSIS
#include
#define BIO
www.eeworm.com/read/232407/4701385
c libmng_callback_xs.c
/* ************************************************************************** */
/* * For conditions of distribution and use, * */
/* * see copyright noti
www.eeworm.com/read/218114/4864382
m prev_next_callback.m
function varargout = Prev_Next_Callback(h, eventdata, handles, str)
%获取索引指针和地址
index = handles.Index;
Addresses = handles.Addresses;
%根据被单击的按钮修改显示结果
switch str
case 'Prev'
%索引值减1
i = i
www.eeworm.com/read/218114/4864385
m contact_name_callback.m
function varargout = Contact_Name_Callback(h, eventdata, handles, varargin)
%在Contact Name和Phone编辑框众获取字符串
Current_Name = get(handles.Contact_Name,'string');
Current_Phone = get(handles.Contact_Phon
www.eeworm.com/read/218114/4864390
m contact_phone_callback.m
function varargout = Contact_Phone_Callback(h, eventdata, handles, varargin)
Current_Phone = get(handles.Contact_Phone,'string');
%如果有一个为空则返回
if isempty(Current_Phone)
return
end
%在句柄结构体众获取当