Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
archibate authored Jan 1, 2022
1 parent eb09b99 commit 3ffa387
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@

## 作业要求

修改 main.cpp,改良其中的多体引力求解器
利用这次课上所学知识,修改 main.cpp,优化其中的多体引力求解器

- 不得使用多线程
- 不得做算法复杂度优化
- 可以针对编译器和平台优化,这次不必跨平台
- 不允许使用多线程并行
- 不允许做算法复杂度优化
- 可以针对编译器和平台优化,这次不要求跨平台
- 可以用 xmmintrin.h,如果你觉得编译器靠不住的话

0 comments on commit 3ffa387

Please sign in to comment.