superzhaoyang
主页
档案
标签
类别
链接
关于
学习和娱乐
  • 音乐
  • 电影
  • 书籍
Search
Articles
61
Tags
85

主页
档案
标签
类别
链接
关于
学习和娱乐
  • 音乐
  • 电影
  • 书籍
superzhaoyang
数据结构实验7之迪杰斯特拉最短路径 2019-12-02
以山东大学威海的部分建筑物为例来实现迪杰斯特拉算法 #include <iostream>#include <map>#include <string>using namespace std; map<string, int> couple;int ...
洛谷p1605迷宫 2019-11-21
题目地址:https://www.luogu.org/problem/P1605 #include <cstdio>#include <iostream>#include <cstring>#include <string>#include <a ...
洛谷P1101单词方阵 2019-11-21
#include <cstdio>#include <iostream>#include <cstring>#include <string>#include <algorithm>using namespace std;const int ...
八皇后问题 2019-11-21
深搜模板题目: #include <cstdio>#include <iostream>#include <cstring>#include <string>#include <algorithm>using namespace std;i ...
快速幂模板 2019-11-20
适用于 b的 p次方 % k #include<bits/stdc++.h>using namespace std;long long b, a, p, k, ans = 1, c;int main(){ scanf("%d%d%d", &b, &p, &am ...
java计算器 2019-11-20
import java.awt.*;import java.awt.event.*;import javax.swing.*;//注意:运算符号并不显示 先导入需要的包 public class Calculator extends JFrame { private Contain ...
数据结构实验六之二叉树的孩子链表发和双亲链表法 2019-11-18
#include <iostream>using namespace std;#define MAX_TREE_SIZE 100 下面是二叉树的双亲表示法 typedef struct PTNode { char data; int parent;}PTNode;t ...
数据结构实验五之二叉树相关操作 2019-11-04
今天复习,突然发现漏了个函数没有写进来,顺便加了个层序遍历。OK,我们先把头文件拽过来 #include <cstdio>#include <iostream>#include <cstring>#include <string>#include &l ...
归并排序 2019-10-21
前几天遇到了一道题,快排过不去,一定要用mergesort,特来学习一下。 该算法时间复杂度为O(NlogN). 当数据量很大的时候 nlogn的优势将会比n^2越来越大,当n=10^5的时候,nlogn的算法要比n^2的算法快6000倍,那么6000倍是什么概念呢,就是如果我们要处理一个数据集,用 ...
数据结构实验四之矩s十字链表存储系数矩阵及其转置 2019-10-19
如题,数据结构实验四之矩s十字链表存储系数矩阵及其转置。#include<iostream>#include<stdlib.h>using namespace std;const int maxn = 101;typedef struct OLNode{ int i ...
1…345…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 :
©2019 - 2020 By superzhaoyang
Driven Hexo|Theme Butterfly
Hi, welcome to my blog!
繁
Local search

Powered by hexo-generator-search