04 2019 档案

摘要:![](https://img2018.cnblogs.com/blog/1633029/201904/1633029-20190430223448523-1790202563.png) ![](https://img2018.cnblogs.com/blog/1633029/201904/1633029-20190430223458404-231404872.png) 阅读全文
posted @ 2019-04-30 22:35 欧阳威oyw
摘要:package ThreeWork; //final int Maxsize = 5; public class Student { String name; char sex; int age; String num; int sore[] = new int[5]; public Student 阅读全文
posted @ 2019-04-26 00:49 欧阳威oyw 阅读(77) 评论(0) 推荐(0)
摘要:include include typedef int DataType; typedef struct node{ DataType data; struct node link; }LinkNode, LinkList; void CreatList(DataType end); int mai 阅读全文
posted @ 2019-04-18 17:27 欧阳威oyw 阅读(186) 评论(1) 推荐(0)
摘要:package Mr.ouyang; import java.util.Scanner; class Student{ String name; char sex; int age; String num; int sore[]= new int[5]; public void on(){ Syst 阅读全文
posted @ 2019-04-17 11:59 欧阳威oyw 阅读(83) 评论(0) 推荐(0)
摘要:package classwork; import java.util. ; public class sore { / @param args / public static void main(String[] args) { // TODO Auto generated method stub 阅读全文
posted @ 2019-04-10 11:54 欧阳威oyw 阅读(102) 评论(0) 推荐(0)
摘要:遇到的问题还是挺多的,写之前方法、对象、成员之间的关系都没分清楚,但作业写完后也有了一个大概的印象 阅读全文
posted @ 2019-04-08 19:50 欧阳威oyw 阅读(93) 评论(0) 推荐(0)
摘要:package demo; import java.util.Scanner; public class computer { / @param args / public static void main(String[] args) { final float Pai =3.14159f; / 阅读全文
posted @ 2019-04-03 11:53 欧阳威oyw 阅读(120) 评论(0) 推荐(0)