Eddy's picture
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 7500 Accepted Submission(s): 3806
Problem Description
Eddy begins to ...
分类:
其他好文 时间:
2015-03-28 10:12:46
阅读次数:
151
Problem DescriptionThe picture indicates a tree, every node has 2 children.The depth of the nodes whose color is blue is 3; the depth of the node whos...
分类:
其他好文 时间:
2015-03-20 09:14:49
阅读次数:
194
这里使用相册Album和图片Picture的关系做示例1,Album与Picture最基本的关系是1-n(一个相册可以有多张图片) 这时Album、Picture实体类可以这么定义 /// /// 相册 /// public class Album { ...
分类:
其他好文 时间:
2015-03-18 20:05:03
阅读次数:
200
MVCSContext: the big picture 本篇基本上就是介绍Strange框架的基本方法使用与部署Unity3d项目,另外所有框架的思路都是一致的,让项目变得易于维护。现在让我们一起开始吧。 This section is basically a recipe for buildin...
分类:
Web程序 时间:
2015-03-17 19:57:20
阅读次数:
716
1. File->New->Other Picture-12. Select "Android Project from Existing Code", and click "Next" button.3. click "Browse..." to select the root direct...
分类:
移动开发 时间:
2015-03-11 00:41:19
阅读次数:
177
ss := i.ToString + '中国人民解放军中国人民解放军中国人民解放军'; Image1.Width := Image1.Canvas.TextWidth(ss); Image1.Picture := nil; Image1.Canvas.TextOut(1, 1, ss);根据...
分类:
其他好文 时间:
2015-03-09 22:22:00
阅读次数:
147
题目:Eddy's pictureTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 172 Accepted Submission(s): 126 Problem DescriptionEddy begins to like painting pi...
分类:
其他好文 时间:
2015-03-09 20:56:12
阅读次数:
136
车牌识别分两步,一是车牌提取,而是字符识别。
下面是车牌提取。
VS2010。
OpenCV249。
//载入图像
char * path = "d:\\picture\\06.jpg";
IplImage * frame = cvLoadImage(path);
if(!frame) return 0;
cvNamedWindow("frame", 1);
cvShowImage("fr...
分类:
其他好文 时间:
2015-03-06 10:39:39
阅读次数:
620
模拟触屏版QQ空间上传图片问题。
第一步:上传图片。
参数:
picture:【图片的Base64编码】
base64:1
hd_height:480【图片高度】
hd_width:320【图片宽度】
hd_quality:96【图片质量,好像只有70&96...
分类:
编程语言 时间:
2015-03-05 16:59:22
阅读次数:
216
Help Me with the GameTime Limit:1000MSMemory Limit:65536KTotal Submissions:3630Accepted:2319DescriptionYour task is to read a picture of a chessboard ...
分类:
其他好文 时间:
2015-03-01 11:46:51
阅读次数:
150