Making machines with brains

本文讲述了计算机先驱艾伦·图灵的故事。孤独童年使他对人脑工作原理感兴趣,立志制造像人一样“聪明”的机器。他毕业后画出类似打字机的机器并写报告,虽当时少有人理解,但二战时他借此设计出能高速破译纳粹密码的早期计算机类机器。

Making machines with brains

By 21ST
Published on 2001-10-15
Posted on 2002-07-01 00:00:00


孤独的童年让图灵对人脑工作原理产生兴趣,他立志制造出一种能像人一样"聪明"的机器。你知道计算机背后的故事吗?

WHAT is the "cleverest" machine in history? If you're anything like nine out of ten people in the world, you'll say it's a computer, a machine with mathematical logic (数学逻辑) that can reason in the same way as humans.

Alan Mathison Turing never expected to be the father of a machine with such a title.

He was born in London in 1912, the second of his parents' two sons. His parents worked in India while Turing and his brother spent their childhoods in Britain.

Turing's loneliness during this time may have led to his lifelong interest in how the human mind works. He believed that the mind creates its own world when the real world is not acceptable to it. At 13, he already showed a talent for mathematics. He wasn't perfect though. His teachers said his work was hard to read.

After graduating from Cambridge University, he remained there as a teacher. At that time, his interest in the human mind led him to draw a machine.

He described it as a typewriter-like device. It could read instructions (指令) that were placed in code on a special tape. The machine moved from one tape to the next - responding to commands and changing its responses to do whatever it was told to do.

In 1937, Turing wrote a report about his machine. However, few people understood what he was talking about.

Even fewer would have predicted (预测) that Turing's machine would finally become one of the greatest inventions of the century.

But the report changed Turing's whole life. After the start of World War II, the British Government ordered him to serve in a special department. The task of all those working there was to break codes used by the Nazis ().

Turing's talent shone in this top secret work. He played a major role in designing an early computer-like machine that could decipher (破译) Nazi codes at high speed.

HELP
If you're anything like nine out of ten people in the world: 如果你同大多数人一样
reason v. 推理
show a talent for: 显示在...方面的才能
respond to command: 对命令做出反应
a rosy future: 光明的前景
After the war, he returned to Cambridge, hoping to return to his life as a teacher. But he was offered the chance to build a machine based on his ideas from 1937.

After building his machine, he continued to write and to think. He saw a rosy future for what was now becoming known as the computer. But other parts of his life were very unhappy. On June 7, 1954, he killed himself.
<think>好的,我现在需要帮助用户解决在Visual Studio 2022中导入和设置JetBrains Mono字体的问题。首先,我应该回忆相关的引用内容,特别是引用[4],因为它直接提到了VS2022的操作步骤。 首先,用户需要下载并安装字体。根据引用[4],用户需要从JetBrains官网下载字体,解压后安装ttf文件。安装方法是在ttf文件夹中全选文件,右键安装。这一点需要详细说明,确保用户正确安装字体。 接下来是设置VS2022的字体。进入工具→选项→字体和颜色,这里需要找到字体选择的下拉菜单,选择JetBrains Mono。可能用户不熟悉选项的位置,所以步骤要具体,比如从菜单栏找到“工具”,然后进入“选项”对话框,再找到环境下的字体和颜色设置。 另外,需要注意字体名称是否正确显示,有时候安装后可能需要重启VS才能生效。如果用户安装后没看到字体,可能需要检查是否正确安装或者重启软件。这部分虽然引用中没有提到,但根据经验可能需要补充。 还要考虑用户可能的疑问,比如是否所有字体变体都需要安装,或者是否需要调整字体大小。引用中提到的是基本步骤,但可能需要建议用户安装所有变体以获得完整体验,并调整合适的字号。 最后,生成相关问题时要围绕字体安装、设置、优化以及与其他编辑器的比较,帮助用户扩展相关知识。例如,如何在其他IDE中设置,或者如何调整字体渲染效果等。 总结步骤:下载→安装→VS设置→验证,确保每个环节清晰,并预见到用户可能遇到的问题,如安装后找不到字体,需要重启等。同时语言要简洁,用中文,符合格式要求,行内公式用$...$,但这里可能用不上数学公式,但要注意其他格式要求如代码块和引用标记。</think>### 如何在 Visual Studio 2022 中导入和设置 JetBrains Mono 字体 #### **步骤 1:下载并安装字体** 1. 访问 JetBrains Mono 官网下载字体文件: [JetBrains Mono: A free and open source typeface for developers](https://www.jetbrains.com/lp/mono/) [^2][^4]。 2. 解压下载的压缩包,进入包含 `.ttf` 文件的文件夹。 3. 全选所有 `.ttf` 文件(`Ctrl+A`),右键选择 **“安装”**,系统会自动完成字体安装[^4]。 #### **步骤 2:在 Visual Studio 2022 中设置字体** 1. 打开 Visual Studio 2022,点击顶部菜单栏的 **“工具”** → **“选项”**。 2. 在左侧导航栏选择 **“环境”** → **“字体和颜色”**。 3. 在 **“显示以下设置”** 的下拉菜单中,选择 **“文本编辑器”**。 4. 在 **“字体”** 下拉列表中,找到并选择 **“JetBrains Mono”**。 5. 根据需要调整字号(如 12-14),点击 **“确定”** 保存设置[^4]。 ```plaintext 路径示例: 工具 → 选项 → 环境 → 字体和颜色 → 选择 "JetBrains Mono" ``` #### **验证设置** - 打开任意代码文件,观察字体是否变为 JetBrains Mono 的等宽样式。若未生效,尝试重启 Visual Studio。 #### **注意事项** - 若安装后未显示字体,可检查系统字体列表或重新安装。 - JetBrains Mono 支持连字(Ligatures),如需启用需通过编辑器插件或设置(VS需额外配置)[^2]。 ---
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值