小猪佩奇

用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
相关文章
相关标签/搜索