上一页 1 ··· 357 358 359 360 361 362 363 364 365 ··· 403 下一页
摘要: 1、 #include <stdio.h> #define NUMBER 5 int main(void) { int i; int a[NUMBER]; puts("please input the score of the students."); for (i = 0; i < NUMBER; 阅读全文
posted @ 2021-02-03 23:11 小鲨鱼2018 阅读(3679) 评论(0) 推荐(0)
摘要: 1、 #include <stdio.h> #define XXX 3 int main(void) { int i; int a[XXX]; int sum = 0; puts("please input the scores of the students."); for (i = 0; i < 阅读全文
posted @ 2021-02-03 22:31 小鲨鱼2018 阅读(364) 评论(0) 推荐(0)
摘要: 1、 #include <stdio.h> int main(void) { int a[8]; int i; for (i = 0; i < 8; i++) { printf("a[%d] = ",i); scanf("%d", &a[i]); } puts(" \n \n "); int tem 阅读全文
posted @ 2021-02-03 21:17 小鲨鱼2018 阅读(1994) 评论(0) 推荐(0)
摘要: 1、查看系统 [root@centos7 home]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) [root@centos7 home]# hostnamectl Static hostname: centos7 Ico 阅读全文
posted @ 2021-02-03 00:51 小鲨鱼2018 阅读(174) 评论(0) 推荐(0)
摘要: 1、查看系统 [root@centos8 home]# cat /etc/redhat-release CentOS Linux release 8.3.2011 [root@centos8 home]# hostnamectl Static hostname: centos8 Icon name: 阅读全文
posted @ 2021-02-02 23:44 小鲨鱼2018 阅读(862) 评论(0) 推荐(0)
摘要: 1、R-4.0.3安装过程中隐患 2、查看当前系统 [root@centos8 test]# cat /etc/redhat-release CentOS Linux release 8.3.2011 [root@centos8 test]# hostnamectl Static hostname: 阅读全文
posted @ 2021-02-02 17:38 小鲨鱼2018 阅读(2905) 评论(0) 推荐(0)
摘要: 1、当前路径文件 > dir() [1] "a.txt" 2、加载包,绘图测试 > library(Cairo) > Cairo.capabilities() png jpeg tiff pdf svg ps x11 win raster TRUE FALSE FALSE TRUE TRUE TRU 阅读全文
posted @ 2021-02-02 13:19 小鲨鱼2018 阅读(746) 评论(0) 推荐(0)
摘要: 1、问题 install.packages('Cairo', repos='https://mirror.lzu.edu.cn/CRAN/') ………… ………… configure: error: Cannot find cairo.h! Please install cairo (http:// 阅读全文
posted @ 2021-02-02 13:05 小鲨鱼2018 阅读(3473) 评论(0) 推荐(0)
摘要: 1、查看R版本 [root@centos8 test]# R --version R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out" Copyright (C) 2020 The R Foundation for Statistical 阅读全文
posted @ 2021-02-02 00:23 小鲨鱼2018 阅读(1172) 评论(0) 推荐(0)
摘要: 1、查看当前系统 [root@rhel8 home]# cat /etc/redhat-release Red Hat Enterprise Linux release 8.3 (Ootpa) [root@rhel8 home]# hostnamectl Static hostname: rhel8 阅读全文
posted @ 2021-02-01 17:44 小鲨鱼2018 阅读(2277) 评论(0) 推荐(0)
上一页 1 ··· 357 358 359 360 361 362 363 364 365 ··· 403 下一页