A multiprocessor computer system is provided having a multiplicity of sub-systems and a main memory coupled to a system controller. An interconnect mo...
分类:
其他好文 时间:
2014-09-22 02:05:02
阅读次数:
349
Default Methods The section?Interfaces?describes an example that involves manufacturers of computer-controlled cars who publish industry-standard interfaces that describe which methods can be in...
分类:
编程语言 时间:
2014-09-21 19:02:31
阅读次数:
408
书籍的简称: CSPPSE: Computer System: a programmer's perspective Second Edition 进程(process)是操作系统对一个正在运行的程序的一种抽象。在一个系统上可以同时运行多个进程, 而每个进程都好像在独占的使用硬件。而并发运行...
分类:
编程语言 时间:
2014-09-21 17:34:20
阅读次数:
206
http://people.ee.duke.edu/~sorin/ece252/lectures/ ECE 252 / CPS 220 Advanced Computer Architecture I Fall 2009 Duke University Prof. Daniel Sorin (sorin@ee.duke.edu) based on slides developed by Pr...
分类:
其他好文 时间:
2014-09-21 15:11:01
阅读次数:
270
After you had helped George and Alex to move in the dorm, they went to help their friend Fedor play a new computer game «Call of Soldiers 3».
The game has (m?+?1) players and
n types of soldiers in...
分类:
其他好文 时间:
2014-09-19 12:10:25
阅读次数:
233
VA12096 - The SetStack Computer(set + map映射)
题目链接
题目大意:有五个动作:
push : 把一个空集合{}放到栈顶。
dup : 把栈顶的集合取出来,在入栈两次。
add : 出栈两次,把第一个集合作为一个元素放入第二个集合中,再将第二个集合入栈
union: 出栈两次,取这两个集合的并集,将结果入栈。
intersect: 出...
分类:
其他好文 时间:
2014-09-19 12:06:45
阅读次数:
250
Priority Queue
Definition & Description:
In computer
science/data structures, a priority queue is
an abstract data type which
is like a regular queue or stack data
str...
分类:
其他好文 时间:
2014-09-19 03:25:45
阅读次数:
301
参考资料:[1]Lazebnik S, Schmid C, Ponce J. Beyond bags of features: Spatial pyramid matching for recognizing natural scene categories[C]//Computer Vision ...
分类:
其他好文 时间:
2014-09-18 23:44:04
阅读次数:
304
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
1.Human-Computer Interation->HCIhow people interact with technology三个维度:1.user:可以是老人、儿童,一个人、一个团队,等等。2.Task:简单的任务,到复杂的数据分析3.Context:即便用户一样,任务一样,环境不同也可能...
分类:
其他好文 时间:
2014-09-17 13:30:12
阅读次数:
159