Giter Site home page Giter Site logo

code-english's Introduction

code-english

记录编程中代码或者文档中英文词汇,积累英语阅读写作水平

  • [rely to] 依靠;依赖
  • [independently] 独自的;自主的
  • [simultaneously] 同时的;
  • [frequency] n.出现
    • 某个变量出现次数,可以用到
  • ([adjacency] n. 邻接)[https://leetcode-cn.com/problems/course-schedule/solution/course-schedule-tuo-bu-pai-xu-bfsdfsliang-chong-fa/]
    • 有向图中的邻接表(adjacency list) 记录节点的依赖关系
  • [indegree] n. 入度
  • [out-degree] 出度
    • 有向图中 A->B 则有 A出度加一, B的入度加一
  • [deadlock] 死锁
  • [grain] n. 粒度 (描述功能粒度时 可用grain表示)
  • [basics] adj. 最重要的,基本的;最简单的,初级的
  • [module] n. 组件,模块,功能模块(描述某个功能模块时,可以用此描述该属性)
  • [convert] v. (使)转变,(使)转换;(string转time可以用convert string to time)
  • [concrete] adj. 具体的 (实现抽象类的具体方法可以用 concrete class描述)
  • [parse] v. 分析(分析/处理一个url为host,path,uri 可以叫做 urlParse(url))
  • [provider] n. 提供者,供应商
  • [idle] adj. 闲置的,空闲的(例:go语言中m内核态线程无任务执行,则会处于闲置idle状态)
  • [spin lock] 自旋锁(go语言中的m无任务执行 会处于自旋状态)

code-english's People

Contributors

wuye251 avatar

Watchers

 avatar

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.