码迷,mamicode.com
首页 >  
搜索关键字:known    ( 1617个结果
Memory Barriers/Fences(内存关卡/栅栏 —原文)
In this article I'll discuss the most fundamental technique in concurrent programming known as memory barriers, or fences, that make the memory state within a processor visible to other processors. ...
分类:其他好文   时间:2014-09-02 12:29:24    阅读次数:266
UVA - 11077 Find the Permutations (置换)
Sorting is one of the most usedoperations in real life, where Computer Science comes into act. It iswell-known that the lower bound of swap based sorting is nlog(n).It means that the best possible sor...
分类:其他好文   时间:2014-09-01 10:50:23    阅读次数:234
OpenStackCLI调试及术语识记
1,Project are organizational units in the cloud,and are also known as tenants or accounts.Each user is a member of one or more projects.Within a proje...
分类:其他好文   时间:2014-08-31 21:20:43    阅读次数:249
【Java】Java Platform
The Java platform has two components: The Java Virtual Machine The Java Application Programming Interface(API)The API are known as packages.
分类:编程语言   时间:2014-08-29 12:57:47    阅读次数:201
iOS Bluetooth Reconnect
蓝牙的重连主要分为以下两种:1、恢复一些已知的设备,已知的设备就是在此次操作之前你扫描到的或者已经连接过的设备。用retrievePeripheralsWithIdentifiers:函数去完成回复操作。Retrieve a list of known peripherals—periphera.....
分类:移动开发   时间:2014-08-28 20:58:46    阅读次数:467
raymond mill Seeks for E-business
Electronic enterprise typically known as 'e-Business' or 'e-business', or an online enterprise, may perhaps be defined as the application of informati...
分类:其他好文   时间:2014-08-27 16:09:47    阅读次数:197
ZOJ 3674 Search in the Wiki
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3674 Search in the Wiki Time Limit: 2 Seconds      Memory Limit: 65536 KB As we known, Searching in Wiki is an useful w...
分类:其他好文   时间:2014-08-26 21:31:36    阅读次数:395
缓存初解(二)
EHCAche源码分析:首先看缓存类CacheManagerpublic class CacheManager { //该类在默认情况下读取CLASSPATH下的ehcache.xml文件,并且是单例模式创建新的缓存类 /** * Keeps track of all known C...
分类:其他好文   时间:2014-08-26 17:02:56    阅读次数:191
CF-85D-Sum of Medians(线段树)
In one well-known algorithm of finding the k-th order statistics we should divide all elements into groups of five consecutive elements and find the median of each five. A median is called the middl...
分类:其他好文   时间:2014-08-25 22:50:55    阅读次数:297
Linearizability(also known as strict or atomic consistency)
In concurrent programming, an operation (or set of operations) is atomic, linearizable, indivisible or uninterruptible if it appears to the rest of the system to occur instantaneously. Atomicity is ...
分类:其他好文   时间:2014-08-25 11:52:54    阅读次数:331
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!