码迷,mamicode.com
首页 >  
搜索关键字:fast compressive tra    ( 3081个结果
MySQL的架构模型
看到大牛用户DB架构部的Keithlan《数据库性能优化之查询优化》,在学习过程发现很多不错的东西,就把它保存下来,分享给大家,因为作者说了一句很经典的话:“if you want to go fast,go alone; if you want to ga far,go together!”,嘻嘻...
分类:数据库   时间:2014-11-11 16:21:45    阅读次数:224
Linked List Cycle(11)
Given a linked list, determine if it has a cycle in it. Follow up:Can you solve it without using extra space?怎样判断一个链表之中是否有环?可以利用快慢指针的方法。定义两个指针fast和slo...
分类:其他好文   时间:2014-11-10 23:15:29    阅读次数:289
HDU 4965 Fast Matrix Calculation 矩阵乘法 乘法结合律
一种奇葩的写法,纪念一下当时的RE。 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 1...
分类:其他好文   时间:2014-11-09 17:50:08    阅读次数:214
Selection Sort
Red is current min. Yellow is sorted list. Blue is current item.(picture from wikipedia, a little too fast)10 numbers. Sort as ascend.1. Find the min ...
分类:其他好文   时间:2014-11-09 16:40:27    阅读次数:225
笔记Clustering by fast search and find of density peaks
We propose an approach based on the idea that cluster centers are characterizedby a higher density than their neighbors and by a relatively large dist...
分类:其他好文   时间:2014-11-08 18:16:04    阅读次数:436
ORB特征点检测
Oriented FAST and Rotated BRIEF这篇文章我们将介绍一种新的具有局部不变性的特征 —— ORB特征,从它的名字中可以看出它是对FAST特征点与BREIF特征描述子的一种结合与改进,这个算法是由Ethan Rublee,Vincent Rabaud,Kurt Konolig...
分类:其他好文   时间:2014-11-08 18:05:09    阅读次数:366
php运行模式的比较(转)
PHP运行模式有4钟:1)cgi 通用网关接口(Common Gateway Interface))2) fast-cgi 常驻 (long-live) 型的 CGI3) cli命令行运行 (Command Line Interface)4)web模块模式 (apache等web服务器运行的模块模式...
分类:Web程序   时间:2014-11-08 13:26:50    阅读次数:231
fastmm配置
FastMM最新版本提供了中文语言包,可方便国内使用。下载地址为http://sourceforge.net/projects/fastmm/配置文件为:FastMM4Options.inc,中文详细配置方法如下: {Fast Memory Manager: 选项配置文件在这里为FastMM设置默....
分类:其他好文   时间:2014-11-07 16:21:57    阅读次数:133
[Kali_Metasploit] fast-track工具中安装Metasploit时,svn过期,用github安装解决方法
TL;DR: Please stop using SVN with svn co https://www.metasploit.com/svn/framework3/trunkand start using the GitHub repo with git clone git://github.co...
分类:Web程序   时间:2014-11-07 14:40:37    阅读次数:843
Fast特征点检测
Features From Accelerated Segment Test 1. Fast算法原理 博客中已经介绍了很多图像特征检测算子,我们可以用LoG或者DoG检测图像中的Blobs(斑点检测),可以根据图像局部的自相关函数来求得Harris角点(Harris角点),后面又提到了两种十分优秀的...
分类:其他好文   时间:2014-11-06 16:47:36    阅读次数:291
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!