如何从方程得到氡变换伪代码
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.
Thanks for any help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您无法理解数学,那么您不应该尝试实现该函数。相反,您应该找到一个现有的实现,对其进行验证和验证,然后使用它。
将此类函数从伪代码转换为编程语言的方法有很多,任何试图在这个误导性建议中帮助您的人都会对您以及您的客户造成严重的伤害。
理解方程的工具是 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}.
十年前,数值记录是复杂方程编程的来源......这是一份关于氡变换的白皮书:
然后,您可能会查看方程的现有实现 - 例如:
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: