码迷,mamicode.com
首页 >  
搜索关键字:purple    ( 89个结果
蟒蛇绘制代码
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
【English】五、颜色相关
一、常见颜色 黑色 black 白色 white 蓝色 blue 橙色 orange 黄色 yellow 灰色 gray 棕色 brown 粉红色 pink 紫色 purple 二、颜色程度 浅绿色 Light green 深绿色 Dark green 三、颜色 颜色 color 多彩的 color ...
分类:其他好文   时间:2019-02-13 14:25:48    阅读次数:192
wxpython 的应用
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
CF987A Infinity Gauntlet 模拟
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
That girl
音标 词汇 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
错了20多遍 做了n天的搜索!!
题: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
python猛蛇绘制
#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
C改变控制台文本颜色
#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
Exceptional Control Flow(7)
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
Chapter 2: Bounding Volume Hierarchies 层次包围盒
关键是找一个完全包裹所有对象的盒子: if (ray hits bounding object) return whether ray hits bounded objectselse return false 例如,我们把对象集分为两组,红和蓝,然后用矩形包围他们: if (hits purple ...
分类:其他好文   时间:2018-06-08 01:00:09    阅读次数:993
89条   上一页 1 2 3 4 5 ... 9 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!