MESI(Modified Exclusive Shared Or Invalid)(也称为伊利诺斯协议,是因为该协议由伊利诺斯州立大学提出)是一种广泛使用的支持写回策略的缓存一致性协议,该协议被应用在Intel奔腾系列的CPU中,详见“support the more efficient writ ...
分类:
编程语言 时间:
2016-07-20 15:01:51
阅读次数:
349
https://www.percona.com/blog/2013/01/21/fun-with-the-mysql-pager-command/ Last time I wrote about a few tips that can make you more efficient when usi ...
分类:
数据库 时间:
2016-07-16 20:49:21
阅读次数:
175
Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. (可用于分类和回归) It solves C-SVM classification, nu-SVM class... ...
分类:
其他好文 时间:
2016-07-09 16:08:41
阅读次数:
310
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted f ...
分类:
编程语言 时间:
2016-06-28 10:58:59
阅读次数:
187
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted i ...
分类:
编程语言 时间:
2016-06-27 15:37:58
阅读次数:
128
From: http://blog.csdn.net/u013088062/article/details/50144201 From: http://blog.csdn.net/u013088062/article/details/50148219 已有方案 自定义方案 配置Vim方案 已有方案 ...
分类:
编程语言 时间:
2016-06-25 15:01:16
阅读次数:
255
这是一篇关于如何使用高维度特征在人脸验证中的文章,作者以主要LBP为例子,论述了高维特征和验证性能存在着正相关的关系,即人脸维度越高,验证的准确度就越高。由于那时候没有用DeepLearning在LAWF上就能达到很高的精度,受到了很多人的关注。而有些开源库已经实现了这篇文章的特征提取方法,例如dl ...
分类:
其他好文 时间:
2016-06-22 12:39:19
阅读次数:
512
Android’s Dalvik Java 与 Java SE 进行比较: @、Dalvik虚拟机是register-based machine;Java SE虚拟机是stack machine。 @、从Android 2.2 版本开始引进JIT(Just In Time)编译器,之前是纯解释器。 ...
分类:
移动开发 时间:
2016-06-20 20:33:07
阅读次数:
202
英文链接:Writing Fast, Memory-Efficient JavaScript 很多JavaScript引擎,如Google的V8引擎(被Chrome和Node所用),是专门为需要快速执行的大型JavaScript应用所设计的。如果你是一个开发者,并且关心内存使用情况与页面性能,你应该 ...
分类:
编程语言 时间:
2016-06-17 12:56:11
阅读次数:
251
C 语言中的指针和内存泄漏 http://www.ibm.com/developerworks/cn/aix/library/au-toughgame/ 编写高效的C程序与C代码优化 http://www.cnblogs.com/archimedes/p/writing-efficient-c-an ...
分类:
编程语言 时间:
2016-06-11 11:53:56
阅读次数:
129