码迷,mamicode.com
首页 >  
搜索关键字:placed    ( 252个结果
POJ 2411 Mondriaan's Dream
题目链接:http://poj.org/problem?id=2411 状态压缩Dynamic Programming. For each row, at ith position, 1 means that there is a block placed at this row and next ...
分类:其他好文   时间:2017-06-23 23:01:45    阅读次数:197
[HDU1007]Quoit Design
题目描述 Description Have you ever played quoit in a playground? Quoit is a game in which flat rings are pitched at some toys, with all the toys encircled ...
分类:其他好文   时间:2017-06-21 18:54:46    阅读次数:251
USACO 6.5 Checker Challenge
Checker Challenge Examine the 6x6 checkerboard below and note that the six checkers are arranged on the board so that one and only one is placed in ea ...
分类:其他好文   时间:2017-06-17 21:40:07    阅读次数:159
JavaScript初探系列之String的基本操作
1、字符串转换 字符串转换是最基础的要求和工作,你可以将任何类型的数据都转换为字符串,你可以用下面三种方法的任何一种: 你同样可以这么做: 或者,再简单点儿: 2、字符串分割 字符串分割,即将一个字符串分割为多个字符串,JavaScript中给我们提供了一个非常方便的函数,如: split()的第二 ...
分类:编程语言   时间:2017-06-17 11:10:37    阅读次数:272
treegrid
TreeGrid for Bootstrap 3.0.x ... ...
分类:其他好文   时间:2017-06-16 18:31:08    阅读次数:256
常见26个jquery使用技巧详解
本文列出jquery一些应用小技巧,比如有禁止右键点击、隐藏搜索文本框文 字、在新窗口中打开链接、检测浏览器、预加载图片、页面样式切换、所有列等高、动态控制页面字体大小、获得鼠标指针的X值Y值、验证元素是否为空、替换元 素、延迟加载、验证元素是否存在于Jquery集合中、使DIV可点击、克隆对象、使 ...
分类:Web程序   时间:2017-06-14 14:33:55    阅读次数:288
linux上python安装相关
1,安装python 3.6#如果首先编译安装python3.6 ,可能出现输入python3.6 之后,方向键失效。需要安装 readline 库。sudo apt-get install libreadline-dev ■安装pythonwget https://www.python.org/f ...
分类:编程语言   时间:2017-06-10 17:07:55    阅读次数:221
Java HashMap的扩容
最近博主参加面试,发现自己对于Java的HashMap的扩容过程理解不足,故最近在此进行总结。 首先说明博主德Java为1.8版本 HashMap中的变量 首先要了解HashMap的扩容过程,我们就得了解一些HashMap中的变量: Node<K,V>:链表节点,包含了key、value、hash、 ...
分类:编程语言   时间:2017-06-10 10:49:18    阅读次数:179
Java深入 - Filter过滤器
Java的1.3開始,对servlet2.3规范中增加了过滤器的支持。过滤器可以让我们对目标资源的请求和响应进行截取。 一些filter的特性: 1. Filter是Servlet规范的规定,须要Servlet容器的支持。 2. Filter不能使用Spring框架中的资源对象。 3. Filter ...
分类:编程语言   时间:2017-06-09 17:36:06    阅读次数:280
Codeforces Round #418 (Div. 2) C
Description Nadeko's birthday is approaching! As she decorated the room for the party, a long garland of Dianthus-shaped paper pieces was placed on a ...
分类:其他好文   时间:2017-06-08 13:05:08    阅读次数:153
252条   上一页 1 ... 12 13 14 15 16 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!