2009 丧|心|病|狂|的九零后科创人 科创人(以下简称科):作为福布斯评选出的30位30岁以下创业者,以及更了不起的——《科创人》采访的首位90后科创人(叉腰厚颜),您当初为何选择创业这条路? 高阳(以下简称高):高中时我被定义成了问题学生,高三那年我很迷惘:大家都说高考重要,可高考之后的人生是 ...
分类:
其他好文 时间:
2019-12-26 12:49:48
阅读次数:
67
题目:https://nanti.jisuanke.com/t/41420 思路:01背包方案 当a(a∈S′)为最小值 如果Sum(S′)?a≤Sum(S?S′)成立 那么(?t∈S′,Sum(S′)?t≤Sum(S?S′))恒成立 从大到小排序即当前a[i]为已选石头中的最小值 #include ...
分类:
其他好文 时间:
2019-12-24 13:58:10
阅读次数:
64
题目链接:https://leetcode.com/problems/divisor-game/ 题意:Alice和Bob玩一个游戏,Alice先开始。最初,黑板上有一个数字N。每一轮,选手首先需要选择一个数x(0<x<N且N%x==0),并将黑板上的数字N替换成N-x。如果哪个选手无法继续操作,则 ...
分类:
其他好文 时间:
2019-12-23 17:17:06
阅读次数:
74
Final project proposal192-00701 – Summary of your project.It is based on an existing game which is called “league of dodging”.And the main idea of the ...
分类:
其他好文 时间:
2019-12-22 20:08:32
阅读次数:
77
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
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
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