上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 23 下一页
摘要: namespace 复选框{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void... 阅读全文
posted @ 2015-06-01 10:15 XCml 阅读(191) 评论(0) 推荐(0) 编辑
摘要: namespace 查找{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void ... 阅读全文
posted @ 2015-05-31 14:49 XCml 阅读(1502) 评论(0) 推荐(0) 编辑
摘要: namespace 记事本{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } //编辑栏 ... 阅读全文
posted @ 2015-05-30 23:14 XCml 阅读(271) 评论(0) 推荐(0) 编辑
摘要: namespace 进制转换2._0{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } public ... 阅读全文
posted @ 2015-05-29 13:12 XCml 阅读(500) 评论(0) 推荐(0) 编辑
摘要: namespace 计算器2._0{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private ... 阅读全文
posted @ 2015-05-29 13:09 XCml 阅读(319) 评论(0) 推荐(0) 编辑
摘要: class Dianqi //创建电器类:父类 { private string _Dianqimingzi; public string Dianqimingzi { get { return _Dianqimingzi; }... 阅读全文
posted @ 2015-05-24 10:44 XCml 阅读(229) 评论(0) 推荐(0) 编辑
摘要: public class Shengwu { private string _Name; public string Name { get { return _Name; } set { _Name = va... 阅读全文
posted @ 2015-05-24 10:40 XCml 阅读(113) 评论(0) 推荐(0) 编辑
摘要: namespace 二分法{ class Program { static void Main(string[] args) { //二分法前提:数组必须是有序的。 int[] a = new int[] { 3, ... 阅读全文
posted @ 2015-05-22 22:30 XCml 阅读(151) 评论(0) 推荐(0) 编辑
摘要: namespace nameclass2{ class Class2 //方法的重载 { public void Function( string s) { Console.WriteLine(s); } pu... 阅读全文
posted @ 2015-05-22 22:08 XCml 阅读(299) 评论(0) 推荐(0) 编辑
摘要: namespace 面向对象5_22{ class Animal { private string _Type; public string Type { get { return _Type; } s... 阅读全文
posted @ 2015-05-22 10:43 XCml 阅读(456) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 23 下一页