上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页
摘要: “计算机已经从大型计算器转变为图形处理器了”--爱因斯坦 BASIC的发明人很认同这句话 阅读全文
posted @ 2021-10-04 00:44 MikeLi 阅读(47) 评论(0) 推荐(0)
摘要: 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 阅读(37) 评论(0) 推荐(0)
摘要: Fortran 语言学习(菜鸟都可以看得懂的入门级教程)(持续更新中ing...) https://blog.csdn.net/xiaorui98/article/details/86600847 阅读全文
posted @ 2021-10-03 17:54 MikeLi 阅读(118) 评论(1) 推荐(0)
摘要: 在Windows 下面装了gcc,还附带了小例子,代码很棒,所以想看看Linux下的gcc有没有带小例子 那么,Linux下的gcc装在哪里了呢 一、 whereis gcc 没找到 二、 find / -name gcc 找的不全 三、正确的做法 [root@lishuo-centos6 i686 阅读全文
posted @ 2021-10-03 01:50 MikeLi 阅读(4667) 评论(0) 推荐(0)
摘要: 机器语言的1+1 汇编语言的1+1 阅读全文
posted @ 2021-10-02 19:00 MikeLi 阅读(436) 评论(0) 推荐(0)
摘要: int n1; int n2; int n3; printf("n1 address is %p\n",&n1); printf("n2 address is %p\n",&n2); printf("n3 address is %p\n",&n3); n1 address is 0xbffdd468 阅读全文
posted @ 2021-09-29 01:53 MikeLi 阅读(48) 评论(0) 推荐(0)
摘要: YUM:输入 yum -y install gcc gcc-c++ kernel-devel 命令,安装 gcc、c++ 编译器以及内核文件 APT: vim test.c :!q 退出 gcc test.c -o test && ./test 编译,输出可执行文件为test,执行该程序 阅读全文
posted @ 2021-09-08 07:16 MikeLi 阅读(78) 评论(0) 推荐(0)
摘要: 以前也做过很多错事,很浅薄的事,想想也很羞愧 阅读全文
posted @ 2021-09-02 00:44 MikeLi 阅读(17) 评论(0) 推荐(0)
摘要: 做大事要有大胸怀,能容人 阅读全文
posted @ 2021-09-02 00:43 MikeLi 阅读(16) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s?src=11&timestamp=1630258108&ver=3282&signature=34-zv5EtI6n9tBShaSkYNbhN6Cu7yaiF1rhylfcrT-atuQ-ggJg3Pe4BZqM79dtAdrlB3-Zkm-11 阅读全文
posted @ 2021-08-30 01:35 MikeLi 阅读(53) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页