码迷,mamicode.com
首页 >  
搜索关键字:software defined    ( 9513个结果
计算机点击右键后里面没有设备管理器了
用这个注册表内容,方法当然就是把以下内容复制到以个新建的记事本离,然后保存并把后缀名改为reg,再双击导入注册表就可以Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3A...
分类:其他好文   时间:2014-06-13 06:01:26    阅读次数:299
Ruby学习笔记
1、单行注释用:#2、多行注释用:=begin ... =end3、语句分隔用;号4、空格在省略()的地方代替()号5、方法定义用:def undef6、检查类型用:defined?7、变量:全局变量用$,实例变量用@(后面不能直接跟数字),类变量用@@8、输出:puts(每一个变量输出都加一个换行...
分类:其他好文   时间:2014-06-13 00:47:40    阅读次数:301
CentOS 6.3下配置软RAID(Software RAID)
一、RAID 简介RAID 是英文Redundant Array of Independent Disks 的缩写,翻译成中文意思是“独立磁盘冗余阵列”,有时也简称磁盘阵列(Disk Array)。简单的说,RAID是一种把多块独立的硬盘(物理硬盘)按不同的方式组合起来形成一个硬盘组(逻辑硬盘),从...
分类:其他好文   时间:2014-06-13 00:02:38    阅读次数:491
CentOS搭建GIT服务器
1、安装GIT核心wget https://www.kernel.org/pub/software/scm/git/git-2.0.0.tar.gztar -zvxf git-2.0.0.tar.gz 解压进入git解压目录,然后配置、安装:autoconf./configure --with-cu...
分类:其他好文   时间:2014-06-10 16:16:10    阅读次数:303
Eclipse 编译StanfordNLP
1、源码最新下载地址:http://nlp.stanford.edu/software/index.shtml;2、解压stanford-corenlp.zip;3、打开Eclipse新建JAVA项目stanford-corenlp,然后在项目根目录创建文夹名"lib";4、将步骤2解压出的*.ja...
分类:系统相关   时间:2014-06-10 09:43:55    阅读次数:741
art is not defined artDialog is not defined
这是artDialog的框架问题,我已经用art.dialog.open(url,'','')实现了art.dialog打开一个iframe窗体的功能,后来苦苦实现不了关闭,网上千篇一律,只给出一句close代码,代码是没错,但是本人愚笨,久久不得要领,后来终于发现是引用artDialog文件版本的事。 关闭代码 art.dialog.open.origin;//获取当前打开ifram...
分类:其他好文   时间:2014-06-10 07:56:29    阅读次数:217
projecteuler---->problem=25----1000-digit Fibonacci number
问题描述: The Fibonacci sequence is defined by the recurrence relation: Fn = Fn1 + Fn2, where F1 = 1 and F2 = 1. Hence the first 12 terms will be: F1 = 1 F2 = 1 F3 = 2 F4 = 3 F5 = 5 F6 = 8 ...
分类:其他好文   时间:2014-06-10 06:10:06    阅读次数:307
【leetcode】Balanced Binary Tree
Given a binary tree, determine if it is height-balanced.For this problem, a height-balanced binary tree is defined as a binary tree in which the depth...
分类:其他好文   时间:2014-06-10 00:54:41    阅读次数:313
让Android模拟器飞一会
https://software.intel.com/zh-cn/android/articles/speeding-up-the-android-emulator-on-intel-architecture?utm_campaign=CSDN&utm_source=intel.csdn.net&u...
分类:移动开发   时间:2014-06-09 19:21:57    阅读次数:257
[转] List of OpenFlow Software Projects
List of OpenFlow Software Projects (that I know of) http://yuba.stanford.edu/~casado/of-sw.html (I am trying to keep a running list of all OpenFlow-re...
分类:其他好文   时间:2014-06-09 18:20:15    阅读次数:341
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!