代码搜索:NumLock
找到约 218 项符合「NumLock」的源代码
代码结果 218
www.eeworm.com/read/197159/8026151
h kbd_types.h
/*
define all key scancode for net-arm3000 keyboard
created by Zou jian guo
2004-4-5
*/
#ifndef _KBD_TYPES_H
#define _KBD_TYPES_H
/* Keyboard values*/
typedef unsigned short MWK
www.eeworm.com/read/231016/14261397
h kbd_types.h
/*
define all key scancode for net-arm3000 keyboard
created by Zou jian guo
2004-4-5
*/
#ifndef _KBD_TYPES_H
#define _KBD_TYPES_H
/* Keyboard values*/
typedef unsigned short MWK
www.eeworm.com/read/217919/14943581
h kbd_types.h
/*
define all key scancode for net-arm3000 keyboard
created by Zou jian guo
2004-4-5
*/
#ifndef _KBD_TYPES_H
#define _KBD_TYPES_H
/* Keyboard values*/
typedef unsigned short MWK
www.eeworm.com/read/213261/15138947
h kbd_types.h
/*
define all key scancode for net-arm3000 keyboard
created by Zou jian guo
2004-4-5
*/
#ifndef _KBD_TYPES_H
#define _KBD_TYPES_H
/* Keyboard values*/
typedef unsigned short MWK
www.eeworm.com/read/367185/9767505
h kbd_types.h
/*
define all key scancode for net-arm3000 keyboard
created by Zou jian guo
2004-4-5
*/
#ifndef _KBD_TYPES_H
#define _KBD_TYPES_H
/* Keyboard values*/
typedef unsigned short MWK
www.eeworm.com/read/249375/12508128
h kbd_types.h
/*
define all key scancode for net-arm3000 keyboard
created by Zou jian guo
2004-4-5
*/
#ifndef _KBD_TYPES_H
#define _KBD_TYPES_H
/* Keyboard values*/
typedef unsigned short MWK
www.eeworm.com/read/236863/13995042
h kbd_types.h
/*
define all key scancode for net-arm3000 keyboard
created by Zou jian guo
2004-4-5
*/
#ifndef _KBD_TYPES_H
#define _KBD_TYPES_H
/* Keyboard values*/
typedef unsigned short MWK
www.eeworm.com/read/200638/15428306
h kbd_types.h
/*
define all key scancode for net-arm3000 keyboard
created by Zou jian guo
2004-4-5
*/
#ifndef _KBD_TYPES_H
#define _KBD_TYPES_H
/* Keyboard values*/
typedef unsigned short MWK
www.eeworm.com/read/436216/7775083
txt 杨老师最痛苦的bug.txt
杨老师最痛苦的BUG之一,与大家分享
(杨老师发表于2004-12-15 14:52:48)
某年,某月,某日。
一个 long long age 正常的程序,突然在某台计算机上运行错误。遂调试之......
经过N小时,逐步缩小范围,并书写调试代码,居然是:刚把一些数据写进一块内存后立刻读出,就是不对。
恍然大明白了......为了证明我的判断,进入DOS:
copy fil ...
www.eeworm.com/read/121089/6069538
c keysynth.c
/*
CW : Character Windows
keysynth.c : Extra shift state synthesis (KK => VK)
(note: up for VK_SPACE and down/up for VK_ALT is handled by driver)
*/
#define COW
#include
#inc