C# 中的代码库/应用程序
我正在刷新对 C# 的记忆(几年前第一次使用它),并且我想看看一些真实世界的高质量代码(而不是许多书中使用的简单代码)。
我更喜欢用 C# 编写的数学/统计库,因为我想了解如何在 C# 中实现矩阵和 PDE(偏微分方程等)。
谁能推荐一个高质量的在线资源,我可以在其中查看一些“工业级”,最好是用 C# 编写的(数学/统计)库/应用程序?
I am refreshing my memory on C# (first used it several years ago), and I want to look at some real world quality code (rather than the simplistic ones used in many books).
My preference would be mathematical/statistics libraries written in C# as I would like to see how Matrices and PDEs (partial differential equations etc) are implemented in C#.
Can anyone recommend a good quality online resource where I can view some 'industrial grade' preferably (Math/Stats) library/application written in C#?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Math .NET 您可能会感兴趣。
Math .NET may be will be interesting for you.
您可能对 WPF 动态数据显示感兴趣。
Mono(.net 的开源跨平台实现)也是开源的。
You might be interested in WPF Dynamic Data Display.
Mono (an open source, cross platform implementation of .net) is also open source.
数值方法 和相关项目可能会感兴趣。
Numerical Methods and the related projects might be of interest.