Require Import List. Require Import Arith. Fixpoint binarize (l : list nat)(th : nat) : list nat := match l with | nil => nil | x::xs => if leb th x then 255 :: (binarize xs th) else 0 :: (binarize xs th) end.
某Web系の会社でエンジニアをやっています。 学術的なことに非常に興味があります。 趣味は楽器演奏、ジョギング、読書、料理などなど手広くやっています。
Arduino から AWS …
Arduino にプログラムを…
この前 ROS の公式 Doc…
普段 Java を使用しないの…
Streamlit は Pyt…
先日、SWITCHSCIENC…