代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/439363/7711560
cpp url.cpp
#include "url.h"
#include "worker_thread.h"
using namespace std;
using namespace boost;
using namespace cppcms;
url_parser::~url_parser()
{
}
void url_parser::add(char const *exp,int id)
{
url_def
www.eeworm.com/read/439271/7713238
m qbutnset.m
function [bt,bnd_bt]=qbutnset(bnd,flag,delay,nom,f)
% QBUTNSET Button setup. (Utility Function)
% QBUTNSET sets up the entire interface for the IDE programs
% LPSHAPE, DLPSHAPE, P
www.eeworm.com/read/439271/7713386
m nxtstage.m
% The purpose of this script is to setup the call to the next stage of
% the presentation
% setup CONTINUE... and INFO buttons
% the CONTINUE... button is used to call the next file using the 'ca
www.eeworm.com/read/436521/7768677
h tree.h
/*
** Interface for a binary search tree module
*/
#define TREE_TYPE int /* Type of value in the tree */
/*
** insert
** Add a new value to the tree. The argument is the value
** to be add
www.eeworm.com/read/435844/7782893
m exm103_2.m
%exm103_2.m
figure
h_menu=uimenu(gcf,'Label','&Color'); %带简捷键C的用户菜单Color
h_submenu1=uimenu(h_menu,'Label','&Blue',... %带简捷键B的的下拉菜单Blue
'Callback','set(gcf,''color'',''blue'')');
h_subm
www.eeworm.com/read/435122/7797086
h caiji.h
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2009.
www.eeworm.com/read/299015/7899583
m ga_init.m
clear all
close all;
data_comb=0;
output_var=[];
main=figure('Number','Off','Name','遗传程序设计','Menubar','None','Resize','off',...
'Units','Pixels','Position',[0 0 636 455]);
datitle_rb = u
www.eeworm.com/read/299015/7899601
m gobck.m
%
% when finished initial viewing of data return to
% the previous screen .....
close_btn=uicontrol(main,...
'Style','Push',...
'units','Pixels',...
'Position',[420 12
www.eeworm.com/read/398648/7932110
m mmctl2.m
% mmctl2.m
Hc_boxon = uicontrol(gcf,'Style','radio',...
'Position',[20 45 100 20],...
'String','Set Box On',...
'Value',0,...
'CallBack',[...
's
www.eeworm.com/read/398648/7932126
m mmenu3.m
% mmenu3.m
Hm_top = uimenu('Label','Example');
Hm_box = uimenu(Hm_top,'Label','Axis Box',...
'CallBack',[...
'if strcmp(get(gca,''Box''),''on''),',...
'set(g