码迷,mamicode.com
首页 >  
搜索关键字:hardware    ( 890个结果
UVA 4854 A Digital Satire of Digital Age(模拟)
The government of “Moderdesh” is planning to enter the digital age and so people of different profession and business are proposing different ways to enter that age successfully. The hardware vendors...
分类:其他好文   时间:2015-08-20 19:01:34    阅读次数:204
监听手机晃动(摇一摇)SensorEventListener
importandroid.content.Context;importandroid.hardware.Sensor;importandroid.hardware.SensorEvent;importandroid.hardware.SensorEventListener;importandroi...
分类:移动开发   时间:2015-08-20 15:13:57    阅读次数:182
vmware下给linux添加硬盘
http://blog.csdn.net/robbie1314520/archive/2010/08/10/5802724.aspx创建虚拟硬盘 1、关闭VM中正在运行的虚拟系统; 2、EDIT Virtual Machine Settings; 3、在Hardware页点“Add”-》Add a ...
分类:系统相关   时间:2015-08-18 18:54:14    阅读次数:215
为Android添加HAL模块
1.每个硬件抽象层模块在内核中都对应一个驱动程序,硬件抽象层模块就时通过这些驱动程序来访问硬件设备的,它们是通过读写设备文件来进行通信的。硬件抽象层中的模块接口源文件一般保存在hardware/libhardware目录中,为了方便起见,我们将虚拟硬件设备freg在硬件抽象层中的模块名称定义为freg,目录结构如下: hardware/libhardware/include/hardwar...
分类:移动开发   时间:2015-08-17 21:56:05    阅读次数:3270
WinCE触摸校准的注册表是?[HKEY_LOCAL_MACHINE\Hardware\DeviceMap\Touch]
上图中的“CalibrationData”键值就是触摸屏的校验值,将这个值复制一下,然后打开PB的平台的project.reg 文件,加入如下的触摸屏注册信息,其中"CalibrationData"=之后的值就是上面我们复制的触摸屏校验值。 [HKEY_LOCAL_MACHINE\Hardware\DeviceMap\Touch] "CalibrationData"="1484,1168 584,536 568,1820 2356,1812 2356,488"...
分类:Windows程序   时间:2015-08-15 10:22:36    阅读次数:173
Dell R410内存故障
一、早上一台DellR410机器宕了~查看日志如下 Aug1207:21:01192.168.30.72 Aug1207:21:01HARDWAREERROR Aug1207:21:01CPU2:MachineCheckException:4Bank5:0000000000000000 Aug1207:21:01TSC0 Aug1207:21:01192.168.30.72 Aug1207:21:01Thisisnotasoftwareproblem! Aug1207:21:0..
分类:其他好文   时间:2015-08-13 10:09:05    阅读次数:248
Android 关于 <uses-feature> 的说明
<uses-feature> ?主要还是被Play使用的.例子: <uses-feature android:name="android.hardware.touchscreen" ? ? ? ? android:required="true"/> 如果设备没有这个touchscreen这个硬件,? play就不会把app...
分类:移动开发   时间:2015-08-11 19:34:17    阅读次数:148
Verilog语言
Verilog HDL是一种硬件描述语言(HDL:Hardware Description Language),以文本形式来描述数字系统硬件的结构和行为的语言,两种HDL均为IEEE标准。Verilog HDL和VHDL是世界上最流行的两种硬件描述语言,都是在20世纪80年代中期开发出来的。 Ver...
分类:编程语言   时间:2015-08-10 23:45:00    阅读次数:388
KEIL_MDK 错误及解决(待续)
compiling main.c.....\HARDWARE\led.h(11): warning: #1-D: last line of file ends without a newline #endifmain.c(19): warning: #1-D: last line of fil...
分类:其他好文   时间:2015-08-10 18:00:24    阅读次数:154
安卓开发-传感器信息采集
表 1..Android 平台支持的运动传感器。参考API 文档:http://developer.android.com/reference/android/hardware/Sensor.html#TYPE_GYROSCOPE传感器传感器事件数据说明测量单位TYPE_ACCELEROMETERS...
分类:移动开发   时间:2015-08-08 21:21:21    阅读次数:230
890条   上一页 1 ... 57 58 59 60 61 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!