11 2015 档案
摘要:#include#include using namespace std;typedef char (*PTRFUN)(int);PTRFUN pFun;char glFun(int a){ cout<<11111<<endl;}int main(){ pFun = glFun; (*p...
阅读全文
摘要:#include using namespace std;templateclass CTopK{public: CTopK(); ~CTopK(); T* m_Data; int GetTopK(const char* sFile, int& nTop);private:...
阅读全文
摘要:#include using namespace std;void CreatHeap(int a[],int n,int h){ int i,j,flag; int temp; i = h; j = 2*i + 1; temp = a[i]; flag = 0;...
阅读全文

浙公网安备 33010602011771号