Then the three teammates must figure out the requirements of each problem, design ways to test their approach to the solution, and write software systems to accomplish it."VOA-T266", "2514544"
べき級数解法
power series solution
アナログ解法
analog solution《工学》
analog solver
アルゴリズム解法
algorithm solution
algorithmic solution
コンピューター解法
computer solution
ネットワーク解法
network solution
プログラム解法
program solution
三 解法 プログラムにおける電子計算機に対する指令の組合せの方法をいう。
(iii) "[computer programming] algorithm" means the method of combining, in a computer program, the instructions given to a computer.〔【出典】日本法令外国語訳データベースシステム 〕
並列解法
concurrent solution
parallel solution
二次方程式解法
solution of the quadratic equation
代数学的解法
algebraic solution
代数方程式の数値解法
numerical solution of algebraic equations
例題の解法
example solution
再帰的解法
recursive solution
分離解法
decoupled solution
separable solution
効率的解法
efficient method of solving
efficient solution
efficient solution method
動的解法
dynamic solution
半陰解法
semi-implicit method《物理》
反復解法
iterative solution technique
問題に対する解法
solution to a problem
問題に対する解法を決める
determine the solution to a problem
問題解法
problem solution
問題解法を表現する
express a problem solution
図式解法
graphical method
図式解法を考案する
devise a graphical method
図式解法を開発する
develop a graphical technique
固有値問題の数値解法
numerical solution of eigenvalue problems
固有解法
eigensolution method
実時間解法
real-time solution
実用的数値解法
practical numerical solution
実験的解法
experimental solution
常微分方程式の数値解法
numerical solution of ordinary differential equations
Regular expressions are a powerful and (mostly) standardized way of searching, replacing, and parsing text with complex patterns of characters. Although the regular expression syntax is tight and unlike normal code, the result can end up being more readable than a hand-rolled solution that uses a long chain of string functions. There are even ways of embedding comments within regular expressions, so you can include fine-grained documentation within them.〔【出典】"Dive Into Python 3" by Mark Pilgrim ◆【和訳】Fukada & Fujimoto ◆【License】CC-BY-SA-3.0 〕