码迷,mamicode.com
首页 >  
搜索关键字:concurrency    ( 600个结果
scala进阶:Future的理解及使用
看了下scala future的官方文档,融合了自己的理解整理在这里,例子全部来自官方文档:http://docs.scala-lang.org/overviews/core/futures.html future represents a result of an async method, would could due to long time-consuming operat...
分类:其他好文   时间:2015-06-20 17:10:00    阅读次数:255
Java concurrency (multi-threading) - Tutorial
Java concurrency (multi-threading) - Tutorial
分类:编程语言   时间:2015-06-16 07:51:04    阅读次数:130
2015推荐的Android框架
一、GuavaGoogle的基于java1.6的类库集合的扩展项目,包括collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O等等. 这些高...
分类:移动开发   时间:2015-06-15 18:36:06    阅读次数:182
2015必须推荐的Android框架,猿必读系列!
一、GuavaGoogle 的基于java1.6的类库集合的扩展项目,包括collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O等等. 这些...
分类:移动开发   时间:2015-06-12 18:45:04    阅读次数:138
《深入浅出 Java Concurrency》—锁紧机构(一)Lock与ReentrantLock
转会:http://www.blogjava.net/xylz/archive/2010/07/05/325274.html前面的章节主要谈谈原子操作,至于与原子操作一些相关的问题或者说陷阱就放到最后的总结篇来总体说明。从这一章開始花少量的篇幅谈谈锁机制。上一个章节中谈到了锁机制,而且针对于原子操作...
分类:编程语言   时间:2015-06-10 12:09:49    阅读次数:154
Total Overview
典型的不好的设计: 破坏了系统的可扩展性(韧性)Applications requiring significant concurrency management as user populations increase Increased locking activities Increased ...
分类:其他好文   时间:2015-06-08 11:10:52    阅读次数:98
Java's Volatile Keyword
转自http://tutorials.jenkov.com/java-concurrency/volatile.htmlThe Javavolatilekeyword is used to mark a Java variable as "being stored in main memory". ...
分类:编程语言   时间:2015-06-06 07:58:55    阅读次数:261
Tuning 简介
典型的不好的设计: 破坏了系统的可扩展性(韧性) Applications requiring significant concurrency management as user populations increase Increased locking activities Increased...
分类:其他好文   时间:2015-06-02 16:50:23    阅读次数:100
C++amp矩阵分块
参考自:https://msdn.microsoft.com/en-us/library/hh873135.aspx#include #include #include using namespace concurrency;const int ROWS = 8;const int COLS = 9...
分类:编程语言   时间:2015-06-02 13:05:39    阅读次数:120
C++amp矩阵相乘
参考自:https://msdn.microsoft.com/en-us/library/hh873134.aspx#include #include using namespace concurrency;// 常规矩阵相乘计算void MultiplyWithOutAMP(){ int aMat...
分类:编程语言   时间:2015-06-02 10:53:52    阅读次数:310
600条   上一页 1 ... 39 40 41 42 43 ... 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!