-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
97 lines (61 loc) · 3.47 KB
/
atom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Forksama</title>
<link href="http://forksama.github.io/atom.xml" rel="self"/>
<link href="http://forksama.github.io/"/>
<updated>2021-12-23T17:01:06.391Z</updated>
<id>http://forksama.github.io/</id>
<author>
<name>Forksama</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>马克思主义基本原理概论</title>
<link href="http://forksama.github.io/2021/12/07/%E9%A9%AC%E5%8E%9F/"/>
<id>http://forksama.github.io/2021/12/07/%E9%A9%AC%E5%8E%9F/</id>
<published>2021-12-07T05:58:36.000Z</published>
<updated>2021-12-23T17:01:06.391Z</updated>
<summary type="html"><h1 id="导论"><a href="#导论" class="headerlink" title="导论"></a>导论</h1><hr>
<ul>
<li>马原<ul>
<li>总论</li>
<li>哲学<ul>
<li>哲学基本问题</li>
<li>唯物论:世界是什么</li>
<li>辩证法:世界是怎样存在的</li>
<li>认识论:如何认识世界</li>
<li>唯物史观:人类历史的发展规律和特点</li>
</ul>
</li>
<li>政经</li>
<li>科社</li>
</ul>
</li>
</ul></summary>
<category term="马原" scheme="http://forksama.github.io/tags/%E9%A9%AC%E5%8E%9F/"/>
</entry>
<entry>
<title>数据结构</title>
<link href="http://forksama.github.io/2021/12/06/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
<id>http://forksama.github.io/2021/12/06/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/</id>
<published>2021-12-06T13:00:58.000Z</published>
<updated>2021-12-27T15:25:17.635Z</updated>
<summary type="html"><h1 id="第一章:绪论"><a href="#第一章:绪论" class="headerlink" title="第一章:绪论"></a>第一章:绪论</h1><hr>
<h2 id="1-1-什么是数据结构"><a href="#1-1-什么是数据结构" class="headerlink" title="1.1 什么是数据结构"></a>1.1 什么是数据结构</h2><hr>
<blockquote>
<p>数据结构是一门研究非数值计算的程序设计问题中计算机的操作<strong>对象</strong>以及它们之间的<strong>关系和操作</strong>等等的学科。</p>
</blockquote>
<p><strong>程序设计的实质</strong>是对实际问题选择一个好的数据结构,加之设计一个好的算法。而好的算法在很大程度上取决于描述实际问题的数据结构。 </p>
<p><code>程序 == 算法 + 数据结构</code> </p></summary>
<category term="数据结构" scheme="http://forksama.github.io/tags/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
</entry>
<entry>
<title>哈哈,这下建站了</title>
<link href="http://forksama.github.io/2021/12/05/hello-world/"/>
<id>http://forksama.github.io/2021/12/05/hello-world/</id>
<published>2021-12-05T13:19:03.042Z</published>
<updated>2021-12-06T12:58:15.931Z</updated>
<summary type="html"><p>但其实什么也没有捏</p>
</summary>
</entry>
</feed>