码迷,mamicode.com
首页 >  
搜索关键字:efficient    ( 536个结果
多线程之:MESI-CPU缓存一致性协议
MESI(Modified Exclusive Shared Or Invalid)(也称为伊利诺斯协议,是因为该协议由伊利诺斯州立大学提出)是一种广泛使用的支持写回策略的缓存一致性协议,该协议被应用在Intel奔腾系列的CPU中,详见“support the more efficient writ ...
分类:编程语言   时间:2016-07-20 15:01:51    阅读次数:349
the MySQL pager command
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-3.21使用文档
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
74. Search a 2D Matrix java solutions
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
240. Search a 2D Matrix II java solutions
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
[Python] Keep efficient by vim in Pycharm
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
"Blessing of Dimisionality: High Dimensional Feature and Its Efficient Compression for Face Verification"学习笔记
这是一篇关于如何使用高维度特征在人脸验证中的文章,作者以主要LBP为例子,论述了高维特征和验证性能存在着正相关的关系,即人脸维度越高,验证的准确度就越高。由于那时候没有用DeepLearning在LAWF上就能达到很高的精度,受到了很多人的关注。而有些开源库已经实现了这篇文章的特征提取方法,例如dl ...
分类:其他好文   时间:2016-06-22 12:39:19    阅读次数:512
Android Programming: Pushing the Limits -- Chapter 2: Efficient Java Code for Android
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
编写高性能JavaScript【转】
英文链接:Writing Fast, Memory-Efficient JavaScript 很多JavaScript引擎,如Google的V8引擎(被Chrome和Node所用),是专门为需要快速执行的大型JavaScript应用所设计的。如果你是一个开发者,并且关心内存使用情况与页面性能,你应该 ...
分类:编程语言   时间:2016-06-17 12:56:11    阅读次数:251
【ZZ】C 语言中的指针和内存泄漏 & 编写高效的C程序与C代码优化
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
536条   上一页 1 ... 25 26 27 28 29 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!