Tools
varhol.lst
Associated article: Modeling Systems with Polynomial Networks
Tags: Database Tools
_MODELING SYSTEMS WITH POLYNOMIAL NETWORKS_ by Peter D. Varhol [LISTING ONE] #include <stdio.h> #define pow1(x) (x) #define pow2(x) ((x)*(x)) #define pow3(x) ((x)*(x)*(x)) #define LIMIT(v,mn,mx) ((v>(mx))?(mx):((...


