码迷,mamicode.com
首页 >  
搜索关键字:efficient    ( 536个结果
[Leetcode] Search a 2D Matrix
Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted from l...
分类:其他好文   时间:2014-11-15 18:23:59    阅读次数:165
可软件定义的存储逻辑——Efficient and agile storage management in software defined environments
这篇论文和IOFlow相比较,更加地注重软件定义存储的框架(利用已有的框架来创建新的框架,然后使用已有的协议),而不是像IOFlow那样注重通信的协议。并且这个框架还是软件定义环境的框架,而不仅仅是存储的框架,不过全文注重说了存储(更有挑战性)。特别地,关于可软件定义的存储逻辑,从这里可以管中窥豹。...
分类:其他好文   时间:2014-11-14 12:37:04    阅读次数:319
Search a 2D Matrix
Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted from l...
分类:其他好文   时间:2014-11-06 21:43:55    阅读次数:156
LibShortText 怎么处理中文文档
LibShortText 是林智仁老师继 libsvm、liblinear 之后的另一力作,主要有几大特征:It is more efficient than general text-mining packages. On a typical computer, processing and tr...
分类:其他好文   时间:2014-11-06 19:43:42    阅读次数:579
webrtc学习——RTCPeerConnection
TheRTCPeerConnectioninterface represents a WebRTC connection and handles efficient streaming of data between two peers.Warning: RTCPeerConnection and ...
分类:Web程序   时间:2014-11-04 17:07:02    阅读次数:335
【LeetCode】Search a 2D Matrix
Search a 2D MatrixWrite an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row...
分类:其他好文   时间:2014-11-04 14:32:36    阅读次数:154
Magento database maintenance
OverviewThis article examines the various ways to maintain an efficient Magento database, even when large in size.Magento does many things well, but m...
分类:数据库   时间:2014-11-02 23:59:42    阅读次数:436
[LeetCode]Search a 2D Matrix
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 from left to right.The first integer of each...
分类:其他好文   时间:2014-10-31 12:04:22    阅读次数:223
Go Slices: usage and internals
IntroductionGo's slice type provides a convenient and efficient means of working with sequences of typed data. Slices are analogous to arrays in other...
分类:其他好文   时间:2014-10-27 06:50:33    阅读次数:264
【MongoDB】The description of procedure in MongoDB
In this blog the procedure of mongodb will be described in details. It is known that mongodb has provided a series of efficient solution to some different questions, such as high performance, changeab...
分类:数据库   时间:2014-10-27 00:32:16    阅读次数:348
536条   上一页 1 ... 46 47 48 49 50 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!