- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
c语言键盘调用(国外英文资料)
c语言键盘调用(国外英文资料) How is the keyboard scan code used in C? This is the value of using bioskey (). When the parameter is 0, the return value of bioskey () is that if the low eight bits are non-zero, the normal key is pressed; If the low eight is zero, the function key is pressed. When the parameter is 1, the test has a button that is pressed, and if the return value is 0, it means that there is no key press, and there is a button press. When the parameter is 2, it means to get the state of the transformation key, which is the transformation key? Transform key including binary and control keys, binary key is num lock, scroll lock, insert and caps lock, control key is left and right shift, CTRL and Alt, the return value of low eight reflects the transformation of key state: 0x01 to the right shift Left-hand shift 0 x04 CTRL key 0 x08 Alt 0x10 scroll lock opens 0x20 num lock opens 0x40 caps lock opens 0x80 insert opens In fact, bioskey directly calls the BIOSs int 16h keyboard I/O interrupt, which is the complete version of int 16h. Keyboard scan size To control the keyboard procedures, often to use some of the key scan code, used to sweep under the first try, every time when trouble really, today again make a small program, use The scan code, just a test program, save all the key scan code in a file, for later use when programming. Here share with you, though Its easy to get it, but at least you can stop everyone from looking up as I did before Scanning key 0x011b ESC 0x3b00 F1 0x3c00 F2 0x3d00 F3 0x3e00 F4 0x3f00 F5 0x4000 F6 0x4100 F7 0x4200 F8 0x4300 F9 0x4400 F10 The main keyboard area: 0x2960 ~ 0x0231 1 0x0332 2 0x0433 3 0x0534 0x0635 0x0736 6 0x0837 7 0x0938 8 0x0a39 9 0x0b30 zero 0x0c2d - 0x0d3d = 0x2b5c 0x0e08 0x0f09 Tab 0x1071 q 0x1177 w 0x1265 e 0x1372 r 0x1474 t 0x1579 y 0x1675 u 0x1769 I 0x186f o 0x1970 p 0x1a5b 0x1b5d) 0x1e61 a 0x1f73 s 0x2064 d 0x2166 f 0x2267 g 0x2368 h 0x246a j 0x256b k 0x266c l 0x273b; 0x2827 0x1c0d returns 0x2c7a z 0x2d78 x 0x2e63 c 0x
有哪些信誉好的足球投注网站
文档评论(0)