代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/385221/8813459
h events.h
/* Copyright (C) 1995, Tektronix Inc. All Rights Reserved.
*
* Usage Restrictions
*
* License is granted to copy, to use, and to make and to use derivative
* works for research and evaluation p
www.eeworm.com/read/378041/9253246
m 3-3.m
h=figure;
f = uimenu(h,'Label','MATLAB工作间');
uimenu(f,'Label','新窗口','Callback','figure');
uimenu(f,'Label','保存','Callback','save');
h1=uimenu(f,'Label','清除');
uimenu(h1,'Label','清楚变量','callback',
www.eeworm.com/read/180086/9320013
h wndproc.h
// CallBack Function Prototype and Window Initialization Prototypes
HWND WinInit(HINSTANCE hInst,int iShow);
LRESULT CALLBACK WndProc (HWND hWnd,UINT iMsg,WPARAM wParam,LPARAM lParam);
www.eeworm.com/read/373220/9468749
m colea.m
function colea(infile,Srate1)
% COLEA
% A software tool for speech analysis
%
% To run this program, just type 'colea' in the MATLAB window. This
% will open a file dialog box from which you c
www.eeworm.com/read/366486/9811965
m 3-3.m
h=figure;
f = uimenu(h,'Label','MATLAB工作间');
uimenu(f,'Label','新窗口','Callback','figure');
uimenu(f,'Label','保存','Callback','save');
h1=uimenu(f,'Label','清除');
uimenu(h1,'Label','清楚变量','callback',
www.eeworm.com/read/357171/10214046
m 3-3.m
h=figure;
f = uimenu(h,'Label','MATLAB工作间');
uimenu(f,'Label','新窗口','Callback','figure');
uimenu(f,'Label','保存','Callback','save');
h1=uimenu(f,'Label','清除');
uimenu(h1,'Label','清楚变量','callback',
www.eeworm.com/read/159990/10581280
java testface.java
//Interface
interface callback
{
void callback(int param);
}
class client implements callback {
public void callback(int p) {
System.out.println("Callback called with " + p) ;
}
}
www.eeworm.com/read/159906/10591398
m 3-3.m
h=figure;
f = uimenu(h,'Label','MATLAB工作间');
uimenu(f,'Label','新窗口','Callback','figure');
uimenu(f,'Label','保存','Callback','save');
h1=uimenu(f,'Label','清除');
uimenu(h1,'Label','清楚变量','callback',
www.eeworm.com/read/469046/6984208
m 3-3.m
h=figure;
f = uimenu(h,'Label','MATLAB工作间');
uimenu(f,'Label','新窗口','Callback','figure');
uimenu(f,'Label','保存','Callback','save');
h1=uimenu(f,'Label','清除');
uimenu(h1,'Label','清楚变量','callback',
www.eeworm.com/read/448664/7527455
m icommunicate.m
//
// iCommunicate.m
// Communicate
//
// Created by Owen.Qin on 9/23/08.
// Copyright 2008 __MyCompanyName__. All rights reserved.
//
#import "iCommunicate.h"
@implementation iCommunicate
@sy