码迷,mamicode.com
首页 >  
搜索关键字:hardware    ( 890个结果
Scroller的应用--滑屏实现
1、Scroller源码分析下面是对Scroller源码的分析,并附有源码,如下:package android.widget; import android.content.Context; import android.hardware.SensorManager; import android.os.Build; import android.util.FloatMath; import...
分类:其他好文   时间:2014-09-01 14:04:43    阅读次数:959
《软硬件接口》课程大纲
《软硬件接口》课程大纲Coursera课程The Hardware/Software Interface是华盛顿大学提供的一门课程,当中汇编语言、进程结构、Java实现等章节内容我觉得对于学编程的同学来说很实用。教学环境是Fedora,顺带介绍了一些经常使用工具的使用。课程大纲这门课程将会让学生知道...
分类:其他好文   时间:2014-08-31 20:02:01    阅读次数:263
am335x alsa codec调试
root@phyCORE-AM335x:~ aplay -l**** List of PLAYBACK Hardware Devices ****card 0: audio [PCM051 audio], device 0: wm8976 wm8976-hifi-0 [] Subdevices: 1...
分类:其他好文   时间:2014-08-29 10:51:47    阅读次数:413
Communicating with Hardware 《LDD3 学习笔记》
Communicating with Hardware Using I/O Ports I/O ports are the means by which drivers communicate with many devices, at least part of the time. This section covers the various functions...
分类:其他好文   时间:2014-08-26 15:36:16    阅读次数:363
Oprofile分析
一、内核支持: make menuconfig 1、评测菜单中启用 Oprofile ,在 .config 文件中设置?CONFIG_PROFILING=y?和?CONFIG_OPROFILE=y 2、Kernel Feature->[]Enable hardware perform...
分类:其他好文   时间:2014-08-25 09:55:14    阅读次数:251
Access control differentiation in trusted computer system
A trusted computer system that offers Linux® compatibility and supports contemporary hardware speeds. It is designed to require no porting of common a...
分类:数据库   时间:2014-08-22 23:50:19    阅读次数:441
Hadoop 分布式文件系统:架构和设计
引言 Hadoop分布式文件系统(HDFS)被设计成适合运行在通用硬件(commodity hardware)上的分布式文件系统。它和现有的分布式文件系统有很多共同点。但同时,它和其他的分布式文件系统的区别也是很明显的。HDFS是一个高 度容错性的系统,适合部署在廉价的机器上。HDFS能提供高吞吐....
分类:其他好文   时间:2014-08-22 12:29:26    阅读次数:260
Android: 亲测解决模拟器启动慢的问题
1.首先在对应的sdk manager里面下载一个4.03以上的api。    这里我选择的是4.2.2 (api17) 2.选择里面的" Intel Hardware Accelerated Execution Manager" "Intel x86 Atom System Image" 来下载。 当然其他必备的也要下载。  看我勾选的项: 3....
分类:移动开发   时间:2014-08-21 21:15:18    阅读次数:325
android webview 通过html5播放在线视频 切换大屏
1、添加网络访问权限 2、webview添加全屏支持 developer官方文档关于html5支持视频播放描述如下:In order to support inline HTML5 video in your application, you need to have hardware acceleration turned on, and set a WebChrom...
分类:移动开发   时间:2014-08-20 22:41:33    阅读次数:403
Linux网络命令
1.ifconfigifconfig主要是能手动启动、观察和修改网络接口的相关参数,能修改的参数非常多,包括IP参数及MTU等都能修改,他的语法如下:[root@linux~]#ifconfig{interface}{up|down}一般来说,直接输入ifconfig就会列出目前已被启动的卡,不论这个卡是否有设置IP,都会被显示出..
分类:系统相关   时间:2014-08-19 16:53:05    阅读次数:219
890条   上一页 1 ... 81 82 83 84 85 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!