POJ - 1797 这题求:1到n的路径中,边权最小的定义是min,求出min的最大值) ...
分类:
其他好文 时间:
2018-05-31 02:36:57
阅读次数:
132
Description In this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequence of n distinct integers by swapping ...
分类:
编程语言 时间:
2018-05-23 22:17:05
阅读次数:
196
1 //改版dijkstra 2 #include 3 #include 4 5 #define Faster ios::sync_with_stdio(false),cin.tie(0) 6 #define Read freopen("in.txt","r",stdin),freopen("out... ...
分类:
其他好文 时间:
2018-05-10 11:24:24
阅读次数:
169
原文:https://yq.aliyun.com/ziliao/142086 mysql安装成功后有几个默认的配置模板,列表如下:my-huge.cnf : 用于高端产品服务器,包括1到2GB RAM,主要运行mysqlmy-innodb-heavy-4G.ini : 用于只有innodb的安装,最 ...
分类:
数据库 时间:
2018-05-08 16:32:28
阅读次数:
255
BaoBao has just found a strange sequence {<, >, <, >, , <, >} of length in his pocket. As you can see, each element <, > in the sequence is an ordered ...
分类:
移动开发 时间:
2018-05-08 14:37:31
阅读次数:
571
my-innodb-heavy-4G.cnf配置文件注解
分类:
数据库 时间:
2018-05-06 12:15:42
阅读次数:
165
参考: "[P4 dev] swapping p4 program using load_new_config and swap_configs commands" BMv2 运行时切换P4程序 相关演示demo: "demo" 1.在运行simple_switch时加入 参数: 2.启动运行时CL ...
分类:
其他好文 时间:
2018-04-29 18:42:12
阅读次数:
172
You are given an array of size N. How many distinct arrays can you generate by swapping two numbers for exactly once? The two selected numbers can be ...
分类:
其他好文 时间:
2018-04-20 22:13:40
阅读次数:
211
Linux divides its physical RAM (random access memory) into chucks of memory called pages. Swapping is the process whereby a page of memory is copied t ...
分类:
其他好文 时间:
2018-04-20 18:50:33
阅读次数:
174
题目链接: https://vjudge.net/problem/POJ-2263 题目大意: 有n个城市,m条连接两个城市的道路,每条道路有自己的最大复载量。现在问从城市a到城市b,车上的最大载重能为多少。 思路: 这里求的不是最短路,求的是最大容量路,意思就是每条路的最小边就是这条路的容量值,要 ...
分类:
其他好文 时间:
2018-04-07 14:53:45
阅读次数:
205