Skip to content

Decimal numbers converter into the System of Residues Classes (SRC)

Notifications You must be signed in to change notification settings

sixthnode/systemOfResiduesClasses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decimal numbers to SRC converter

Here is a demo of this converter: Decimal to SRC Demo

SRC stands for the System of Residues Classes and is used for representation of the non-positional notation. SRC allows implementation of the modular arithmetic operations such as addition, subtraction and multiplication. Its main features are:

  • independance of remainders;
  • equality of remainders;
  • small capacity of remainers.

These features allow us to provide a desirable reliability level of a targeted system, which is one of the most basic requirements to the modern real-time information handling systems.

About

Decimal numbers converter into the System of Residues Classes (SRC)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors