码迷,mamicode.com
首页 >  
搜索关键字:class    ( 183544个结果
[leetcode] Jump Game II
Given an array of non-negative integers, you are initially positioned at the first index of the array.
分类:其他好文   时间:2014-06-27 11:51:49    阅读次数:213
阿里云上SVN搭建
操作系统centOs6.31、安装#yum install subversion#判断是否安装成功#subversion -v#或者svnserve --version#建立SVN库。#mkdir /opt/svn/repos#svnadmin create /opt/svn/repos执行上面的命...
分类:其他好文   时间:2014-06-27 11:50:34    阅读次数:245
安装JDK
摘自:Jdk1.7 32位下载1.7.0.45 官方最新版一、JDK简介 JDK(Java Development Kit)是整个Java的核心,包括了Java运行环境、Java工具和Java基础类库。JDK作为JAVA开发的环境,不管是做JAVA开发还是做安卓开发,都必须在电脑上安装JDK。二、....
分类:其他好文   时间:2014-06-27 11:49:58    阅读次数:194
[leetcode] Permutation Sequence
The set [1,2,3,…,n] contains a total of n! unique permutations.
分类:其他好文   时间:2014-06-27 11:49:18    阅读次数:152
[leetcode] Permutations II
Given a collection of numbers that might contain duplicates, return all possible unique permutations.
分类:其他好文   时间:2014-06-27 11:47:58    阅读次数:166
第二章:自然语言处理———从规则到统计
任何语言,都可以被认为是一种编码方式,而语言的语法规则是编码解码的算法。我们把我们要表达的意思,通过一句话(一种编码)传送出去,听到这句话的人(接到编码信息),理解这句话(解码),从而理解对方要表达的意思。这是一个比较有趣又生动的过程。自然语言处理可以说是从1950年开始的,至今有60多年的历史。但...
分类:其他好文   时间:2014-06-27 11:46:43    阅读次数:437
Java虚拟机工作原理具体解释
一、类载入器首先来看一下java程序的运行过程。 从这个框图非常easy大体上了解java程序工作原理。首先,你写好java代码,保存到硬盘其中。然后你在命令行中输入javac YourClassName.java此时,你的java代码就被编译成字节码(.class).假设你是...
分类:编程语言   时间:2014-06-27 11:45:27    阅读次数:277
HP-JavaUtil: xls 操作类
Written In The Font谢谢,陈明.哈哈!共勉,努力搞定它.路漫漫其修远兮,吾将上下而求索ContentExportExcelAndSave( String[] header, List excelList, String sheetTitle, String filePath, St...
分类:编程语言   时间:2014-06-27 11:44:44    阅读次数:330
[leetcode] Insert Interval
Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary).
分类:其他好文   时间:2014-06-27 11:44:03    阅读次数:180
[leetcode] Maximum Subarray
Find the contiguous subarray within an array (containing at least one number) which has the largest sum.
分类:其他好文   时间:2014-06-27 11:43:25    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!