sciBASIC/Microsoft.VisualBasic.Core
この中二病に爆焔を! 60424d2706 AffinityPropagationc clustering method 2024-03-19 09:05:26 +08:00
..
docs fix project code for compile on .net5 2021-01-01 16:59:28 +08:00
src AffinityPropagationc clustering method 2024-03-19 09:05:26 +08:00
test run test success 2024-02-20 16:35:41 +08:00
.gitignore make improvements for the debug view 2023-04-18 08:59:51 +08:00
LICENSE config for .net 5 2021-07-06 21:23:44 +08:00
README.md move to src folder 2021-01-01 15:31:01 +08:00
logo.png move to src folder 2021-01-01 15:31:01 +08:00
netcoreapp-6.sln make improvements of the SIMD code 2023-06-13 08:44:09 +08:00
sync_gitlink.cmd Create sync_gitlink.cmd 2022-08-13 00:43:30 +08:00

README.md

Framework core runtime of sciBASIC

This core runtime consists of three parts:

  1. Application services
  2. Data extensions
  3. Math extensions

The first part of code is trying to help people to build a commandline application using VisualBasic in a more easy way, and the second part of the code is try to help

  • ApplicationServices/: Application tools. Most of the class module and the extension function in this namespace is not relevant to the algorithm, it is more relevant to how to build application software.
  • CommandLine/: VB commandline application framework.
  • Extensions/: The helper extensions. Includes bunch of math helper, gdi+ helpers, string helpers, file system helpers and the data collection linq extensions api.
  • Net/: Tcp and Http class modules.
  • Scripting/: A namespace contains the tools for R language and custom scripting helper extension functions.