代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/135580/13920507
fl resize.fl
# data file for FL User Interface Designer (fluid)
version 0.99
gridx 10
gridy 10
snap 3
Function {} {open
} {
Fl_Window {} {open selected
xywh {490 248 366 261} resizable
} {
Fl_Button
www.eeworm.com/read/135580/13920523
cxx image.cxx
//
// "$Id: image.cxx,v 1.1.1.1 2003/08/07 21:18:42 jasonk Exp $"
//
// Fl_Image test program for the Fast Light Tool Kit (FLTK).
//
// Notice that Fl_Image is for a static, multiple-reuse image,
www.eeworm.com/read/135580/13920618
cxx editor.cxx
//
// "$Id: editor.cxx,v 1.1.1.1 2003/08/07 21:18:42 jasonk Exp $"
//
// A simple text editor program for the Fast Light Tool Kit (FLTK).
//
// This program is described in Chapter 4 of the FLTK Progr
www.eeworm.com/read/133875/14019319
m exm11332_1.m
%exm11332_1.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_su
www.eeworm.com/read/133875/14019977
m exm1132_1.m
%exm1132_1.m
figure %创建一个图形窗
h_menu=uimenu(gcf,'label','Color'); %制作用户顶层菜单项Color
h_submenu1=uimenu(h_menu,'label','Blue',... %制作下拉菜单项Blue
'callback','set(gcf,''Color'',''
www.eeworm.com/read/133875/14020095
m exm11333_2.m
%exm11333_2.m
figure
h_menu=uimenu('label','Option');
h_sub1=uimenu(h_menu,'label','Grid on',... %
'callback',[...
'grid on,',...
'set(h_sub1,''checked'',''on''),',...
'set(h_s
www.eeworm.com/read/133520/14038286
cc aflibaudiomemoryinput.cc
/*
* Copyright: (C) 2001 Bruce W. Forsberg
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as publis
www.eeworm.com/read/235928/14041589
m sompak_gui.m
function sompak_gui()
%SOMPAK_GUI A GUI for using SOM_PAK functions from Matlab.
%
% sompak_gui
%
% Launches a GUI which allows the use of SOM_PAK functions from
% Matlab. Notice that to use this f
www.eeworm.com/read/202785/15372965
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/202785/15372969
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