-
[置顶]小程序引擎(开源小程序引擎)
本文目录一览:1、做一个小程序需要具备什么技术?2、企业是否需要制作小程序?怎么做企业小程序?3、taro 怎么集成 android sdk?4、百度小程序有什么特点?5、qq小程序基础引擎加载失败怎...
-
POJ 1502 MPI Maelstrom——dijkstra
POJ 1502 MPI Maelstrom——dijkstra这题是个很简单的dijkstra模板题,但是题目很长,不好理解,这里只说一下题意:以矩阵下三角的形式给出一张图(无自环, x表示边不存在...
-
POJ 3660 Cow Contest——flody求传递闭包
POJ 3660 Cow Contest——flody求传递闭包题意:有n个牛, 他们之间有m个优劣关系, 求有多少个牛的优劣关系完全确定思路:求出传递闭包后判断每个牛是否和其他所有牛都有关系,是的话...
-
POJ 1860 Currency Exchange——spfa判正环
POJ 1860 Currency Exchange——spfa判正环dis初始化为0,dis[S] = V, 松弛操作为if (dis [u] V#include #include #inclu...
-
POJ 3259 Wormholes——spfa判负环
POJ 3259 Wormholes——spfa判负环注意不要把正边覆盖!#include #include #include #include #include #include using nam...
-
POJ 3268 Silver Cow Party——dijkstra
POJ 3268 Silver Cow Party——dijkstra正向反向见图,然后两遍dijkstra#include #include #include #include #include #...
-
UVA 11136 Hoax or what——multiset
UVA 11136 Hoax or what——multiset#include #include #include #include #include using namespace std;int...
-
UVA 11461 Square Numbers——前缀和水题
UVA 11461 Square Numbers——前缀和水题#include #include #include #include using namespace std;const int max...
-
UVALive 7147 World Cup ——思维题
UVALive 7147 World Cup ——思维题In normal football games, the winner team gets 3 points, loser team gets...
-
UVA Live 7146 Defeat the Enemy——STL
UVA Live 7146 Defeat the Enemy——STLLong long ago there is a strong tribe living on the earth. They a...
-
POJ 2299 Ultra-QuickSort——离散化+线段树求逆序数
POJ 2299 Ultra-QuickSort——离散化+线段树求逆序数注意求最终结果时用longlong#include #include #include #include #include u...

