传送门:http://www.lydsy.com/JudgeOnline/problem.php?id=1614 做法:二分答案 首先附上让我找了两天错的代码 #include<queue> #include<iostream> #include<cstdio> #include<cstring> ...
分类:
其他好文 时间:
2016-11-10 01:41:19
阅读次数:
202
沉迷于刷水 以前的那个二分写法过不了QAQ 换了一种好像大家都比较常用的二分。原因还不是很清楚。 【题目大意】 给出一张图,可以将其中k条边的边权减为0,求1到n的路径中最长边的最小值。 【思路】 二分答案,即最长边的最小值x。对于每次check(x),我们将边权大于x的边设为1,边权小于等于x的边 ...
分类:
其他好文 时间:
2016-10-27 01:03:16
阅读次数:
191
http://dtrace.org/blogs/rm/2016/09/15/turtles-on-the-wire-understanding-how-the-os-uses-the-modern-nic/ Turtles on the Wire: Understanding how the OS ...
分类:
其他好文 时间:
2016-10-17 23:21:25
阅读次数:
232
手机端适配: <meta name="format-detection" content="telephone=no"> 当HTML网页在手机端呈现的时候,禁止对电话号码点击拨号。 <meta name="viewport" content="width=device-width, initial- ...
分类:
其他好文 时间:
2016-09-30 02:38:42
阅读次数:
145
487-3279 Time Limit: 2000MS Memory Limit: 65536KB Problem Description Businesses like to have memorable telephone numbers. One way to make a telephone ...
分类:
编程语言 时间:
2016-09-28 16:26:11
阅读次数:
183
Description Businesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or ...
分类:
编程语言 时间:
2016-09-24 21:34:33
阅读次数:
290
Network Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 12551 Accepted: 5771 Description A Telephone Line Company (TLC) is establishing a n ...
分类:
其他好文 时间:
2016-09-16 21:01:07
阅读次数:
173
If you ever need to write a low-level network application, it may be necessary to handle the low-level data transmission over the wire between two mac ...
分类:
编程语言 时间:
2016-09-16 01:33:06
阅读次数:
225
http://www.chipkin.com/rs485-cables-why-you-need-3-wires-for-2-two-wire-rs485/ RS485 needs 3 conductors and a shield. Many people say its a two wire n ...
分类:
其他好文 时间:
2016-09-12 19:05:07
阅读次数:
269
float型变量赋值时需加f,否则默认是double类型 类的实例化 Telephone phone=new Telephone(); 局部变量:定义在方法中,只能本方法用 全局变量:定义在类中,本类中方法可用,其它有关系的类也可以使用 JAVA中会给全局变量初始值,不会给局部变量初始值。即定义变量 ...
分类:
其他好文 时间:
2016-09-07 14:22:36
阅读次数:
125