随笔分类 -  c#

c#基础
摘要:using System; using System.Collections.Generic; using System.Text; namespace 方法重载 { class area { public static double AREA(double r) { double pi = 3.1 阅读全文
posted @ 2024-04-09 22:57 pionier 阅读(19) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace EventHa 阅读全文
posted @ 2024-04-09 21:28 pionier 阅读(20) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; //ArrayList的简单例子 using System.Collections;//引用集合的 命名空间 namespace 阅读全文
posted @ 2024-04-09 21:26 pionier 阅读(14) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 常用类 { class Program { static void Main(string[] args) 阅读全文
posted @ 2024-04-09 21:25 pionier 阅读(11) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace is和as { class Program { static void Main(string[] args 阅读全文
posted @ 2024-04-09 21:24 pionier 阅读(8) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 继承 { public class chinese : person//定义一个chinese派生类,继承自 阅读全文
posted @ 2024-04-09 21:22 pionier 阅读(13) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 模拟银行_19_4_30 { class account//普通账户 { //字段--私有 //privat 阅读全文
posted @ 2024-04-09 21:21 pionier 阅读(12) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 引用类型 { class Program { class DataTypeTest { public int 阅读全文
posted @ 2024-04-09 20:12 pionier 阅读(13) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using x类和方法_19_4_9; namespace 命名空间 { class Program { static void 阅读全文
posted @ 2024-04-09 19:31 pionier 阅读(21) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace x类和方法_19_4_9 { public class stu { //字段--值--与普通的变量类型--但 阅读全文
posted @ 2024-04-09 19:31 pionier 阅读(28) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace x1808汪敏_阶段练习_19_4_3 { class Program { static void Main 阅读全文
posted @ 2024-04-09 19:29 pionier 阅读(10) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace x180821 { class Program { static void Main(string[] ar 阅读全文
posted @ 2024-04-09 19:25 pionier 阅读(17) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-04-09 19:22 pionier 阅读(6) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-04-09 19:21 pionier 阅读(10) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-04-09 19:21 pionier 阅读(8) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-04-09 19:21 pionier 阅读(11) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-04-09 19:19 pionier 阅读(9) 评论(0) 推荐(0)