码迷,mamicode.com
首页 >  
搜索关键字:air    ( 2190个结果
hiho1249 Xiongnu's Land
题目链接:http://hihocoder.com/problemset/problem/1249 题目大意:有一个大正方形里面有好多不重叠的小矩形,怎么找出一条竖线分割这个正方形,使得两边的矩形面积尽量相等并且正方形左边的面积比右边大 思路:做两次二分就好了 ...
分类:其他好文   时间:2016-11-08 00:52:31    阅读次数:234
Java Web EL JSTL的用法
1.导入包 fastjson-1.2.2.jar 2.JSP文件加入 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> 3.用法 ...
分类:编程语言   时间:2016-11-06 19:40:12    阅读次数:198
Gym 100548A Built with Qinghuai and Ari Factor (水题)
题意:给定 n 个数,问是不是全是3的倍数。 析:略。 代码如下: ...
分类:其他好文   时间:2016-11-06 17:04:45    阅读次数:256
【CF652C】Foe Pairs(线性扫描)
题意:给你1-n的一个排列和m组数对,问有多少区间不包含任意一个数对。 (1?≤?n,?m?≤?3·105) 思路:数据范围过大,不能用容斥原理 f[i]表示以位置i上的数为左端点,右端点最小到哪里 不包含=总数-包含即可 ...
分类:其他好文   时间:2016-11-05 22:40:22    阅读次数:272
ArrayBlockingQueue
1 1 ...
分类:其他好文   时间:2016-11-05 12:17:56    阅读次数:191
Clock Pictures
Clock Pictures 题目描述 You have two pictures of an unusual kind of clock. The clock has n hands, each having the same length and no kind of marking whats ...
分类:其他好文   时间:2016-11-05 00:01:23    阅读次数:319
动态给div中新增html
小颖最近接触的项目中用到了 innerHTML 所以小颖今天就自己做了个demo,当当当当代码请看下方: 页面效果: html: css: js代码: ...
分类:Web程序   时间:2016-11-01 18:54:24    阅读次数:263
CSS
引入 <link rel=”stylesheet” type=”text/css” href="style.css"/> <style type="text/css">@import "style.css"</style>文字属性 属性名称 属性值 说明font-style normal 正常显示 ...
分类:Web程序   时间:2016-11-01 01:13:24    阅读次数:239
Interpolation in MATLAB
Interpolation function in Matlab, spline method ...
分类:其他好文   时间:2016-10-30 13:37:59    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!