forked from Anthony-Hoo/Anthony-Hoo.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
4 lines (4 loc) · 4.86 KB
/
index.html
1
2
3
4
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><meta name="X-UA-Compatible" content="IE=edge"><meta name="author" content="Anthony Hoo"><title>Anthony Hoo</title><meta name="description" content="A Blog Powered By Hexo"><meta name="keywords"><meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"><meta content="yes" name="apple-mobile-web-app-capable"><meta content="black" name="apple-mobile-web-app-status-bar-style"><meta content="telephone=no" name="format-detection"><meta name="renderer" content="webkit"><link rel="short icon" href="/images/favicon.png" type="image/x-icon"><link rel="stylesheet" href="/css/style.css"><link rel="stylesheet" href="/css/blog_basic.css"><link rel="stylesheet" href="/css/font-awesome.min.css"><link rel="alternate" type="application/atom+xml" title="ATOM 1.0" href="/atom.xml"></head><body><div class="sidebar animated fadeInDown"><div class="logo-title"><div class="title"><img src="/images/[email protected]" style="width:127px;"><h3 title=""><a href="/">Anthony Hoo</a></h3></div></div><ul class="social-links"></ul><div class="footer"><a target="_blank" href="/"><span>Theme by </span></a><a href="https://www.caicai.me"> CaiCai </a><span>&</span><a href="https://github.com/Ben02/hexo-theme-Anatole"> Ben</a><div class="by_farbox"><a href="https://hexo.io/zh-cn/" target="_blank">Proudly published with Hexo!</a></div></div></div><div class="main"><div class="page-top animated fadeInDown"><div class="nav"><li><a class="current" href="/">首页</a></li><li><a href="/about">关于</a></li><li><a href="/archives">归档</a></li><li><a href="/links">友链</a></li></div><div class="information"><div class="back_btn"><li><a class="fa fa-chevron-left" onclick="window.history.go(-1)" style="display:none;"> </a></li></div><div class="avatar"><img></div></div></div><div class="autopagerize_page_element"><div class="content"><div class="post animated fadeInDown"><div class="post-title"><h3><a href="/2018/06/08/关于Floyd算法和传递闭包的一些思考/">关于Floyd算法和传递闭包的一些思考</a></h3></div><div class="post-content"><p>关于Floyd算法与传递闭包的一些思考作者:anthony hoo
关于Floyd算法Floyd算法是用于求解图的任意两点的最短路的一个经典算法,其伪代码表示为:1234567891011121314def Floyd (G) #G is a adjacency matrix of a weighted s...</p></div><div class="post-footer"><div class="meta"><div class="info"><i class="fa fa-sun-o"></i><span class="date">2018-06-08</span><i class="fa fa-tag"></i><a class="tag" href="/tags/图论/" title="图论">图论 </a><a class="tag" href="/tags/Floyd算法/" title="Floyd算法">Floyd算法 </a><a class="tag" href="/tags/关系的传递闭包/" title="关系的传递闭包">关系的传递闭包 </a></div></div></div></div><div class="post animated fadeInDown"><div class="post-title"><h3><a href="/2018/04/20/hello-world/">Hello World</a></h3></div><div class="post-content"><p>大家好
    到访的各位,大家好。这里是Anthony Hoo的小站,欢迎大家的光临。刚刚上线的这个博客,是我的第一个网站,此刻我的心情是无比激动的,相信有过类似经历的人一定会有所体会。    其实我早就想要拥有一个完全属于自己的网...</p></div><div class="post-footer"><div class="meta"><div class="info"><i class="fa fa-sun-o"></i><span class="date">2018-04-20</span><i class="fa fa-tag"></i><a class="tag" href="/tags/hello/" title="hello">hello </a><a class="tag" href="/tags/介绍/" title="介绍">介绍 </a></div></div></div></div><div class="post animated fadeInDown"><div class="post-title"><h3><a href="/2018/04/19/学宝虚拟机使用手册 总序/">学宝虚拟机使用手册 总序</a></h3></div><div class="post-content"><p>学宝虚拟机使用手册 总序
事情的起因    作为一名计算机专业的学生,学校为了使我们能高质量地完成作业,避免代码抄袭可谓是绞尽脑汁。为此学校给我们每个人配备了一个虚拟机,这台虚拟机是运行在学校机房的服务器上的,运行的是Windows XP sp3,一个UI十分落伍且底层漏洞...</p></div><div class="post-footer"><div class="meta"><div class="info"><i class="fa fa-sun-o"></i><span class="date">2018-04-19</span><i class="fa fa-tag"></i><a class="tag" href="/tags/折腾/" title="折腾">折腾 </a><a class="tag" href="/tags/搞事/" title="搞事">搞事 </a><a class="tag" href="/tags/内网文件传输/" title="内网文件传输">内网文件传输 </a><a class="tag" href="/tags/VPN服务器/" title="VPN服务器">VPN服务器 </a></div></div></div></div><div class="pagination"><ul class="clearfix"></ul></div></div></div></div><script src="/js/jquery.js"></script><script src="/js/jquery-migrate-1.2.1.min.js"></script><script src="/js/jquery.appear.js"></script></body></html>