题面在这里 题解见注释 (强行优化成 O(N)) ...
分类:
其他好文 时间:
2018-07-06 20:21:28
阅读次数:
164
转自:http://www.gameres.com/812566.html 公式会完全还原原著的设计模式,比如伤害实际计算会有各种方面可能存在的加成,这些加成会都保留,所有看起来有的公式可能会稍长。在写出原公式之后,会花点文字解析并最后做个简单的总结。基本上优先从能用可参考的入手,希望大家喜欢。整体 ...
分类:
其他好文 时间:
2018-07-06 14:14:28
阅读次数:
139
今天写了一个pickle.py的文件练习pickle模块,代码如下: 然后执行代码后就这个样子: 这个报错是说pickle这个模块没有dump属性,这个报错的原因是应为自己练习的pickle的文件名pickle.py和标准库pickle命名冲突了,需要修改掉自己写的文件名 2018-07-05 20 ...
分类:
其他好文 时间:
2018-07-05 23:23:59
阅读次数:
134
Multiply game Tired of playing computer games, alpc23 is planning to play a game on numbers. Because plus and subtraction is too easy for this gay, he ...
分类:
其他好文 时间:
2018-07-04 22:42:54
阅读次数:
164
9.4/9.5 sedsed工具和awk工具就能把替换的文本输出到屏幕上,功能丰富。都是流式编辑器,是针对文档的行来操作的。打印某行sed命令格式为:sed -n 'n'p filename,单引号内的n是一个数字,表示第几行。-n选项的作用是只显示我们要打印的行。示例命令如下:test11:x:1001:1002::/home/test11:/bin/bash
[root@bog
分类:
其他好文 时间:
2018-07-04 11:36:13
阅读次数:
177
介绍三种icon字体图标的方法 先选择想要使用的图标,加入购物车后添加到项目http://www.iconfont.cn/ Unicode方式 选择Unicode 生成并复制红框中的代码,然后在HTML中添加style,或者加入到CSS中,并将图标对应的Unicode码添加到相应的标签元素中,当然别 ...
分类:
其他好文 时间:
2018-07-04 01:19:39
阅读次数:
209
開發遊戲時,一定被時時提醒要減少 Draw Call,當然UNITY也不例外,打開Game Window裡的 Stats,可以看到 Draw Call 與 Batched 的數字。但到底甚麼是 Draw Call?影響的效能是來自 CPU?還是 GPU?讓 UnityIN 一次告訴你。 首先,讓我們 ...
分类:
编程语言 时间:
2018-07-03 20:02:57
阅读次数:
132
题目链接 "CSU1911" 题解 FWT模板题 cpp include include include include include include include include include define LL long long int define REP(i,n) for (int ...
分类:
其他好文 时间:
2018-07-03 11:59:12
阅读次数:
216
Let's play the minesweeper game (Wikipedia, online game)! You are given a 2D char matrix representing the game board. 'M' represents an unrevealed min ...
分类:
其他好文 时间:
2018-07-03 11:32:36
阅读次数:
254
网址:https://github.com/ScutGame/Scut/wiki 优点:免费,教程多,又有Demo 贼好 【服务器框架层次结构图解】 (好厉害~) 【一、配置好 IIS Web 服务器】 1. 打开 控制面板 -> 程序和功能 -> 打开或关闭Windows功能: 把 Interne ...
分类:
其他好文 时间:
2018-07-02 23:04:58
阅读次数:
200