Skip to content

siggb/FunctionIntegrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Function Integrator for iOS

Second Page

This project were created for the educational purposes of the course "Specialized Computers" (Vladimir State University, specialty ID is 230101).

It is a function integrator for iOS with the variable accuracy. Requires XCode 4.5 and iOS 6 iPad. Project runs on the device or simulator.

Requirements

  • Xcode 4.5 or higher
  • Apple LLVM compiler
  • iOS 6.0 or higher
  • ARC

Main Idea

For a given function Origin Func make SES (System of Equations Shannon) in symmetrical form and write a block diagram of a parallel DIS (Digital Integration System) simulating its work process.

Perform calculations estimated parameters of DIS:

  • integration step
  • bit variables and increments for numerical integration formulas rectangles (m = 0) and trapezoids (m = 1) for the requirements of computing functions
  • produce comparative performance evaluation for parallel DIS symmetric and asymmetric forms of SES.

System of Equations ShannonDigital Integration System

License

Function Integrator is available under the MIT license.

Copyright © 2013 Ildar Sibagatov.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Function integrator for iOS with the variable accuracy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published