码迷,mamicode.com
首页 >  
搜索关键字:hardware    ( 890个结果
用命令设置esxi主机时间和配置NTP服务器
一、设置esxi主机时间设置esxi主机时间为2016年03月8日16:01:更改esxi系统时间:~#esxclisystemtimeset-d08-H16-m01-M03-y2016如果同步系统时间到主板上,使用下面命令:~#esxclisystemtimeget更改esxi主机主板上的时间:~#esxclihardwareclockset-d10-H10-m18-M04-y2016如果同..
分类:其他好文   时间:2016-03-08 21:46:05    阅读次数:1475
高通android开发缩写
1.TLMMMSM TLMM pinmux controller,Qualcomm MSM integrates a GPIO and Pin mux/config hardware, (TOP Level Mode Multiplexer in short TLMM). It controls the input/output settings on the available pads/pin...
分类:移动开发   时间:2016-03-02 09:40:36    阅读次数:196
Altera SoC与Matlab的联合---第一步 软件安装与硬件测试
参考设计:http://cn.mathworks.com/help/hdlcoder/examples/getting-started-with-hardware-software-codesign-workflow-for-altera-soc-platform.html 在进行设计前,需要对Al...
分类:其他好文   时间:2016-02-29 21:45:56    阅读次数:244
ANDROID_MARS学习笔记_S05_006_距离传感器
1 import android.app.Activity; 2 import android.content.Context; 3 import android.hardware.Sensor; 4 import android.hardware.SensorEvent; 5 import and
分类:移动开发   时间:2016-02-22 17:49:16    阅读次数:259
ANDROID_MARS学习笔记_S05_004_过滤杂质,得到真正的加速度
一、简介 二、代码1.java (1)MainActivity.java 1 import android.app.Activity; 2 import android.content.Context; 3 import android.hardware.Sensor; 4 import andro
分类:移动开发   时间:2016-02-22 17:35:44    阅读次数:183
android.hardware.Camera类及其标准接口介绍
android.hardware.Camera类及其标准接口介绍,API level 19 http://developer.android.com/reference/android/hardware/Camera.html
分类:移动开发   时间:2016-02-20 17:28:52    阅读次数:132
如何在 kernel 和 hal 层读取同一个标志
很多时候我们需要从 HAL 层(Hardware Abstract Layer)传一个标志给 kernel 层。一般这种传递是不能直接通过定义全局变量来实现的。 此时可以通过读写文件来实现该标志。 譬如我们有这样一个需求,在录像过程中去掉持续对焦功能,而录像预览时开启持续对焦功能。 在 HAL 层中
分类:其他好文   时间:2016-02-20 17:23:50    阅读次数:236
android Camera 中如何修改缩放变焦参数
如何修改 zoomRatio 修改过程: 1, 先找到 gZoomRatio 数组序列的值 Location: V:\project_code\project_name\ALPS.JB.MP.V1_W_20120919\mediatek\platform\mt6577\hardware\camera
分类:移动开发   时间:2016-02-20 15:58:14    阅读次数:210
eclipse,android虚拟机按键不可用解决方法hardware buttons not enabled in avd
用eclipse创建android虚拟机右侧home键盘、返回键等不可用的解决方法:打开AndroidVirtualDeviceManager,查看虚拟机详情:打开图片中的Path路径,打开config文件;把图中所示的参数改为yes保存,重新启动eclipse即可;
分类:移动开发   时间:2016-02-19 14:35:36    阅读次数:263
MFC U盘检测
WM_DEVICECHANGE消息 查阅MSDN得知: The framework calls this member function to notify an application or device driver of a change to the hardware configurati
分类:编程语言   时间:2016-02-16 11:43:04    阅读次数:564
890条   上一页 1 ... 50 51 52 53 54 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!