import turtle as tt.setup(1200,600)t.penup()t.fd(-350)t.pendown()t.pensize(23)t.pencolor("purple")t.seth(-40)l=[(255,240,245),(219,112,147),(238,130,2 ...
分类:
其他好文 时间:
2019-02-23 10:21:11
阅读次数:
413
一、常见颜色 黑色 black 白色 white 蓝色 blue 橙色 orange 黄色 yellow 灰色 gray 棕色 brown 粉红色 pink 紫色 purple 二、颜色程度 浅绿色 Light green 深绿色 Dark green 三、颜色 颜色 color 多彩的 color ...
分类:
其他好文 时间:
2019-02-13 14:25:48
阅读次数:
192
class DoodleWindow(wx.Window): colours = ['Black', 'Yellow', 'Red', 'Green', 'Blue', 'Purple', 'Brown', 'Aquamarine', 'Forest Green', 'Light Blue', 'G ...
分类:
编程语言 时间:
2019-01-18 21:52:08
阅读次数:
278
You took a peek on Thanos wearing Infinity Gauntlet. In the Gauntlet there is a place for six Infinity Gems: the Power Gem of purple color, the Time G ...
分类:
其他好文 时间:
2019-01-15 19:08:47
阅读次数:
273
音标 词汇 1. Purple 2. Glasses 3. Black 4. Hat 5. Brown 6. Bag 7. Clothes 8. Blue 9. Jacket 10. Pink 11. Handbag 12. Sock 13. White 14. Skirt 15. Shoe 1, ...
分类:
其他好文 时间:
2019-01-03 20:12:14
阅读次数:
275
题:http://acm.sdibt.edu.cn/vjudge/contest/view.action?cid=2121#problem/I 3 april purple quilt 5 rprit ahqln ietep zrysg ogwey 3 pel aup bcr 0 一道把老子你弄得死 ...
分类:
其他好文 时间:
2018-11-22 21:41:32
阅读次数:
194
#pythonDraw.py import turtle as t t.setup(650,350,200,200) t.penup() t.fd(-250) t.pendown() t.pencolor("purple") t.seth(-40) for i in range(4): t.circ... ...
分类:
编程语言 时间:
2018-10-25 14:18:29
阅读次数:
212
#include<stdio.h>#include<stdlib.h>#include<windows.h>enum Color{ black,blue,green,lakeBlue,red,purple,yellow,white,gray, lightBlue,lightGreen,lightSi ...
分类:
其他好文 时间:
2018-08-11 11:37:45
阅读次数:
157
example codes: if (errno != ECHILD) unix_error("waitpid error");//Version 4 code in purple, same with version 2 if (errno != ECHILD) unix_error("waitp ...
分类:
其他好文 时间:
2018-07-07 22:36:45
阅读次数:
145
关键是找一个完全包裹所有对象的盒子: if (ray hits bounding object) return whether ray hits bounded objectselse return false 例如,我们把对象集分为两组,红和蓝,然后用矩形包围他们: if (hits purple ...
分类:
其他好文 时间:
2018-06-08 01:00:09
阅读次数:
993