摘要: 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 阅读(179) 评论(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 阅读(75) 评论(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 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 遇到的问题还是挺多的,写之前方法、对象、成员之间的关系都没分清楚,但作业写完后也有了一个大概的印象 阅读全文
posted @ 2019-04-08 19:50 欧阳威oyw 阅读(89) 评论(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 阅读(114) 评论(0) 推荐(0) 编辑
摘要: Java和C语言还是有点分不清,听了几节Java的课,一开始还好,后面就听得云里雾里的,但我会坚持不落下 阅读全文
posted @ 2019-03-25 16:00 欧阳威oyw 阅读(107) 评论(0) 推荐(0) 编辑