2018年11月5日

《21天学通C#》给多个变量赋值

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace 给多个变量赋值{ class Program { sta 阅读全文

posted @ 2018-11-05 16:29 天源 阅读(2195) 评论(0) 推荐(0)

《21天学通C#》变量使用前需要声明和赋值,赋值后可以重新赋新的值

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace 变量声明赋值使用{ class Program { st 阅读全文

posted @ 2018-11-05 16:21 天源 阅读(712) 评论(0) 推荐(0)

《21天学通C#》课后习题:编写代码将你的名字打印到控制台

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace 编写将你的名字打印到控制台的代码{ class Prog 阅读全文

posted @ 2018-11-05 15:59 天源 阅读(313) 评论(0) 推荐(0)

《21天学通C#》数字前面补0

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace 课后习题{ class Program { static 阅读全文

posted @ 2018-11-05 15:55 天源 阅读(149) 评论(0) 推荐(0)

《21天学通C#》将写的代码原封不动的在控制台显示

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO; namespace 第二天课程课后习题{ c 阅读全文

posted @ 2018-11-05 15:50 天源 阅读(289) 评论(0) 推荐(0)

《21天学通C#》Write和WriteLine的区别

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace WriteLine和Write的区别{ class Pr 阅读全文

posted @ 2018-11-05 15:18 天源 阅读(770) 评论(0) 推荐(0)

《21天学通C#生成XML文件

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace 生成XML文件{ /// <summary> /// 这 阅读全文

posted @ 2018-11-05 14:46 天源 阅读(182) 评论(0) 推荐(0)

《21天学通C#》嵌套循环,输出上三角形X。

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace _1_嵌套循环输出X_{ class Program { 阅读全文

posted @ 2018-11-05 14:20 天源 阅读(339) 评论(0) 推荐(0)

《21天学通C#》第一节题目。计算圆的面积和表面积

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace _1_计算圆的面积和表面积_{ class Progra 阅读全文

posted @ 2018-11-05 14:13 天源 阅读(282) 评论(0) 推荐(0)

最近在学习《21天学通C#》,PDF下载地址如内容所示。

摘要: https://www.jb51.net/books/28449.html#downintro2 阅读全文

posted @ 2018-11-05 09:47 天源 阅读(1909) 评论(0) 推荐(0)

有道翻译(源代码)

摘要: import urllib.requestimport urllib.parseimport jsonimport timewhile True: content = input("请输入要翻译的内容(输入q退出程序):") if content == 'q': break # F12看翻译的时候f 阅读全文

posted @ 2018-11-05 09:11 天源 阅读(898) 评论(0) 推荐(0)

导航