C#程序设计及基于工作过程的项目开发(高职)(谢世煊)第2章节.pptVIP

  • 0
  • 0
  • 约1.89万字
  • 约 85页
  • 2018-05-08 发布于广东
  • 举报

C#程序设计及基于工作过程的项目开发(高职)(谢世煊)第2章节.ppt

  2.1 任务一:学会使用已有资源 2.1.1 功能描述   本任务通过一个控制台应用程序,演示了C#.NET框架类中的几个常用的类,包括System.String、System.StringBuilder、System.Math和System.Random类。 2.1.2 代码展示   1 using System;   2 using System.Text;   3 namespace useClassPro   4 {   5 class Program   6 {   7 static void Main(string[] args)   8 {   9 StringBuilder former = new StringBuilder(原始字符串为: );   10 StringBuilder total;   11 string mutation1, mutation2, mutation3;   12 int a, b, c;   13 double discriminant, root1, root2, test;   14 Cons

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档