数学图形(1.32) 鸡蛋
鸡蛋的数学图形实现
相关软件参见:数学图形可视化工具,使用自己定义语法的脚本代码生成数学图形.该软件免费开源.QQ交流群: 367752815
egg
#http://www.mathcurve.com/courbes2d/oeuf/oeufgranville.shtml vertices = 10000 t = from 0 to (2*PI) a = 3 b = 2 c = 0.25 y = a*cos(t) + c*cos(2*t) x = b*sin(t)
Granville egg
#http://www.mathcurve.com/courbes2d/oeuf/oeufgranville.shtml vertices = 10000 t = from 0 to (2*PI) a = rand2(0.1, 10) b = rand2(0.1, 10) r = 1.0 y = b+r*cos(t) x = a*r*sin(t)/y
Hugelschaffer egg
#http://www.mathcurve.com/courbes2d/oeuf/oeuf.shtml vertices = 10000 t = from 0 to (2*PI) a = 6 b = 4 d = 1 s = sin(t) c = cos(t) y = (sqrt(a*a - d*d*s*s) + d*c)*c x = b*s
Hugelschaffer egg(随机)
#http://www.mathcurve.com/courbes2d/oeuf/oeuf.shtml vertices = 10000 t = from 0 to (2*PI) a = rand2(0.1, 10) b = rand2(0.1, 10) d = rand2(0.1, 10) s = sin(t) c = cos(t) y = (sqrt(a*a - d*d*s*s) + d*c)*c x = b*s
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· 周边上新:园子的第一款马克杯温暖上架
· Open-Sora 2.0 重磅开源!
· 分享 3 个 .NET 开源的文件压缩处理库,助力快速实现文件压缩解压功能!
· Ollama——大语言模型本地部署的极速利器
· DeepSeek如何颠覆传统软件测试?测试工程师会被淘汰吗?