码迷,mamicode.com
首页 >  
搜索关键字:mining station on th    ( 5051个结果
java ThreadLocal解读
Thread.java源码中: ThreadLocal.ThreadLocalMap threadLocals = null;即:每个Thread对象都有一个ThreadLocal.ThreadLocalMap成员变量,ThreadLocal.ThreadLocalMap是一个ThreadLocal类的静态内部类(如下所示),所以Thread类可以进行引用. static class Th...
分类:编程语言   时间:2014-07-30 12:24:43    阅读次数:200
hdu 2795 线段树--点更新
http://acm.hdu.edu.cn/showproblem.php?pid=2795 多校的第一场和第三场都出现了线段树,比赛期间没做,,这两天先做几道热身下,然后31号之前把那两道多校的线段树都搞了,这是一道热身题 关键是建模: 首先一定看清楚题目构造的场景,看有什么特点--------会发现,如果尽量往左上放置的话,那么由于 the i-th announcement is a ...
分类:其他好文   时间:2014-07-30 01:02:12    阅读次数:249
让CodeIgniter 直接支持RestFull 的修改方法
修改文件 /system/core/Router.php 的方法 _parse_route() /** * Parse Routes * * This function matches any routes that may exist in * the config/routes.php file against the URI to * determine if th...
分类:其他好文   时间:2014-07-29 18:05:12    阅读次数:211
spin.js使用
spin.js,ruby上使用例子<divid="spinBody"> <div> <%form_tag"/login",:id=>"login_form"do-%> <tablewidth="100%"cellpadding="3"style="margin-top:15px;"> <tr> <thstyle="width:80px;"><%=t"a.loginid"%></th> <td..
分类:Web程序   时间:2014-07-28 16:47:24    阅读次数:294
HDU-4879-ZCC loves march(map+set+并查集)
Description On a m*m land stationed n troops, numbered from 1 to n. The i-th troop's position can be described by two numbers (xi,yi) (1 Then there are t minutes, in each minute one of the followi...
分类:其他好文   时间:2014-07-28 16:25:13    阅读次数:356
POJ-2104-K-th Number(函数式线段树)
Description You are working for Macrohard company in data structures department. After failing your previous task about key insertion you were asked to write a new data structure that would be able...
分类:其他好文   时间:2014-07-28 16:14:11    阅读次数:257
POJ 2104 K-th Number
静态区间第K大,主席树写法。 主席树第一题,如果对整段区间建线段树可以求1~n范围内的第K大,要想求任意区间内的第K大需要建1~i 的n棵线段树。求某一段的时候区间相减就可以了。但是这样空间消耗太大所以要尽量利用以前的节点。注意到1~i的线段树和i~i+1的线段树只某一条链上的值不同,所以我们只要建出这一条链就可以了,剩下的节点和1~i+1的线段树是一样的,我们直接把节点指过去。 T[ ......
分类:其他好文   时间:2014-07-28 15:56:43    阅读次数:270
html+css学习笔记 5[表格、表单]
表格 —— 默认样式重置 表格标签: table 表格 thead 表格头 tbody 表格主体 tfoot 表格尾 tr 表格行 th 元素定义表头 td 元素定义表格单元 表格样式重置 table{border-collapse:collapse...
分类:Web程序   时间:2014-07-28 11:31:30    阅读次数:219
android数据库的升级的写法
在基类的table中加入upgrade操作: public abstract class DbBaseTable { private static final String TAG = "DbBaseTable"; /** * @return the DB table name */ abstract String getName(); /** * Creates th...
分类:移动开发   时间:2014-07-27 23:52:19    阅读次数:387
Alignment
DescriptionIn the army, a platoon is composed by n soldiers. During the morning inspection, the soldiers are aligned in a straight line in front of th...
分类:其他好文   时间:2014-07-27 22:20:09    阅读次数:254
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!