码迷,mamicode.com
首页 >  
搜索关键字:java 快速排序 排序 算法    ( 404233个结果
Ubuntu 12.04 安装 Tomcat8 遇到的问题
ubuntu下安装tomcat 问题解决方法 Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/catalina/startup/Bootstrap : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method)...
分类:其他好文   时间:2014-04-27 20:39:23    阅读次数:595
OpenCV人脸检测
对人脸进行检测#include "opencv2/core/core.hpp" #include "opencv2/objdetect/objdetect.hpp" #include "opencv2/highgui/highgui.hpp" #include "opencv2/imgproc/imgproc.hpp" #include #include using names...
分类:其他好文   时间:2014-04-27 20:26:15    阅读次数:596
myeclipse中关联spring doc帮助文档
这是一篇分享技巧的文章:使用myeclipse关联帮助文档 ① 选中spring.jar ② 鼠标右击,选择properties,弹出框中选择Javadoc Location,找到对应的文档位置,OK ③ 选择spring.jar中的类 ④ 按住F1,弹出一个help框,选择Java help:Javadoc for ‘xxx’...
分类:编程语言   时间:2014-04-27 20:13:34    阅读次数:569
Java设计模式(二)-单例模式
单例模式建议保证某个对象仅仅只有一个实例,当只有一个对象来协调整个系统的操作时,在计算机系统中,线程池、缓存、日志对象、对话框、打印机、显卡的驱动程序对象常被设计成单例,总之,选择单例模式就是为了避免不一致状态,避免政出多头。     下面是单例模式的类图:包括的private和static修饰的实例instance、一个private的构造函数、一个static的getInstance函数 ...
分类:编程语言   时间:2014-04-27 20:10:52    阅读次数:645
[hdu-2040] 亲和数
亲和数 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 20184    Accepted Submission(s): 12195 Problem Description 古希腊数学家毕达哥拉斯在自然数研...
分类:其他好文   时间:2014-04-27 19:09:48    阅读次数:497
KMP算法详解(图示+代码)
图解KMP算法过程,代码注释...
分类:其他好文   时间:2014-04-27 19:08:28    阅读次数:439
leetcode day4 -- Binary Tree Postorder(Preorder) Traversal && Edit Distance
?? 1、Binary Tree Postorder Traversal Given a binary tree, return the postorder traversal of its nodes' values. For example: Given binary tree {1,#,2,3}, 1 2 / 3 retu...
分类:其他好文   时间:2014-04-27 18:58:59    阅读次数:481
Android-自定义Notification
Android-自定义Notification...
分类:移动开发   时间:2014-04-27 18:50:50    阅读次数:747
用链表写的学生管理系统 成绩的录入与查询都已经是实现了
欢迎拍砖...
分类:编程语言   时间:2014-04-27 18:38:33    阅读次数:499
【微软2014实习生及秋令营技术类职位在线测试】题目3 : Reduce inversion count
时间限制:10000ms 单点时限:1000ms 内存限制:256MB Description Find a pair in an integer array that swapping them would maximally decrease the inversion count of the array. If such a pair exists, retur...
分类:其他好文   时间:2014-04-27 17:48:35    阅读次数:508
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!