输入任意单词!

Subroutines Meaning in English

word · lemma: subroutine

ˈsəbɹuˌtin
SUB-roo-teenz
ˈsʌb.ruˌtiːnz
SUB-roo-teenz

释义

Subroutines are small, separate sections of a computer program that perform specific tasks and can be used repeatedly whenever needed.

用法与细微差别

'Subroutines' is a technical programming term, common in computer science. In modern languages, also called 'functions' or 'methods'—these words are often interchangeable, but in some cases, 'subroutine' suggests a smaller, simpler operation.

例句

We use subroutines to avoid repeating code.

basic

The program has many subroutines for different tasks.

basic

Each subroutine solves a specific problem.

basic

If your code gets too long, try breaking it into subroutines.

natural

Good programmers write clear subroutines others can reuse.

natural

Debugging is easier when you organize your code into short subroutines.

natural