上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页
摘要: 滑雪 Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 92384 Accepted: 34948 Description Michael喜欢滑雪百这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,滑的区域必须向下倾斜,而且当你滑 阅读全文
posted @ 2016-09-15 23:14 Blackops 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 代码: 效果: 阅读全文
posted @ 2016-09-12 23:48 Blackops 阅读(898) 评论(0) 推荐(0) 编辑
摘要: 4-11 求自定类型元素序列的中位数 (25分) 本题要求实现一个函数,求N个集合元素A[]的中位数,即序列中第\lfloor N/2 +1\rfloor⌊N/2+1⌋大的元素。其中集合元素的类型为自定义的ElementType。 函数接口定义: ElementType Median( Elemen 阅读全文
posted @ 2016-09-12 09:29 Blackops 阅读(2184) 评论(0) 推荐(0) 编辑
摘要: 顺便又复习了一下cvcopy如何进行图像拼接(最近觉得打开多幅图像分别看不如缩小掉放拼接到一幅图像上对比来的好) 首先把拼接的目标图像设置兴趣区域ROI,比如我有一个total,要把a、b、c分别从左到右拼接到total上,那就分三次对total设置敢兴趣区域ROI(注意不是对a、b、c设置),然后 阅读全文
posted @ 2016-09-11 20:02 Blackops 阅读(2102) 评论(0) 推荐(0) 编辑
摘要: L3-002. 堆栈 时间限制 200 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 时间限制 200 ms 时间限制 200 ms 内存限制 65536 kB 内存限制 65536 kB 代码长度限制 8000 B 代码长度限制 8000 B 阅读全文
posted @ 2016-09-10 16:40 Blackops 阅读(1085) 评论(0) 推荐(0) 编辑
摘要: 1741. Communication Fiend Time limit: 1.0 second Memory limit: 64 MB Kolya has returned from a summer camp and now he's a real communication fiend. He 阅读全文
posted @ 2016-09-10 14:01 Blackops 阅读(377) 评论(0) 推荐(0) 编辑
摘要: opencv库提供了好几种模糊平滑Smooth操作的类型作为cvSmooth的参数传入,从而达到不同的平滑效果,另外复习了一下如何复制一份图像和重新调整图像大小。 调整图像大小目前是按照一下步骤进行: 1、先cvcreate一个新的图像,cvcreate中的参数设为调整之后的大小(用Cvsize的构 阅读全文
posted @ 2016-09-09 16:01 Blackops 阅读(4549) 评论(0) 推荐(0) 编辑
摘要: Constructing Roads In JGShining's Kingdom Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 23467 阅读全文
posted @ 2016-09-09 12:15 Blackops 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 最少拦截系统 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 35053 Accepted Submission(s): 13880 Probl 阅读全文
posted @ 2016-09-08 17:46 Blackops 阅读(299) 评论(0) 推荐(0) 编辑
摘要: Longest Ordered Subsequence Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 47465 Accepted: 21120 Description A numeric sequence of ai is o 阅读全文
posted @ 2016-09-08 16:53 Blackops 阅读(251) 评论(0) 推荐(0) 编辑
摘要: [1186] Get the Width 时间限制: 1000 ms 内存限制: 65535 K 问题描述 It's an easy problem. I will give you a binary tree. You just need to tell me the width of the b 阅读全文
posted @ 2016-09-06 23:32 Blackops 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 1188 - Fast Queries PDF (English) Statistics Forum Time Limit: 3 second(s) Memory Limit: 64 MB Given an array of N integers indexed from 1 to N, and q 阅读全文
posted @ 2016-09-05 17:35 Blackops 阅读(417) 评论(0) 推荐(0) 编辑
摘要: E. XOR and Favorite Number time limit per test 4 seconds memory limit per test 256 megabytes input standard input output standard output E. XOR and Fa 阅读全文
posted @ 2016-09-04 18:06 Blackops 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 破事水 最近由于Cfree5经常崩溃+调试语句运行速度比较慢,想尝试一下另一个听说很好用的IDE Code::Blocks。 先上官网的安装包(自带mingw,安装完可以直接用,适用于windows系统)下载地址:Sourceforge.net或者FossHub 由于C::B自带的mingw版本较新 阅读全文
posted @ 2016-09-04 11:30 Blackops 阅读(9479) 评论(0) 推荐(2) 编辑
摘要: L3-010. 是否完全二叉搜索树 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 时间限制 400 ms 时间限制 400 ms 内存限制 65536 kB 内存限制 65536 kB 代码长度限制 8000 B 代码长度限制 阅读全文
posted @ 2016-09-03 21:00 Blackops 阅读(1606) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页