sqlplus : oracle公司提供用户操作oracle数据库的工具。 安装所需的包: 1.oracle 客户端 2.sqlplus工具 官方下载地址 http://www.oracle.com/technetwork/database/features/instant-client/index ...
分类:
数据库 时间:
2016-03-30 12:29:20
阅读次数:
221
本文是对Jason Brownlee的关于特征工程的翻译,http://machinelearningmastery.com/discover-feature-engineering-how-to-engineer-features-and-how-to-get-good-at-it/ ...
分类:
其他好文 时间:
2016-03-30 07:05:14
阅读次数:
301
//算法是一个程序员的基础,也是重中之重,我希望能重头系统的学习一遍算法。 Analysis of Algorithm 在程序领域,what's more important than the perfermance? 正确性,简洁性,健壮性。features,模块化,security, user ...
分类:
其他好文 时间:
2016-03-26 18:33:22
阅读次数:
200
声明:本文翻译自Java 8 Features Tutorial – The ULTIMATE Guide,翻译过程中发现并发编程网已经有同学翻译过了:Java
8 特性 – 终极手册,我还是坚持自己翻译了一版(写作驱动学习,加深印象),有些地方参考了该同学的。
Java 8
前言: Java 8 已经发布很久了,很多报道表明Java 8 是一次重大的版本升级。在Java ...
分类:
编程语言 时间:
2016-03-26 07:45:07
阅读次数:
270
1.首先,我们用surf算法生成图像库中每幅图的特征点及描述符。
2.再用k-means算法对图像库中的特征点进行训练,生成类心。
3.生成每幅图像的BOF,具体方法为:判断图像的每个特征点与哪个类心最近,最近则放入该类心,最后将生成一列频数表,即初步的无权BOF。
4.通过tf-idf对频数表加上权重,生成最终的bof。(因为每个类心对图像的影响不同。比如超市里条形码中的第一位总是6,它对辨...
分类:
编程语言 时间:
2016-03-26 07:30:19
阅读次数:
273
方式一:拷贝安装方式 将下载的插件文件中的plugins 和 features 文件夹直接天骄到eclipse中的plugins 和 features 文件夹中。 方式二:update安装方式 Help->Install New Software。可以在线安装,也可以下载插件压缩文件之后离线安装。 ...
分类:
系统相关 时间:
2016-03-24 12:50:52
阅读次数:
141
pydev实际上时eclipse的插件 1、安装eclipse(1)eclipse不需要安装,解压文件夹,点击eclipse.exe可使用 2、安装pydev (1) 解压pydev可看到features和plugins两个目录,然后分别复制这两个目录下的内容到ecplise对应的目录下(2)然后再
分类:
编程语言 时间:
2016-03-23 19:46:22
阅读次数:
212
There is an integer array which has the following features: We define a position P is a peek if: Find a peak element in this array. Return the index o
分类:
其他好文 时间:
2016-03-21 08:12:37
阅读次数:
134
Rust 的 Attribute 注释到目前为止(当前版本 rustc 1.7.0 (a5d1e7a59 2016-02-29)一共包括十三个种类。一、只用于 crate 的 attribute
crate_name - specify the crate’s crate name.
crate_type - see linkage.
feature - see compiler features....
分类:
其他好文 时间:
2016-03-20 13:14:56
阅读次数:
271
计算机视觉课堂笔记 参考:David G. Lowe, Distinctive Image Features from Scale-Invariant Keypoints, International Journal of Computer Vision, Vol. 60, Page 91-110,
分类:
其他好文 时间:
2016-03-19 19:36:29
阅读次数:
208