摘要: ```csusing System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { Console.WriteLine("1380094216 = {0}", new DateTime(((long)(1380094216) * (long)(10000000)), DateTimeK... 阅读全文
posted @ 2013-10-10 16:58 常伟华 阅读(276) 评论(0) 推荐(0) 编辑
摘要: ```cvoid f(){ int i1,i2,i3,i4,i5,i6,i7,i8; for (i1=1;i1<32;i1++) for (i2=1;i2<32;i2++){ if (i1==i2) continue; for (i3=1;i3<32;i3++){ if (i1==i3) continue; if (i2==i3) continue; ... 阅读全文
posted @ 2013-10-10 16:50 常伟华 阅读(999) 评论(0) 推荐(0) 编辑
摘要: private void button1_Click(object sender, EventArgs e) { int nCnt = 0; List nNumList = new List(); for (int i = 0; i nNumList[i2] || nNumList[i2] > nNumList[i3] || nNumList[i3] > nNumList[i4] || nNumList[i4] > nNumList[i5] || nNumList[i5] > nNumList[i... 阅读全文
posted @ 2013-10-10 16:49 常伟华 阅读(4150) 评论(0) 推荐(0) 编辑