摘要: program volume_area real :: r,h,v,s,pi pi=3.1415926 print *,'input radius r and height h?' read *,r,h v=r*r*h/3*pi s=pi*r*sqrt(r**2+h**2)+pi*r**2 prin 阅读全文
posted @ 2021-10-03 19:57 MikeLi 阅读(28) 评论(0) 推荐(0) 编辑
摘要: Fortran 语言学习(菜鸟都可以看得懂的入门级教程)(持续更新中ing...) https://blog.csdn.net/xiaorui98/article/details/86600847 阅读全文
posted @ 2021-10-03 17:54 MikeLi 阅读(94) 评论(1) 推荐(0) 编辑
摘要: 在Windows 下面装了gcc,还附带了小例子,代码很棒,所以想看看Linux下的gcc有没有带小例子 那么,Linux下的gcc装在哪里了呢 一、 whereis gcc 没找到 二、 find / -name gcc 找的不全 三、正确的做法 [root@lishuo-centos6 i686 阅读全文
posted @ 2021-10-03 01:50 MikeLi 阅读(4513) 评论(0) 推荐(0) 编辑