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.
如果我们只需要第 n 行,那么内核求解帕斯卡三角形的方法是什么?
我没有看到任何并行化任务。我唯一能看到的可能是从第 i 行到第 i + 1 行的加法并行化。你觉得呢?你有没有什么想法?