码迷,mamicode.com
首页 >  
搜索关键字:positive    ( 2430个结果
1010. Radix (25)——PAT (Advanced Level) Practise
题目信息: 1010. Radix (25) 时间限制 400 ms 内存限制 32000 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue Given a pair of positive integers, for exam...
分类:其他好文   时间:2014-09-24 12:17:46    阅读次数:234
用LinkedHashMap实现LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get the value (will always be positive) of the key i...
分类:其他好文   时间:2014-09-24 10:31:06    阅读次数:251
用LinkedHashMap用实现LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get the value (will always be positive) of the key i...
分类:其他好文   时间:2014-09-24 09:40:46    阅读次数:177
【MongoDB】The high query operation of MongoDB(三)
1, Sort  Needless to say, mongodb also support to sort data. THe positive one means sorting by asc order and negetive means by desc. 2. Group The grammar of group: Description Of Argument:...
分类:数据库   时间:2014-09-23 02:47:33    阅读次数:267
Java实例对象间的比较(实现Comparable接口)
intcompareTo(To)Compares this object with the specified object for order. Returns a negative integer, zero, or a positive integer as this object is le...
分类:编程语言   时间:2014-09-22 23:21:13    阅读次数:173
POJ1426:Find The Multiple(算是bfs水题吧,投机取巧过的)
http://poj.org/problem?id=1426DescriptionGiven a positive integer n, write a program to find out a nonzero multiple m of n whose decimal representatio...
分类:其他好文   时间:2014-09-18 20:27:14    阅读次数:244
[ACM] POJ 3233 Matrix Power Series (求矩阵A+A^2+A^3...+A^k,二分求和)
Matrix Power Series Time Limit: 3000MS   Memory Limit: 131072K Total Submissions: 15417   Accepted: 6602 Description Given a n × n matrix A and a positive integer k, ...
分类:其他好文   时间:2014-09-18 13:20:00    阅读次数:230
Exercise 1.9
题目: Each of the following two procedures defines a method for adding two positive integers in terms of the procedures inc, which increments its argum....
分类:其他好文   时间:2014-09-15 17:19:29    阅读次数:156
pat 1085. Perfect Sequence (25)
pat 1085. Perfect Sequence (25) 时间限制 300 ms 内存限制 32000 kB 代码长度限制 16000 B 判题程序 Standard 作者 CAO, Peng Given a sequence of positive integers...
分类:其他好文   时间:2014-09-13 04:08:14    阅读次数:278
数论 - 欧拉函数模板题 --- poj 2407 : Relatives
RelativesTime Limit:1000MSMemory Limit:65536KTotal Submissions:11372Accepted:5544DescriptionGiven n, a positive integer, how many positive integers le...
分类:其他好文   时间:2014-09-12 21:58:54    阅读次数:179
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!