摘要: ``` import java.io.*;//https://my.oschina.net/u/3697586/blog/1601045 import java.util.*; public class kkk { public static void main(String[] args) { Scanner In=new Scanner(System.in); System.out.print 阅读全文
posted @ 2019-12-11 21:38 东辰弈 阅读(102) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-12-11 20:55 东辰弈 阅读(373) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-12-10 15:40 东辰弈 阅读(148) 评论(0) 推荐(0)
摘要: 哈夫曼树的创建和遍历 阅读全文
posted @ 2019-12-09 21:20 东辰弈 阅读(442) 评论(0) 推荐(0)
摘要: 猛年Disco 阅读全文
posted @ 2019-11-28 17:39 东辰弈 阅读(731) 评论(0) 推荐(0)
摘要: 天天向上 阅读全文
posted @ 2019-11-28 17:32 东辰弈 阅读(404) 评论(0) 推荐(0)
摘要: 风萧萧兮易水寒,吾当存高远 import java.util. ; public class ArrayQueueDemo { public static void main(String args[]){ Scanner In=new Scanner(System.in); boolean fla 阅读全文
posted @ 2019-10-25 18:06 东辰弈 阅读(250) 评论(2) 推荐(0)
摘要: 实验目的 巩固链表创建、查找、插入、删除等基本操作,复习巩固Java语法知识。 代码实现 import java.util. ; public class Test20 { public static void main(String[] args) { Scanner In=new Scanner 阅读全文
posted @ 2019-10-21 19:08 东辰弈 阅读(196) 评论(0) 推荐(0)