以下内容转自http://ifeve.com/non-blocking-algorithms/: 在并发上下文中,非阻塞算法是一种允许线程在阻塞其他线程的情况下访问共享状态的算法。在绝大多数项目中,在算法中如果一个线程的挂起没有导致其它的线程挂起,我们就说这个算法是非阻塞的。 为了更好的理解阻塞算法 ...
分类:
编程语言 时间:
2017-06-17 18:38:59
阅读次数:
224
STL(Standard Template Library,标准模板库), 组成: STL可分为容器(containers)、迭代器(iterators)、空间配置器(allocator)、配接器(adapters)、算法(algorithms)、仿函数(functors)六个部分。 容器部分主要由 ...
分类:
其他好文 时间:
2017-06-17 17:18:03
阅读次数:
167
作者:桂。 时间: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
目录 算法与数据结构(Algorithms and Data structures) 应用程序接口(API) 应用程序框架(Application Frameworks) 模板引擎(Application Templates) 人工智能(Artificial Intelligence) 程序集与装配 ...
分类:
Web程序 时间:
2017-06-14 14:23:14
阅读次数:
494
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
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
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
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
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
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