码迷,mamicode.com
首页 >  
搜索关键字:hardware    ( 890个结果
Windows Minifilter驱动 - 获取进程ID, 进程名字和线程ID (5)
在minifilter里面可能有好几种获取调用进程id,名字和线程的办法。我这里有一种: 使用 PsSetCreateProcessNotifyRoutine 和 PsSetLoadImageNotifyRoutine 这是两个API,我们可以借助它们获取进程信息。具体看:http://msdn.microsoft.com/en-us/library/windows/hardware/...
分类:编程语言   时间:2014-09-22 17:35:52    阅读次数:321
传感器Sensor的使用-距离感应(听筒模式)
对听筒附近的距离感应装置进行监听-靠近(0),远离(1)1.需要导入的包import android.hardware.Sensor;import android.hardware.SensorEvent;import android.hardware.SensorEventListener;imp...
分类:其他好文   时间:2014-09-22 17:06:52    阅读次数:233
xcode6模拟器不显示键盘解决方案
对于xcode6模拟器运行程序后不显示键盘。只需要打开模拟器,在菜单栏中选择:hardware -> keyboard -> connect hardware keyboard(快捷键shift+command+k)默认情况下,xcode使用电脑键盘作为外接键盘,不再弹出虚拟键盘。如下图:...
分类:其他好文   时间:2014-09-20 21:23:19    阅读次数:288
Android手电筒案例
最近在学习Android的开发,写了个手电筒的案例,分享一下!//Activity.xml packagecom.fq.flashlight; importandroid.app.Activity; importandroid.app.AlertDialog; importandroid.content.DialogInterface; importandroid.hardware.Camera; importandroid.hardware.Camera.P..
分类:移动开发   时间:2014-09-18 19:07:54    阅读次数:267
Keil MDK AGDI Drivers, ULink, JLink, ST-Link, NuLink, JTAGjet
AGDI DriversAGDI is an Application Program Interface (API) third-party developers can use to create hardware debugger drivers that interface directly ...
分类:其他好文   时间:2014-09-18 16:14:34    阅读次数:2187
android audio开发的一些专用术语(待翻译)
Audio Terminology IN THIS DOCUMENT Generic Terms Digital Audio Hardware and Accessories Audio Signal Path Android-Specific Terms Sample Rate Conversion This document provides a glossary of audio-re...
分类:移动开发   时间:2014-09-17 10:30:42    阅读次数:436
Reentrant protected mode kernel using virtual 8086 mode interrupt service routines
A method for allowing a protected mode kernel to service, in virtual 8086 mode, hardware interrupts which occur during execution of ring 0 protected m...
分类:其他好文   时间:2014-09-16 10:28:10    阅读次数:409
Xcode6 iOS8 模拟器键盘弹不出来问题
Xcode6中的模拟器键盘设置跟之前的版本不一样了。之前版本是模拟器的键盘和电脑的键盘都可以使用,但是Xcode6的模拟器键盘只能选择其中一种。解决方法:快捷键切换键盘类型:Shift + Command + K或者点击模拟器菜单:Hardware-->keyBoard
分类:移动开发   时间:2014-09-15 17:12:29    阅读次数:156
This energy gives plasma its distinctive status
helps with stamping parts applicationsHowever, the cost of the software and hardware is often greater than the contents of most safes. This method is ...
分类:其他好文   时间:2014-09-13 11:58:55    阅读次数:234
64位Win7使用32位系统共享出的网络打印机
打印机服务器(Host):HPLaserJ1020激光打印机,Server2003OS,32bit本机:Win764Bit一直安装不成功,参考下面文章,解决:(原文地址:http://answers.microsoft.com/en-us/windows/forum/windows_7-hardware/cannot-connect-to-network-printer-from-windows-7/256167d6-d6b..
分类:Windows程序   时间:2014-09-11 15:29:17    阅读次数:425
890条   上一页 1 ... 79 80 81 82 83 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!