load Average转自:http://www.blogjava.net/sliverfancy/archive/2013/04/17/397947.html1.1:什么是Load?什么是Load Average?Load 就是对计算机干活多少的度量(WikiPedia:the system L...
分类:
系统相关 时间:
2014-07-07 19:04:18
阅读次数:
426
#!usr/bin/perluse Statistics::R;#---new函数my $r=Statistics::R->new();#---send,read函数$r->send(qq'a=c(1,2,3,4); b=mean(a);\n c=sqrt(b) ;print(c)');my $re...
分类:
其他好文 时间:
2014-07-07 17:41:16
阅读次数:
580
自己之前的不见了。。这题是双向广搜即可过。。 1 // Colour Hash (色彩缤纷游戏) 2 // PC/UVa IDs: 110807/704, Popularity: B, Success rate: average Level: 3 3 // Verdict: Accepted ...
分类:
其他好文 时间:
2014-06-28 20:42:53
阅读次数:
194
CCID_Receive Procedure byte conflict???According "a text book" for smart card.The terminal first sends the card a five-byte command header consisting ...
分类:
其他好文 时间:
2014-06-28 10:29:15
阅读次数:
241
方法:先reshape成行向量或者列向量然后,利用mean函数,std函数。构造测试数据,可以利用random函数,就好。利用这个函数,可以构造不同分布的随机数列(或 矩阵)。如:>> y =random('norm',2,0.3,3,4)y = 2.1391 2.2945 2.0...
分类:
其他好文 时间:
2014-06-20 17:18:28
阅读次数:
221
Mean Shift,我们 翻译为“均值飘移”。其在聚类,图像平滑。图像切割和跟踪方面得到了比較广泛的应用。因为本人眼下研究跟踪方面的东西,故此主要介绍利用Mean Shift方法进行目标跟踪,从而对MeanShift有一个比較全面的介绍。 (下面某些部分转载常峰学长的“Mean Shift概述”)...
分类:
其他好文 时间:
2014-06-15 10:53:34
阅读次数:
347
Top命令是Linux下常用的系统性能分析工具,能实时查看系统中各个进程资源占用情况。top - 16:24:25 up 284 days, 4:59, 1 user, load average: 0.10, 0.05, 0.01Tasks: 115 total, 1 running, 114 sl...
分类:
其他好文 时间:
2014-06-15 06:01:13
阅读次数:
310
下面的方法都是IEnumerable的扩展方法:Average计算平均值; Min最小元素;Max最大元素;Sum元素总和; Count元素数量;Concat连接两个序列;//Unoin allContains序列是否包含指定元素;Distinct取得序列中的非重复元素;Except获得两个序列的差...
分类:
其他好文 时间:
2014-06-14 15:24:23
阅读次数:
429
select msi1.segment1 父件编码, msi1.description
父件描述, msi1.primary_uom_code 父件单位, msi2.segment1 子件编码, msi2.description 子件描述,
msi2.primary_uom_code 子件单位, ....
分类:
数据库 时间:
2014-06-12 16:55:07
阅读次数:
440