码迷,mamicode.com
首页 >  
搜索关键字:dangerous    ( 138个结果
Asteroids POJ - 3041 【最小点覆盖集】
Bessie wants to navigate her spaceship through a dangerous asteroid field in the shape of an N x N grid (1 <= N <= 500). The grid contains K asteroids ...
分类:其他好文   时间:2019-10-05 14:45:48    阅读次数:107
Asteroids POJ - 3041 二分图最小点覆盖
Asteroids POJ - 3041 Bessie wants to navigate her spaceship through a dangerous asteroid field in the shape of an N x N grid (1 <= N <= 500). The grid ...
分类:其他好文   时间:2019-10-02 14:30:30    阅读次数:99
lightoj 1027 A Dangerous Maze 期望
设答案为r,cnt为x[i] >=0的个数 那么r = 1/n * (Σx[i](x[i] >= 0) + ∑(r - x[i])(x[i] < 0)) 然后把r移项到一起解方程, 得到r = ∑|x[i]| / cnt,同除gcd。记得特判下x[i]均为负数的情况即可。 ...
分类:其他好文   时间:2019-08-26 00:24:52    阅读次数:73
poj 3041 Asteroids
Description Bessie wants to navigate her spaceship through a dangerous asteroid field in the shape of an N x N grid (1 <= N <= 500). The grid contains ...
分类:其他好文   时间:2019-08-02 22:48:18    阅读次数:116
LightOj 1027 A Dangerous Maze
一个迷宫有n扇门,走第i扇门时间为xi,若xi为正,则走出迷宫,若xi为负,则回到原来位置并忘记已走过的门。问走出迷宫的时间期望,若不能走出迷宫输出inf,否则以分数形式输出p/q。 题目链接 我们设期望为d 则所以对于任意n我们可以直接算出期望 ...
分类:其他好文   时间:2019-07-16 18:49:32    阅读次数:95
【JS】【9】使用jQuery动态加载js文件
正文: 用法: 例子:延迟加载一个js插件,而且在加载完成时执行它 缓存问题:不需要缓存可以在JS地址后面加时间戳,需要全局缓存的话: 参考博客: 1,使用jQuery动态加载js脚本文件的方法 - dangerous_fire的专栏 - CSDN博客https://blog.csdn.net/da ...
分类:Web程序   时间:2019-05-04 15:06:57    阅读次数:178
POJ 3041 Asteroids
http://poj.org/problem?id=3041 Description Bessie wants to navigate her spaceship through a dangerous asteroid field in the shape of an N x N grid (1 ...
分类:其他好文   时间:2019-04-08 13:27:21    阅读次数:131
第8项:避免使用终结方法和清空方法
  终结方法是不可预测的,通常很危险,一般情况下是不必要的(Finalizers are unpredictable, often dangerous, and generally unnecessary.)。使用 终结方法会导致行为不稳定,降低性能,以及可移植性问题。当然,终结 ...
分类:其他好文   时间:2019-04-06 15:30:26    阅读次数:135
CodeForces 1131G. Most Dangerous Shark
题目简述:从左到右依次有$n \leq 10^7$个Domino骨牌,高度为$h_i$,手动推倒他的花费为$c_i$。每个骨牌之间的距离为$1$。一个骨牌可以被向左或者向右推倒。当第$i$个骨牌被推倒时,他会以相同方向推倒与其距离$<h_i$的所有骨牌。求推倒所有骨牌的最小花费。 解:code 令$ ...
分类:其他好文   时间:2019-02-24 18:52:42    阅读次数:232
PAT A1149 Dangerous Goods Packaging (25 分)
When shipping goods with containers, we have to be careful not to pack some incompatible goods into the same container, or we might get ourselves in s ...
分类:其他好文   时间:2019-02-21 14:22:10    阅读次数:217
138条   上一页 1 2 3 4 ... 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!