摘要: 参考 https://blog.csdn.net/qq_41816540/article/details/80101831 https://blog.csdn.net/qq_40691189/article/details/79669373 做了流程整合 #Cent OS 6.10 一、搭建Apac 阅读全文
posted @ 2020-03-19 10:54 洛枫大人 阅读(401) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<stack> #include<cmath> using namespace std; char ch; bool f(char t) { if(t=='+'||t=='-'||t=='*'||t=='/'||t=='('||t==')'||t 阅读全文
posted @ 2019-11-05 22:14 洛枫大人 阅读(689) 评论(0) 推荐(0) 编辑
摘要: 不使用头插法逆转单链表 阅读全文
posted @ 2019-10-07 17:05 洛枫大人 阅读(123) 评论(0) 推荐(0) 编辑
摘要: #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 阅读全文
posted @ 2019-09-19 00:02 洛枫大人 阅读(954) 评论(0) 推荐(0) 编辑
摘要: HDU 1159.Common Subsequence 零点处理有些过于麻烦了,可以通过更改i,j初始值简化,但是懒得改了 不算太明白以后再看看 阅读全文
posted @ 2019-07-22 16:20 洛枫大人 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 包括虚函数,继承与派生格式,new、delete在类中的使用 阅读全文
posted @ 2019-06-22 20:40 洛枫大人 阅读(520) 评论(0) 推荐(0) 编辑
摘要: vector的模板式应用 阅读全文
posted @ 2019-06-22 14:57 洛枫大人 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 主要用于记录类模板中静态变量初始化格式 阅读全文
posted @ 2019-06-22 14:12 洛枫大人 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 第一个实用模板w 阅读全文
posted @ 2019-06-22 13:46 洛枫大人 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 读取、求平均值、写入 阅读全文
posted @ 2019-06-17 10:24 洛枫大人 阅读(240) 评论(0) 推荐(0) 编辑