Skip to content

antzforward/daily_numerical_methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daily_numerical_methods

从数值方法系列三本书中看到的知识,用主流开发语言来表现,尽可能的有数字,有图,能给出明确的示例

Csharp

用dotnet script的方式

  1. dotnet tool install -g dotnet-script
  2. dotnet script Hello.cs

但是我发现复杂一点,要调用BenchmarkRunner的就不行了,测试性能,判断准确度可是这门课的重点,还是换上 LINQPad7 吧

Cpp

因为我安装了Visual Studio,我直接把start_vs_cmd.bat拷贝出来,然后每次调用cl xxx.cpp 就完成了,非常方便

Java

因为好久没用过Java,干脆直接在Processing 里面用Java来表示算了,但是这里是用文件夹格式来表示关系了,嗯,跟Java那一套很像啊。

Python

这个比较简单,我直接创建一个后缀py的文件,用pycharm打开,默认无参数的情况下 Run这个文件即可。

About

从数值方法系列三本书中看到的知识,用主流开发语言来表现,尽可能的有数字,有图,能给出明确的示例

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors