摘要:
参考 https://blog.csdn.net/qq_41816540/article/details/80101831 https://blog.csdn.net/qq_40691189/article/details/79669373 做了流程整合 #Cent OS 6.10 一、搭建Apac 阅读全文
摘要:
#include<iostream> #include<stack> #include<cmath> using namespace std; char ch; bool f(char t) { if(t=='+'||t=='-'||t=='*'||t=='/'||t=='('||t==')'||t 阅读全文
摘要:
不使用头插法逆转单链表 阅读全文
摘要:
#include <iostream> #include <stdio.h> using namespace std; #define OK 1 #define ERROR 0 #define OVERFLOW -2 int num=0; typedef struct Book { string I 阅读全文
摘要:
HDU 1159.Common Subsequence 零点处理有些过于麻烦了,可以通过更改i,j初始值简化,但是懒得改了 不算太明白以后再看看 阅读全文
摘要:
包括虚函数,继承与派生格式,new、delete在类中的使用 阅读全文
摘要:
vector的模板式应用 阅读全文
摘要:
主要用于记录类模板中静态变量初始化格式 阅读全文
摘要:
第一个实用模板w 阅读全文
摘要:
读取、求平均值、写入 阅读全文