を記入
function newMark(y,m,d)
{ oldDay = new Date(y+"/"+m+"/"+d);
newDay = new Date();
n = (newDay - oldDay)/(1000*60*60*24);
if(n <= 14)document.write("
");}
//-->
| 単語 / 【 ID 】
意味 / 例文 /同義語/上位語/下位語/派生語 |
|---|
algorithm
![]() SimpleWikiWiktionaryGoogle検索CollinsCambridgeLongmanLongman英和Learners 【 43745 】 【意味】 "[名詞] a precise rule (or set of rules) specifying how to solve some problem [例] The algorithm is used to solve the problem. [例] The algorithm is a very efficient way to sort a list. [例] They developed an algorithm to determine the winner of the tournament. [意味] アルゴリズム, 演算手順, 手順, 算法, 計算手順 ; [同義語] algorithmic rule, algorithmic program ; [上位語] formula, rule ; [下位語] stemming algorithm, sorting algorithm, stemmer ; [派生] algorithmic ; [同義語群] 05847438-n" |