C语言娱乐项目————3、跳动的心

源代码: #include <stdio.h> #include <math.h> #include <windows.h> #include <tchar.h> float f(float x, float y, float z) { float a = x * x + 9.0f / 4.0f * y * y + z * z - 1; return a * a * a - x * x *
相关文章
相关标签/搜索