码迷,mamicode.com
首页 >  
搜索关键字:decide    ( 327个结果
HDU 3613 Best Reward(拓展KMP算法求解)
题目链接: https://cn.vjudge.net/problem/HDU-3613 After an uphill battle, General Li won a great victory. Now the head of state decide to reward him with h ...
分类:编程语言   时间:2018-07-23 18:05:36    阅读次数:281
CodeForces 501B Misha and Changing Handles(STL map)
Misha hacked the Codeforces site. Then he decided to let all the users change their handles. A user can now change his handle any number of times. But ...
分类:其他好文   时间:2018-07-23 14:54:35    阅读次数:225
A Sample Linker Script
from:http://www.hertaville.com/a-sample-linker-script.html A sample script file that will work with C based projects is provided below: The Linker scr ...
分类:其他好文   时间:2018-07-23 14:50:55    阅读次数:165
245. Subtree【LintCode java】
Description You have two very large binary trees: T1, with millions of nodes, and T2, with hundreds of nodes. Create an algorithm to decide if T2 is a ...
分类:编程语言   时间:2018-07-12 18:14:07    阅读次数:157
POJ 2488 A Knight's Journey
POJ 2488 A Knight's Journey Background The knight is getting bored of seeing the same black and white squares again and again and has decided to make ...
分类:其他好文   时间:2018-07-11 22:54:25    阅读次数:221
211. String Permutation【LintCode by java】
Description Given two strings, write a method to decide if one is a permutation of the other. Description Description Given two strings, write a metho ...
分类:编程语言   时间:2018-06-22 17:49:37    阅读次数:238
kbmmw ORM 对象定义语法简析
使用kbmmw 的ORM 一定先要了解ORM 的对象定义语法。 下面简单说一下 ...
分类:其他好文   时间:2018-06-17 14:16:10    阅读次数:147
[ABC 099] A-ABD
A - ABD Time limit : 2sec / Memory limit : 256MB Score : 100 points Problem Statement Decades have passed since the beginning of AtCoder Beginner Cont ...
分类:其他好文   时间:2018-06-11 00:44:06    阅读次数:183
设计模式:工厂模式
一、工厂方法模式 工厂方法模式。定义为:Define an interface for creating an object,but let subclasses decide which class toinstantiate.Factory Method lets a class defer i ...
分类:其他好文   时间:2018-06-10 22:09:11    阅读次数:222
158. Valid Anagram【LintCode by java】
Description Write a method anagram(s,t) to decide if two strings are anagrams or not. Description Description Write a method anagram(s,t) to decide if ...
分类:编程语言   时间:2018-06-02 12:20:13    阅读次数:160
327条   上一页 1 ... 6 7 8 9 10 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!