如何从方程得到氡变换伪代码

发布于 2024-10-01 14:21:43 字数 204 浏览 1 评论 0原文

我想知道是否有人知道一种方法将看起来可怕的数学方程(无法理解它们)转换为伪代码,以便我可以将其实现到 Java 中?

如果有人知道可以帮助我理解这个方程的工具,那就太好了。

氡变换

感谢您的帮助!

I was wondering if anyone knows a way to convert scary looking maths equations (without being able to understand them) into pseudocode so I can implement it into Java?

If anyone knows of a tool that could help me understand this equation that would be great.

Radon Transform

Thanks for any help!

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

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

发布评论

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

评论(2

只涨不跌 2024-10-08 14:21:43

如果您无法理解数学,那么您不应该尝试实现该函数。相反,您应该找到一个现有的实现,对其进行验证和验证,然后使用它。

将此类函数从伪代码转换为编程语言的方法有很多,任何试图在这个误导性建议中帮助您的人都会对您以及您的客户造成严重的伤害。

理解方程的工具是 math{s}。

If you can't understand the maths then you shouldn't attempt to implement the function. Instead you should find an existing implementation, verify and validate it, and use it.

There are just so many ways to come unstuck translating this sort of function from pseudocode into a programming language that anyone who attempts to help you in this misguided proposal is doing you, and by extension your customers, a serious disservice.

The tool for understanding the equation is math{s}.

攒眉千度 2024-10-08 14:21:43

Ten years ago numerical receipes was the source for programming complex equations... here's a white paper on the radon transformation:

Then, you might look at existing implementations of the equation - for example:

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