码迷,mamicode.com
首页 >  
搜索关键字:when    ( 7148个结果
Semaphore
Before obtaining an item each thread must acquire a permit from the semaphore, guaranteeing that an item is available for use.When the thread has fini...
分类:其他好文   时间:2014-09-18 23:44:44    阅读次数:269
Binary search tree system and method
Abinarysearchtreeis provided for efficiently organizing values for a set of items, even when values are duplicated. In generating thebinarysearchtree,...
分类:其他好文   时间:2014-09-18 23:36:54    阅读次数:201
linux下生成core dump文件方法及设置
core dump的概念:Acore dumpis the recorded state of the working memory of a computer program at a specific time, generally when the program has terminated...
分类:系统相关   时间:2014-09-18 18:38:14    阅读次数:208
oracle 自动添加序号列 排序
select HSL.sortno, HSL.B, HSL.A, row_number() over(order by sortno desc) xh from (select t.B, t.A, case when t.B= '股份公司' then 9999999 else t.A end as....
分类:数据库   时间:2014-09-18 18:10:24    阅读次数:216
hdu 4035 Maze(比较经典的树形期望DP)
Maze Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65768/65768 K (Java/Others) Total Submission(s): 1677    Accepted Submission(s): 638 Special Judge Problem Description When wake up,...
分类:其他好文   时间:2014-09-18 16:34:14    阅读次数:256
一.oracle的SQL中group by使用的情况(与聚合函数的关系)
SELECT r.industry_1,r.industry_2,r.agent_id,r.agent_name,COUNT(DISTINCT r.customer_name_a)数据总量,COUNT(DISTINCT CASE WHEN r.ifhs='Y' THEN r.customer_nam...
分类:数据库   时间:2014-09-18 12:52:53    阅读次数:258
Atomic operations on the x86 processors
On the Intel type of x86 processors including AMD, increasingly there are more CPU cores or processors running in parallel. In the old days when there...
分类:其他好文   时间:2014-09-18 00:46:13    阅读次数:230
CABasicAnimation animationWithKeyPath 一些规定的值
CABasicAnimation   animationWithKeyPath   Types When using the ‘CABasicAnimation’ from the QuartzCore Framework in Objective-C, you have to specify an animationWithKeyPath.  This is a long string...
分类:其他好文   时间:2014-09-17 16:55:34    阅读次数:309
Virtual address cache memory, processor and multiprocessor
An embodiment provides avirtualaddresscachememory including: a TLB virtualpage memory configured to, when a rewrite to a TLB occurs, rewrite entry dat...
分类:其他好文   时间:2014-09-17 13:33:42    阅读次数:300
【英语】座右铭
I am somebody.I was somebody when I came.I'll be a better somebody when I leave.I am powerful, and I am strong. I deserve the education that I get her...
分类:其他好文   时间:2014-09-16 23:36:51    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!