Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在数组中有一个数据点 x 和 y。我知道这点是 y=log(nx)+c 曲线。我想使用 c# 找到适合该数据点的 n 值。是否有任何图书馆或简单的方法可以找到它
谢谢...
Math.NET库有你需要的东西,包括插值。
看看 .net 的 Iridium 库。