上一页 1 2 3 4 5 6 7 8 ··· 16 下一页
摘要: #include <stdio.h> #include <math.h> #define MAX 100 int main() { float a[MAX] = { 0 }; float b[MAX - 1] = { 0 }; int num, i, j; printf( "输入实数个数:\n" ) 阅读全文
posted @ 2016-09-04 17:25 Joe.Smith 阅读(508) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <math.h> #define MAX 10 int main() { int num, change; int m, n, score = 0; int a[MAX][MAX] = { 0 }; int b[MAX][MAX] = { 0 阅读全文
posted @ 2016-09-04 17:24 Joe.Smith 阅读(518) 评论(0) 推荐(0) 编辑
摘要: 之前理解错啦,我以为是两个数之间比较呢!! 好吧下面的是两个数之间的比较: #include <stdio.h> #include <math.h> int main() { int a, b; int numa = 0, numb = 0, num; printf( "输入两个数(中间用空格隔开) 阅读全文
posted @ 2016-09-04 17:22 Joe.Smith 阅读(1548) 评论(0) 推荐(0) 编辑
摘要: 调试后代码: <span style="color:#ff0000;">显示代码错误</span> 阅读全文
posted @ 2016-09-04 17:19 Joe.Smith 阅读(1718) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> int main(){ int a[10] = {0}; int input,i,j,m; printf("输入总页数:\n"); scanf("%d",&input); for(i = 1;i <= input;i++) { if(i >= 10) { j = 阅读全文
posted @ 2016-09-04 17:17 Joe.Smith 阅读(797) 评论(0) 推荐(0) 编辑
摘要: 今天基本在抠老师留的作业题,还好都做出来啦,就是不知道对不对,我是抱着自己死抠不百度,不爬博翻帖,感觉这样会记得更劳一些!!! #include<stdio.h> int main(){ int a,b,num; a = 1; for(num = 1;num < 1000;num++) { b = 阅读全文
posted @ 2016-09-04 17:15 Joe.Smith 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 第1程序: Lists,why would you need them? Lists,why would you need them? 100xp Congratulations! At this point in thecourse you are already familiar with: V 阅读全文
posted @ 2016-09-03 19:08 Joe.Smith 阅读(493) 评论(0) 推荐(0) 编辑
摘要: 第1程序: What's a dataframe? 100xp You may remember from the chapter aboutmatrices that all the elements that you put in a matrix should be of the samety 阅读全文
posted @ 2016-09-01 16:35 Joe.Smith 阅读(514) 评论(0) 推荐(0) 编辑
摘要: 第1程序 What's a factor and why would you use it? 100xp In this chapter you dive into the wonderful world of factors. The term factor refers to a statist 阅读全文
posted @ 2016-08-31 20:05 Joe.Smith 阅读(537) 评论(0) 推荐(0) 编辑
摘要: 第1程序 What's a matrix(矩阵)? 100xp In R, a matrix is a collection of elements of the same data type (numeric, character, or logical) arranged into a fixe 阅读全文
posted @ 2016-08-30 10:44 Joe.Smith 阅读(332) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 16 下一页