摘要: View Code using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Xml;using System.Net;using System.Collections;namespace 程序自动升级{ class Program { static void Main(string[] args) { string RemotePath = @"http://192.168.1.200/AutoUpdat... 阅读全文
posted @ 2012-11-27 17:21 尼姑哪里跑 阅读(182) 评论(0) 推荐(0) 编辑
摘要: BiteArrayusing System;using System.Collections.Generic;using System.Text;using System.Collections;namespace BitArray类{ class Program { static void Main(string[] args) { } /* * 埃拉托斯尼筛选法 * 求素数 */ public void GenPrimes(int[] arr... 阅读全文
posted @ 2012-11-27 10:13 尼姑哪里跑 阅读(134) 评论(0) 推荐(0) 编辑