代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/173078/5380491
h cmctrlmsd.h
#ifdef __cplusplus
extern "C" {
#endif
/*
NOTICE:
This document contains information that is proprietary to RADVISION LTD..
No part of this publication may be reproduced in any form
www.eeworm.com/read/173078/5380494
h cmctrlcap.h
#ifdef __cplusplus
extern "C" {
#endif
/*
NOTICE:
This document contains information that is proprietary to RADVISION LTD..
No part of this publication may be reproduced in any form w
www.eeworm.com/read/169681/5416487
c if_ilac.c
/* if_ilac.c - AMD 79C900 ILACC Ethernet network interface driver */
/* Copyright 1989-1997 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01e,15
www.eeworm.com/read/167185/5462923
c form.c
/* Last update: 02/08/88 00:18 AM (Edition: 56) */
#include
#include
#include
#include "form.h"
#include "field.h"
#include "term.h"
#include "basic.h"
extern int
www.eeworm.com/read/162598/5540713
bat prjnetchatserver.bat
@echo off
ECHO 使用这个批处理文件来生成一个新的压缩文件。按下 CTRL-C 来取消,或
pause
"C:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\MAKECAB.EXE" /f "服务器.DDF"
www.eeworm.com/read/161438/5553087
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/161121/5556358
c system3.c
/*
* linux/arch/arm/mach-sa1100/system3.c
*
* Copyright (C) 2001 Stefan Eletzhofer
*
* $Id: system3.c,v 1.1.6.1 2001/12/04 17:28:06 seletz Exp $
*
* This file
www.eeworm.com/read/161121/5558343
c t1isa.c
/* $Id: t1isa.c,v 1.1.4.1 2001/11/20 14:19:34 kai Exp $
*
* Module for AVM T1 HEMA-card.
*
* Copyright 1999 by Carsten Paeth
*
* This software may be used and distributed acc
www.eeworm.com/read/161112/5561034
h dospartlibscsi.h
/* dosPartLibScsi.h - partition parsing/mounting/display routines. */
/*
modification history
--------------------
01c,10mar98,dmr fixed error in title text (only)
01b,15sep97,jkf removed LCHS su
www.eeworm.com/read/160627/5568400
h keyboard16.h
#include "..\inc\def.h"
U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
U32 GetNoTaskKey();