它也算是一种螺线吧

相关软件参见:数学图形可视化工具,使用自己定义语法的脚本代码生成数学图形.该软件免费开源.QQ交流群: 367752815

#http://www.mathcurve.com/courbes2d/cochleoid/cochleoid.shtml
vertices =
t = from (-*PI) to (*PI)
a =
x = a*sin(t)/t
y = a*( - cos(t))/t

最新文章

  1. ArcGIS Engine开发之空间查询
  2. 操作DOM
  3. MVC之路由规则 (自定义,约束,debug)
  4. jsp中文件上床的enctype="multipart/form-data"用法
  5. lvm[12446]: Another thread is handling an event. Waiting
  6. OCJP(1Z0-851) 模拟题分析(五)over
  7. mysql5.5手册读书日记(4)
  8. linux 清理内存命令 查看内存命令
  9. eclipse中对项目进行分类管理
  10. shell中(),[]和[[]]的区别
  11. 淘宝Refrash_token签名错误的解决办法
  12. hadoop错误java.io.IOException Failed to replace a bad datanode on the existing pipeline due to no more good datanodes being available to try
  13. mvc Model元数据【学习笔记】
  14. Recommending music on Spotify with deep learning 采用深度学习算法为Spotify做基于内容的音乐推荐
  15. MySql-python的API手记
  16. Batch Normalization&Dropout浅析
  17. [SDOI2016]排列计数
  18. RxJava2.0入门篇
  19. SpringCloud中使用Hystrix
  20. 深入理解Redis高可用方案-Sentinel

热门文章

  1. linux 大法
  2. neo4j中索引的使用
  3. TCP/IP重新学习
  4. 消息中间件ActiveMQ使用详解
  5. hihocoder #1580 : Matrix (DP)
  6. poj2485(Kruskal)
  7. 「SCOI2016」萌萌哒
  8. @SuppressWarning 抑制警告注解
  9. Navicat连接Docker中的mysql报错:client does not support authentication
  10. python开发_os.path