Difference between revisions of "Source Codes"
From CPCWiki - THE Amstrad CPC encyclopedia!
Line 1: | Line 1: | ||
+ | ''This article contains source codes and programming examples. You may also have a look at'' | ||
+ | * [[Programming software]] | ||
+ | * [[Technical documentation]]s | ||
+ | |||
+ | |||
== Algorithms == | == Algorithms == | ||
*[[Programming:CPC OS floating point routines|CPC OS floating point routines]] | *[[Programming:CPC OS floating point routines|CPC OS floating point routines]] |
Revision as of 14:00, 2 September 2006
This article contains source codes and programming examples. You may also have a look at
Algorithms
- CPC OS floating point routines
- CRC16
- CRC32
- Integer Division
- Integer Multiplication
- Fast Square Root
- Precalculated square
- Random Number Generator
- Sin/Cos calculation