代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/250756/12386499
c gtkdlg.c
/*
* gtkdlg.c - GTK implementation of the PuTTY configuration box.
*/
/*
* TODO when porting to GTK 2.0:
*
* - GtkTree is apparently deprecated and we should switch to
* GtkTreeVie
www.eeworm.com/read/250409/12408141
bat score.bat
@echo off
ECHO 使用这个批处理文件来生成一个新的压缩文件。按下 CTRL-C 来取消,或
pause
"D:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\MAKECAB.EXE" /f "prjScore.DDF"
www.eeworm.com/read/149022/12409174
vhd timers.vhd
-----------------------------------------------------------------------------
-- This file is a part of the LEON VHDL model
-- Copyright (C) 1999 European Space Agency (ESA)
--
-- This program
www.eeworm.com/read/250350/12412464
c liolib.c
/*
** $Id: liolib.c,v 1.91 2000/10/31 13:10:24 roberto Exp $
** Standard I/O (and system) library
** See Copyright Notice in lua.h
*/
#include
#include
#include
#inclu
www.eeworm.com/read/250293/12415547
c systick.c
//*****************************************************************************
//
// systick.c - Driver for the SysTick timer in NVIC.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. All righ
www.eeworm.com/read/148696/12439950
c ctrlbrk.c
#include
#include
void main(void)
{
printf("Previous extended Ctrl-Break status %s\n",
(getcbrk()) ? "On": "Off");
setcbrk(0); // Turn if off
}
www.eeworm.com/read/148688/12443782
bat bellereve.bat
@echo off
ECHO 使用这个批处理文件来生成一个新的压缩文件。按下 CTRL-C 来取消,或
pause
"D:\Vbasic6.0\Wizards\PDWizard\MAKECAB.EXE" /f "工程1.DDF"
www.eeworm.com/read/148552/12460254
h keyboard16.h
#include "..\inc\def.h"
U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
U32 GetNoTaskKey();
www.eeworm.com/read/148552/12460316
c exio.c
#include "..\startup\44b.h"
#include "..\inc\ExIO.h"
void init_ADdevice()
{
rADCPSR=20;
rADCCON=ADCCON_SLEEP;
}
int GetADresult(int channel)
{
rADCCON=(channel