Skip to content
View yokyomitsu's full-sized avatar

Block or report yokyomitsu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Math Math Public

    このリポジトリには、他のプロジェクトで使用した(または使用する予定の)数学関連のスクリプトをまとめています。数値解析、データ処理、アルゴリズムなど、様々な用途に対応したスクリプトが含まれています。

    Python

  2. conway-game-of-life-acceleration-with-convolution conway-game-of-life-acceleration-with-convolution Public

    このプロジェクトでは、コンウェイのライフゲームを畳み込みを用いて実装したものと、二重ループを用いて実装したもののパフォーマンスを比較します。

    Python

  3. Elementary_Cell_Automaton Elementary_Cell_Automaton Public

    このリポジトリは、初等セルオートマトンのシミュレーションを行い、その結果を画像として保存し、最終的にPDFにまとめるPythonスクリプトを含んでいます。

    Python

  4. conway-game-of-life-unit conway-game-of-life-unit Public

    このプロジェクトは、コンウェイのライフゲームを事前定義された形状またはランダムな初期状態で実行できます。

    Python

  5. TaskManager TaskManager Public

    A simple and extensible task management application built using .NET 8.0, designed with a clean architecture and developed as a Console Application using Spectre.Console for a rich command-line int…

    C#

  6. Cointos_Simulator Cointos_Simulator Public

    This project simulates tossing a fair coin multiple times to analyze the distribution of the number of heads obtained. It demonstrates the convergence of the binomial distribution to the normal dis…

    Python