读入—解释程序英文解释翻译、读入—解释程序的近义词、反义词、例句
英语翻译:
【计】 read interpreter
分词翻译:
读入的英语翻译:
【计】 read in
程序的英语翻译:
formality; ground rule; procedure; proceeding; process; program
【计】 P; problem determination aid; PROC; program; related channel program
【化】 sequence
【经】 program; sequence
网络扩展解释
读入—解释程序(dú rù — jiě shì chéng xù)
读入—解释程序是计算机程序设计中的一个术语。它是指程序从外部数据源(例如文件或键盘)中读取数据,并将其转换为程序可理解的形式的过程。此过程通常涉及解析数据并将其存储在计算机内存中。
英语解释翻译
Read-eval-print loop (REPL)。
“Read”意为“读取数据”,“evaluate”意为“解释”或“评估”,“print”意为“输出”。这种循环式过程最初是由LISP语言引入的,现在已经成为许多编程语言的标准工具。
英文读音
读音为 /rɛpl/。
英文的用法
该术语通常用于编程教育和调试过程中。它使计算机程序员能够轻松地测试逐步构建的代码片段。它还提供了一种计算机自我学习的方法,使程序员能够快速地掌握新语言或技术。
英文例句
- The REPL tool allows developers to quickly test and debug small code snippets.
- I always start a new programming language by experimenting with the code in a REPL environment.
英文近义词
- Interactive Interpreter
- Interactive Shell
- Command Line Interface (CLI)
英文反义词
- Compiled Language
- Static Typing
英文单词常用度
该词汇在编程领域非常常用,但在日常生活中并不常见。因此,它的词频评级较低。