-
[置顶]小程序引擎(开源小程序引擎)
本文目录一览:1、做一个小程序需要具备什么技术?2、企业是否需要制作小程序?怎么做企业小程序?3、taro 怎么集成 android sdk?4、百度小程序有什么特点?5、qq小程序基础引擎加载失败怎...
-
起飞!anaconda和pip更换为国内镜像
起飞!anaconda和pip更换为国内镜像如果你感觉在你执行conda install或者pip install安装包的时候,很大程序上是因为你使用的默认源导致的,不妨试试清华大学或者中科大提供的国...
-
HDU 5867 Water problem——模拟
HDU 5867 Water problem——模拟#include #include #include #include #include #include using namespace std;...
-
UVA 120 Stacks of Flapjacks ——思路题
UVA 120 Stacks of Flapjacks ——思路题#include #include #include #include using namespace std;int stacks[...
-
UVa 439 Knight Moves——bfs
UVa 439 Knight Moves——bfs#include #include #include #include #include using namespace std;int G[10][...
-
UVa 536 Tree Recovery——树的遍历
UVa 536 Tree Recovery——树的遍历#include #include #include #include #include using namespace std;string a...
-
POJ 1321 棋盘问题——dfs
POJ 1321 棋盘问题——dfs#include #include #include #include using namespace std;char G[10][10];int n, k, a...
-
Uva 12627 Erratic Expansion——递推
Uva 12627 Erratic Expansion——递推注意用long long#include using namespace std;long long c[50];long long df...
-
UVa 10954 Add All ——优先队列
UVa 10954 Add All ——优先队列用优先队列实现Huffman算法#include #include #include #include #include using namespace...
-
UVa 11054 Wine trading in Gergovia——思路题
UVa 11054 Wine trading in Gergovia——思路题注意用long long#include #include #include #include #include usin...
-
UVa 1605 Building for UN ——思路题
UVa 1605 Building for UN ——思路题#include #include using namespace std;const char ans[] = "ABCDEFGHIJKL...

