摘要:
动态加点KM这个KM模型已经比较常见了: http://blog.csdn.net/cyxhahaha/article/details/44657619构图:X 侧点为对菜品的需求,Y 侧点为厨师对菜品的供应如果让 i 厨师在倒数第 t 次制作菜品 j,花费时间为 cost(i,j)... 阅读全文
摘要:
这题很有意思哦~以最小的非零系数为模数,记为 M如果存在 W 使方程有解,W 与 W’ 在模意义下同余并且 W #include #include #include #include #include #include #include #include #include #incl... 阅读全文
摘要:
1.非void类型的函数没有返回值[Dev-C++开启“编译警告”可以防止此问题]2.hash数组使用之前没有清零3.字符串hash时,hash值存在04.平衡树的Rotate函数,先pushdown儿子后pushdown父亲。5.连接双向边时,空间没有开边数的两倍。continui... 阅读全文
摘要:
最小割,差异代价模型。#include #include #include #include #include #include const int maxn = 105, maxm = 105;const int noden = 10005, size = 4e5+5;const ... 阅读全文