Pythonのグラフを作成機能で、サムネつくれるんじゃね? という安易な思いつきから、色々いじってみた。 最近、マトリックスの新作が公開されたことだし、 解説1:よく見ると実は、文章にネタが仕込んであったりします。 プログラムを実行すると下記の ...
2D Convolution: Wrote a custom implementation of image convolution in Assembly and compared its execution time to a Python implementation. The goal was to demonstrate how low-level memory control and ...
Python is convenient and flexible, yet notably slower than other languages for raw computational speed. The Python ecosystem has compensated with tools that make crunching numbers at scale in Python ...
You are given an m x n integer matrix matrix with the following two properties: Each row is sorted in non-decreasing order. The first integer of each row is greater than the last integer of the ...
映画『マトリックス』に出てくるような、緑色の文字列が流れ落ちる**「デジタルレイン」**。あの画面を見ると、誰でも少しだけハッカーになったような高揚感を覚えますよね。 今回は、そのデジタルレインをPythonのコードで再現します。コードは ...