Catherine_zhilin

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2018年5月4日

摘要: 题目: 1.数制转换(非负数十进制整数转换为八进制数) 方法一:非递归实现 1 #include <stdio.h> 2 #include <stdlib.h> 3 4 /* run this program using the console pauser or add your own getc 阅读全文
posted @ 2018-05-04 16:32 kkkshiki 阅读(283) 评论(0) 推荐(0)

摘要: 1.Using the Comparable Interface 示例代码: 测试结果: 1.Using the Comparator Interface 示例代码: 测试结果: 阅读全文
posted @ 2018-05-04 14:03 kkkshiki 阅读(134) 评论(0) 推荐(0)

摘要: 1.working with the ArrayDeque Class 1 package self; 2 3 import java.util.ArrayDeque; 4 5 //import java.util.Hashtable; 6 7 public class ArrayDequeDemo 阅读全文
posted @ 2018-05-04 12:55 kkkshiki 阅读(112) 评论(0) 推荐(0)

摘要: 1.HashMap Class 示例代码: 1 package self; 2 3 import java.util.HashMap; 4 5 public class HashMapDemo { 6 public static void main(String args[]) { 7 HashMa 阅读全文
posted @ 2018-05-04 12:43 kkkshiki 阅读(192) 评论(0) 推荐(0)