Large integer multiplication based on FFT

Polynomial evaluation For polynomials f ( x ) = a 0 + a ...

Posted by !Mikey on Sat, 30 Oct 2021 02:08:32 -0700

Image steganography in FFT domain based on bmp file format

Algorithm overview The programming language used in this program is C#. C #'s Aforge.imaging library was initially used. After many debugging and algorithm function analysis, it is found that there are great problems in the implementation of FFT in the library. It can only transform the picture Fourier, but not the inverse transform. And ...

Posted by fatalcure on Sun, 12 Sep 2021 13:39:03 -0700