摘要:
非常喜欢Metro风格的界面,所以想模仿一下一些UI效果的实现,网上找到了很多,但都是CSS3,WPF等实现,对于XAML和CSS3一窍不通,无奈下只有自己开始写。下面是源码: 1 using System; 2 using System.ComponentModel; 3 using Sys... 阅读全文
摘要:
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... 阅读全文
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace PasswordTest 7 { 8 class Program 9 ... 阅读全文