04 2015 档案
实验3—修改版
摘要:import java.awt.*;import javax.swing.*;import java.math.*;import java.util.*;import java.awt.event.*;public class text {public static void main(String... 阅读全文
posted @ 2015-04-23 08:55 57杨家安 阅读(126) 评论(0) 推荐(0)
做汉堡-57号
摘要:我的队友虽然不会很大,但是尽自己的努力写自己会的东西,列入数据的定义和输入数据后获取,他也是好学的人,对我写的代码一边看一边学,他学会后自己在电脑上尝试一遍。虽然此代码他写的不多,但是尽了自己的努力写和学。我觉得结对合作,可以让不会的人学习到自己不会的东西,并且通过自己的努力学习写出自己的东西。我觉... 阅读全文
posted @ 2015-04-16 16:39 57杨家安 阅读(109) 评论(1) 推荐(0)
实验3-2
摘要:#include#include #include int time2();main(){ int a,b,c,n,u,i,e=0; int sum2=1; int sum=0; float sum3=0; float answer2; int resultTrue=0; int answer; i... 阅读全文
posted @ 2015-04-07 17:49 57杨家安 阅读(215) 评论(2) 推荐(0)
201306114357-实验3-C语言
摘要:#include#include #include main(){int a,b,c,n,u,i,sum;int resultTrue=0;int answer;int time;char op,op2;do//产生随机数{a=rand()%100+1;b=rand()%100+1;c=rand()... 阅读全文
posted @ 2015-04-01 17:38 57杨家安 阅读(157) 评论(0) 推荐(0)
201306114357-实验1
摘要:#include#include #include main(){int a,b,c;float resultTrue=0,n;char op;srand(time(NULL));do{a=rand()%10+1;b=rand()%10+1;c=rand()%4+1;switch(c%4){case... 阅读全文
posted @ 2015-04-01 16:09 57杨家安 阅读(169) 评论(0) 推荐(0)
201306114357—实验2
摘要:#include#include #include main(){int a,b,c,sum=0,u;float resultTrue=0,n;char op;srand(time(NULL));do{a=rand()%10+1;b=rand()%10+1;c=rand()%4+1;switch(c... 阅读全文
posted @ 2015-04-01 16:07 57杨家安 阅读(201) 评论(0) 推荐(0)