1. 问题描述 You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint sto ...
分类:
其他好文 时间:
2016-08-19 00:54:20
阅读次数:
144
iperf是一个很好的网络流量测试工具,最近想在工具里面集成iperf最新的版本iperf3,希望借助iperf3测试以太网口的吞吐量,客户要求测试双工模式下吞吐量,可是,整了一圈,原来iperf3并不支持双工模式测试,iperf2是指支持的。 官方原文是这么说的: Not planning to ...
分类:
其他好文 时间:
2016-08-15 10:05:36
阅读次数:
261
一、题目 You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stoppi ...
分类:
其他好文 时间:
2016-08-13 21:05:26
阅读次数:
133
bzoj4093: [Usaco2013 Dec]Vacation Planning Description Bovinia设计了连接N (1 < = N < = 20,000)个农场的航班。对于任何航班,指定了其中的k个农场作为枢纽。 (1 < = K <= 200 , K < = N)。 目前, ...
分类:
其他好文 时间:
2016-08-11 22:33:28
阅读次数:
186
Network Time Limit: 1000MS Description Andrew is working as system administrator and is planning to establish a new network in his company. There will ...
分类:
Web程序 时间:
2016-08-02 13:42:04
阅读次数:
219
You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping yo ...
分类:
其他好文 时间:
2016-08-01 15:32:49
阅读次数:
123
中文: 今天的工作状态,规划未来一段时间内必须完成的事情 待完成功能:(本周完成,不包括modbus传感器,完成之后就不管了) 1.传感器识别功能框架: 根据四个上拉电阻自动识别工作模式:数字型传感器、模拟形传感器、modebus式传感器 2.类似于红外的FD把STM32远程升级功能实现(思考实现方 ...
分类:
其他好文 时间:
2016-07-19 23:52:12
阅读次数:
331
Problem Description Mr. B, Mr. G, Mr. M and their coach Professor S are planning their way to Warsaw for the ACM-ICPC World Finals. Each of the four h ...
分类:
其他好文 时间:
2016-07-15 23:55:14
阅读次数:
357
Problem A Problem Description Mr. B, Mr. G, Mr. M and their coach Professor S are planning their way to Warsaw for the ACM-ICPC World Finals. Each of ...
分类:
其他好文 时间:
2016-07-15 17:14:22
阅读次数:
170
还是使用动态规划(Dynamic Planning) 问题描述: 背包问题 设有n种物品,每种物品有一个重量及一个价值。但每种物品的数量是无限的,同时有一个背包,最大载重量为K,今从n种物品中选取若干件(同一种物品可以多次选取),使其重量的和小于等于K,而价值的和为最大。 输入数据: 第一行两个数: ...
分类:
其他好文 时间:
2016-07-13 13:28:48
阅读次数:
162