A highly portable version of Mastermind. Don't laugh at this code, it is among my first attempts at writing C code.
|
match * and ? in five lines.
|
C Code capable of multiplying out two matrices of any size. Relatively fast, but I wouldn't use it for say 3D Game engines.
|
It is a complete program written in C ( newt & ncurses libs were used to provide UI ). It contains functions to find the determinant of a square matrix of any size, to find the inverse of a matrix, to multiply any two matrices and to ...
|
It is a complete program written in C ( newt & ncurses libs were used to provide UI ). It contains functions to find the determinant of a square matrix of any size, to find the inverse of a matrix, to multiply any two matrices and to ...
|
This is a class describing a 2D grid structure. It's similar to snippet #100583 but additionally offers different access methods, application of functors to sub-areas and creating of sub-matrizes using an efficient data sharing algorithm. ...
|
With this class you can find the maximal common divider of several numbers. Simply create the object and call the 'calculate' method. You've to give it two parameters: the array of number from which you want to calculate the mcd and the ...
|
This class handles a pool of memory for objects to be quickly allocated from. All objects can be freed by destroying the pool.
|
These functions handle a pool of memory for objects to be quickly allocated from. All objects can be freed by destroying the pool.
|
A set of functions similar to memset that work on 16 bit and 32 bit size data as well as 8 bit. Contains optional X86 assembler implementation. Completely FREE!
|
|
|