程序员源语句英文解释翻译、程序员源语句的近义词、反义词、例句
英语翻译:
【计】 programmer source statement
分词翻译:
程序员的英语翻译:
programmer
源语句的英语翻译:
【计】 original statement; source statement; SS
网络扩展解释
《程序员源语句》的中英文对照
在编写程序时,很多程序员都会用到一些固定的语句和词汇,这些常用的程序语言即为源语句。下面是《程序员源语句》相关术语的中英文对照及其用法。
中文拼音:
chéng xù yuán yǔ jù
英语解释翻译:
- Source code - 源代码
- Variable - 变量
- Function - 函数
- Loop - 循环
- Array - 数组
- String - 字符串
- Integer - 整数
- Boolean - 布尔值
英文读音:
- Source code - [sɔrs koʊd]
- Variable - [ˈvɛriəbl]
- Function - [ˈfʌŋkʃən]
- Loop - [lup]
- Array - [əˈreɪ]
- String - [strɪŋ]
- Integer - [ˈɪntɪdʒər]
- Boolean - [ˈbuːliən]
英文的用法(中文解释):
- Source code - 程序源代码,计算机程序的原始代码
- Variable - 变量,用来存储和表示不同的数据类型
- Function - 函数,封装一段可以重复使用的代码供其他程序调用
- Loop - 循环,重复执行一段代码,直到满足特定的条件为止
- Array - 数组,存储相同类型数据的集合,可以通过索引访问
- String - 字符串,由一系列字符组成的数据类型,可以进行字符串操作
- Integer - 整数,用来表示整数类型的数据
- Boolean - 布尔值,用来表示真假值的数据类型
英文例句(包含中文解释):
- I'm trying to debug my source code. - 我正在尝试调试我的源代码。
- The variable is assigned the value 5. - 变量被赋值为5。
- This function returns the maximum of two numbers. - 这个函数返回两个数字中的最大值。
- The loop executes until the counter reaches 10. - 循环执行直到计数器到达10。
- The array stores a list of names. - 数组存储姓名列表。
- The string contains the word 'hello'. - 字符串包含单词“hello”。
- The integer value is too large. - 整数值太大了。
- The boolean expression evaluates to true. - 布尔表达式的值为真。
英文近义词(包含中文解释):
- Source code - Program code(程序代码)
- Variable - Parameter(参数)、Argument(参数)
- Function - Method(方法)
- Loop - Iteration(迭代)、Cycle(周期)
- Array - List(列表)
- String - Text(文本)
- Integer - Number(数字)
- Boolean - Logic(逻辑)
英文反义词(包含中文解释):
- Source code - Compiled code(编译代码)
- Variable - Constant(常数)
- Function - Variable(变量)
- Loop - Single execution(单次执行)
- Array - Scalar value(标量值)
- String - Numeric value(数字值)
- Integer - Floating-point number(浮点数)
- Boolean - Non-boolean(非布尔值)
英文单词常用度:
根据语料库数据,这些源语句常用度如下(由高到低):
- Source code
- Variable
- Function
- String
- Array
- Boolean
- Integer
- Loop