代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/161028/5564155
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/158018/5601487
java ex_5_5_1.java
/*
*文件名:ex_5_5_1.java
*说 明:通过接口引用变量调用接口方法
*/
//定义接口
interface Callback
{
void callback(int param);
}
// 定义实现接口的类
class Client implements Callback
{
// 实现了Callback接口
public void
www.eeworm.com/read/249868/12465270
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/334943/12560464
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/236166/14029847
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/127087/6007702
mdoc assertions.mdoc
.\" $Id: assertions.mdoc,v 1.1.2.1.10.1 2004/03/09 08:33:39 marka Exp $
.\"
.\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 1997,1999 by Internet Software Consort
www.eeworm.com/read/167890/5451261
h shell.h
// This file is part of MANTIS OS, Operating System for Nymph.
// See http://mantis.cs.colorado.edu/
//
// Copyright (C) 2003 University of Colorado, Boulder
//
// This program is free software; y
www.eeworm.com/read/290325/8489791
cpp logger.cpp
// logger.cpp -- Thatcher Ulrich 2006
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
// Helpers for logging messages & errors.
www.eeworm.com/read/438722/7727755
cpp test.cpp
#include "stdafx.h"
#include "Main.h"
/*-------------------------------------------------------------------------*/
/*---------------------- UIStyler Callback Functions ----------------------*/