usctest2.c
来自「MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程」· C语言 代码 · 共 19 行
C
19 行
#include <stdio.h>#include "../usc.h"#if defined(CAP2_HOST)#include <chost.c7.h>host_main()#else#if defined(CAP2_CELL)cell_main()#elsemain()#endif#endif{ cconfxy(64,1); ccreat("capcell",30,NULL);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?