码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
29、Java并发性和多线程-非阻塞算法
以下内容转自http://ifeve.com/non-blocking-algorithms/: 在并发上下文中,非阻塞算法是一种允许线程在阻塞其他线程的情况下访问共享状态的算法。在绝大多数项目中,在算法中如果一个线程的挂起没有导致其它的线程挂起,我们就说这个算法是非阻塞的。 为了更好的理解阻塞算法 ...
分类:编程语言   时间:2017-06-17 18:38:59    阅读次数:224
STL 标准模板库
STL(Standard Template Library,标准模板库), 组成: STL可分为容器(containers)、迭代器(iterators)、空间配置器(allocator)、配接器(adapters)、算法(algorithms)、仿函数(functors)六个部分。 容器部分主要由 ...
分类:其他好文   时间:2017-06-17 17:18:03    阅读次数:167
Chapter 9:Noise-Estimation Algorithms
作者:桂。 时间:2017-06-14 12:08:57 链接:http://www.cnblogs.com/xingshansi/p/6956556.html 主要是《Speech enhancement: theory and practice》的读书笔记,全部内容可以点击这里。 书中代码:ht ...
分类:其他好文   时间:2017-06-14 14:31:59    阅读次数:258
DotNet 资源大全中文版(Awesome最新版)
目录 算法与数据结构(Algorithms and Data structures) 应用程序接口(API) 应用程序框架(Application Frameworks) 模板引擎(Application Templates) 人工智能(Artificial Intelligence) 程序集与装配 ...
分类:Web程序   时间:2017-06-14 14:23:14    阅读次数:494
Tree Representation Implementation & Traversal
https://github.com/Premiumlab/Python-for-Algorithms--Data-Structures--and-Interviews/blob/master/Trees/Tree%20Representation%20Implementation%20(Lists ...
分类:其他好文   时间:2017-06-08 19:47:54    阅读次数:225
Check time of different search methods
https://github.com/Premiumlab/Python-for-Algorithms--Data-Structures--and-Interviews/blob/master/Mock%20Interviews/Ride%20Share%20Start-Up%20Company/R ...
分类:其他好文   时间:2017-06-08 11:01:51    阅读次数:153
Product of integers
https://github.com/Premiumlab/Python-for-Algorithms--Data-Structures--and-Interviews/blob/master/Mock%20Interviews/Large%20E-Commerce%20Company/E-Comm ...
分类:其他好文   时间:2017-06-08 10:58:17    阅读次数:253
Dice 7 ==> dice 5
https://github.com/Premiumlab/Python-for-Algorithms--Data-Structures--and-Interviews/blob/master/Mock%20Interviews/Large%20Search%20Engine%20Company%2 ...
分类:其他好文   时间:2017-06-08 10:54:41    阅读次数:206
Binary search tree or not
https://github.com/Premiumlab/Python-for-Algorithms--Data-Structures--and-Interviews/blob/master/Mock%20Interviews/Ride%20Share%20Start-Up%20Company/R ...
分类:其他好文   时间:2017-06-08 10:48:27    阅读次数:236
Determine overlapping rectangles
https://github.com/Premiumlab/Python-for-Algorithms--Data-Structures--and-Interviews/blob/master/Mock%20Interviews/Large%20E-Commerce%20Company/E-Comm ...
分类:移动开发   时间:2017-06-08 10:47:29    阅读次数:285
784条   上一页 1 ... 31 32 33 34 35 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!