题目地址:ACM Computer Factory题目大意: 一个生产电脑的工厂,有多个机器生产一台电脑,大家都知道一台电脑有多个零部件,这些机器在一个流水线,有些机器工作的前提是需要一些零部件的存在才能继续工作生产,每个机器都有输入设备和输出设备,输入设备意思是根据这几个零部件的存在状态才能使此....
分类:
其他好文 时间:
2014-07-22 22:49:53
阅读次数:
294
源地址:http://blog.chinaunix.net/uid-26020768-id-3155898.html1、数字图像处理,冈萨雷斯,阮秋琦(译),电子工业出版社;2、opencv基础篇,于仕琦,刘瑞祯,北京航空航天大学出版社;3、Learning OpenCV computer visi...
分类:
其他好文 时间:
2014-07-22 00:38:34
阅读次数:
212
这道题目貌似就是在不停地用STL中的内容,对STL熟练运用的大神估计坐起来会比较easy。。
不过对于我这种看着代码还是需要上网查函数运用的菜鸟来说,若让我自己做这道题,肯定不会使用STL。。
就当对STL的学习了。
#include
#include
#include
#include
#include
#include
#include
#include
#include//set_un...
分类:
其他好文 时间:
2014-07-21 11:44:55
阅读次数:
320
一般形式:基类型 **变量名;例如:char **p;void main(){ char *name[] = {"Follow me","Basic","Great Wall","FORTRAN","Computer design"}; char **p; int i; fo...
分类:
编程语言 时间:
2014-07-21 09:33:30
阅读次数:
235
第一次dfs求出每个点的最大和次大长度,由下向上更新第二次由上向下更新。第二次dfs是为了处理某个点,最大长度不是向子节点延伸的长度,而是从父亲节点过来的 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include ...
分类:
其他好文 时间:
2014-07-19 18:31:43
阅读次数:
243
转载请注明出处:http://blog.csdn.net/u012860063题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1171Problem DescriptionNowadays, we all know that Computer Colle...
分类:
其他好文 时间:
2014-07-19 16:27:09
阅读次数:
439
Y2K Accounting Bug
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 10120
Accepted: 5046
Description
Accounting for Computer Machinists (ACM) has sufferred ...
分类:
其他好文 时间:
2014-07-19 11:11:54
阅读次数:
224
Y2K Accounting Bug
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 10117
Accepted: 5043
Description
Accounting for Computer Machinists (ACM) has sufferred fr...
分类:
其他好文 时间:
2014-07-19 08:11:11
阅读次数:
197
A Computer Graphics Problem
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 968 Accepted Submission(s): 688
Problem Description
In t...
分类:
其他好文 时间:
2014-07-18 14:06:46
阅读次数:
226
GridlandTime Limit:2 Seconds Memory Limit:65536 KBBackgroundFor years, computer scientists have been trying to find efficient solutions to different c...
分类:
其他好文 时间:
2014-07-17 18:12:39
阅读次数:
247