代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/234805/14096604
plg asynopc.plg
Build Log
--------------------Configuration: AsynOpc - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\Temp\R
www.eeworm.com/read/234801/14096697
plg asynopc.plg
Build Log
--------------------Configuration: AsynOpc - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\Temp\R
www.eeworm.com/read/131166/14157701
h opengl.h
#include "gl\gl.h"
#include "gl\glu.h"
#include "gl\glaux.h"
void Init(void)
{
glClearColor(192.0/255.0,192.0/255.0,192.0/255.0,1.0);
glShadeModel(GL_FLAT);
}
void CALLBACK RenderScene()
www.eeworm.com/read/232403/14195956
cpp sippanel.cpp
// SipPanel.cpp: implementation of the CSipPanel class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MRSSIP.h"
#include "SipPanel.h"
www.eeworm.com/read/232228/14202285
h sk.h
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2007.
www.eeworm.com/read/129636/14234326
m exm10032_1.m
% exm10032_1.m
figure
h_menu=uimenu(gcf,'label','Color');
h_submenu1=uimenu(h_menu,'label','Blue',...
'callback','set(gcf,''Color'',''blue'')');
h_submenu2=uimenu(h_menu,'label','Red'
www.eeworm.com/read/129636/14234596
m exm100332_1.m
% exm100332_1.m
figure
h_menu=uimenu(gcf,'Label','&Color');
h_submenu1=uimenu(h_menu,'Label','&Blue',...
'Callback','set(gcf,''color'',''blue'')');
h_submenu2=uimenu(h_menu,'label','Red',...
www.eeworm.com/read/129636/14234817
m exm100333_2.m
% exm100333_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
www.eeworm.com/read/230764/14275760
h keypad.h
/****************************************************************************/
/* TEXAS INSTRUMENTS PROPRIETARY INFORMATION */
/*
www.eeworm.com/read/128628/14286710
h loadstrg.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
#define IDS_STRINGBASE 100
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CAL