上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 43 下一页
摘要: 此项目旨在生成常见的样条曲线,项目inspired by 叶飞影 样条曲线:转述知乎答案解释其意义。 预备知识:已知离散的数据,但不知函数表达式,插值和拟合都是为了寻找函数表达式。区别在于,插值得到的函数能够穿过已知的点(在已知的点的函数表达式的值等于已知数值,但容易出现龙格现象),拟合只求函数图形 阅读全文
posted @ 2020-05-04 11:22 采男孩的小蘑菇 阅读(826) 评论(0) 推荐(0) 编辑
摘要: Nodepad++用于Windows的文本编辑器。notepadqq是Notepad++在Linux的替代品。接下来时如何安装notepadqq的流程 安装 sudo add-apt-repository ppa:notepadqq-team/notepadqq sudo apt-get updat 阅读全文
posted @ 2020-05-01 15:58 采男孩的小蘑菇 阅读(673) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-05-01 11:30 采男孩的小蘑菇 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-04-30 22:47 采男孩的小蘑菇 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 博客转自:https://blog.csdn.net/aimeimeits/article/details/72809382 首先贝塞尔曲线简介,了解了基本的贝塞尔曲线知识之后,展开N阶贝塞尔曲线的生成方式。 N阶贝塞尔曲线的公式 百度百科上给出的一般参数公式是这样的:给定点 P0,P1,P2, … 阅读全文
posted @ 2020-04-29 20:03 采男孩的小蘑菇 阅读(1839) 评论(0) 推荐(0) 编辑
摘要: Design Pattern 阅读全文
posted @ 2020-04-29 19:22 采男孩的小蘑菇 阅读(99) 评论(0) 推荐(0) 编辑
摘要: interpolation 1. https://github.com/adrelino/interpolation-methods 2. https://github.com/ebertolazzi/Splines 3. https://github.com/chen0040/cpp-spline 阅读全文
posted @ 2020-04-28 15:29 采男孩的小蘑菇 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 博客转自: https://icytown.com/game/vcpkg-build-opengl/ && https://blog.csdn.net/binbingg/article/details/8653527?utm_source=blogxgwz6 openGL, freeglut, gl 阅读全文
posted @ 2020-04-28 10:34 采男孩的小蘑菇 阅读(1382) 评论(0) 推荐(0) 编辑
摘要: 参考博客:https://blog.csdn.net/xushu_me/article/details/104061980 阅读全文
posted @ 2020-04-28 09:31 采男孩的小蘑菇 阅读(519) 评论(0) 推荐(0) 编辑
摘要: #Bezier curve fitting with control points 1. https://stackoverflow.com/questions/6299019/how-can-i-fit-a-b%C3%A9zier-curve-to-a-set-of-data #"An algor 阅读全文
posted @ 2020-04-27 10:45 采男孩的小蘑菇 阅读(187) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 43 下一页