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
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
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 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 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
英文链接:Writing Fast, Memory-Efficient JavaScript
很多JavaScript引擎,如Google的V8
引擎(被Chrome和Node所用),是专门为需要快速执行的大型JavaScript应用所设计的。如果你是一个开发者,并且关心内存使用情况与页面性能,你应该了解用户浏览器中的JavaScript引擎是如何运作的。无论是V8,SpiderMonke...
分类:
编程语言 时间:
2015-04-24 16:25:03
阅读次数:
151
最近做一个东西,要用到快速傅里叶变换,抱着蛋疼的心态,自己尝试写了一下,遇到一些问题。首先看一下什么叫做快速傅里叶变换(FFT)(来自Wiki):快速傅里叶变换(英语:Fast Fourier Transform, FFT),是离散傅里叶变换的快速算法,也可用于计算离散傅里叶变换的逆变换。快速傅里叶...
分类:
编程语言 时间:
2015-04-22 17:35:30
阅读次数:
224
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 中文翻译行为纯属个人对于Spark的兴趣,仅供学习。如果我的翻译行为侵犯您的版权,请您告知,我将停止对此书的开源翻译。Translation the book of Learning Spark: Li...
分类:
其他好文 时间:
2015-04-22 13:20:15
阅读次数:
167
使用循环队列实现的Deque接口,号称:
-当stack比stack快
-当queue比linkedlist快Iterator是Fail fast的,在创建时保存tail位置,next时检查tail是否改变,如果改变则exception。满篇风骚的位操作
-寻找大于numElements的最小二的整次幂:initialCapacity = numElements;
in...
分类:
移动开发 时间:
2015-04-21 13:07:31
阅读次数:
192