代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/336899/12408099
man intro.man
.SH INCLUDE FILE
#include
.SH LIBRARY
\-lmxml
.SH DESCRIPTION
Mini-XML is a small XML parsing library that you can use to
read XML and XML-like data files in your application without
requirin
www.eeworm.com/read/234040/14124385
h mytcpclientdlg.h
// MyTCPClientDlg.h : header file
//
#if !defined(AFX_MYTCPCLIENTDLG_H__4191434E_C843_43F3_B6D7_307752F128EC__INCLUDED_)
#define AFX_MYTCPCLIENTDLG_H__4191434E_C843_43F3_B6D7_307752F128EC__INCLUD
www.eeworm.com/read/232342/14197113
m rri_file_menu.m
% Imbed a file menu to any figure. If file menu exist, it will append
% to the existing file menu. This file menu includes: Copy to clipboard,
% print, save, close etc.
%
% Usage: rri_file_men
www.eeworm.com/read/232339/14197486
m rri_file_menu.m
% Imbed a file menu to any figure. If file menu exist, it will append
% to the existing file menu. This file menu includes: Copy to clipboard,
% print, save, close etc.
%
% Usage: rri_file_men
www.eeworm.com/read/129636/14234923
m exm100333_1.m
%exm100333_1.m
figure
BackColor=get(gcf,'Color');
h_menu=uimenu('label','Option','Position',3);
h_sub1=uimenu(h_menu,'label','grid on','callback','grid on');
h_sub2=uimenu(h_menu,'label','grid of
www.eeworm.com/read/227865/14407853
m gui_counter1.m
function gui_counter1()
%GUI_COUNTER is a demo of GUI design for the book.
%designed by Professor Dingyu Xue (c), 5 April, 2000
h_main=figure('Units','normalized','Position',[0.15, 0.45, 0.6, 0.1],
www.eeworm.com/read/226793/14451851
h tcpclientdlg.h
// TCPClientDlg.h : header file
//
#if !defined(AFX_TCPCLIENTDLG_H__F00D36E6_3F71_481D_A6F1_0F41D60CE8C8__INCLUDED_)
#define AFX_TCPCLIENTDLG_H__F00D36E6_3F71_481D_A6F1_0F41D60CE8C8__INCLUDED_
www.eeworm.com/read/226060/14499963
h tcpclientdlg.h
// TCPClientDlg.h : header file
//
#if !defined(AFX_TCPCLIENTDLG_H__A6C77C53_3582_4C2C_ABD4_3FD043D4FF29__INCLUDED_)
#define AFX_TCPCLIENTDLG_H__A6C77C53_3582_4C2C_ABD4_3FD043D4FF29__INCLUDED_
www.eeworm.com/read/224863/14565796
m uimenu_test1.m
%各个菜单项的位置
figure
h_menu=uimenu('label','Option','Position',3); %最左边file的position为1,从左到右,逐渐增加.
h_sub1=uimenu(h_menu,'label','grid on','callback','grid on');
h_sub2=uimenu(h_menu,'label','grid off',
www.eeworm.com/read/123638/14619552
c tchbasic.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic