GithubHelp home page GithubHelp logo

computer-science-glossary's Introduction

计算机科学词汇表

这里蒐集了计算机科学里,常用词汇之译法。

**译者注意!**词汇表所提供之译法需视情况相应修改。

为什么需要词汇表?

  • 译者翻译需要一个统一的参考

  • 菜鸟学习需要知道术语的中文

  • 作为读 CS 书的辞典使用亦可

如何使用

dict.textile 包含了 A-Z 所有的词汇。

可用字母索引表浏览或浏览器的搜寻功能 (CMD+F, CTRL+F)。

为了使贡献更容易,仅将词汇按 A-Z 分类,各类下不再按字母顺序排序,请用搜寻查找。

频繁查询者可将此页加入书签。

如何贡献

欢迎贡献!集思广益!

发送 Pull Request 提交词汇表中尚未出现的词汇,请按照相同格式编排。

提交词汇时请先搜索词汇表,确认该词汇尚未添加,并将词汇加在类似的词组附近。

发现词汇有错误或更好的译法请开 Issue 讨论。

靠大家的力量来一起壮大这个词汇表。

撰写语法

采用 Textile 语法,参考 Textile Reference试试 Textile

命令行工具

命令行工具使用 Node 编写,使用前请先安装 Node,也可使用 NVM 来安装 Node。

如果只想在该仓库局部使用:

$ git clone [email protected]:JuanitoFatas/Computer-Science-Glossary.git
$ cd Computer-Science-Glossary
$ npm install
$ bin/tran

全局使用,运行:

$npm install -g tran

该工具当前仅支持翻译查询。查看帮助直接输入 tran

$ bin/tran

  Usage: tran <command> [options]

  Commands:

    search <name>          Search for translations

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

查询翻译 tran search <name> (模糊搜寻),如查找 sicp

$ bin/tran search sicp
Fuzzy match including:
SICP
  《计算机程序的构造与解释》
simple vector
  简单向量
physical
  物理的

此工具由 CatTail 撰写。

好书推荐

翻译研究

其他意见

欢迎发送邮件至 huangz1990 或 katehuang0320 的 gmail 邮箱。

授权

CC BY-NC 3.0 CN

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.