01 2016 档案

摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace ConsoleApplication数组{ class 阅读全文
posted @ 2016-01-28 11:13 什么玩楞啊,我叫旺仔 阅读(154) 评论(0) 推荐(0)
摘要:以下对C#中string类的方法进行汇总:1.string (char[]) 使用指定的字符串数组构建一个新的string对象2.int Compare(string a,string b,bool case) 比较字符串a,b,case为true时表示不区分大小写。当a>b返回正数,当a<b返回负... 阅读全文
posted @ 2016-01-27 11:31 什么玩楞啊,我叫旺仔 阅读(225) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace for穷举{ class Program { static... 阅读全文
posted @ 2016-01-26 15:25 什么玩楞啊,我叫旺仔 阅读(146) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication1关卡数{ class... 阅读全文
posted @ 2016-01-25 16:12 什么玩楞啊,我叫旺仔 阅读(190) 评论(0) 推荐(0)