ニュース

2D-Array-Merge-Sort Implementation of merge sort for a two-dimensional array. In case of odd dimension, the first division contains more number of elements than the second one. The complete execution ...
This is a set of 2D-array teaching tools. It is designed to be done as a solo project, to teach yourself 2D arrays. There are a total of 4 sets of exercises, intended to be completed in order, which ...
この記事では、第5回(2D表示編の最終回)で実装したすべての機能を統合した Python製DICOMビューアの完成コード全文 を公開しています。
本日の忘れないための記録は、2D-Lidarの値の取り方です。 Lidarの値は基本的に配列の形で送られてきます。 私が使ったLidarは前方270°のスキャンデータが1081個の要素に分けられ、1つの配列になって送られてきます。 データ配列をここで仮にscan[]とします。 配列の要素数を求める時、len関数を ...