小豬佩奇

用C語言編一個小豬佩奇: #include <math.h> #include <stdio.h> #include <stdlib.h> #define T double T c(T x,T y,T r){return sqrt(x*x+y*y)-r;} T u(T x,T y,T t){return x*cos(t)+y*sin(t);} T v(T x,T y,T t){return y*c
相關文章
相關標籤/搜索