划分程序英文解释翻译、划分程序的近义词、反义词、例句
英语翻译:
【计】 partition program
分词翻译:
划分的英语翻译:
divide; plot; carve up; compartmentalize; measure off
【计】 partitioning
程序的英语翻译:
formality; ground rule; procedure; proceeding; process; program
【计】 P; problem determination aid; PROC; program; related channel program
【化】 sequence
【经】 program; sequence
网络扩展解释
划分程序
划分程序(huáfēn chéngxù)是指将一个大问题分解成若干个小问题,逐个解决,最终得到整个问题的解决方案的程序。
英文解释翻译
The English translation of 划分程序 is "divide-and-conquer algorithm".
英文读音
The proper pronunciation in English is "dih-vahyd en kuhn-ker al-guh-rith-uhm".
英文的用法
The term "divide-and-conquer algorithm" is commonly used in computer science to describe a problem-solving approach where a large problem is broken down into smaller, more manageable sub-problems that are then solved individually until a solution to the original problem is reached.
英文例句
Here are two examples of how to use "divide-and-conquer algorithm" in English:
- "The divide-and-conquer algorithm we used to solve the complex math problem saved us a lot of time."
- "This programming challenge can easily be solved by implementing a divide-and-conquer algorithm."
英文近义词
Some synonyms for "divide-and-conquer algorithm" include:
- Divide and rule algorithm
- Divide and conquer method
- Subproblem approach
- Recursive algorithm
英文反义词
There is no direct antonym for "divide-and-conquer algorithm". However, it could be considered the opposite of a "brute force algorithm", which involves solving a problem through exhaustive search rather than through breaking it into smaller subproblems.
英文单词常用度
"Divide-and-conquer algorithm" is not an extremely common term in English, but it is well-known and frequently used in the field of computer science. It is likely to be more familiar to those with a background in programming or computer engineering.