代码搜索结果
找到约 50,122 项符合
Button 的代码
button.c
//***************************************************************************
// File........: button.c
// Author(s)...: ATMEL Norway
// Target(s)...: ATmega169
// Compiler....: AVR GCC 200604
button.c
//***************************************************************************
// File........: button.c
// Author(s)...: ATMEL Norway
// Target(s)...: ATmega169
// Compiler....: AVR GCC 200604
button.c
//***************************************************************************
// File........: button.c
// Author(s)...: ATMEL Norway
// Target(s)...: ATmega169
// Compiler....: AVR GCC 200604
button.c
//***************************************************************************
// File........: button.c
// Author(s)...: ATMEL Norway
// Target(s)...: ATmega169
// Compiler....: AVR GCC 200604
button.c
//***************************************************************************
// File........: button.c
// Author(s)...: ATMEL Norway
// Target(s)...: ATmega169
// Compiler....: AVR GCC 200604
button.mk
CLASSFILES= \
java\awt\Button.class
DATAFILES= \
JARFILE= ..\jars\button.jar
all: $(JARFILE)
# Create a JAR file with a suitable manifest.
$(JARFILE): $(CLASSFILES) $(DATAFILES)
jar
button.aspx
public void Button_Click(Object sender,EventArgs e)
{
string argName = ((Button)sender).CommandName;
string argArg = ((Button)s
a2dp_sd_button.button
// Copyright (C) Cambridge Silicon Radio Ltd. 2005-2006
// Part of BlueLab 3.5.2-release
// Bind buttons to PIOs
pio 3 BUTTON
// Define the button press actions
message APP_BUTTON_PRESS_IND
button.c
/*
** $Id: button.c,v 1.12 2004/04/19 07:30:21 weiym Exp $
**
** button.c: The Button control demo program.
**
** Copyright (C) 2001 ~ 2002 Wei Yongming.
** Copyright (C) 2003 Feynman Software.
**
**
a2dp_sd_button.button
// Copyright (C) Cambridge Silicon Radio Ltd. 2005-2007
// Part of Stereo-Headset-SDK Q1-2007.Release
// Bind buttons to PIOs
pio 3 BUTTON
// Define the button press actions
message APP_BUT