- 十分不好意思啊,这个文章是三年前写的了,由于换了工作,我现在手上也没有你想要的文件。不过我仍旧建议你上网多搜搜,百度搜不到的话就用google搜,中文搜不到就搜英语的网站。
- #include <iostream>using namespace std;bool verifySquenceOfBST(int squence[], int length){if (...
- #include <iostream>#include <vector>using namespace std;struct BinaryTreeNode{int m_nVal...
- #include <iostream>#include <time.h>#define MAX_NUM 10using namespace std;struct BSTreeN...
- #include <iostream>using namespace std;class String{public:String(const char* str=NULL);String...
- 采用两个双端队列实现,一个存数据,一个是辅助栈,存第一个栈的最小元素的地址,实现技巧在于辅助栈存放的是第一个栈的最小元素的地址,难度在于使用模板实现。#include <deque>#in...
- #include <iostream>using namespace std;int multi(const int a[], const int b[], int c[], const ...
- DLL中导出函数的声明有两种方式:一种方式是:在函数声明中加上__declspec(dllexport);另外一种方式是:采用模块定义(.def)文件声明,(.def)文件为链接器提供了有关被链接程序...
- Adding vertical guides to the Visual Studio text editorSomething that I’ve done and liked sinc...










