码迷,mamicode.com
首页 >  
搜索关键字:sea    ( 3752个结果
Radar Installation
Description Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating in the sea side. And any radar installation, loc...
分类:其他好文   时间:2015-08-13 23:40:52    阅读次数:295
seajs 源码阅读笔记
代码概览src目录文件列表如下:代码以模块化的方式来组织,构建的时候会合并为一个js文件(sea.js 或 sea-debug.js),其中,intro.js和 outro.js 分别是这个js文件的头部和尾部。如果习惯看一个文件的代码,可以直接阅读dist目录下的 sea-debug.js , 这...
分类:Web程序   时间:2015-08-11 21:22:31    阅读次数:198
ACM雷达安放问题
DescriptionAssume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating ...
分类:其他好文   时间:2015-08-09 22:19:29    阅读次数:163
poj 1328Radar Installation
Description Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating in the sea side. And any radar installation,...
分类:其他好文   时间:2015-08-09 20:48:37    阅读次数:167
Radar Installation
DescriptionAssume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating ...
分类:其他好文   时间:2015-08-09 20:28:33    阅读次数:120
装雷达
Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating in the sea ...
分类:其他好文   时间:2015-08-09 20:19:20    阅读次数:114
模块化开发,SeaJS简单总结
seajs是一个遵循CommonJS规范的JavaScript模块加载框架。在 Sea.js 中,所有 JavaScript 模块都遵循 CMD模块定义规范。该规范明确了模块的基本书写格式和基本交互规则。在 CMD 规范中,一个模块就是一个文件。代码的书写格式如下:define(factory);S...
分类:Web程序   时间:2015-08-09 13:57:34    阅读次数:167
js模块化开发
一、什么是模块化?模块化是指解决一个复杂的问题时自顶向下把系统划分成若干模块的过程,有多种属性,分别反映其内部特性。二、为什么要模块化(模块化的好处)?1.更好地分离 如果要加载多个就得就得放置多个script标签,如果是加载模块的话,如seaJS,就只需加载一个sea.js即可,这样对于HTML....
分类:Web程序   时间:2015-08-08 12:00:05    阅读次数:135
B. Sea and Islands
题目链接 题意: n*n的里面全是S的方格中,填充L,若填充的L上下左右都没有相邻的L则是一个快,问题是能否形成k个块 n可以去奇数也可以去偶数 只要我们输出满足条件的一个结果就好了 对于从0 - n-1的矩阵下标,横纵坐标之和对于上面的两个图 画下划线的是符合条件的块,并且每个块只含有一个L 只需...
分类:其他好文   时间:2015-08-07 23:51:16    阅读次数:177
UVALive - 2519 Radar Installation 解题心得
原题:DescriptionAssume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locati...
分类:其他好文   时间:2015-08-07 22:03:08    阅读次数:135
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!