项目作者: ariksman

项目描述 :
C#, WPF demo application
高级语言: C#
项目地址: git://github.com/ariksman/ResultStudioWPF.git
创建时间: 2018-01-22T13:11:18Z
项目社区:https://github.com/ariksman/ResultStudioWPF

开源协议:MIT License

下载


The program - ResultStudio

CodeFactor

This implementation follows MVVM design principle and utilizes WPF for the user interface. Additionally, the code is divided into layers and utilises CQS for the use-case implementation.

Functionalities are the ability to create random measurement data of a subframe point with x,y,z measurements and optionally read data from a file. Datasets of 20 subframes is used as default.

The variance of datapoint for x,y,z is calculated and data is visualised with the help of WPF datagrid and OxyPlot. For data analysing, user can set tolerances invidually for x,y,z measurements. If measurement value exceeds this limit, the cell containing invalid data is highlighted by red color.

  • This UI uses other repository as a nuget package for styling

Frameworks

#

If debugging is the process of removing software bugs, then programming must be the process of putting them in.