Loading

摘要: 1 import java.util.*; 2 3 4 5 public class CalcDate { 6 int year; 7 int month; 8 int day; 9 10 public void Input(){//输入方法 11 12 Scanner input = new Scanner(System.in); 13 boolean flag = true;//控制检查日期格式输入是否正确的循环 14 String date = "";//日期 15 16 while(fla... 阅读全文
posted @ 2012-07-26 18:09 __Meow 阅读(472) 评论(6) 推荐(0) 编辑
摘要: //欢迎转载,请注明原创,感谢 阅读全文
posted @ 2012-07-26 18:05 __Meow 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 1 //C# Code 2 3 using System; 4 using System.Collections.Generic; 5 using System.Linq; 6 using System.Text; 7 using System.Timers; 8 9 10 11 namespace QuickSort 12 { 13 class Program 14 { 15 private static int UsedTime = 0; 16 private static Random Seed = new R... 阅读全文
posted @ 2012-07-26 17:52 __Meow 阅读(322) 评论(0) 推荐(0) 编辑