CTRL-C:中断命令
“Break command”经常缩写成CTRL-C,以便快捷书写、使用。
常见于计算机领域 ,和软件相关。中文意思为:“中断命令”。
Break command具体释义
- 英文缩写:CTRL-C
- 英语全称: Break command
- 英语发音:
- 美式英语发音:
- 英式英语发音:
- 中文意思:中断命令
- 中文拼音:zhōng duàn mìng lìng
- 常用领域:计算机
- 相关:软件
英文缩写词CTRL-C的例句
- COMPUTE is always used with the BREAK command.
- COMPUTE总是和BREAK命令一起使用。
- The number of lines skipped after each breakpoint can be modified using the SKIP option in the BREAK command.
- 每个断点后跳过的行的数量可以使用BREAK命令的SKIP选项进行修改。
- 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.
- 当列值发生改变时,行处理中断并执行COMPUTE命令中指定的动作,然后执行BREAK命令中指定的SKIP动作。
- 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.
- 如果需要根据某个特定的列值将报表分成多个记录集,那么您可以使用BREAK命令。
- Each time a row is processed for printing, the BREAK command compares the value of the column to the previous value.
- 每次对某行进行打印操作时,BREAK命令会将列值与之前的列值进行比较。