04 2021 档案

摘要:代码: namespace NUnit{ public class Calculator { public static double Add(double a, double b) { return a + b; } public static double Sub(double a, doubl 阅读全文
posted @ 2021-04-11 22:43 计应191西五组 阅读(47) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2021-04-11 21:36 计应191西五组 阅读(47) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication3{ class Pr 阅读全文
posted @ 2021-04-11 21:19 计应191西五组 阅读(30) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u 阅读全文
posted @ 2021-04-11 20:31 计应191西五组 阅读(54) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2021-04-11 20:11 计应191西五组 阅读(92) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace _Random{ class Program { static void Main(string[] args) 阅读全文
posted @ 2021-04-11 20:07 计应191西五组 阅读(59) 评论(0) 推荐(0)
摘要:public bool isOperateors(string input) { if (input == "+" || input == "-" || input == "*" || input == "/"|| input == "(" || input == ")" || input == " 阅读全文
posted @ 2021-04-11 19:47 计应191西五组 阅读(67) 评论(0) 推荐(0)