-
-
SoundSynthesis.zip
Sound Synthesis Methods.
Typical features of abstract algorithms are the simplicity and ease of implementation.
The sound is more or less artificial compared to more sophisticated methods.
-
IFP.zip
Algorithms for programmers
This draft is intended to turn into a book about selected algorithms. The audience in mind are programmers
who are interested in the treated algorithms and actually want to have/create working and
reasonably optimized code.
-
Setadaptive.rar
Adaptive equalization via kalman filtering techniques. Optimal bounding ellipsoid algorithms, LMS and RLS and kalman filter
-
select.rar
... .) This includes the cases of finding the minimum, maximum, and median elements. There are worst-case linear time selection algorithms. Selection is a subproblem of more complex problems like the nearest neighbor problem and shortest path problems.
-
-
GFP_MOD_ADD_Project.zip
this is the ADD routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.
-
GFP_MOD_SUB_Project.zip
this is the SUB routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.
-
GFP_MONT_INV_Project.zip
this is the MONTGOMERY INV routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.
-
GFP_MUL_Project.zip
this is the MUL routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.
-
PRNG_Project.zip
this is the PRNG routine for the prime field and large numbers for ECC or RSA algorithms. with IAR version 5 or above.
-