码迷,mamicode.com
首页 >  
搜索关键字:statistics toolbox    ( 1252个结果
ML | spectral clustering
What's xxxIn multivariate statistics and the clustering of data, spectral clustering techniques make use of the spectrum (eigenvalues) of the similari...
分类:其他好文   时间:2014-07-22 22:51:53    阅读次数:193
nRF Toolbox 1.2 使用AKII的实现,而Becon始终不好使
这几天调试使用nRF51822驱动mpu6050及其传输数据到android中,调试的过程遇到一些困难,apptimer不太会用,然后就参考了下ble_app_hrs的程序,结果成功搞定,demo的价值所在啊。 忽然想起Noridc除了一个安卓nRF Toobox 1.2的软件,支持对血压(Glucose),心率,体温等人体信息的采集,所以就试了试,刚开始不好使,以为是手机的问题,不支持,但是小...
分类:其他好文   时间:2014-07-22 22:48:35    阅读次数:317
EXP-00056 ORA-1455
使用EXP导出数据时,到结尾处报exp-OOO56,ORA-01455:转换列溢出整数数据类型。上网查找原因,大部分说是因为export命令会将表的statistics值转成整数,当这个值超过2^32-1时,就会报错,可以查看dba_tables和dba_indexes的num_rows值是否超过了该值。如果超过了手工修改:dbms..
分类:其他好文   时间:2014-07-20 10:46:37    阅读次数:275
Linux netstat 命令查看80端口状态
Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。输出信息含义执行netstat后,其输出结果为Active Internet conn...
分类:Web程序   时间:2014-07-16 15:35:09    阅读次数:363
利用ENVI FX从RGB提取建筑物轮廓
在QQ热线或者技术咨询会问到:“我有一副RGB的栅格图,想从上面提取相关的一些信息,能不能提取?精度有保证吗?”等等诸如此类的问题,本专题就采用我们常用的栅格地图进行建筑物轮廓信息的提取。 1. 采用数据:网上地图部分截图    2.  软件:ENVI Fx 3.  提取步骤: Ø  启动ENVI 5.0; Ø  点击加载影像数据; Ø  在Toolbox中找到工具:“/Feature...
分类:其他好文   时间:2014-07-16 10:57:03    阅读次数:283
识别低效率的SQL语句
1.返回行与逻辑读的比率CREATE TABLE t as select * from dba_objects;--CREATE INDEX idx ON t (object_id);---例1alter session set statistics_level=all;set linesize 1...
分类:数据库   时间:2014-07-14 00:35:47    阅读次数:369
Introduction to Robotics Toolbox for MATLAB
"Robotics Toolbox" isone ofopen-source MATLAB(R) Toolbox maintained by prof. Peter Corke, and another is Machine Version Toolbox. The toolbox provides...
分类:其他好文   时间:2014-07-09 22:52:45    阅读次数:391
SQL SERVER 查看SQL语句IO,时间,索引消耗
1.查看SQL语句IO消耗set statistics io on select * from dbo.jx_order where order_time>'2011-04-12 12:49:57.580'set statistics io off2.查看SQL语句时间消耗set statisti....
分类:数据库   时间:2014-07-09 21:49:17    阅读次数:314
UVA10107 What is the Median?
What is the Median?  The Problem Median plays an important role in the world of statistics. By definition, it is a value which divides an array into two equal parts. In this problem you are ...
分类:其他好文   时间:2014-07-03 17:43:53    阅读次数:250
light oj 1422 - Halloween Costumes (区间dp)
1422 - Halloween Costumes PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB Gappu has a very busy weekend ahead of him. Because, next...
分类:其他好文   时间:2014-07-03 16:31:28    阅读次数:198
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!