代码搜索:ctrl

找到约 10,000 项符合「ctrl」的源代码

代码结果 10,000
www.eeworm.com/read/120388/14804190

bat 工程1.bat

@echo off ECHO 使用这个批处理文件来生成一个新的压缩文件。按下 CTRL-C 来取消,或 pause "D:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\MAKECAB.EXE" /f "工程1.DDF"
www.eeworm.com/read/119982/14814664

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/219794/14863497

rc 资源.rc

//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/118063/14889018

doc ctrlc.doc

By: Matthew Hildebrand Re: Ctrl-C & Ctrl-Break trap ---------------------------------------------------------------------- I've been noticing a lot of discussion regarding Ctrl-C and Ctrl-Break
www.eeworm.com/read/117608/14911655

tip txpadeng.tip

; ------------------------------------------------- ; TXPADCHN.TIP: TextPad 每日一帖文件 (简体中文翻译) ; 版权所有 (c) 1997-2000 Helios Software Solutions ; $Revision: 4.3 $ $Date: 11/10/00 12:30 $ ; $Nokeywords:
www.eeworm.com/read/218591/14914479

s keyboard.s

/* * linux/kernel/keyboard.S * * (C) 1991 Linus Torvalds */ /* * Thanks to Alfred Leung for US keyboard patches * Wolfgang Thiel for German keyboard patches * Marc Corsini for the French keyboard */
www.eeworm.com/read/116795/14954153

html sramsw_8c-source.html

Procyon AVRlib: sramsw.c Source File
www.eeworm.com/read/217495/14960029

java ch9_49.java

import javax.swing.*; import java.awt.event.*; public class ch9_49 extends JFrame { public ch9_49() { super("菜单演示"); setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); setBounds(20,20,500
www.eeworm.com/read/216757/14993183

bat zhangwu.bat

@echo off ECHO 使用这个批处理文件来生成一个新的压缩文件。按下 CTRL-C 来取消,或 pause "d:\Microsoft Visual Studio\VB98\Wizards\PDWizard\MAKECAB.EXE" /f "Project1.DDF"
www.eeworm.com/read/216377/15016542

h keyboard16.h

#include "..\inc\def.h" U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效) void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt U32 GetNoTaskKey();