-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPY.html
More file actions
365 lines (249 loc) · 13.3 KB
/
PY.html
File metadata and controls
365 lines (249 loc) · 13.3 KB
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE html>
<html lang="en">
<head>
<title>PY - tastynoob's blog</title>
<meta charset="UTF-8">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
<link rel="shortcut icon" href="/icon.png" type="image/png" />
<meta name="description" content="这里就没啥好介绍的了就来推荐一下我一直以来的自学网站吧😘 菜鸟教程">
<meta property="og:type" content="website">
<meta property="og:title" content="PY">
<meta property="og:url" content="https://tastynoob.github.io/PY.html">
<meta property="og:site_name" content="tastynoob's blog">
<meta property="og:description" content="这里就没啥好介绍的了就来推荐一下我一直以来的自学网站吧😘 菜鸟教程">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="https://tastynoob.github.io/images/header.jpg">
<meta property="og:image" content="http://static.runoob.com/images/runoob-logo.png">
<meta property="article:published_time" content="2023-04-28T16:56:59.772Z">
<meta property="article:modified_time" content="2023-04-28T16:56:51.118Z">
<meta property="article:author" content="tastynoob">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://tastynoob.github.io/images/header.jpg">
<link rel="stylesheet" href="/lib/fancybox/fancybox.css">
<link rel="stylesheet" href="/lib/mdui_043tiny/mdui.css">
<link rel="stylesheet" href="/lib/iconfont/iconfont.css?v=1682756347342">
<link rel="stylesheet" href="/css/style.css?v=1682756347342">
<link rel="stylesheet" href="/custom.css?v=1682756347342">
<script src="/lib/mdui_043tiny/mdui.js" async></script>
<script src="/lib/fancybox/fancybox.umd.js" async></script>
<script async src="/js/app.js?v=1682756347342"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4D4ZJ9G024"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag("js", new Date());
gtag("config", "G-4D4ZJ9G024");
</script>
<meta name="generator" content="Hexo 6.3.0"></head>
<body class="mdui-drawer-body-left">
<div id="nexmoe-background">
<div class="nexmoe-bg"
style="background-image: url(/images/BackGround.jpg)"
></div>
<div class="mdui-appbar mdui-shadow-0">
<div class="mdui-toolbar">
<a mdui-drawer="{target: '#drawer', swipe: true}" title="menu" class="mdui-btn mdui-btn-icon mdui-ripple"><i class="mdui-icon nexmoefont icon-menu"></i></a>
<div class="mdui-toolbar-spacer"></div>
<!--<a href="javascript:;" class="mdui-btn mdui-btn-icon"><i class="mdui-icon material-icons">search</i></a>-->
<a href="/" title="tastynoob" class="mdui-btn mdui-btn-icon"><img src="/images/header.jpg" alt="tastynoob"></a>
</div>
</div>
</div>
<div id="nexmoe-header">
<div class="nexmoe-drawer mdui-drawer" id="drawer">
<div class="nexmoe-avatar mdui-ripple">
<a href="/" title="tastynoob">
<img src="/images/header.jpg" alt="tastynoob" alt="tastynoob">
</a>
</div>
<div class="nexmoe-count">
<div><span>Articles</span>58</div>
<div><span>Tags</span>18</div>
<div><span>Categories</span>7</div>
</div>
<div class="nexmoe-list mdui-list" mdui-collapse="{accordion: true}">
<a class="nexmoe-list-item mdui-list-item mdui-ripple false" href="/" title="回到首页">
<i class="mdui-list-item-icon nexmoefont icon-home"></i>
<div class="mdui-list-item-content">
回到首页
</div>
</a>
<a class="nexmoe-list-item mdui-list-item mdui-ripple false" href="/archive.html" title="文章归档">
<i class="mdui-list-item-icon nexmoefont icon-container"></i>
<div class="mdui-list-item-content">
文章归档
</div>
</a>
<a class="nexmoe-list-item mdui-list-item mdui-ripple true" href="/PY.html" title="我的朋友">
<i class="mdui-list-item-icon nexmoefont icon-unorderedlist"></i>
<div class="mdui-list-item-content">
我的朋友
</div>
</a>
<a class="nexmoe-list-item mdui-list-item mdui-ripple false" href="/about.html" title="关于自己">
<i class="mdui-list-item-icon nexmoefont icon-info-circle"></i>
<div class="mdui-list-item-content">
关于自己
</div>
</a>
</div>
<aside id="nexmoe-sidebar">
<div class="nexmoe-widget-wrap">
<div class="nexmoe-widget nexmoe-search">
<form id="search_form" action_e="https://cn.bing.com/search?q=site:tastynoob.github.io" onsubmit="return search();">
<label><input id="search_value" name="q" type="search" placeholder="Search"></label>
</form>
</div>
</div>
<div class="nexmoe-widget-wrap">
<div class="nexmoe-widget nexmoe-social">
<a
class="mdui-ripple"
href="https://github.com/tastynoob/"
target="_blank"
mdui-tooltip="{content: 'GitHub'}"
style="
color: rgb(25, 23, 23);
background-color: rgba(25, 23, 23, .1);
"
>
<i
class="nexmoefont icon-github"
></i> </a
>
</div>
</div>
<div class="nexmoe-widget-wrap">
<h3 class="nexmoe-widget-title">Categories</h3>
<div class="nexmoe-widget">
<ul class="category-list">
<li class="category-list-item">
<a class="category-list-link" href="/categories/fpga/">fpga</a>
<span class="category-list-count">27</span>
</li>
<li class="category-list-item">
<a class="category-list-link" href="/categories/linux/">linux</a>
<span class="category-list-count">1</span>
</li>
<li class="category-list-item">
<a class="category-list-link" href="/categories/人工智能/">人工智能</a>
<span class="category-list-count">7</span>
</li>
<li class="category-list-item">
<a class="category-list-link" href="/categories/其它/">其它</a>
<span class="category-list-count">8</span>
</li>
<li class="category-list-item">
<a class="category-list-link" href="/categories/处理器设计/">处理器设计</a>
<span class="category-list-count">3</span>
</li>
<li class="category-list-item">
<a class="category-list-link" href="/categories/框架/">框架</a>
<span class="category-list-count">4</span>
</li>
<li class="category-list-item">
<a class="category-list-link" href="/categories/算法/">算法</a>
<span class="category-list-count">15</span>
</li>
</ul>
</div>
</div>
<div class="nexmoe-widget-wrap">
<div id="randomtagcloud" class="nexmoe-widget tagcloud nexmoe-rainbow">
<a href="/tags/LVGL/" style="font-size: 10px;">LVGL</a> <a href="/tags/arm/" style="font-size: 10px;">arm</a> <a href="/tags/chisel/" style="font-size: 13.33px;">chisel</a> <a href="/tags/k210/" style="font-size: 10px;">k210</a> <a href="/tags/lex-yacc/" style="font-size: 10px;">lex&yacc</a> <a href="/tags/linux/" style="font-size: 10px;">linux</a> <a href="/tags/nodejs/" style="font-size: 10px;">nodejs</a> <a href="/tags/riscv/" style="font-size: 18.33px;">riscv</a> <a href="/tags/test/" style="font-size: 10px;">test</a> <a href="/tags/verilog/" style="font-size: 20px;">verilog</a> <a href="/tags/vscode/" style="font-size: 11.67px;">vscode</a> <a href="/tags/%E4%BF%A1%E5%8F%B7%E5%A4%84%E7%90%86/" style="font-size: 15px;">信号处理</a> <a href="/tags/%E5%9B%BE%E5%BD%A2%E5%AD%A6/" style="font-size: 10px;">图形学</a> <a href="/tags/%E5%A3%B0%E5%AD%A6/" style="font-size: 10px;">声学</a> <a href="/tags/%E6%8A%80%E6%9C%AF/" style="font-size: 15px;">技术</a> <a href="/tags/%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C/" style="font-size: 16.67px;">神经网络</a> <a href="/tags/%E7%B3%BB%E7%BB%9F/" style="font-size: 13.33px;">系统</a> <a href="/tags/%E8%AF%AD%E6%B3%95%E5%88%86%E6%9E%90/" style="font-size: 10px;">语法分析</a>
</div>
<script>
var maxTagcloud = parseInt(17);
var tags_length = parseInt(18);
var tags_arr = [];
for(var i = 0; i < tags_length; i++){
tags_arr.push(i);
}
tags_arr.sort(function (l, r) {
return Math.random() > 0.5 ? -1 : 1;
});
tags_arr = tags_arr.slice(0, maxTagcloud < tags_length ? tags_length - maxTagcloud : 0);
for(var tag_i = 0; tag_i < tags_arr.length; tag_i++){
document.getElementById("randomtagcloud").children[tags_arr[tag_i]].style.display = 'none';
}
</script>
</div>
<div class="nexmoe-widget-wrap">
<h3 class="nexmoe-widget-title">Archive</h3>
<div class="nexmoe-widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2023/">2023</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2022/">2022</a><span class="archive-list-count">2</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2020/">2020</a><span class="archive-list-count">2</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/1970/">1970</a><span class="archive-list-count">53</span></li></ul>
</div>
</div>
<div class="nexmoe-widget-wrap">
<h3 class="nexmoe-widget-title">Recent Posts</h3>
<div class="nexmoe-widget">
<ul>
<li>
<a href="/2023/04/29/%E5%B7%A5%E4%BD%9C/%E9%AB%98%E6%80%A7%E8%83%BD%E5%A4%84%E7%90%86%E5%99%A8%E8%AE%BE%E8%AE%A1%E4%B8%8E%E8%BF%AD%E4%BB%A3%E6%96%B9%E6%B3%95/">高性能处理器设计与快速迭代方法</a>
</li>
<li>
<a href="/2022/08/14/RISCV/toysoc/">启明星智能组暑期培训-toysoc-riscv处理器实现</a>
</li>
<li>
<a href="/2022/03/08/RISCV/ritter-soc/">使用FPGA设计的入门级基于riscv指令集的soc</a>
</li>
<li>
<a href="/2020/04/27/%E7%AE%97%E6%B3%95/%E7%AE%80%E5%8D%95%E8%AE%B2%E8%A7%A3%E5%8F%8D%E5%90%91%E4%BC%A0%E6%92%AD%E7%AE%97%E6%B3%95/">简单讲解反向传播算法</a>
</li>
<li>
<a href="/2020/04/22/%E7%AE%97%E6%B3%95/%E7%94%A8%E7%BA%AFc%E8%AF%AD%E8%A8%80%E5%86%99%E4%B8%80%E4%B8%AA%E5%AE%8C%E6%95%B4%E7%9A%84BP%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C/">用纯c语言写一个完整的BP神经网络</a>
</li>
</ul>
</div>
</div>
</aside>
<div class="nexmoe-copyright">
© 2023 tastynoob
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
& <a href="https://github.com/theme-nexmoe/hexo-theme-nexmoe" target="_blank">Nexmoe</a>
<br><a target="_blank" href="https://beian.miit.gov.cn/">鄂ICP备2020018486号</a>
</div>
</div><!-- .nexmoe-drawer -->
</div>
<div id="nexmoe-content">
<div class="nexmoe-primary">
<div class="nexmoe-post">
<article class="nexmoe-py">
<p><img src="/images/header.jpg"></p>
<p>这里就没啥好介绍的了<br>就来推荐一下我一直以来的自学网站吧😘</p>
<p><img onerror="imgOnError(this);" data-fancybox="gallery" src="http://static.runoob.com/images/runoob-logo.png" alt="RUNOOB 图标" data-caption="RUNOOB 图标" loading="lazy"><br><a target="_blank" rel="noopener" href="https://www.runoob.com/">菜鸟教程</a></p>
</article>
<div class="nexmoe-post-footer">
请在你的配置文件中设置 slotComment
</div>
</div>
</div>
<div class="nexmoe-post-right">
<div class="nexmoe-fixed">
<div class="nexmoe-tool">
<a href="#nexmoe-content" class="toc-link" aria-label="Back To Top" title="top"><button class="mdui-fab mdui-ripple"><i class="nexmoefont icon-caret-top"></i></button></a>
</div>
</div>
</div>
</div>
<div id="nexmoe-search-space">
<div class="search-container">
<div class="search-header">
<div class="search-input-container">
<input
class="search-input"
type="text"
placeholder="Search"
oninput="sinput();"
/>
</div>
<a class="search-close" onclick="sclose();">×</a>
</div>
<div class="search-body"></div>
</div>
</div>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2058306854838448" crossorigin="anonymous"></script>
</body>
</html>