Giter Site home page Giter Site logo

csf-solver's Introduction

CSF-Solver

NOTICE: Major bug has been discovered; program does not output correct results. Refer to Alpha version for a stable version.

Coded in C++, this program will find the following for concurrent system of forces:

  • Resultant and magnitude
  • Orientation of angle with respect to positive x-axis
  • Quadrant location

The following information is needed for the program:

  • SI Unit types
  • All force values
  • All angle values

Limitations: This program can only solve problems that have a total of 5 or less concurrent forces.

How To Run

By compiling

Compile code and execute code from CSF Solver

By downloading

Download and extract the .ZIP file and run program. Virus scans are provided below. You can also run it against your own antivirus as well.

Visit the wikia for help and more information.

Virus Scans

https://www.virustotal.com/gui/file/e133479cc784c4e0b44203d2a47ac2d3731dce8ecca22b92d63c6bc8f977aec5/detection

.EXE SHA-256: e133479cc784c4e0b44203d2a47ac2d3731dce8ecca22b92d63c6bc8f977aec5

https://www.virustotal.com/gui/file/050d409c7f333b18f2df488716e17d842757b5c2aacb6afdaac2dbd18726beb4/detection

.ZIP SHA-256: 050d409c7f333b18f2df488716e17d842757b5c2aacb6afdaac2dbd18726beb4

csf-solver's People

Contributors

timpreza avatar

Watchers

 avatar

csf-solver's Issues

Infinite Loop

Inputting an invalid answer, specifically a letter or special character, creates an infinite loop for the following areas:

  • line 47 ; cin >> caseNum;
  • line 66 ; cin >> forceNum;
  • line 79 ; cin >> force5;
  • line 89 ; cin >> force4;
  • line 99 ; cin >> force3;
  • line 109 ; cin >> force2;
  • line 119 ; cin >> force1;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.