如何在 C/C++ 中创建数学曲线(可能只是图像)

发布于 2024-09-29 19:49:04 字数 113 浏览 2 评论 0原文

标题几乎解释了我试图实现的目标。

拥有一组二维点,我想以某种方式创建从所有这些点经过的曲线。 无论它是带有数学曲线的图形窗口还是只是生成的 jpg,都不重要。

有什么帮助吗?谢谢!

Pretty much the title explains what I try to achieve.

Having a set of points in two dimensions, I want to create somehow the curve tha passes from all these points.
Whether it will be a graphical window with the mathematical curve or just a jpg produced, is of no importance.

Any help? Thx!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清风不识月 2024-10-06 19:49:04

首先,请不要用C和C++来标记问题,或者使用术语C/C++。 C 和 C++ 是两种截然不同的语言。

话虽如此,您似乎正在寻找一种绘制数据的方法。有不同的库允许您执行此操作,其中包括:

http://codecutter.org/tools/koolplot/

http://www.gnu.org/software/plotutils/

http://www.mps.mpg.de/dislin/

您可以将这些库集成到您的应用程序中生成数据点图。当然还有不同的附加库,但这些是我首先想到的。

First of all, please refrain from tagging questions with C and C++, or using the term C/C++. C and C++ are two distinct, very different languages.

That being said, it seems you are looking for a way to plot data. There are different libraries allowing you to do that, among those are:

http://codecutter.org/tools/koolplot/

http://www.gnu.org/software/plotutils/

http://www.mps.mpg.de/dislin/

You can integrate those libraries into your application to produce plots of your data points. There are of course different, additional libraries, but these are the ones that came to my mind first.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文