码迷,mamicode.com
首页 >  
搜索关键字:single    ( 5020个结果
[LeetCode] Add Two Numbers
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:其他好文   时间:2014-11-24 09:50:10    阅读次数:168
UVA 1637 Double Patience 概率DP
Double Patience Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description Double Patience is a single player game played wit...
分类:其他好文   时间:2014-11-24 01:12:20    阅读次数:313
OpenCV Tutorials —— Image Moments
图像矩 Moments moments(InputArray array, bool binaryImage=false ) Parameters: array – Raster image (single-channel, 8-bit or floating-point 2D array) or ...
分类:其他好文   时间:2014-11-23 22:57:54    阅读次数:571
Digital root的求解
源于hdu1013题目描述:The digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single digit then that...
分类:其他好文   时间:2014-11-23 18:54:41    阅读次数:249
Linux跳过密码方法和防止被别人跳过密码
linux的root是超级用户,一旦root密码忘记或者被盗,是一件非常头痛的事情,也会有很大的危险性那么怎么样才能找回root的密码呢? 总结如下: (一)Linux 系统密码破解 1.在grub选项菜单按e进入编辑模式  2.(按e)编辑kernel那行 添加 /init 1 (或/single) 3.按B重启   4.进入后执行下列命令 #vi /etc/passwd 进入pas...
分类:系统相关   时间:2014-11-23 13:14:24    阅读次数:285
LeetCode: Wildcard Matching 解题报告
Wildcard MatchingImplement wildcard pattern matching with support for '?' and '*'.'?' Matches any single character.'*' Matches any sequence of charact...
分类:其他好文   时间:2014-11-23 10:27:55    阅读次数:174
执行tsung时报"Maximum number of concurrent users in a single VM reached
[root@openfire-x86v-app01~]#tsung-fjabber_register.xmlstartStartingTsung"Logdirectoryis:/root/.tsung/log/20141122-0639""MaximumnumberofconcurrentusersinasingleVMreachedand‘use_controller_vm‘istrue,can‘tstartnewbeam!!!Check‘maxusers‘valuein<client>conf..
分类:其他好文   时间:2014-11-22 18:58:51    阅读次数:1280
单例模式
这个是先初始化对象。 称为:饿汉式 1 class Single { 2 3 private static Single s=new Single(); 4 5 private Single(){} 6 7 public static Single get...
分类:其他好文   时间:2014-11-21 14:02:36    阅读次数:196
LeetCode:Add Two Numbers
题目描述: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return i...
分类:其他好文   时间:2014-11-21 12:42:05    阅读次数:241
LeetCode Single Number
LeetCode Single Number...
分类:其他好文   时间:2014-11-20 23:47:18    阅读次数:185
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!