码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
You Aren’t Special
You Aren’t SpecialJared Richardson Morrisville, North Carolina, U.S.REMEMBER WhAT yoUR MoM TolD yoU? “You’re special! You’re unique!” Right, just like every other boy or girl who had a mom! Believing t...
分类:其他好文   时间:2015-10-07 08:36:19    阅读次数:269
判断字母的大小写方法(3种)
public class AaNum {public static void main(String[] args){String s = new String("12HMa&%$k#d_34H3aH");int max = 0;int min = 0;int other = 0;for (int ...
分类:其他好文   时间:2015-10-06 19:28:50    阅读次数:146
51. N-Queens (Graph; WFS)
Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all distinc...
分类:其他好文   时间:2015-10-06 12:54:25    阅读次数:221
(中等) Hiho 1232 Couple Trees(15年北京网络赛F题),主席树+树链剖分。
"Couple Trees" are two trees, a husband tree and a wife tree. They are named because they look like a couple leaning on each other. They share a sam.....
分类:其他好文   时间:2015-10-05 00:43:20    阅读次数:472
不懂技术不要对懂技术的人说这很容易实现
不懂技术不要对懂技术的人说这很容易实现http://www.myexception.cn/other/1748600.htmlwww.MyException.Cn 网友分享于:2015-02-04 浏览:82次 111 “这个网站相当简单,所有你需要做的就是完成X,Y,Z。你看起来应该是技术很好,所...
分类:其他好文   时间:2015-10-04 14:44:10    阅读次数:131
eclipse的使用
类似于数据库系统的三层目录结构,一般而言IDE在逻辑上都有三层目录结构:工作空间(或解决方案) -》 工程 -》 文件。创建workspace:对于eclipse来说,必须要求首先创建一个目录作为workspace的目录,即选择 :file-》SwitchWorkspace-》other,然后新建一...
分类:系统相关   时间:2015-10-04 01:34:52    阅读次数:181
openvswitch 修改dpid(datapath id)
版本:$ sudo ovs-vsctl -Vovs-vsctl (Open vSwitch) 2.0.2Compiled May 13 2015 18:49:53$ sudo ovs-vsctl set bridge br0 other-config:datapath-id=000000000000...
分类:其他好文   时间:2015-10-02 18:44:53    阅读次数:571
ZetCode PyQt4 tutorial widgets II
In this part of the PyQt4 tutorial, we covered other four PyQt4 widgets.
分类:其他好文   时间:2015-10-02 07:55:33    阅读次数:311
[LeetCode#51]N-Queens
Problem:Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all...
分类:其他好文   时间:2015-10-02 06:38:33    阅读次数:193
poj 1328 Radar Installation(贪心+快排)
DescriptionAssume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating ...
分类:其他好文   时间:2015-09-30 19:43:22    阅读次数:220
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!