<%@pagelanguage="java"contentType="text/html;charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDHTML4.01Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<metahttp-equiv="Content-Type"content..
分类:
其他好文 时间:
2014-10-09 19:22:58
阅读次数:
244
1、简介Vector属于顺序容器,代表可改变大小的数组。像数组一样,vector使用连续存储,意味着它们的元素可以使用偏移来访问。不同于数组,它们的规模可以动态改变。Vectors are sequence containers representing arrays that can change...
分类:
编程语言 时间:
2014-10-09 00:26:07
阅读次数:
243
题意:一个树,a b c 代表a--b边的权值为c。CHANGE x y 把输入的第x条边的权值改为y,QUERY x y 查询x--y路径上边的权值的最大值。第一次写树链剖分,其实树链剖分只能说是一种思想。树链剖分 就是 先选择从根节点到叶子节点的最长的路径的权值对应到线段树上,然后从一个子树的根...
分类:
其他好文 时间:
2014-10-08 01:26:54
阅读次数:
283
jquery常用的事件:
/*
on
off
hover
blur
change
click
dblclick
focus
keydown
keyup
keypress
mousedown
resize
scroll
select
sub...
分类:
Web程序 时间:
2014-10-07 11:27:53
阅读次数:
272
之前一直用的Lumia 925,Bing lock screen每天都会更换。这几天换了Lumia 930,同步了账号相关的设置,发现Bing lock screen不再每天更换。尝试重启、使用cellular data等几种方式都无效果。以下操作至少本人有效仅供参考:Device:Lumia 93...
在这一节,接着使用上一节的代码例子往下讲,http://blog.csdn.net/troy__/article/details/39806245。
添加文件到暂存区
添加新文件和修改版本库中的已有文件的内容是常用的操作,命令git add可以完成这两种操作,帮助暂存须要提交的变更。暂存的变更(stage change)就是工作目录树中那些你打算提交到版本库的变更。暂存操作将...
分类:
其他好文 时间:
2014-10-06 15:18:20
阅读次数:
259
老是会遇到深拷贝与浅拷贝的问题,这里进行了一些测试,代码如下:
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutpu...
分类:
编程语言 时间:
2014-10-05 17:23:58
阅读次数:
215
Kiki & Little Kiki 2
时间限制:5000 ms | 内存限制:65535 KB
难度:4
描述There are n lights in a circle numbered from 1 to n. The left of light 1 is light n, and the left of light
k (1
Change the st...
分类:
其他好文 时间:
2014-10-05 15:25:28
阅读次数:
344
putty字体大小颜色、全屏/退出全屏快捷键 保存session设置字体大小设置Window->Appearance->Font settings—>Change按钮设置(我的设置为16)字体为(Consolas)字体颜色设置Window->Colours->Default Foreground->...
分类:
其他好文 时间:
2014-10-05 01:26:47
阅读次数:
715
Here is the note for lecture three.
the linear model
Linear model is a basic and important model in machine learning.
1. input representation
The data we get usually needs some change...
分类:
其他好文 时间:
2014-10-04 23:14:57
阅读次数:
390