https://www.luogu.org/problem/show?pid=2944 题目描述 Wisconsin has had an earthquake that has struck Farmer John's farm! The earthquake has damaged some o ...
分类:
其他好文 时间:
2017-06-17 12:07:25
阅读次数:
231
学习参考周莫烦的视频。 Variable:主要是用于训练变量之类的。比如我们经常使用的网络权重,偏置。 值得注意的是Variable在声明是必须赋予初始值。在训练过程中该值很可能会进行不断的加减操作变化。 placeholder:也是用于存储数据,但是主要用于feed_dict的配合,接收输入数据用 ...
分类:
其他好文 时间:
2017-06-17 00:07:26
阅读次数:
521
返回顶部 当PC网站页面很长的时候,这个时候,往往会添加一个按钮,点击之后,返回顶部 类似这样的 <span id="jump-top"><a href="#top"><img src="images/jump-top.png" /></a></span> $(document).ready(fun ...
分类:
其他好文 时间:
2017-06-16 21:06:53
阅读次数:
126
弃坑LOL后,无聊的时候玩玩 war3的RPG地图,巨魔与精灵. 玩了一段时间精灵....然后玩魔结果总是找不到人.所以就有了这个想法. 代码纯粹靠搬运. 说下原理,网上有份代码,可以查看当前选中目标的信息和单位地址, 根据观察发现每个地址相隔固定长度. 那么选中玩家列表里面最上面的单位, 然后再遍 ...
分类:
其他好文 时间:
2017-06-16 20:22:04
阅读次数:
139
mCaster.PlayAnim(ANIMID.ASTD); No overload for method 'PlayAnim' takes '1' arguments PlayAnim()内有两个参数,而代码里只传了一个参数 参数个数不对 ...
You are playing the following Nim Game with your friend: There is a heap of stones on the table, each time one of you take turns to remove 1 to 3 ston ...
分类:
其他好文 时间:
2017-06-16 10:22:18
阅读次数:
224
1. 解决了echarts的展现 2. 解决了echarts全屏幕展现(width:100%;height:100%;) 3. 解决了向接口取数据问题 接口数据的格式 备注,供以后参考和使用 ...
分类:
Web程序 时间:
2017-06-14 11:42:36
阅读次数:
246
292. Nim Game 题目: You are playing the following Nim Game with your friend: There is a heap of stones on the table, each time one of you take turns to ...
分类:
编程语言 时间:
2017-06-13 19:47:56
阅读次数:
185
一、常用链接: 1.Python官网:https://www.python.org/2.各种库的whl离线安装包:http://www.lfd.uci.edu/~gohlke/pythonlibs/#scikit-learn 一、常用链接: 3.数据分析常用库的离线安装包(pip+wheels)(百 ...
分类:
编程语言 时间:
2017-06-13 12:47:12
阅读次数:
240