自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 三角形类型判断

//完成时间:11月3日 //问题描述:输入三角形的三条边a,b,c的值,根据其数值,判断能否构成三角形;若能,还要显示三角形的性质:等边三角形、等腰三角形、直角三角形和任意三角形。 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespac

2014-12-13 13:16:36 710

原创 杨辉三角

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication26 {     class Program     {         static void Main(string[] args)    

2014-12-13 11:47:17 283

原创 复数加减运算

//完成时间:2014年12月12日 //问题描述:(1)设计复数类Complex,计算两个复数之和、差,同时以 a+bi 的字符串形式显示。 (2)使用复数类Complex验证两个复数 1+2i 和3+4i 相加产生一个新的复数 4+6i ,相减产生一个新的复数 -2-2i using System; using System.Collections.Generic; using

2014-12-12 00:27:44 1440

转载 人品计算机控制台1.0版本

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsolePersonality {     class Program     {         static void Main(string[] args)      

2014-12-01 13:15:58 256

原创 学生作业

总结:1.让我知道可以灵活运用编程。 2.学到了摄氏度和华氏度的知识

2014-10-15 21:53:06 270

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除