码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
一步步开始挊Coursera和Edx
先分类,1. 工作技能类;2. 提高类; 3. 兴趣类。自己已经完成的coursera上的Andrew Ng的ML,UW的computer network,JH的DataScience全部9门课的前六门。今后每周保证25小时,平均每个工作日2.5-3个小时,周末11个小时左右,这样没十周能同时进行3...
分类:其他好文   时间:2014-09-23 15:26:34    阅读次数:185
Extended symmetrical multiprocessor architecture
An architecture for an extended multiprocessor (XMP) computer system is provided. The XMP computer system includes multiple SMP nodes. Each SMP node i...
分类:其他好文   时间:2014-09-22 20:22:43    阅读次数:234
Parallelized coherent read and writeback transaction processing system for use in a packet switched cache coherent multiprocessor system
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 Method in Java 8
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
ECE 252 / CPS 220 高级计算机体系架构 Duke University--Fall
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
Codeforces Round #267 (Div. 2) B. Fedor and New Game
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
UVA12096 - The SetStack Computer(set + map映射)
VA12096 - The SetStack Computer(set + map映射) 题目链接 题目大意:有五个动作: push : 把一个空集合{}放到栈顶。 dup : 把栈顶的集合取出来,在入栈两次。 add : 出栈两次,把第一个集合作为一个元素放入第二个集合中,再将第二个集合入栈 union: 出栈两次,取这两个集合的并集,将结果入栈。 intersect: 出...
分类:其他好文   时间:2014-09-19 12:06:45    阅读次数:250
优先队列(堆) Priority Queue
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
【Papers】Spatial Pyramid Matching
参考资料:[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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!