码迷,mamicode.com
首页 >  
搜索关键字:painter    ( 178个结果
HT For Web 拓扑图背景设置
HT For Web(http://www.hightopo.com/)的HTML5拓扑图组件graphView背景设置有多种途径可选择: 1. divBackground:通过css设置graphView对应的div背景 2. Painter:通过graphView.addBottomPainte...
分类:Web程序   时间:2015-03-05 23:33:15    阅读次数:318
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
hdu2476 String painter(区间dp)
Problem Description There are two strings A and B with equal length. Both strings are made up of lower case letters. Now you have a powerful string painter. With the help of the painter, you can chan...
分类:其他好文   时间:2015-02-23 09:40:33    阅读次数:167
poj2411--Mondriaan's Dream(状压dp+dfs)
Mondriaan's Dream Time Limit: 3000MS   Memory Limit: 65536K Total Submissions: 12315   Accepted: 7189 Description Squares and rectangles fascinated the famous Dutch painter...
分类:其他好文   时间:2015-02-04 21:52:18    阅读次数:295
【POJ1681】Painter's Problem 高斯消元,求最小∑系数的异或方程组
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 题意: 多组数据、 有个n*n的正方形,然后你要对某些位置进行操作,使得最后灯的状态都变成y。 操作:这个灯位置的上下左右以及自己这五盏灯状态都取反。 然后求最小操作次数。 -+-+-+-+-+-+-+-+-+-+-+-+-+-+...
分类:其他好文   时间:2015-02-04 13:04:36    阅读次数:118
HDU 2476 String painter 刷字符串(AC代码)区间DP
题意:给出两个串s1和s2,一次只能将一个区间刷一次,问最少几次能让s1=s2例如zzzzzfzzzzz,长度为11,我们就将下标看做0~10先将0~10刷一次,变成aaaaaaaaaaa1~9刷一次,abbbbbbbbba2~8:abcccccccba3~7:abcdddddcba4~6:abcd...
分类:其他好文   时间:2015-01-29 01:24:39    阅读次数:165
POJ 1681 Painter's Problem (高斯消元)
题目地址:POJ 1681 跟前两题几乎一模一样的。。。不多说了。高斯消元+自由元枚举。 代码如下: #include #include #include #include #include #include #include #include #include using namespace std; #define LL __int64 #define pi acos(...
分类:其他好文   时间:2015-01-27 20:21:34    阅读次数:171
poj1681--Painter's Problem(高斯消元问题4)
Painter's Problem Time Limit:1000MS     Memory Limit:10000KB     64bit IO Format:%I64d & %I64u Submit Status   Description There is a square wall which is made of n*n small square b...
分类:其他好文   时间:2015-01-26 17:10:18    阅读次数:176
SELECT SCREEN 整理1 转载
SELECT-SCREEN语句用于创建屏幕的框架结构,主要包括屏幕元素的创建、子屏幕的创建等。子程序主要分为两种,一种为Include Screen,可以通过Report端程序直接调用;另一种为SubScreen,需要通过Screen Painter所创建的屏幕调用。SELECT-SCREEN具体的...
分类:其他好文   时间:2015-01-20 11:46:03    阅读次数:129
The Painter's Partition Problem Part I
You have to paint N boards of lenght {A0, A1, A2 ... AN-1}. There are K painters available and you are also given how much time a painter takes to pai...
分类:其他好文   时间:2014-12-20 15:26:04    阅读次数:158
178条   上一页 1 ... 13 14 15 16 17 18 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!