上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页
摘要: 压缩软件的改进— (续先前霍夫曼编码)/*head1.h*/#ifndef HEAD1_H_INCLUDED#define HEAD1_H_INCLUDED#include#include#include#include#include#include#... 阅读全文
posted @ 2018-11-13 15:46 _年少有为 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 代码:/*2018年11月12日*/#include#include#include#include#include#include#includeusing namespace std;#define PRICE 10#define MAXN 2/*停车场管理系统... 阅读全文
posted @ 2018-11-12 20:42 _年少有为 阅读(1466) 评论(0) 推荐(0) 编辑
摘要: /*2018年11月12日*/#include#include#include#include#include#includeusing namespace std;const int MAX_NODESIZE=1e5+7;struct Node{ char d... 阅读全文
posted @ 2018-11-12 19:18 _年少有为 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 直接放代码了/*栈2018年11月12日*/#include#include#include#include#define MAXSIZE 1100using namespace std;templateclass Stack{ /* 1.入栈 2.... 阅读全文
posted @ 2018-11-12 19:08 _年少有为 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 代码:#include#include#include#define MAXSIZE 1100using namespace std;/*线性表的实现1.插入//ok2.删除//ok3.在尾部增加//ok4.从尾部弹出//ok5.是否为空//ok6.查找//ok7.... 阅读全文
posted @ 2018-11-12 12:15 _年少有为 阅读(304) 评论(0) 推荐(0) 编辑
摘要: NYIST–2018大一新生第四次周赛链接:https://cn.vjudge.net/contest/269128 密码:nyistA - 穆穆清风至 HDU - 2550 画图,模拟一下即可#include#include#includeus... 阅读全文
posted @ 2018-11-10 21:33 _年少有为 阅读(119) 评论(0) 推荐(0) 编辑
摘要: Clairewd is a member of FBI. After several years concealing in BUPT, she intercepted some important messages and she was preparing fo... 阅读全文
posted @ 2018-11-07 19:04 _年少有为 阅读(188) 评论(0) 推荐(0) 编辑
摘要: Homer: Marge, I just figured out a way to discover some of the talents we weren’t aware we had. Marge: Yeah, what is it? Homer: Take... 阅读全文
posted @ 2018-11-07 13:51 _年少有为 阅读(482) 评论(0) 推荐(0) 编辑
摘要: Count the string HDU - 3336 It is well known that AekdyCoin is good at string problems as well as number theory problems. When given a... 阅读全文
posted @ 2018-11-07 13:40 _年少有为 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 球球大作战Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 92 Accepted Submissio... 阅读全文
posted @ 2018-11-05 14:40 _年少有为 阅读(108) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页