代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/230384/14291381
m f_exitmenu.m
function f_exitmenu
%F_EXITMENU: Create exit menu item
%
% Usage: f_exitmenu
%
uimenu (gcf,'Label','Exit','Callback','close; clc; return');
www.eeworm.com/read/229146/14351395
c usb_istr.c
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : usb_istr.c
* Author : MCD Application Team
* Date First Issued : 27/10/2003
* D
www.eeworm.com/read/227872/14407543
cpp aaaaaaa.cpp
#include "math.h"
#include "stdafx.h"
#include "gl/gl.h"
#include "gl/glu.h"
#include "gl/glaux.h"
#pragma comment(lib,"openGL32.lib")
#pragma comment(
www.eeworm.com/read/227865/14407813
m run_demo.m
function run_demo()
%RUN_DEMO 运行演示程序,隶属于 SHW3D_WIN 函数。
str1='[x,y] = meshgrid(-3:0.1:3,-2:0.1:2);';
str2='z=(x.^2-2*x).*exp(-x.^2-y.^2-x.*y);';
str=str2mat(str1,str2);
h=findobj(gcf,'Tag','strB')
www.eeworm.com/read/227861/14408152
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/226732/14453628
h netconnect.h
//-----------------------------------------------------------------------------
// File: NetConnect.h
//
// Desc:
//
// Copyright (C) 2000-2001 Microsoft Corporation. All Rights Reserved.
//----
www.eeworm.com/read/124842/14533675
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/124842/14533683
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/124842/14534178
&&& da_gp1.&&&
%
% da_gp1.m
%
% GP initialisation script
%
da_front;
drawnow;
%
% Initialise variables
%
pop_size=50;
p_mutate=0.25;
p_cross=0.65;
p_perm=0.1;
p_old=0.1;
num_gen=50;
gp_function(
www.eeworm.com/read/124842/14534207
m da_tshft.m
%
% da_tshft.m
%
% Programme to time shift a data
% set
%
%
% Sort the screen out
%
da_front;
set(w1,'NumberTitle','off','Name','Timeshifting Data Set');
drawnow;
%
% Initialise the t