码迷,mamicode.com
首页 >  
搜索关键字:station    ( 711个结果
Polymer station post insulator
Polymerstationpostinsulatorisonemainkindofpolymerinsulatorsusedinsubstationandstationwiththeswitchintransmissiontheelectricityprocess.ThefeaturesofPolymerstationpostinsulator1.Conventionaldesignsolidcoreinsulator2.Siliconeshedhousingisinjectionmoldedontoand..
分类:其他好文   时间:2015-02-05 07:14:32    阅读次数:142
leetcode——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 costs cost[i] of gas to travel from statio...
分类:其他好文   时间:2015-02-04 14:44:57    阅读次数:166
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 costs cost[i] of gas to travel from station i to ...
分类:其他好文   时间:2015-02-04 14:41:47    阅读次数:134
storm集群和zookeeper集群的部署过程
本次实验的环境为VM station 10 安装三个虚拟机,系统为centOS6.5。IP分别如下图。如下图,三个虚拟机均安装了Java1.7以及配置好了hosts文件。接着是下载zookeeper-3.4.6(这里推荐使用此版本),进入conf目录下,将zoo_sample.cfg复制成zoo.c...
分类:其他好文   时间:2015-02-02 21:17:24    阅读次数:191
[LeetCode] Gas Station 加油站问题
There areNgas stations along a circular route, where the amount of gas at stationiisgas[i].You have a car with an unlimited gas tank and it costscost[...
分类:其他好文   时间:2015-02-02 09:30:30    阅读次数:141
hdu 2112
本来是拿来复习一下map的,没想搞了半天,一直wa,最后发现预处理没有处理到所有的点就是个最短路Sample Input6xiasha westlakexiasha station 60xiasha ShoppingCenterofHangZhou 30station westlake 20Shop...
分类:其他好文   时间:2015-02-01 17:39:10    阅读次数:179
poj2031--Building a Space Station
题意:给你n个球 坐标 半径。球若相互覆盖或接触就算相连 让你求出最小的长度使得从任意一球出发能到达任意球; 思路:最小生成树 代码用g++交WA 用c++就A 无语。。。 #include #include #include #include #include #include #include #include #define N 110 #de...
分类:其他好文   时间:2015-01-27 18:33:30    阅读次数:152
6 关于 Oracle NULL栏位和PL./SQL执行实验
今日有针对NULL值有了相关实验. 对NULL 值插入的讨论.1, PL/SQL 中可以执行插入''或者NULL 的操作, 前提是栏位允许为空.2, 可以对NULL进行一系列数据库运算. 如: SELECTROUND(TO_NUMBER(MAX(A.IN_STATION_TIME)-SYSDATE)...
分类:数据库   时间:2015-01-27 00:12:24    阅读次数:239
poj 1363 Rails (【栈的应用】 刘汝佳的写法 *学习)
RailsTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 25964Accepted: 10199DescriptionThere is a famous railway station in PopPush City. Countr...
分类:其他好文   时间:2015-01-26 22:23:49    阅读次数:184
Leetcode# 134 Gas station
原题地址非常经典的一道题。可以转换成求最大连续和做,但是有更简单的方法。基于一个数学定理:如果一个数组的总和非负,那么一定可以找到一个起始位置,从他开始绕数组一圈,累加和一直都是非负的(证明貌似不难,以后有时间再补)有了这个定理,判断到底是否存在这样的解非常容易,只需要把全部的油耗情况计算出来看看是...
分类:其他好文   时间:2015-01-25 18:05:12    阅读次数:141
711条   上一页 1 ... 57 58 59 60 61 ... 72 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!