猫史档案馆


Ryan袁奥

Ryan袁奥

Lv.1

萌新一枚

获赞:2113收藏:1056浏览:58230作品收藏:1663

签名:编程

回复帖子评论
上一页21 页 / 共 28下一页

【游戏资讯】一个“自动对联”系统,被人生生玩成了占卜游戏 中回复

center_image

2019-02-05T12:31:11 点赞:0

【游戏资讯】一个“自动对联”系统,被人生生玩成了占卜游戏 中回复

center_image

2019-02-05T12:31:42 点赞:0

【游戏资讯】一个“自动对联”系统,被人生生玩成了占卜游戏 中回复

center_image

2019-02-05T12:32:01 点赞:0

【游戏资讯】一个“自动对联”系统,被人生生玩成了占卜游戏 中回复

center_image

2019-02-05T12:32:23 点赞:0

【游戏资讯】一个“自动对联”系统,被人生生玩成了占卜游戏 中回复

center_image

2019-02-05T12:32:40 点赞:0

【游戏资讯】一个“自动对联”系统,被人生生玩成了占卜游戏 中回复

center_image

2019-02-05T12:33:19 点赞:0

【游戏资讯】一个“自动对联”系统,被人生生玩成了占卜游戏 中回复

center_image

2019-02-05T12:33:38 点赞:0

【游戏资讯】一个“自动对联”系统,被人生生玩成了占卜游戏 中回复

center_image

2019-02-05T12:34:31 点赞:0

【游戏资讯】一个“自动对联”系统,被人生生玩成了占卜游戏 中回复

center_image

2019-02-05T12:34:51 点赞:0

【游戏资讯】一个“自动对联”系统,被人生生玩成了占卜游戏 中回复

center_image

2019-02-05T12:36:09 点赞:0

【游戏资讯】一个“自动对联”系统,被人生生玩成了占卜游戏 中回复

center_image

2019-02-05T12:36:55 点赞:0

【游戏资讯】一个“自动对联”系统,被人生生玩成了占卜游戏 中回复

center_image

2019-02-05T12:37:30 点赞:0

【游戏资讯】一个“自动对联”系统,被人生生玩成了占卜游戏 中回复

center_image

2019-02-05T12:38:17 点赞:0

【游戏资讯】一个“自动对联”系统,被人生生玩成了占卜游戏 中回复

center_image

2019-02-05T12:45:03 点赞:2

超立方体二维展开图绘制 中回复

center_image

2019-02-06T21:30:17 点赞:1

大家有啥想要的积木? 中回复

center_image

emotion_雷电猴_举手

emotion_雷电猴_举手

emotion_雷电猴_举手

2019-02-06T21:58:01 点赞:0

【萌新院教程】新年到了,太鹤送大家一个python“福”字 中回复

import turtle
r = turtle.Pen()
t = turtle.Pen()
r.penup()
t.penup()
r.pencolor('red')
#设置图形填充颜色
r.fillcolor('red')
#设置当前点为填充起点
r.begin_fill()
r.goto(0,150)
r.setheading(315)
r.pendown()
for __count in range(4):
    r.forward(216)
    r.right(90)
r.end_fill()
r.penup()
r.hideturtle()
t.goto(0,-90)
t.setheading(0)
t.pencolor('yellow')
t.pendown()
t.pensize(9)
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
t.forward(30)
t.right(90)
t.forward(80)
t.penup()
t.goto(20,-85)
t.setheading(90)
t.pendown()
t.forward(55)
t.penup()
t.forward(30)
t.pendown()
t.forward(85)
t.penup()
t.goto(20,0)
t.setheading(0)
t.pendown()
t.forward(65)
t.penup()
t.setheading(90)
t.goto(50,0)
t.pendown()
t.forward(70)
t.penup()
t.pencolor('red')
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
#需补全
t.forward(55)
t.penup()
t.goto(9,-95)
t.pensize(11)
t.pendown()
t.forward(190)
t.penup()
t.goto(0,161)
t.setheading(315)
t.pensize(12)
t.pencolor('white')
t.pendown()
t.forward(216)
t.penup()
t.hideturtle()

2019-02-06T22:58:44 点赞:0

【python】新年到了,一个“福”字送给大家~ 中回复

#先导入turtle库
import turtle
#对画笔进行基础的设置
t = turtle.Pen()
t.pencolor("red")
t.speed(100)
#先画左边的偏旁
#点
t.right(45)
t.forward(50)
#横
t.right(135)
t.forward(80)
t.bk(120)
#撇
t.left(50)
t.forward(180)
t.bk(100)
#竖
t.left(40)
t.forward(140)
t.bk(140)
#点
t.left(60)
t.forward(50)
t.left(120)
#再画右边的字
t.penup()
t.forward(100)
t.right(90)
t.forward(30)
t.pendown()
#横
t.forward(100)
#口
t.penup()
t.right(90)
t.forward(50)
t.right(90)
t.forward(110)
t.pendown()
t.left(90)
t.forward(40)
t.left(90)
t.forward(120)
t.left(90)
t.forward(40)
t.left(90)
t.forward(120)
#田
t.penup()
t.left(90)
t.forward(75)
t.pendown()
def tian():
    t.forward(40)
    t.left(90)
    t.forward(60)
    t.left(90)
    t.forward(40)
    t.left(90)
    t.forward(60)
tian()
t.left(90)
t.forward(40)
tian()
t.bk(60)
t.left(90)
tian()
t.right(90)
t.forward(40)
t.right(180)
tian()
#最后隐藏一下海龟
t.hideturtle()

2019-02-06T23:10:06 点赞:2

【机器学习】程序员带你一步一步分析Ai如何玩flappy bird 中回复

顶!666!

emotion_编程猫_点赞

2019-02-08T10:31:35 点赞:1

【小面包语言】小面包语言上线啦~ 中回复

emotion_编程猫_点赞

2019-02-08T18:00:04 点赞:0

PyJava下载 中回复

emotion_编程猫_点赞已加~

2019-02-09T00:15:28 点赞:0

【最新发现!】python字体可以变色了!激动人心!需安装多个库进行辅助!快来看看吧!令人惊喜、惊讶 中回复

p.s注意:图中方框圈起来的库需要安装哦!

emotion_编程猫_点赞

2019-02-10T21:51:41 点赞:0

为什么没有搜索 中回复

emotion_编程猫_点赞

2019-02-11T18:10:43 点赞:1

抖音账号上线 中回复

emotion_编程猫_点赞

2019-02-11T18:11:57 点赞:0

[有些难受]我可以说说吗 中回复

emotion_编程猫_翻白眼

2019-02-12T10:57:24 点赞:1

【春节活动之官方春晚节目】点燃鞭炮,送金猪上天!三轮获奖者全部揭晓! 中回复

center_image争夺第三轮第一名!随便玩玩~233个够了,有句话讲得好:233333333~

2019-02-12T20:33:36 点赞:0

【Python福利】告诉我你最想要的Python书,我送你!(活动已结束) 中回复

2019-02-12T22:41:35 点赞:1

制作一个RGB调色器 中回复

emotion_编程猫_点赞

2019-02-12T22:41:59 点赞:0

【新闻】虾米音乐app代码骂用户是喵VIP….原来代码能隐藏这么好玩的内容 中回复

2019-02-13T12:59:36 点赞:0

【官方】关于社区作品喵的处理说明(汇总) 中回复

emotion_编程猫_点赞

2019-02-13T21:19:23 点赞:0