摘要:
目录 Communication-Efficient Learning of Deep Networks from Decentralized Data Privacy-Preserving Deep Learning SplitFed: When Federated Learning Meets 阅读全文
摘要:
学姐改好的,存一下以便以后用。主要用于训练到最后看不清末端的差异,放大局部的。 import random import csv import matplotlib.pyplot as plt from matplotlib.patches import ConnectionPatch import 阅读全文
摘要:
据说isap比dinic快。 参考:https://www.cnblogs.com/owenyu/p/6852664.html 我太懒了 #include <iostream> #include <cstdio> #include <queue> #include <cstring> #define 阅读全文
摘要:
以前一直偷懒用的封装好的或者py。。。 现在依旧很懒Orz 有高精加,高精减,高精乘低精,高精除低精,比大小,输入输出 cpp struct Big{ int s[10005];int len; Big(){memset(s,0,sizeof s);len=0;} void input() { sc 阅读全文
摘要:
高精,Stein 阅读全文
摘要:
今天写了一下AC自动机的板子,然后TLE了一个点,就很迷 和之前写过的比较了一下发现一个定义的数组是 一个是 因为AC自动机访问的时候是这个样子的 cpp for(int i=0;i 阅读全文
摘要:
定义数组 还是很快的 阅读全文
摘要:
割点模板 为什么我一直没有写。。。 阅读全文
摘要:
$tarjan$缩点+$DAG$上最长路。 求一个以$1$为起点的最长路和一个以$1$为终点的最长路,然后找那个逆行边就行了。 然后这个我$RE$了好久,原因是$vector$的$size()$ $return$的是一个$unsigned\ int$值,如果直接$size() 1$,会让显示的值变成 阅读全文
摘要:
我太弱了。。。 单调队列优化DP+二分答案。 cpp include include include include include include include include include include include include define fo(i,j,k) for(int i= 阅读全文