码迷,mamicode.com
首页 >  
搜索关键字:eddys picture    ( 691个结果
改变画布大小
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
(hdu step 6.1.2)Eddy's picture(在只给出二维坐标点的情况下,求让n个点连通的最小费用)
题目: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
opencv 学习之 车牌提取
车牌识别分两步,一是车牌提取,而是字符识别。 下面是车牌提取。 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
java 模拟触屏版QQ空间上传图片
模拟触屏版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 Game(imitate)
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系统简易
PACS系统http://baike.baidu.com/link?url=prHBMbyu5W98ET1UGQ0PXXxLebxAeljckFH0pfO_2aODe1UgsrWgRd4UnboptZy6jgHMx-X1bqszWlMZ8nJIfqPACS系统是Picture Archiving a...
分类:其他好文   时间:2015-02-26 09:47:45    阅读次数:211
hdu 1162 Eddy's picture 最小生成树入门题 Prim+Kruskal两种算法AC
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
[Bootstrap] 2. class 'row' & 'col-md-x' & 'col-md-offset-x'
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
杭电ACM 三 在坐标系中的微积分
问题及代码 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
PLSQL语句执行正确,而VB执行错误。ORA-01830 date format picture ends before converting entire input string
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
691条   上一页 1 ... 48 49 50 51 52 ... 70 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!