码迷,mamicode.com
首页 >  
搜索关键字:station    ( 711个结果
一个表中的两列与另一个表的一列关联的结果显示
station表 列名: stationId 站点编号 stationlon 站点经度 stationlat 站点纬度 record表 列名: recorkId 记录编号 stationGoId 借出站点编号 stationBackId 归还站点编号 查询结果显示列: stationGoId 借出站 ...
分类:其他好文   时间:2016-04-15 20:21:47    阅读次数:191
[2016-04-14][POJ][203][Building a Space Station]
时间:2016-04-14 21:43:30 星期四 题目编号:[2016-04-14][POJ][203][Building a Space Station] 题目大意:给定n个球体,每个球体可能重合,可能包含,可能分离,问把每个球体连接起来(重合和包含看做已经连接),至少需要多长的路 分析:最小... ...
分类:其他好文   时间:2016-04-14 22:12:52    阅读次数:224
Nyoj Fire Station
描述A city is served by a number of fire stations. Some residents have complained that the distance from their houses to the nearest station is too far, ...
分类:其他好文   时间:2016-04-08 14:40:26    阅读次数:157
[LeetCode]题解(python):134-Gas Station
题目来源: https://leetcode.com/problems/gas-station/ 题意分析: 在一个圈子路线里面有N个汽油站,i站的汽油有gas[i]汽油。现在有一辆无限容量的车,它从i站开到(i+1)需要耗费cost[i]汽油。如果这辆车可以走完这个圈,那么返回这个车的起点,否者返 ...
分类:编程语言   时间:2016-04-05 15:34:21    阅读次数:207
杭电1022Train Problem I
地址:http://acm.hdu.edu.cn/showproblem.php?pid=1022 题目: Problem Description As the new term comes, the Ignatius Train Station is very busy nowadays. A l ...
分类:其他好文   时间:2016-04-04 16:35:43    阅读次数:284
抓握手包
-0参数是发起deauth攻击.10 是次数可以调节 -a 即第一条shell中BSSID.下面的AP路由器MAC地址 -c 即STATION下客户机的MAC地址(这条为可选项) -w 选择字典 mobi-01.cap 即抓到的握手包 ...
分类:其他好文   时间:2016-03-30 00:07:30    阅读次数:181
[软工]大作业答疑(三)
1. If a train leave from the central station from 9.00, and it should arrive at the destination at 10.00, since "only one train is assigned to a parti ...
分类:其他好文   时间:2016-03-27 11:10:57    阅读次数:160
lintcode-medium-Gas Station
There are N gas stations along a circular route, where the amount of gas at station i is gas[i]. You have a car with an unlimited gas tank and it cost
分类:其他好文   时间:2016-03-21 09:25:21    阅读次数:154
Requests库的几种请求 - 通过API操作Github
本文内容来源:https://www.dataquest.io/mission/117/working-with-apis 本文的数据来源:https://en.wikipedia.org/wiki/International_Space_Station 本文摘要:通过requests库和githu...
分类:Windows程序   时间:2016-03-04 22:29:47    阅读次数:1234
HDU 1572 (DFS)
#include<stdio.h> #include<string.h> #define maxn 33 int n,k,a,mini,RK; int mapp[maxn][maxn],w[maxn]; void dfs(int station,int coun,int dis){ if(coun=
分类:其他好文   时间:2016-02-28 18:33:47    阅读次数:158
711条   上一页 1 ... 43 44 45 46 47 ... 72 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!