自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 两个复数的计算

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication32 { class Program { stati

2014-12-14 15:30:11 761

原创 人品计算机

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

2014-11-27 20:15:58 356

原创 杨辉三角

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

2014-11-23 14:14:01 251

原创 猜数游戏

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

2014-11-17 12:35:17 269

原创 编程求三角形

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

2014-11-02 12:55:39 578

原创 编程求一元二次方程

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

2014-10-27 19:10:55 1344

原创 问题及代码

//  // Copyright (c) 2014软件技术1班  // All rights reserved.   // 作    者:A29    // 完成日期:2014年 10 月 11 日   // 版 本 号:v1.0   //   // 问题描述:创建一个程序来把转换成米。该程序提示用户输入英尺数据,然后显示出转换后的米的数据。  // 输入描述:一个实数,代表英尺   // 程序输

2014-10-11 16:42:07 187

空空如也

空空如也

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

TA关注的人

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