码迷,mamicode.com
首页 >  
搜索关键字:colors    ( 1060个结果
PAT Advanced 1027 Colors in Mars (20分)
People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, wher ...
分类:其他好文   时间:2020-01-28 22:51:58    阅读次数:67
PAT Advanced 1092 To Buy or Not to Buy (20分)
Eva would like to make a string of beads with her favorite colors so she went to a small shop to buy some beads. There were many colorful strings of b ...
分类:其他好文   时间:2020-01-25 16:43:03    阅读次数:104
修改Pycharm运行窗口的字体大小
File->Settings->Editor->Colors&Fonts->Console Font ...
分类:其他好文   时间:2020-01-16 21:54:26    阅读次数:64
ZOJ1610 Count the Colors 线段树
正常区间修改,然后最后一起暴力查一遍就行了。 区间修改有0,需要用-1做lzy标记.... 1 #include <cstdio> 2 #include <map> 3 #include <algorithm> 4 using namespace std; 5 int col[40000],lzy[ ...
分类:其他好文   时间:2020-01-13 20:15:57    阅读次数:77
expansiontile 打开关闭楼层
代码: body: Center( child: ExpansionTile( leading: Icon(Icons.ac_unit),//左边图标 title: Text('点击打开'),//图标后面的文字 backgroundColor: Colors.orange,//打开的背景色 chil ...
分类:其他好文   时间:2020-01-13 20:14:40    阅读次数:153
matplotlib饼状图学习小记
```python import numpy as np import matplotlib.pyplot as plt # 准备数据 labels = ['basketball', 'football', 'volleyball', 'tennis'] # 标签列表 colors = ['#4B0... ...
分类:其他好文   时间:2020-01-03 12:33:49    阅读次数:62
数组方法
栈方法: push(推入)、pop(弹出): 1 var colors = new Array(); 2 // 创建一个数组 3 var count = colors.push("red", "green"); 4 // 推入两项 alert(count); //2 5 6 count = colo ...
分类:编程语言   时间:2019-12-29 23:58:30    阅读次数:132
webstorm常用配置(简单知识)
1.如何更改主题(字体&配色) file->setting->editor->colors&fonts->scheme选择你的主题(darcula) 2.如何让webstorm启动的时候不打开工程文件 file->settings->Appearance&Behavior->System setti ...
分类:Web程序   时间:2019-12-29 01:08:53    阅读次数:144
[LC] 256. Paint House
There are a row of n houses, each house can be painted with one of the three colors: red, blue or green. The cost of painting each house with a certai ...
分类:其他好文   时间:2019-12-17 13:32:55    阅读次数:80
Array K-Coloring
You are given an array aa consisting of nn integer numbers. You have to color this array in kk colors in such a way that: Each element of the array sh ...
分类:其他好文   时间:2019-12-01 11:55:49    阅读次数:65
1060条   上一页 1 ... 5 6 7 8 9 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!