码迷,mamicode.com
首页 >  
搜索关键字:practice    ( 1575个结果
Practical Java (一)
Practice 1, 4, 7, 81.参数传递:by value or by reference变量型别:reference 和 primitiveJava中的变量分为两种:reference type和primitive type(built-in type)只有少数最常用的变量是primit...
分类:编程语言   时间:2015-12-21 15:32:43    阅读次数:143
awesome-algorithms
Awesome AlgorithmsA curated list of awesome places to learn and/or practice algorithms.Inspired byawesome-awesomenessand all the other awesome Awesome...
分类:其他好文   时间:2015-12-20 19:20:27    阅读次数:283
【Virtual Judge】G - 一般水的题2-Approximating a Constant Range
DescriptionWhen Xellos was doing a practice course in university, he once had to measure the intensity of an effect that slowly approached equilibrium...
分类:移动开发   时间:2015-12-15 00:55:32    阅读次数:853
Book Review of “The practice of programming” (Ⅳ)
The practice of programmingChapter 4 InterfacesA good programmer should always be good at designing.The essence of design is to balance competing goal...
分类:其他好文   时间:2015-12-13 23:39:36    阅读次数:200
bug检查工具——FindBugs
Findbugs是一个静态分析工具,它检查类或者JAR文件,将字节码与一组缺陷模式进行对比以发现可能的问题。Findbugs自带检测器,其中有60余种Bad practice,80余种Correctness,1种Internationalization,12种Malicious code vulnerability,27种Multithreadedcorrectness,23种Performanc...
分类:数据库   时间:2015-12-07 12:32:39    阅读次数:398
Docker 基础学习(一)
Docker官网:https://docker.com/中文翻译非常好的学习地址:http://dockerpool.com/static/books/docker_practice/index.html学习一项新技术之前,我们应该只要是什么?为什么使用?怎么使用?对于Docker,我们依然按此步骤...
分类:其他好文   时间:2015-12-07 12:19:04    阅读次数:195
POJ 2492 并查集扩展(判断同性恋问题)
G - A Bug's Life Time Limit:10000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uSubmit Status Practice POJ 2492Appoint description:DescriptionBa...
分类:其他好文   时间:2015-12-02 20:20:00    阅读次数:165
CF-Approximating a Constant Range
DescriptionWhen Xellos was doing a practice course in university, he once had to measure the intensity of an effect that slowly approached equilibrium...
分类:移动开发   时间:2015-12-01 12:41:31    阅读次数:199
Codeforces 602B Approximating a Constant Range(想法题)
B. Approximating a Constant RangeWhen Xellos was doing a practice course in university, he once had to measure the intensity of an effect that slowly ...
分类:移动开发   时间:2015-11-30 20:16:52    阅读次数:917
Open_POJ C15C Rabbit's Festival
http://poj.openjudge.cn/practice/C15C?lang=en_USn 点 m 边 k 天。每条边在某一天会消失(仅仅那一天消失)。问每一天有多少对点可以相互到达。这个一看就是并查集。但是呢。。。。“并查集是不能删边的”,这是这个问题的障碍。并查集真的不能删边么?其实不是...
分类:其他好文   时间:2015-11-27 12:31:48    阅读次数:133
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!