码迷,mamicode.com
首页 >  
搜索关键字:software defined    ( 9513个结果
Ubuntu 安装 spark
环境: Unbunt 12.04 Hadoop 2.2.x Sprak 0.9 Scala scala-2.9.0.final.tgz 步骤 1. 下载 scala 2. 解压scala,然后修改/etc/profile,添加如下 export SCALA_HOME=/home/software/scala-2.9.0.final export PATH=$P...
分类:其他好文   时间:2014-06-05 11:52:46    阅读次数:484
rssi from wifi
RSSI=Received Signal Strength Indication which generally appears as "bars" in our software. It indicates how much power is in the radio signal your ro...
分类:其他好文   时间:2014-06-03 12:20:59    阅读次数:529
libvirt 基于C API基本使用案例
1,virConnectGetLibVersionAPI call obtain the version of libvirt software in use on the hostit takes a connection pointer and unsigned long pointer as ...
分类:Windows程序   时间:2014-06-03 08:10:33    阅读次数:440
连载:面向对象葵花宝典:思想、技巧与实践(33) - ISP原则
ISP,Interface Segregation Principle,中文翻译为“接口隔离原则”。和DIP原则一样,ISP原则也是大名鼎鼎的Martin大师提出来的,他在1996年的C++ Reporter发表“ The Interface Segregation Principle”的文章详细阐述了ISP原则,并且在他的经典著作《 Agile Software Development, Pri...
分类:其他好文   时间:2014-06-03 00:57:45    阅读次数:250
如何用GATK call snp
1, 什么是GATK?The Genome Analysis Toolkit or GATK is a software package developed at the Broad Institute to analyse next-generation resequencing data.The...
分类:其他好文   时间:2014-06-02 01:29:16    阅读次数:1200
[Android系列—] 1. Android 开发环境搭建与Hello World
前言开始之前先熟悉几个名词:SDK -- Software Development Kit, 软件开发工具包。这个词并不陌生, JDK,就是Jave Development Kit,同样对于Android 来说也有Android SDK.            Android SDK 提供了构建,测试和调试安卓应用的API 库和开发者工具。ADT- Android Developer Tools....
分类:移动开发   时间:2014-06-01 14:01:53    阅读次数:403
uboot中gd的定义和使用
最近在做uboot中nand启动相关的工作,遇到一个问题一直纠结着。现在终于明白了这个问题,想想还有好多兄弟在某个黑暗的角落里或者某台电脑前纠结着呢,所以赶紧写下来以供查阅。 uboot version 2014.4 /* Architecture-specific global data */ struct arch_global_data { #if defined(CONFIG_FS...
分类:其他好文   时间:2014-06-01 10:27:38    阅读次数:314
javascript 火狐event.keyCode不能使用event is not defined
在项目中,登录时需要enter按钮提交页面所以需要监听键盘输出但是在火狐中不支持event.code所以换了中写法1:form中加入时间传入event2:监听判断是否为enter按钮。 function onKeyPressBlockNumbers(e) { var key = ...
分类:编程语言   时间:2014-05-31 16:55:04    阅读次数:281
WinCE下带编辑与下拉功能的ListCtrl
CListCtrl带编辑功能与下拉功能的本质即在列表中嵌入CEdit和CComboBox控件,其具体代码如下所示://InPlaceEdit.h#if !defined(AFX_INPLACEEDIT_H__175AEDFF_731E_4721_8399_DE406A465861__INCLUDED...
分类:Windows程序   时间:2014-05-31 07:54:58    阅读次数:547
Software architecture vs code
Software architecture vs codeI presented two talks last week with the title "Software architecture vs code" - first as the opening keynote for the ina...
分类:其他好文   时间:2014-05-30 20:10:50    阅读次数:379
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!