码迷,mamicode.com
首页 >  
搜索关键字:computer vision    ( 3069个结果
[更新中] 进程和线程
书籍的简称: 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
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
cousera-usable security
1.Human-Computer Interation->HCIhow people interact with technology三个维度:1.user:可以是老人、儿童,一个人、一个团队,等等。2.Task:简单的任务,到复杂的数据分析3.Context:即便用户一样,任务一样,环境不同也可能...
分类:其他好文   时间:2014-09-17 13:30:12    阅读次数:159
关于工作量估算,你知道的和你不知道的一切
本文首次发布于 IEEE Software 杂志,由 InfoQ 和 IEEE Computer Society 为您呈现。   越来越多证据表明这样一个趋势:软件项目的成本和工作量超出限度,泛滥成灾。平均来看,这种泛滥大约在 30% 左右【1】。而且,对比 1980 年代和最近的调查中的估算准确程度,可以看出基本上没有改善。(只有 Standish Group 的分析指出估算准确度有显著提...
分类:其他好文   时间:2014-09-17 12:08:52    阅读次数:250
POJ 1325 二分图匹配/匈牙利算法
Machine Schedule Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 11922 Accepted: 5077 Description As we all know, machine scheduling is a very classical problem in computer science an...
分类:其他好文   时间:2014-09-17 10:22:26    阅读次数:188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!