会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
linleo123
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2025年3月30日
第三章习题
摘要: 3.19 3.20 3.21 3.6 3.7
阅读全文
posted @ 2025-03-30 13:33 林leo
阅读(6)
评论(0)
推荐(0)
2025年3月23日
第三章习题
摘要: 3.1 3.2 3.3 3.4 3.5
阅读全文
posted @ 2025-03-23 10:59 林leo
阅读(8)
评论(0)
推荐(0)
2025年3月15日
第二章课后作业
摘要: 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8
阅读全文
posted @ 2025-03-15 14:09 林leo
阅读(8)
评论(0)
推荐(0)
温度转换,蟒蛇图案
摘要:   
评论(0)
推荐(0)
2025年3月8日
python 42~44 1.1~1.8
摘要: 第一章1.1 str1 = input("请输入一个人的名字:") str2 = input("请输入一个国家的名字:") print("世界这么大,{}想去{}看看.".format(str1,str2)) 第一章1.2 n = input("请输入整数N:") sum = 0 for i in
阅读全文
posted @ 2025-03-08 16:11 林leo
阅读(16)
评论(0)
推荐(0)
2025年2月25日
大模型读书报告
摘要: 大模型是指大规模预训练模型,是一种基于深度学习的人工智能模型。大模型利用大数据分析,整合出我们想要的答案。不仅如此,大模型还能自主学习,在与用户交互的过程中,不断优化回答。如今,依托大模型的强大能力,我们能迅速获取外界信息,普及学习能力,为创新发展提供思路。凭借着大参数与海量数据训练,大模型能帮助我
阅读全文
posted @ 2025-02-25 19:44 林leo
阅读(26)
评论(0)
推荐(0)
太阳花
摘要: from turtle import * color('red','yellow') begin_fill() while True: forward(200) right(170) if abs(pos()) < 1: break end_fill() done()
阅读全文
posted @ 2025-02-25 14:29 林leo
阅读(8)
评论(0)
推荐(0)
红色五角星
摘要: from turtle import * fillcolor("red") begin_fill() while True: forward(200) right(144) if abs(pos()) < 1: break end_fill()
阅读全文
posted @ 2025-02-25 14:26 林leo
阅读(14)
评论(0)
推荐(0)
五星红旗
摘要: import turtle def draw_rectangle(x, y, width, height, color): turtle.penup() turtle.goto(x, y) turtle.pendown() # 设置画笔颜色与填充颜色相同,去除边框 turtle.pencolor(c
阅读全文
posted @ 2025-02-25 14:21 林leo
阅读(37)
评论(0)
推荐(0)
上一页
1
2
公告