码迷,mamicode.com
首页 >  
搜索关键字:games    ( 631个结果
Python基础介绍
Python开发 开发语言 高级语言:Python,Java,PHP,C#,go..... ==》字符码 低级语言:C,汇编 ==》机器码 语言之间的对比 Python Java:既可以写网页,也可以做后台 —Python执行效率低,开发效率高。 Python种类 JPython IronPytho ...
分类:编程语言   时间:2018-08-19 10:52:15    阅读次数:150
poj-3009 curling2.0(搜索)
Curling 2.0 Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 26408 Accepted: 10546 Description On Planet MM-21, after their Olympic games th ...
分类:Web程序   时间:2018-08-19 00:59:22    阅读次数:183
P3147 [USACO16OPEN]262144
题目描述 Bessie likes downloading games to play on her cell phone, even though she doesfind the small touch screen rather cumbersome to use with her large ...
分类:其他好文   时间:2018-08-13 15:57:45    阅读次数:158
【CF446D】DZY Loves Games
题解: 不错的题目 首先要求的黑点个数非常多 比较容易想到矩阵乘法 于是我们可以求出从某个黑点出发到任意一个黑点之间的概率 发现不同出发点带来的变化只有常数项 于是我们可以预处理出从每个方程转移的系数 求完之后我们只需要求它的k-2次幂 当然我们还需要求出起点1到每个黑点的概率(一起求) 代码: ...
分类:其他好文   时间:2018-08-13 14:07:46    阅读次数:218
[POJ3009]Curling2.0
Curling 2.0 Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 26067 Accepted: 10450 Description On Planet MM-21, after their Olympic games th ...
分类:Web程序   时间:2018-08-07 13:57:35    阅读次数:187
poj1463(简单树形dp)
Strategic game Time Limit: 2000MS Memory Limit: 10000K Total Submissions: 9313 Accepted: 4368 Description Bob enjoys playing computer games, especiall ...
分类:其他好文   时间:2018-08-04 19:05:01    阅读次数:168
模仿 AppStore 顶部动画
App Store 顶部动画App Store 中 Games、Apps、Updates 的顶部动画的特点: 自然状态下是大标题,右边有一个 button顶上去时,变成小标题,右边按钮消失导航栏有毛玻璃效果的,可以透过底部的内容自然状态下,点击列表项进入下一级,大标题自动变为返回按钮,并有动画无缝衔... ...
分类:移动开发   时间:2018-08-04 16:16:11    阅读次数:250
P3567 [POI2014]KUR-Couriers
题目描述 Byteasar works for the BAJ company, which sells computer games. The BAJ company cooperates with many courier companies that deliver the games sol ...
分类:其他好文   时间:2018-07-29 13:04:15    阅读次数:184
codeforces 980E The Number Games
题目大意: 题目大意 : 有一棵点数为 n 的数,第 ii 个点的点权是 2i 你需要删掉 k 个点,使得删掉这些点后树依然联通,且剩下的点权之和最大,并输出方案 n,k≤1000000 解题思路 : 该问题可以转化为选取 n?k个点,使得选取的点联通且权值和最大 根据点权是 2i,有选取编号为 x ...
分类:其他好文   时间:2018-07-28 12:14:27    阅读次数:160
HDU - 1054 Strategic Game 树形DP
Bob enjoys playing computer games, especially strategic games, but sometimes he cannot find the solution fast enough and then he is very sad. Now he h ...
分类:其他好文   时间:2018-07-21 14:58:11    阅读次数:145
631条   上一页 1 ... 10 11 12 13 14 ... 64 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!