码迷,mamicode.com
首页 >  
搜索关键字:gaming mouse    ( 1193个结果
IT常用英语
CPU(Center Processor Unit)中央处理单元 mainboard主板 RAM(random access memory)随机存储器(内存) ROM(Read Only Memory)只读存储器 Floppy Disk软盘 Hard Disk硬盘 CD-ROM光盘驱动器(光驱) monitor监视器 keyboard键盘 mouse鼠标 chip芯片 CD...
分类:其他好文   时间:2015-02-16 19:40:14    阅读次数:205
Gentoo安装详解(四)--安装X桌面环境
安装X桌面环境:安装Xorg: 检测显卡信息: dmesg | grep video lspci | grep -i VGA 配置INPUT_DEVICE、VIDEO_CARDS变量: 在安装Xorg之前,你需要在/etc/portage/make.conf文件中设置两个重要的变量。 (For mouse, keyboard, and Synaptics touchpad support)...
分类:其他好文   时间:2015-02-10 18:49:42    阅读次数:222
自学篇之---js最简单的幻灯片
<html> <head> <script type="text/javascript"> myImages=new Array() myImages[0]="/i/eg_mouse.jpg" myImages[1]="/i/eg_smile.gif" myImages[2]="/i/eg_landscape.jpg" myImages[3]="/i/eg_landscape2.jpg" m...
分类:Web程序   时间:2015-02-08 23:27:56    阅读次数:422
VC模拟鼠标的两种方式(SendMessage、mouse_event)
鼠标模拟的常用方案,包括发送鼠标事件消息和使用mouse_event系统函数,发送鼠标消息的例子如下:pWnd->SendMessage(WM_RBUTTONDOWN,0,(ySendMessage(WM_RBUTTONDOWN,0,(ySendMessage(WM_RBUTTONUP,0,(ySe...
分类:其他好文   时间:2015-02-07 11:34:58    阅读次数:100
C语言键盘按键列表
Symbolic constantHexadecimal valueMouse or keyboard equivalentVK_LBUTTON0x01Left mouse button.VK_RBUTTON0x02Right mouse button.VK_CANCEL0x03Control-br...
分类:编程语言   时间:2015-01-31 14:18:00    阅读次数:898
IDEA找齐Eclipse中的快捷键
1. 鼠标浮在方法名上就能看注释(这个功能的名称叫quick documentation,快捷键是F2或Ctrl+Shift+Space) 设置成自动显示,方法如下: There is nice feature which shows quick documentation when your mouse is...
分类:系统相关   时间:2015-01-31 00:34:42    阅读次数:272
动画原理——用户交互:移动物体
书籍名称:HTML5-Animation-with-JavaScript书籍源码:https://github.com/lamberta/html5-animation11.物体内外的事件判断物体内外的条件是判断鼠标位置和物体中心的位置。01-mouse-events.html M...
分类:移动开发   时间:2015-01-29 14:30:03    阅读次数:274
第一次组队赛---2010年全国大学生程序设计邀请赛(福州)L
L -Left Mouse ButtonTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeFZU 1920DescriptionMine sweeper is a very po...
分类:其他好文   时间:2015-01-25 22:28:15    阅读次数:263
hdu 1160 FatMouse's Speed(最长不下降子序列+输出路径)
题意:FatMouse believes that the fatter a mouse is, the faster it runs. To disprove this, you want to take the data on a collection of mice and put as la...
分类:其他好文   时间:2015-01-25 11:01:17    阅读次数:157
UVALive 3029 City Game 悬线法求最大子矩阵面积 dp
题目链接:点击打开链接 Bob is a strategy game programming specialist. In his new city building game the gaming environment is as follows: a city is built up by areas, in which there are streets, trees, factor...
分类:其他好文   时间:2015-01-24 20:06:06    阅读次数:160
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!