superzhaoyang
主页
档案
标签
类别
链接
关于
学习和娱乐
音乐
电影
书籍
Search
Articles
61
Tags
85
主页
档案
标签
类别
链接
关于
学习和娱乐
音乐
电影
书籍
superzhaoyang
数据结构实验三之矩阵的压缩和解压
2019-10-13
数据结构实验三之矩阵压缩和释放,应用多种方法。#include<iostream>#include<string.h>#include<algorithm>using namespace std;int a[200][200];int c[200][200];co ...
洛谷P1086花生采摘
2019-10-10
解题过程如下,刚开始以为要冬天规划,实则不用。 #include <iostream>#include <algorithm>using namespace std;int p[200][200];int k;struct peanut { int x, y; i ...
汉诺塔的非递归实现方法
2019-09-30
数据结构国庆作业——汉诺塔的非递归实现方法 版本一是STL版本; #include<stack>void move(int n, char from, char to) { cout << "from " << from << " move ...
图的广度优先遍历
2019-09-25
#include<iostream>#include<algorithm>#include<cstdlib>using namespace std; const int maxn = 9999999;struct node { int x, s; ...
图的深度优先遍历
2019-09-25
数据是这样给出的: 好了,下面附上代码。 #include<iostream>#include<algorithm>#include<cstdlib>using namespace std; const int limit = 999999;int min_ = ...
洛谷P1036选数
2019-09-23
#include<iostream>#include<cstdio>#include<cmath>using namespace std;int a[1000], book[1000], m,n,sum,ans;bool isprime(int x) { ...
深搜广搜遍历图
2019-09-22
今天学习了一下如何用深搜和广搜遍历图。 下面是广度优先搜索 #include <iostream>using namespace std;int main(){//广度优先搜索 int i,j,n,m,a,b,cur,book[101] = {0},e ...
洛谷P1060-开心的金明(背包问题)
2019-09-22
#include<iostream>#include<algorithm>using namespace std;int weight[30],cost[30],f[10000];int money,number;int main(){ cin >&g ...
洛谷P1002过河卒
2019-09-21
#include<iostream>#include<algorithm>using namespace std;typedef unsigned long long ull;const int MX[] = {0,-1,-2,-2,-1,1,2,2,1} ...
队列的实现
2019-09-21
#include<iostream>using namespace std;typedef int QElemType;typedef struct QNode { QElemType data; struct QNode* next;}QNode,*Qu ...
1
…
4
5
6
7
superzhaoyang
剑气纵横三万里,一剑光寒十九洲
Articles
61
Tags
85
Add to bookmark
Announcement
superzhaoyang的butterfly豪华版博客
Recent Post
情感分类问题
2020-06-02
Deep Reinforcement Learning
2020-05-12
NPLM与word2vec实战
2020-05-11
YunDisk
2020-05-09
DQN-FlappyBird
2020-05-09
Tags
CNN
DQN
Lenet5
Linux
NPLM
PTA
Pytorch
QT
Qt
RNN
Redis
Resnet
STL
Typora
Ubuntu
Word2Vec
YunDisk
c++
cgi
deep learning
dijkstra
fastcgi
github
ip
java
markdown编辑器
mysql
nginx
python
pytorch
qt
redis
set
spawn-fcgi
sql
string
tkinter
vector
webhook
串
二分搜索
二叉搜索树
二叉树
十字链表
双栈算术表达式
啊哈算法
图论
域名
堆
实用搜索技巧
山威地图
并查集
广度优先搜索
广度优先遍历
强化学习 - deep learning
归并排序
循环神经网络
快速幂
性能
排序
数据结构
文档检索器
最短路径
服务器
栈
汉诺塔
泛型栈
洛谷
深度优先搜索
深度优先遍历
深度强化学习
爬虫
矩阵压缩
算法
算法与数据结构
网站
计算器
赫夫曼树
赫夫曼编码
迪杰斯特拉
链表
队列
阿里云
静态ip
顺序表
Archives
2020年06月
1
2020年05月
4
2020年04月
3
2020年03月
21
2019年12月
2
2019年11月
7
2019年10月
4
2019年09月
19
Info
Article :
61
Run time :
UV :
PV :
繁
Local search
Powered by
hexo-generator-search