摘要: package com.example.theold;import android.app.Activity;import android.content.Intent;import android.net.Uri;import android.os.Bundle;import android.os... 阅读全文
posted @ 2014-12-22 16:33 emoji 阅读(240) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std ;int h[100000] ;int n ;void siftdown(int i) //i为要调整的根节点{ int flag = 1,t ; //flag用来标记是否还需要继续调整 whi... 阅读全文
posted @ 2014-12-22 16:27 emoji 阅读(676) 评论(0) 推荐(0) 编辑