自信棉花糖

文章
8
资源
0
加入时间
3年2月3天

POJ-3278 抓住这头牛

广搜解决。广搜搜出最短路,直接输出返回就行了。每个点只搜一次,而且界限进行一次判断。else 语句里面不要用if    else if,这样的话就直走一条路了。#include <iostream>#include <queue>#include <cstring>using namespace std;const int MaxN=1...

关于keras可视化pydot和GraphViz的解决方法

https://zhuanlan.zhihu.com/p/32007274 评论区pydot已经停止开发了,python3.5以上已经用不起来了。对策是:pip uninstall pydotpip install pydotplus然后找到keras里面的utils\vis_utils.py,把里面的pydot的都替换成pydotplus。############################################################################

Linux nf_conntrack连接跟踪的实现

分类: Linux Kernel/网络协议栈(13) 连接跟踪,顾名思义,就是识别一个连接上双方向的数据包,同时记录状态。下面看一下它的数据结构:struct nf_conn {        /* Usage count in here is 1 for hash table/destruct timer, 1 per skb, plus 1 for any co

java读取excel中的数据并保存

今天给大家介绍一下再java中怎么获取excel表格中的数据前端上传文件:<div class="tabCon"> <div style="text-align: center;margin-top: 20%"> <span class="btn-upload form-group"> <label id=&quo