码迷,mamicode.com
首页 >  
搜索关键字:fast    ( 2787个结果
Node.js
Node.js® is a platform built onChrome's JavaScript runtimefor easily building fast, scalable network applications. Node.js uses an event-driven, non-b...
分类:Web程序   时间:2015-04-27 19:41:13    阅读次数:114
6.0 LINQ & XML
To be honest, after I finished the teacher's lecture, I didn't quite understand the two topics (maybe due to the fast speed of teaching or something e...
分类:其他好文   时间:2015-04-27 14:46:50    阅读次数:124
大数大小比较:Easy Function
Descrtion:Please help Xiao Ming Write a Super Fast Function which result is like below:int cmp(int a, int b, int c){ SuperLong factorial = 1; for (int...
分类:其他好文   时间:2015-04-26 15:00:36    阅读次数:171
OpenCV BM 算法
一直找不到opencv stereo matching的根据和原理出处,下面这个文章贴了个链接,有时间看看:     Basically OpenCV provides 2 methods to calculate a dense disparity map: cvFindStereoCorrespondenceBM: Fast (can proce...
分类:编程语言   时间:2015-04-26 12:26:24    阅读次数:1812
Spark学习小记1
Spark is what:Spache Spark is an open source clustercomputing system that aims to make dataanalytics fast — both fast to run and fast towriteBDAS:meso...
分类:其他好文   时间:2015-04-25 21:07:07    阅读次数:249
【编写高性能JavaScript】
英文链接:Writing Fast, Memory-Efficient JavaScript   很多JavaScript引擎,如Google的V8 引擎(被Chrome和Node所用),是专门为需要快速执行的大型JavaScript应用所设计的。如果你是一个开发者,并且关心内存使用情况与页面性能,你应该了解用户浏览器中的JavaScript引擎是如何运作的。无论是V8,SpiderMonke...
分类:编程语言   时间:2015-04-24 16:25:03    阅读次数:151
FFT算法实现——基于GPU的基2快速傅里叶变换
最近做一个东西,要用到快速傅里叶变换,抱着蛋疼的心态,自己尝试写了一下,遇到一些问题。首先看一下什么叫做快速傅里叶变换(FFT)(来自Wiki):快速傅里叶变换(英语:Fast Fourier Transform, FFT),是离散傅里叶变换的快速算法,也可用于计算离散傅里叶变换的逆变换。快速傅里叶...
分类:编程语言   时间:2015-04-22 17:35:30    阅读次数:224
SQLiteSpy - A fast and compact GUI database manager for SQLite
http://www.yunqa.de/delphi/doku.php/products/sqlitespy/indexSQLiteSpy is a fast and compactGUIdatabase manager for SQLite. It reads SQLite3 files and ...
分类:数据库   时间:2015-04-22 13:29:06    阅读次数:193
Learning Spark: Lightning-Fast Big Data Analysis 中文翻译
Learning Spark: Lightning-Fast Big Data Analysis 中文翻译行为纯属个人对于Spark的兴趣,仅供学习。如果我的翻译行为侵犯您的版权,请您告知,我将停止对此书的开源翻译。Translation the book of Learning Spark: Li...
分类:其他好文   时间:2015-04-22 13:20:15    阅读次数:167
Android ArrayDeque源码
使用循环队列实现的Deque接口,号称: -当stack比stack快 -当queue比linkedlist快Iterator是Fail fast的,在创建时保存tail位置,next时检查tail是否改变,如果改变则exception。满篇风骚的位操作 -寻找大于numElements的最小二的整次幂:initialCapacity = numElements; in...
分类:移动开发   时间:2015-04-21 13:07:31    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!