Skip to content

素因数分解プログラム v2.1 / Prime Factorization Software v2.1

Latest
Compare
Choose a tag to compare
@watamario15 watamario15 released this 31 Oct 08:31
· 3 commits to master since this release
c046927

エディットボックスへの入力周りに存在した問題を修正した。
その他、細かい部分を修正した。
Fixed issues around inputting to edit controls.
Fixed other minor issues.

Prime_Factorization_v2_1.zip をダウンロードして解凍してください。
Download the Prime_Factorization_v2_1.zip, and then unzip it.

過去のリリース

v2 (2020/9/28)

  • 正式リリース

v2β3 (2020/9/19)

  • 起動時のチェックの入れ方がおかしかったのを修正
  • 個数のみ表示モードで中断されたとき、その時点で見つかった個数を表示するように変更
  • その他、細かい部分を修正・調整した

v2β2 (2020/9/15)

  • ソースコード内の変数名など、分かりにくかった部分を直した
  • マルチバイトビルドと Unicode ビルドの両方に対応できるコードにした
  • 日本語と英語の両対応にし、文字列をリソースの String Table に移動した
  • 「編集」メニューを追加し、切り取り、コピー、貼り付け、全選択機能を追加した(Ctrl+A での全選択にも対応した)
  • 計算処理スレッドの優先順位を、PC 版でも 1 段階下げた(CE 版では元からこの設定だった)
  • その他、細かい部分を修正・調整した

v2β (2020/8/30)

  • 全体的にコードを見直した。可読性の向上も図った(つもり)
  • 素数列挙・数え上げの機能を追加した
  • 結果ボックスの内容を、テキストファイルに書き出せるようにした
  • 機能ごとに簡単なヘルプを用意した
  • 画面や文などを全体的に整理した

v1.02 (2020/3/27) // Windows CE 版のみ

  • コマンドバー(WinCE におけるメニューバー)を追加した

v1.01 (2020/3/19)

Windows PC 版:https://ux.getuploader.com/brainup2ch/download/102
Windows CE (Brain) 版:https://ux.getuploader.com/brainup2ch/download/101

  • 素因数分解アルゴリズムを少し改良・修正
  • 基本的に入力ボックスにフォーカスが当たるように改良
  • 入力ボックスで Enter を押すと計算が実行されるように改良
  • 画面の数字キーを押すとカーソルの位置に数字が入力されるよう変更(WinCE)
  • 諸ツール未導入 Brain でも物理キーボード入力ができるよう改良(WinCE)
  • 英語版の文を少し変更(WinCE)
  • Armv4I 以外もとりあえずビルドしてみた(WinCE)

v1 (2019/5/24)

  • 初回リリース
Past releases

v2 (2020-09-28)

  • General Release

v2 beta3 (2020-09-19)

  • Fixed the initial checked/unchecked status of the menu bar items
  • When a user interrupted the "Enumerate Prime Numbers" feature in the "Show only the number of prime numbers" mode, the number of found prime numbers at that time is now shown
  • Fixed other minor issues and improved the usability

v2 beta2 (2020-09-15)

  • Renamed variables in the source code to improve the readability
  • The source code can now be compiled in both Multibyte mode and Unicode mode
  • This software now supports English and Japanese by moving UI strings to the String Table
  • Added the "Edit" menu, which contains cut, copy, paste, and select (You can also use Ctrl + A, which is "select all")
  • Calculation threads' priority is now below normal on the PC version, too (Was already a thing for WinCE versions)
  • Fixed other minor issues and improved the usability

v2 beta (2020-08-30)

  • Refactored the code, which should have lead to an improved readability, I believe
  • Added the Enumerate Prime Numbers feature
  • The contents of the output box can now be saved to a text file
  • Each feature got a brief how-to-use description
  • Improved the layout and descriptions

v1.02 (2020-03-27) // Released only for Windows CE

  • Added a command bar, which is a menu bar alternative for Windows CE

v1.01 (2020-03-19)

Windows PC release:https://ux.getuploader.com/brainup2ch/download/102
Windows CE (Brain) release:https://ux.getuploader.com/brainup2ch/download/101

  • Improved and fixed the prime factorization algorithm
  • Updated to always set focus on one of the edit controls
  • You can now start the calculation with the Enter key
  • Changed the behavior of the screen keyboard to enter numbers at the cursor location (WinCE)
  • You can now enter numbers with the top row (QWERTY...) keys (WinCE)
  • Improved the English descriptions (WinCE)
  • Started to build for CPUs other than Armv4I (WinCE)

v1 (2019-05-24)

  • First release