摘要: 二元一次方程组(C语言) 学生:缪晓敏,施嘉依 #include <stdio.h>#include <math.h>int main() {double a1,b1,c1,a2,b2,c2,d,e,f;printf("a1 b1 c1 : ");scanf("%lf %lf %lf",&a1,&b 阅读全文
posted @ 2016-10-12 14:45 缪晓敏 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 四则运算的生成代码(C语言) 学生:缪晓敏,施嘉依 #include <stdio.h> #include <stdlib.h> #include <time.h> main(){ char i; int a,b,c,d,e,f,g,n,m; printf("*********四则运算生成***** 阅读全文
posted @ 2016-10-12 14:14 缪晓敏 阅读(113) 评论(0) 推荐(0) 编辑