In case you didn't know, Windows API accepts both the slash / and backslash \ as path name delimiters.
When I hard code file names, I always use the slash / to avoid doubling (escaping) the backslash. The latter style looks a bit ugly in my opinion.
Convolutions, Polynomials and Flipped Kernels
-
This is a post about multiplying polynomials, convolution sums and the
connection between them.
Multiplying polynomials
Suppose we want to multiply one ...
1 week ago