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
PACS系统http://baike.baidu.com/link?url=prHBMbyu5W98ET1UGQ0PXXxLebxAeljckFH0pfO_2aODe1UgsrWgRd4UnboptZy6jgHMx-X1bqszWlMZ8nJIfqPACS系统是Picture Archiving a...
分类:
其他好文 时间:
2015-02-26 09:47:45
阅读次数:
211
Problem Description
Eddy begins to like painting pictures recently ,he is sure of himself to become a painter.Every day Eddy draws pictures in his small room, and he usually puts out his newest pictures to let his friends appreciate. but the result it can ...
分类:
编程语言 时间:
2015-02-23 09:45:09
阅读次数:
333
Usually when desgin a web page, we think building the page in grid.Bootstrap can help us to do that.It divides the page into 12 cols. In the picture, ...
分类:
其他好文 时间:
2015-02-16 18:16:12
阅读次数:
639
问题及代码
Problem Description
Ignatius bought a land last week, but he didn't know the area of the land because the land is enclosed by a parabola and a straight line. The picture below shows the area. ...
分类:
其他好文 时间:
2015-02-16 15:39:08
阅读次数:
150
1 TO_CHAR(FIRDATE - (TO_DATE(TO_CHAR(FIRDATE ,'YYYY/MM/DD') || '07:30:00','YYYY/MM/DDHH24:MI:SS') - TRUNC(SYSDATE)),'MM/DD ') 2 || (CAS...
分类:
数据库 时间:
2015-02-11 16:18:26
阅读次数:
825