代码搜索:PrintScreen
找到约 40 项符合「PrintScreen」的源代码
代码结果 40
www.eeworm.com/read/31729/1030128
asm ctrlc.asm
; CTRLC.ASM
; Trap Ctrl-C, Ctrl-Break, and PrintScreen
; Public domain by Matthew Hildebrand
; This module may not be overlaid
IDEAL
P386 ; no 386 code; just fo
www.eeworm.com/read/278099/10572040
c kbtrap.c
/* +++Date last modified: 05-Jul-1997 */
/*
** KBTRAP.C - Traps Ctrl-Alt-Del, Ctrl-C, Ctrl-Break, SysRq, PrintScreen,
** and Pause keys.
**
** Derived from public domain sources,
www.eeworm.com/read/136959/13351064
c kbtrap.c
/*
** KBTRAP.C - Traps Ctrl-Alt-Del, Ctrl-C, Ctrl-Break, SysRq, PrintScreen,
** and Pause keys.
**
** Derived from public domain sources, uses SNIPPETS header files
*/
#include
www.eeworm.com/read/309649/13667398
c kbtrap.c
/* +++Date last modified: 05-Jul-1997 */
/*
** KBTRAP.C - Traps Ctrl-Alt-Del, Ctrl-C, Ctrl-Break, SysRq, PrintScreen,
** and Pause keys.
**
** Derived from public domain sources,
www.eeworm.com/read/291204/8435808
dfm unitfrmmain.dfm
object Form1: TForm1
Left = 192
Top = 103
Width = 696
Height = 281
Caption = '取得PRINTSCREEN按键消息'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
F
www.eeworm.com/read/216668/14999368
dfm unitfrmmain.dfm
object Form1: TForm1
Left = 192
Top = 103
Width = 696
Height = 281
Caption = '取得PRINTSCREEN按键消息'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
F
www.eeworm.com/read/236337/14020507
dfm unitfrmmain.dfm
object Form1: TForm1
Left = 192
Top = 103
Width = 696
Height = 281
Caption = '取得PRINTSCREEN按键消息'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
F
www.eeworm.com/read/222380/14693520
js key.js
/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
YAHOO.util.Key = new function() {
// this.logger = new ygLogger("ygEventUtil");
// DOM key constants
this.DOM_VK_UNDEFINED
www.eeworm.com/read/207698/6327403
c 2-16.c
#include"reg51.h"
#include"address.h"
#define uchar unsigned char
void delay();
void initlcd();
void printf(const uchar *buff,uchar n);
void printscreen(const uchar *str1,const uchar *str2);
www.eeworm.com/read/262236/11597738
c 2-16.c
#include"reg51.h"
#include"address.h"
#define uchar unsigned char
void delay();
void initlcd();
void printf(const uchar *buff,uchar n);
void printscreen(const uchar *str1,const uchar *str2);