🚀 move pic directory into doc

This commit is contained in:
ValKmjolnir
2022-09-19 00:10:08 +08:00
parent 06f02ec0cb
commit cff9f91bee
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ if(os.platform()=="windows")
## __教程__
Nasal是非常容易上手的,你甚至可以在15分钟之内看完这里的基本教程并且直接开始编写你想要的程序。
__如果你先前已经是C/C++,javascript选手,那么这个教程几乎可以不用看……__ 在看完该教程之后,基本上你就完全掌握了这个语言:
__如果你先前已经是C/C++, javascript选手,那么几乎可以不用看这个教程……__ 在看完该教程之后,基本上你就完全掌握了这个语言:
<details><summary>基本类型</summary>
+2 -2
View File
@@ -1,6 +1,6 @@
# __Benchmark__
![benchmark](../pic/benchmark.png)
![benchmark](../doc/pic/benchmark.png)
## version 6.5 (i5-8250U windows10 2021/6/19)
@@ -109,4 +109,4 @@ And we use this bf interpreter to draw a mandelbrot set.
In 2022/2/17 update we added `\e` into the lexer. And the `bfcolored.nas` uses this special ASCII code. Here is the result:
![mandelbrot](../pic/mandelbrot.png)
![mandelbrot](../doc/pic/mandelbrot.png)
+2 -2
View File
@@ -60,8 +60,8 @@
</p>
</text>
<h2>&nbsp;Benchmark | 执行效率</h2>
<img src="/pic/benchmark.png" width="450" height="350"></img>
<img src="/pic/mandelbrot.png" width="450" height="350"><br /></img>
<img src="/doc/pic/benchmark.png" width="450" height="350"></img>
<img src="/doc/pic/mandelbrot.png" width="450" height="350"><br /></img>
<text>
<p>
Benchmark of different versions of nasal interpreter(left).
Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB