2018年12月25日

100以内所有孪生质数

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; //找出100以内的所有孪生质数的代码namespace luansheng 阅读全文

posted @ 2018-12-25 14:21 萌新菜鸟 阅读(2925) 评论(0) 推荐(0) 编辑

C#字体字号的改变

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u 阅读全文

posted @ 2018-12-25 14:20 萌新菜鸟 阅读(3360) 评论(0) 推荐(0) 编辑

C#记事本

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u 阅读全文

posted @ 2018-12-25 14:20 萌新菜鸟 阅读(191) 评论(0) 推荐(0) 编辑

C#求圆的周长、面积、体积

摘要: 窗体应用程序 private void button1_Click(object sender, EventArgs e) { double r; r = Convert.ToInt32(textBox1.Text); textBox2.Text = Convert.ToString(2 * r * 阅读全文

posted @ 2018-12-25 14:19 萌新菜鸟 阅读(2197) 评论(0) 推荐(0) 编辑

C#邮包计费

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u 阅读全文

posted @ 2018-12-25 14:18 萌新菜鸟 阅读(326) 评论(0) 推荐(0) 编辑

C#字符串判断

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u 阅读全文

posted @ 2018-12-25 14:16 萌新菜鸟 阅读(2765) 评论(0) 推荐(0) 编辑

导航