CTRL-C:中断命令

“Break command”(中断命令)在计算机与软件领域中常被缩写为CTRL-C。这一简称不仅便于快速书写与输入,还能够提高操作效率,通常用于终止程序运行或中断当前任务流程,是计算机操作中的常用快捷键之一。

Break command具体释义

  • 英文缩写:CTRL-C
  • 英语全称:Break command
  • 中文意思:中断命令
  • 中文拼音:zhōng duàn mìng lìng
  • 相关领域ctrlc 软件

Break command的英文发音

例句

  1. COMPUTE is always used with the BREAK command.
  2. COMPUTE总是和BREAK命令一起使用。
  3. The number of lines skipped after each breakpoint can be modified using the SKIP option in the BREAK command.
  4. 每个断点后跳过的行的数量可以使用BREAK命令的SKIP选项进行修改。
  5. When the column value changes, row processing breaks and performs the actions specified in the COMPUTE command, and then the specified SKIP action in the BREAK command is performed.
  6. 当列值发生改变时,行处理中断并执行COMPUTE命令中指定的动作,然后执行BREAK命令中指定的SKIP动作。
  7. If a report needs to be broken into separate sets of records based on a particular column value, then you can use the BREAK command.
  8. 如果需要根据某个特定的列值将报表分成多个记录集,那么您可以使用BREAK命令。
  9. Each time a row is processed for printing, the BREAK command compares the value of the column to the previous value.
  10. 每次对某行进行打印操作时,BREAK命令会将列值与之前的列值进行比较。