码迷,mamicode.com
首页 >  
搜索关键字:picture control控件    ( 736个结果
MFC 动态创建Picture Control
一遍关于怎么动态创建PictureControl的文章,有兴趣的可以看一看...
分类:编程语言   时间:2015-05-05 16:34:33    阅读次数:228
评审意见
一. 图文转换(picture to words)组员:宋雨佳,张一然,洪烨你会不会遇到这种问题,看到报纸上的一篇文章,特别想收藏这篇文章,或者是在网上看到一篇好资料,你却没有积分下载还不能对文字进行复制?看到这句话,我想绝大多数人都深有感触,或多或少大家都遇到过这样的情况。因此,图文转换的提出,让...
分类:其他好文   时间:2015-05-04 19:45:09    阅读次数:165
HDOJ 1030 Delta-wave
题目: Problem Description A triangle field is numbered with successive integers in the way shown on the picture below. The traveller needs to go from the cell with number M to the cell with...
分类:其他好文   时间:2015-05-04 13:55:46    阅读次数:122
杭电ACM1162——Eddy's picture~~最小生成树
这一题,就是简单的最小生成树的应用。开始,没有想到用最小生成树做,想到的是贪心,当知道了用最小生成树做的时候,还犯了一个很严重的错误,就是时间复杂度的估计错了,导致开始不敢写,在想其他的办法。当作一次教训吧。 下面是AC的代码,有详细的注释,用的是并查集来判环,时间复杂度为nlogn,主要时间在排序上。 #include #include #include #include using...
分类:其他好文   时间:2015-05-02 12:33:32    阅读次数:119
hdoj 1162 Eddy's picture
并查集+最小生成树Eddy's pictureTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 7669Accepted Submission(s):...
分类:其他好文   时间:2015-05-01 18:37:41    阅读次数:117
vb学习笔记
为了下一个项目用的: Form的Picture属性:图片背景 Label的alignment属性:内容居右 对于布尔变量的交互使用 if Not firstflag Then             If Not res Then                 dataout.Caption = ""  '当点击第一个数字时                 dataout.Capt...
分类:其他好文   时间:2015-05-01 14:51:23    阅读次数:103
CSS3图片折角效果
本篇文章由:http://xinpure.com/css3-picture-angle-effect/图片折角效果主要是通过设置 border 属性实现的效果效果预览效果解析假设我们将一个元素的 width 、height 都设置为0,然后再将 border 设置为 80px,上下和左右边框分别为两...
分类:Web程序   时间:2015-04-30 19:51:18    阅读次数:192
Android ORM-GreenDao学习二之进阶篇
概述 本文讲述GreenDao对关系数据的支持。分别为 ToOne,  ToMany. 双向关联 Tree Relations To-One 相当于外键关系。 // The variables "user" and "picture" are just regular entities Property pictureIdProperty = user.addLongPropert...
分类:移动开发   时间:2015-04-30 16:20:58    阅读次数:450
POJ1128 Frame Stacking(拓扑排序)经典
Frame Stacking Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 4454   Accepted: 1509 Description Consider the following 5 picture frames placed on an 9 x 8 a...
分类:编程语言   时间:2015-04-28 22:56:01    阅读次数:347
mix use of Swing and AWT
package picture; import javax.swing.JLabel; import javax.swing.JMenu; import javax.swing.JMenuBar; import javax.swing.JMenuItem; class project ext...
分类:Windows程序   时间:2015-04-28 15:44:39    阅读次数:130
736条   上一页 1 ... 48 49 50 51 52 ... 74 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!