Skip to content

Commit

Permalink
[modify]修改图片引用格式 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Jul 16, 2023
2 parents a60ed2b + 47528f0 commit 0029668
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions JackhowMichael/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

`brainfuck`是最简单的图灵完备语言,作为一个玩具语言它存在的意义仅在于模拟图灵机(以及参加Hello World大赛)以及供编译原理初学者练练手。有兴趣可以百度一下它简洁的语法然后尝试一下:[brainfuck在线运行,在线工具,在线编译IDE_w3cschool](https://www.w3cschool.cn/tryrun/runcode?lang=brainfuck)

![image-20230715175214041](.\image-20230715175214041.png)
![image-20230715175214041](image-20230715175214041.png)

## 二、Betterave

Expand All @@ -16,7 +16,7 @@

使用Ruby语言编写的解释器运行结果如图

![截图2](.\Snipaste_2023-07-16_15-00-29.png)
![截图2](Snipaste_2023-07-16_15-00-29.png)

但前缀表达式操作数只识别一位的数字,所以即便像第一名一样直接输出所有字符的ASCII码值也没法超过他:

Expand All @@ -32,7 +32,7 @@

截图是介绍里的示例代码,把中间的逗号和末尾的叹号删掉即可。但是显然没有单字符控制输出的语言简单,还是没法胜过第一名。

![截图3](.\Snipaste_2023-07-16_15-33-26.png)
![截图3](Snipaste_2023-07-16_15-33-26.png)

## 四、Fourier

Expand Down

0 comments on commit 0029668

Please sign in to comment.