void MainWindow::paintEvent(QPaintEvent *)
{
qDebug() << "paintEvent";
QPainter painter(this);
//上半部分背景
QPixmap banner(":/login/banner_5");
banner.setDevicePixelRatio(2...
zrender,zrender源码,zrender源码分析,echarts,echarts源码分析,canvas,html5绘图
分类:
其他好文 时间:
2014-09-19 16:55:55
阅读次数:
412
zrender,echarts,painter,zrender源码,echarts源码
分类:
其他好文 时间:
2014-09-18 18:33:44
阅读次数:
295
Painter
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 3157
Accepted: 1962
Description
The local toy store sells small fingerpainting kits with between ...
分类:
其他好文 时间:
2014-08-22 17:52:29
阅读次数:
249
题目链接题意:一个n*n 的木板 ,每个格子 都 可以 染成 白色和黄色,( 一旦我们对也个格子染色 ,他的上下左右 都将改变颜色);给定一个初始状态 , 求将 所有的 格子 染成黄色 最少需要染几次? 若 不能 染成 输出 inf。分析:和1222差不多,唯一的区别是这个题还要求 最短的步数,其实...
分类:
其他好文 时间:
2014-08-18 18:27:42
阅读次数:
309
第6章 精灵精灵(sprite),它是一种可以集成入动画之中的图像对象,赋予它们各种行为,精灵并非Canvas API的一部分,,但都是从它衍生而来本章将会实现三种设计模式:策略模式(精灵与绘制器解耦)、命令模式(精灵的动作)、享元模式(一个实例表示多个精灵)painter属性是一个指向Painte...
分类:
Web程序 时间:
2014-08-16 02:15:09
阅读次数:
267
1.painter n. 画家;油漆匠2.Chrisknowsthatanewjobforapurchasingandmaintenancemanagerforthewholecompanywillbe openinafewmonths,and hewouldliketobepromotedtoth...
分类:
其他好文 时间:
2014-08-13 12:56:46
阅读次数:
171
Problem DescriptionEddy begins to like painting pictures recently ,he is sure of himself to become a painter.Every day Eddy draws pictures in his smal...
分类:
其他好文 时间:
2014-08-06 10:22:31
阅读次数:
205
//需要n中普通原料和g ml灰色原料
//每三种不同普通原来各x ml 可以合成 x ml 灰色原料
//问最少需要集组原料 每组各原料50 ml
# include
# include
# include
using namespace std;
int main()
{
int i,n,cot,g,a[15],g1,b[15];
while(~scanf("%d",&n),n)...
分类:
其他好文 时间:
2014-07-27 11:10:12
阅读次数:
335
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...
分类:
其他好文 时间:
2014-07-20 15:41:50
阅读次数:
213