码迷,mamicode.com
首页 >  
搜索关键字:known    ( 1617个结果
HDU - 3336 Count the string
Problem Description It is well known that AekdyCoin is good at string problems as well as number theory problems. When given a string s, we can write down all the non-empty prefixes of this string. F...
分类:其他好文   时间:2014-09-15 17:47:39    阅读次数:183
zoj 3816 Generalized Palindromic Number (根据对称性来搜)
Generalized Palindromic Number Time Limit: 2 Seconds      Memory Limit: 65536 KB A number that will be the same when it is written forwards or backwards is known as a palindromic number. For ...
分类:其他好文   时间:2014-09-12 11:59:43    阅读次数:186
Spring Remoting by HTTP Invoker Example--reference
Spring provides its own implementation of remoting service known asHttpInvoker. It can be used for http request than RMI and works well across the fir...
分类:编程语言   时间:2014-09-11 19:12:02    阅读次数:388
ZOJ3816-Generalized Palindromic Number(DFS数位搜索)
Generalized Palindromic Number Time Limit: 2 Seconds      Memory Limit: 65536 KB A number that will be the same when it is written forwards or backwards is known as a palindromic number. For exa...
分类:其他好文   时间:2014-09-11 13:55:32    阅读次数:215
ZOJ - 3816 Generalized Palindromic Number
Description A number that will be the same when it is written forwards or backwards is known as a palindromic number. For example, 1234321 is a palindromic number. We call a number generalized p...
分类:其他好文   时间:2014-09-07 22:31:15    阅读次数:241
HDOJ What is your grade?
题目:Problem Description“Point, point, life of student!”This is a ballad(歌谣)well known in colleges, and you must care about your score in this exam too....
分类:其他好文   时间:2014-09-07 10:57:54    阅读次数:257
GAS Syntax
GAS orGNU assyntax is a different form of syntax for assembly language files, known also as AT&T syntax after the original style. It is commonly used ...
分类:其他好文   时间:2014-09-06 22:32:33    阅读次数:322
poj 1330
Nearest Common AncestorsTime Limit:1000MSMemory Limit:10000KTotal Submissions:18598Accepted:9860DescriptionA rooted tree is a well-known data structur...
分类:其他好文   时间:2014-09-04 18:59:19    阅读次数:156
ssh-keygen设置ssh连接目标机器不需要密码
如果直接用sshroot@ip,会出现提示加入目标机器下面的~/.ssh/known_hosts文件里面,下次登陆就不需要验证身份,但是还是需要输入密码。如果不想要输入密码就登陆,可以如下设置:#ssh-keygen#ssh-copy-idroot@ip#输入root密码,此步骤之后,目标机器上生成~/.ssh/authorized_ke..
分类:其他好文   时间:2014-09-02 18:09:35    阅读次数:244
Memory barrier——WiKi
A memory barrier, also known as a membar, memory fence or fence instruction, is a type of barrier instruction which causes a central processing unit (CPU) orcompiler to enforce an ordering constra...
分类:其他好文   时间:2014-09-02 14:13:54    阅读次数:304
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!