码迷,mamicode.com
首页 >  
搜索关键字:efficient    ( 536个结果
【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 diffe ...
分类:数据库   时间:2017-07-09 20:41:32    阅读次数:152
[leetcode-640-Solve the Equation]
Solve a given equation and return the value of x in the form of string "x=#value". The equation contains only '+', '-' operation, the variable xand it ...
分类:其他好文   时间:2017-07-09 13:52:49    阅读次数:166
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 sor ...
分类:其他好文   时间:2017-07-05 20:09:11    阅读次数:153
Capabilities of the SELECT Statement(SELECT语句的功能):Projection(投影)、Selection(选择)、Joining(连接)
Capabilities of the SELECT Statement(SELECT语句的功能) Data retrieval from data base is done through appropriate and efficient use of SQL. Three concepts f ...
分类:其他好文   时间:2017-06-30 21:07:55    阅读次数:232
[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 f ...
分类:其他好文   时间:2017-06-30 15:31:49    阅读次数:135
leetcode - Search a 2D Matrix II
题目: Search a 2D Matrix II Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integer ...
分类:其他好文   时间:2017-06-27 18:47:18    阅读次数:114
MessagePack 新型序列化反序列化方案
进入在学习redis的时候,在文中看到了关于MessagePack的简介,发现非常有意思,于是就花了点时间大致了解了下。 MessagePack介绍: MessagePack is an efficient binary serialization format.It lets you exchan ...
分类:其他好文   时间:2017-06-25 00:21:41    阅读次数:204
Briefly introduce what is backpropagation ?
Backpropagation is a training algorithm used for a multilayer neural networks, it allows for efficient computation of the gradient. The backpropagatio ...
分类:其他好文   时间:2017-06-23 15:45:07    阅读次数:134
图像运动去模糊(Motion Deblurring)代码
http://blog.csdn.net/qianliheshan/article/details/12853157 http://www.di.ens.fr/~whyte/Efficient Deblurring for Shaken and Partially Saturated Images  ...
分类:其他好文   时间:2017-06-23 00:47:33    阅读次数:246
程序设计基石与实践系列之编写高效的C程序与C代码优化
原文出处: codeproject:Writing Efficient C and C Code Optimization虽然对于优化C代码有非常多有效的指导方针,可是对于彻底地了解编译器和你工作的机器依旧无法取代,通常。加快程序的速度也会加大代码量。这些添加的代码也会影响一个程序的复杂度和可读性。 ...
分类:其他好文   时间:2017-06-22 13:17:43    阅读次数:175
536条   上一页 1 ... 19 20 21 22 23 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!