码迷,mamicode.com
首页 >  
搜索关键字:PAT 动态地址转换    ( 13520个结果
1002. 写出这个数 (20)(ZJUPAT 数学题)
1002. 写出这个数 (20)(ZJUPAT 数学题)...
分类:其他好文   时间:2014-09-17 21:56:02    阅读次数:248
PAT 1001. 害死人不偿命的(3n+1)猜想 (15)
PAT 1001. 害死人不偿命的(3n+1)猜想 (15)...
分类:其他好文   时间:2014-09-17 20:26:32    阅读次数:180
IOS开发-文件管理(二)
五、Plist文件String方式添加NSString *path=[NSHomeDirectory() stringByAppendingPathComponent:@"Array.plist"];NSString *content=@"abcd";[contect writeToFile:pat...
分类:移动开发   时间:2014-09-17 11:33:32    阅读次数:258
The xor-longest Path
The xor-longest PathTime Limit:2000MSMemory Limit:65536KTotal Submissions:3875Accepted:850DescriptionIn an edge-weighted tree, the xor-length of a pat...
分类:其他好文   时间:2014-09-13 23:59:06    阅读次数:434
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
PAT 1087 All Roads Lead to Rome
1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 10 using namespace std; 11 12 typedef pa...
分类:其他好文   时间:2014-09-13 02:59:14    阅读次数:210
1030. 完美数列(25)
tips:the chinese problem is the basic level of pat ,neverthless And it makes sense that it isput under the dir of pat./*firstly: sort the array using ...
分类:其他好文   时间:2014-09-12 11:50:03    阅读次数:219
PAT 1086 Tree Traversals Again
室友在做于是也做一发,跟已知两种遍历序列还原二叉树的思路类似,感觉PAT上的题目跟书本知识靠的近一些#include #include #include using namespace std;void print_data(const vector &as, const vector &ns) {...
分类:其他好文   时间:2014-09-12 01:11:52    阅读次数:254
Kafka单机版环境搭建
使用版本:kafka_2.10-0.8.1.1安装:tar -zxvf kafka_2.10-0.8.1.1.tgz -C ~/app/添加环境变量:.bash_profileexport KAFKA_HOME=/home/spark/app/kafka_2.10-0.8.1.1export PAT...
分类:其他好文   时间:2014-09-10 17:18:30    阅读次数:231
PAT 1086 Tree Traversals Again
PAT 1086 Tree Traversals Again题目:An inorder binary tree traversal can be implemented in a non-recursive way with a stack. For example, suppose that wh...
分类:其他好文   时间:2014-09-07 11:02:25    阅读次数:183
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!