码迷,mamicode.com
首页 >  
搜索关键字:AI    ( 6035个结果
Leetcode:Container With Most Water
戳我去解题Givennnon-negative integersa1,a2, ...,an, where each represents a point at coordinate (i,ai).nvertical lines are drawn such that the two endpoint...
分类:其他好文   时间:2014-07-22 23:09:34    阅读次数:337
ntpd (linux时间同步)
开发板使用ntpdate 进行网络时间同步 用法 ntpdate ip 出现如下错误 ntpdate -u ipError resolving ai_socktype: Servname not supported for ai_socktype (-8) 1 Jan 01:44:12 ntpda....
分类:系统相关   时间:2014-04-29 23:36:24    阅读次数:1440
Leetcode:Container with most water 最大蓄水量
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i, 0). Fin...
分类:其他好文   时间:2014-04-29 13:15:21    阅读次数:415
福州大学第十一届程序设计竞赛菜鸟的题解
Problem 2167 大王叫我来巡山呐 比赛的第二题 呵呵 Problem 2168 防守阵地 I 比赛时看懂第一题 大了下草稿 马上切了它 假设当前x=(ai)*1+(ai+1)*2+(ai+2)*3+''''+(aj)*m 下一次是(ai+1)*1+(ai+2)*2+(ai+3)*3+''''+(aj+1)*m = (ai)*1+(ai+1)*2+(ai+2)*3+''''+(a...
分类:其他好文   时间:2014-04-27 21:46:59    阅读次数:224
poj 2947 Widget Factory(模7环上的高斯消元)
http://poj.org/problem?id=2947 大致题意: 有n种装饰物,m个已知条件,每个已知条件的描述如下: p start end a1,a2......ap (1 第一行表示从星期start到星期end一共生产了p件装饰物(工作的天数为end-start+1+7*x,加7*x是因为它可能生产很多周),第二行表示这p件装饰物的种类(可能出现相同的种类,即ai=aj)。...
分类:其他好文   时间:2014-04-27 21:12:04    阅读次数:339
6035条   上一页 1 ... 602 603 604
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!