代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/415537/11063851
txt missing administrator account.txt
Once you have created regular user accounts, the default Administrator account vanishes from the Welcome screen, which you see when the computer starts up. Press Ctrl-Alt-Delete twice at the Welcome s
www.eeworm.com/read/269654/11084782
h keyboard.h
#include "..\inc\def.h"
U32 GetKey(void); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
int IsKeyDown(void);
void Key_Test(void);
www.eeworm.com/read/268780/11122031
c checkbox.c
/*
*******************************************************************************
* The real-time kernel "rtCell" *
* Copyright 2005 t
www.eeworm.com/read/268437/11139946
cpp idehddrv.cpp
//***********************************************************************/
// Author : Garry
// Original Date : Aug,03 2004
// Module Name : id
www.eeworm.com/read/268437/11140043
h timer.h
//***********************************************************************/
// Author : Garry
// Original Date : May,31 2004
// Module Name : ti
www.eeworm.com/read/268437/11140063
h taskctrl.h
//***********************************************************************/
// Author : Garry
// Original Date : May,27 2004
// Module Name : ta
www.eeworm.com/read/268437/11140426
h timer.h
//***********************************************************************/
// Author : Garry
// Original Date : May,31 2004
// Module Name : ti
www.eeworm.com/read/268437/11140442
cpp idehddrv.cpp
//***********************************************************************/
// Author : Garry
// Original Date : Aug,03 2004
// Module Name : id
www.eeworm.com/read/268437/11140451
h taskctrl.h
//***********************************************************************/
// Author : Garry
// Original Date : May,27 2004
// Module Name : ta
www.eeworm.com/read/267887/11159322
bak ctrlbrk.bak
#include
#include
void main(void)
{
printf("Previous extended Ctrl-Break status %s\n",
(getcbrk()) ? "On": "Off");
setcbrk(0); // Turn if off
}