随笔分类 -  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 困到很想醒 阅读(14) 评论(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 困到很想醒 阅读(14) 评论(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 困到很想醒 阅读(8) 评论(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 困到很想醒 阅读(6) 评论(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 困到很想醒 阅读(4) 评论(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 困到很想醒 阅读(8) 评论(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 困到很想醒 阅读(8) 评论(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 困到很想醒 阅读(6) 评论(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 困到很想醒 阅读(15) 评论(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 困到很想醒 阅读(15) 评论(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 困到很想醒 阅读(5) 评论(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 困到很想醒 阅读(5) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示