自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (2)
  • 收藏
  • 关注

原创 快排与二分查找

#include <cstdio>#include <cstdlib>#include <cstring>#include <iostream>#define N 1000#define ElemType intusing namespace std;/*Created by HarvestWu on 2018.5.24.*/...

2018-05-24 11:09:57 204

原创 C++ 实现链栈

#include <stdio.h> #include <string> #include <stdlib.h> #include <iostream> #include <stack> using namespace std;/*Created by HarvestWu on 2018/5/7.*///链栈...

2018-05-07 23:05:47 1278 1

原创 Beautiful Land(01背包问题另解)

链接:https://www.nowcoder.com/acm/contest/119/F来源:牛客网时间限制:C/C++ 1秒,其他语言2秒空间限制:C/C++ 131072K,其他语言262144K 64bit IO Format: %lld题目描述It’s universally acknowledged that there’re innumerable trees in the camp...

2018-05-06 21:06:17 181

原创 C++ 实现顺序栈

#include <stdio.h>#include <string>#include <stdlib.h>#include <iostream>#include <stack>#define maxSize 100using namespace std;/*Created by HarvestWu on 2018/5/...

2018-05-04 22:28:47 467

原创 C++ 栈计算后缀表达式的值

示例按照只有一位数的数值设计,可用分隔符来处理后,广义化。#include <stdio.h>#include <string>#include <stdlib.h>#include <iostream>#include <stack>using namespace std;/*Created by HarvestWu o...

2018-05-04 21:21:30 2000

原创 C++ 栈实现表达式括号匹配检测

#include <stdio.h>#include <string>#include <stdlib.h>#include <iostream>#include <stack>using namespace std;/*Created by HarvestWu on 2018/5/4.*/int match(char...

2018-05-04 21:01:56 1147 1

原创 PAT Shuffling Machine(20 分)(题解)

题意很简单,就是按照给定的序列order[],将第i个位置的牌移到第order[i]位置.注意多次洗牌需要保留上次的顺序基础上进行,不能破坏。#include <stdio.h>#include <math.h>#include <iostream>#include <string.h>/*Created by HarvestWu on 2...

2018-05-01 00:11:03 183

spring-data-commons-1.8.2.RELEASE.jar

jedis、spring-redis-datade的整合使用,如果版本不匹配可能存在不兼容的问题,从而产生异常。 这里给出无异常的版本匹配: 1、spring-data-redis-1.7.2.RELEASE.jar 2、pring-data-commons-1.8.2.RELEASE.jar 3、Spring4.3.2版本 这里给出pring-data-commons-1.8.2.RELEASE.jar2

2017-09-26

spring-data-redis-1.7.2.RELEASE.jar

jedis、spring-redis-datade的整合使用,如果版本不匹配可能存在不兼容的问题,从而产生异常。 这里给出无异常的版本匹配: 1、spring-data-redis-1.7.2.RELEASE.jar 2、pring-data-commons-1.8.2.RELEASE.jar2 3、Spring4.3.2版本 这里先提供spring-data-redis-1.7.2.RELEASE.jar

2017-09-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除