码迷,mamicode.com
首页 >  
搜索关键字:computer vision    ( 3069个结果
hdu1171--C - Big Event in HDU(多重背包+二进制优化)
C - Big Event in HDU Time Limit:5000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Description Nowadays, we all know that Computer College is the biggest d...
分类:其他好文   时间:2014-08-28 09:44:29    阅读次数:217
HDU1171:Big Event in HDU
http://acm.hdu.edu.cn/showproblem.php?pid=1171Problem DescriptionNowadays, we all know that Computer College is the biggest department in HDU. But, ma...
分类:其他好文   时间:2014-08-27 21:49:38    阅读次数:268
POI导入数据
1、导入POI的jar包新建一个项目,在根目录在新建一个lib文件夹,将jar包复制粘贴到lib文件夹后,右键将其添加到项目的build path中,最后的结果如图所示:2、编写java类,新建一个实体类例如(电脑、电视)public Computer{ private int id; priva....
分类:其他好文   时间:2014-08-27 16:30:27    阅读次数:157
Non-blocking algorithm(非阻塞算法,非阻塞同步的算法实现)
Non-blocking algorithm In computer science, a non-blocking algorithm ensures that threads competing for a shared resource do not have their execution indefinitely postponed by mutual ex...
分类:其他好文   时间:2014-08-26 09:52:09    阅读次数:270
HDU-4288-Coder(线段树)
Problem Description   In mathematics and computer science, an algorithm describes a set of procedures or instructions that define a procedure. The term has become increasing popular since the adven...
分类:其他好文   时间:2014-08-25 22:54:25    阅读次数:408
POJ 3974 Palindrome
PalindromeTime Limit:15000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uDescriptionAndy the smart computer science student was attending an algor...
分类:其他好文   时间:2014-08-25 14:39:54    阅读次数:182
Consistency model(The system supports a given model if operations on memory follow specific rules)
Consistency model From Wikipedia, the free encyclopedia In computer science, consistency models are used in distributed systems like distributed shared memory systems or distributed da...
分类:其他好文   时间:2014-08-25 11:53:34    阅读次数:359
A GUIDE TO UNDERSTANDINGDISCRETIONARY ACCESS CONTROL INTRUSTED SYSTEMS
1. INTRODUCTION The main goal of the National Computer Security Center is to encourage the widespread availability of trusted computer systems. In sup...
分类:数据库   时间:2014-08-24 23:27:33    阅读次数:365
POJ1236 Network of Schools 【强连通分量Garbow】
Network of Schools Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 11180   Accepted: 4448 Description A number of schools are connected to a computer netwo...
分类:Web程序   时间:2014-08-24 09:10:22    阅读次数:309
uva 12096 - The SetStack Computer(STL)
题目链接:uva 12096 - The SetStack Computer 题目大意:一个栈,有5种操作; PUSH:向栈中放一个空集合。DUP:复制栈顶集合。UNION:取栈顶的两个集合,取并集后放回。INTERSECT:取栈顶的两个集合,取交集后放回。ADD:取栈顶两个集合,将第一个集合作为元素放到第二个集合中,并将第二个集合放回栈。 每次操作后输出栈定集合中元素的个数。...
分类:其他好文   时间:2014-08-24 00:22:41    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!