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.
我正在做一个 PVM 项目。是否可以使用此命令将向量传递给从站?因为在我的奴隶中,我使用一个向量来计算数字 1 到 1000 之间的重复数字百分比。我想传递给主人的那个向量。
float *repeated; int pvm_pkfloat(repeated,1000,,1);
谢谢你