05 2019 档案

MPI学习笔记(一):初识MPI
摘要:参考自:https://www.cnblogs.com/hantan2008/p/5452353.html#3697454 1. 安装: Ubuntu 里似乎很简单 sudo apt-get install mpich 2. 编写 mpi 程序 #include<iostream> using na 阅读全文

posted @ 2019-05-06 17:06 luyi07 阅读(1795) 评论(0) 推荐(0) 编辑

C 语言命令行参数 argc 与 argv
摘要:参考来源:https://blog.csdn.net/u014106566/article/details/84141718 #include<iostream> using namespace std; int main(int argc, char ** argv){ cout<<" argc 阅读全文

posted @ 2019-05-05 17:50 luyi07 阅读(234) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示