AST11103 Problem Solving with Programming SkillsAdditional Individual Assignment: Min-Game Programming (40%)Learning Outcomes1. Use common application ...
分类:
其他好文 时间:
2019-12-22 19:59:28
阅读次数:
74
pyinstaller的安装 下载后可以输入pip list查看是否安装成功 然后切换到项目的根目录输入 pyinstaller i favicon.ico w c game.py p Question.py ...
分类:
其他好文 时间:
2019-12-22 16:35:07
阅读次数:
77
罗马数字包含以下七种字符: I, V, X, L,C,D 和 M。 字符 数值I 1V 5X 10L 50C 100D 500M 1000例如, 罗马数字 2 写做 II ,即为两个并列的 1。12 写做 XII ,即为 X + II 。 27 写做 XXVII, 即为 XX + V + II 。 ...
分类:
其他好文 时间:
2019-12-22 15:00:02
阅读次数:
64
罗马数字包含以下七种字符: I, V, X, L,C,D 和 M。 字符 数值I 1V 5X 10L 50C 100D 500M 1000例如, 罗马数字 2 写做 II ,即为两个并列的 1。12 写做 XII ,即为 X + II 。 27 写做 XXVII, 即为 XX + V + II 。 ...
分类:
其他好文 时间:
2019-12-22 14:21:10
阅读次数:
69
Description Description There is a stone game.At the beginning of the game the player picks n piles of stones in a line. The goal is to merge the ston ...
分类:
其他好文 时间:
2019-12-21 22:32:46
阅读次数:
93
Description Description There is a stone game.At the beginning of the game the player picks n piles of stones in a circle. The goal is to merge the st ...
分类:
其他好文 时间:
2019-12-21 22:30:37
阅读次数:
83
前言 感谢大家对之前 "博客园样式美化" 的认可,我终于更新啦啦啦啦 更新内容 01 | 优化首页显示效果 优化前: 优化后: 有没有感觉瞬间立体起来了呢~ 02 | 增加管理入口 这个很简单,就是导航条上加了个管理的入口 原本想设置为只有博主本人打开页面才能看到,后面发现只能判定有没有登录,不知道 ...
分类:
其他好文 时间:
2019-12-21 22:13:40
阅读次数:
104
放几道有意义的题 I,水管局长数据加强版 题目描述 \ : \ 给定一张图,每次询问两点之间的最短路,有删边 其实是$LCT$动态维护最小生成树的板子题来着 由于蒟蒻并不会下放边权之类的神奇操作,所以来一波边化点 由于有删边而没有加边,我们把时间倒序就可以变成有删边没有加边了 II,GERALD07 ...
分类:
其他好文 时间:
2019-12-21 14:00:05
阅读次数:
79
Lab8 – Greedy Snake Battle Greedy snake is a well-known computer game. In this lab, you’ll try to write an AIprogram for a modified greedy-snake battl ...
分类:
其他好文 时间:
2019-12-19 13:17:42
阅读次数:
94