📄 readme.txt
字号:
编译:mpicc intersect.c –o intersect运行:可以使用命令 mpirun –np SIZE intersect来运行该串匹配程序,其中SIZE是所使用的处理器个数,本实例中使用了SIZE=3个处理器。 mpirun –np 3 intersect运行结果:输入: please input first polygonplease input the count of vetex:3please input the vertex3 22 54 3please input second polygonplease input the count of vetex:6please input the vertex0 11 -11 -26 25 41 4输出:两多边形相交说明:输入顶点的(x,y)坐标时中间用空格隔开。
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -