码迷,mamicode.com
首页 >  
搜索关键字:fast compressive tra    ( 3081个结果
HDU 1054 Strategic Game(树形DP)
Problem Description Bob enjoys playing computer games, especially strategic games, but sometimes he cannot find the solution fast enough and then he is very sad. Now he has the following problem. H...
分类:其他好文   时间:2014-10-25 18:51:18    阅读次数:204
Ubuntu 官方推荐源列表
如何使用Ubuntu NightUbuntu Night(http://ubuntu9.com) 的Top mirror功能根据当前的网络情况和源健康状况不断地进行更新当前可用的源的信息,包括了Top fast/near/stable mirror,可以找到当前网络上所有可用的Ubuntu 镜像(即...
分类:系统相关   时间:2014-10-25 11:43:49    阅读次数:261
Aix字符集
aix 安装中文字符集1.看到系统安装过的字符集locale -a 2.安装smitty-->System Environments-->Manage Language Environment-->Add Additional Language Environments-->LANGUAGE tra...
分类:其他好文   时间:2014-10-24 23:29:22    阅读次数:265
数据库删除
DECLARE @SPID VARCHAR(20)DECLARE #TB CURSOR FAST_FORWARD FORSELECT SPID=CAST(SPID AS VARCHAR(20)) FROM MASTER..SYSPROCESSES WHERE DBID=DB_ID(N'Test')O...
分类:数据库   时间:2014-10-24 18:32:27    阅读次数:221
Real-Time Compressive Tracking 论文笔记
采用压缩感知做的跟踪,实时性非常好,论文笔记...
分类:其他好文   时间:2014-10-24 01:44:47    阅读次数:327
SqlCollections - 游标
1 --==============================游标=============================== 2 --使用游标操作数据 3 --1 定义游标 4 DECLARE 游标_类别名称 CURSOR FAST_FORWARD --FAST_FORWARD:启...
分类:数据库   时间:2014-10-23 14:18:38    阅读次数:229
11g R2RAC Dynamic remastering
In this post, I will demonstrate dynamic remastering of the resources in RAC . In RAC, every data block is mastered by an instance. Mastering a block simply means that master instance keeps tra...
分类:其他好文   时间:2014-10-23 12:29:24    阅读次数:260
Science论文"Clustering by fast search and find of density peaks"学习笔记
"Clustering by fast search and find of density peaks"是今年6月份在《Science》期刊上发表的的一篇论文,论文中提出了一种非常巧妙的聚类算法。经过几天的努力,终于理解并用python实现了文中的算法,下面与大家分享一下自己对算法的理解及实现过程中遇到的问题和解决办法。 首先,该算法是基于这样的假设:类簇中心被具有较低局部密度的邻居点...
分类:其他好文   时间:2014-10-23 00:05:18    阅读次数:368
Exercise 1.19 Fast Fibonacci
题目:There is a clever algorithm for computing the Fibonacci numbers in a logarithmic number of steps.Recall the transformation of the state variables a...
分类:其他好文   时间:2014-10-22 17:46:46    阅读次数:108
SQL Server 添加或修改列
--添加列IF NOT EXISTS(SELECT * FROM SYSCOLUMNS WHERE id=OBJECT_ID('tbl_TranWOAndCoCHistoryByRAILASSURE') AND name='CreatedDate')BEGIN ALTER TABLE tbl_Tra...
分类:数据库   时间:2014-10-22 14:15:46    阅读次数:268
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!