1、创建表CREATE TABLE `gas` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`oil` VARCHAR(100) NULL DEFAULT NULL,
`district` VARCHAR(100) NULL DEFAULT NULL,
`price` DOUBLE NULL DEFAULT '0',
PRIMARY KEY (`id`...
分类:
数据库 时间:
2015-07-12 19:00:42
阅读次数:
171
题意:有m个海上基站,n个港湾,现在有n只船在n个基站里,基站与基站之间有通讯的船才可以走这条路,告诉基站之间的距离,基站与港湾的距离,现在船要回到港湾,一个港湾只能停靠一只船,而且一旦进去就不能出来了,求所有船都回到港湾要走的最短距离之和。
思路:先用最短路求出每个船的起始点到每个港湾的最短距离,并且连边,然后求二分图的最小权匹配,用KM算法。费用流也可以做,但我姿势不够优美超时了。。。...
分类:
其他好文 时间:
2015-07-10 19:10:43
阅读次数:
122
Mobile phones
Time Limit: 5000MS
Memory Limit: 65536K
Total Submissions: 16320
Accepted: 7502
Description
Suppose that the fourth generation mobile phone base station...
分类:
编程语言 时间:
2015-07-09 09:49:53
阅读次数:
173
原文 I arrived in London at last. The railway station was big, black and dark. I did not know the way to my hotel, so I asked a porter. I not only spoke English very carefully, but very clearly as ...
分类:
其他好文 时间:
2015-07-08 14:58:24
阅读次数:
108
Mining Station on the Sea
Time Limit: 5000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 2572 Accepted Submission(s): 775
Problem Description
T...
分类:
其他好文 时间:
2015-07-08 09:36:39
阅读次数:
134
作者:郭嘉
邮箱:allenwells@163.com
博客:http://blog.csdn.net/allenwells
github:https://github.com/AllenWellAndroid平台的ARM汇编是GNU ARM汇编格式,使用的汇编器是GAS(GNU Assembler),GAS有自己的一套语法结构。详细的内容可以查阅GAS语法结构官方手册。我们先来看一个完整的A...
分类:
移动开发 时间:
2015-07-06 17:56:23
阅读次数:
225
App store要求上架的app必须支持arm64.而手中的ffmpeg还不支持arm64, 百度下ffmpeg支持arm64方法,网上有很多资料.其中一篇是使用脚本自动编译实现的.本文就是使用它的.FFmpeg-iOS-build-script脚本需依赖gas-preprocessor.pl.F...
分类:
其他好文 时间:
2015-07-01 13:55:24
阅读次数:
230
1011: Rails
Time Limit: 1000 Sec Memory Limit:
64 MB
Submit: 11 Solved: 6
[Submit][Status][Web Board]
Description
There is a famous railway station in PopPush City. Country there is incredib...
分类:
其他好文 时间:
2015-06-30 22:05:31
阅读次数:
132
题目连接http://acm.hdu.edu.cn/showproblem.php?pid=2645find the nearest stationDescriptionSince dandelion has left the hometown so long,she finds it's diff...
分类:
其他好文 时间:
2015-06-30 16:15:07
阅读次数:
92