自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 复数的相加相减

using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication21{ class Complex { public int number1; public int number2;

2014-12-15 19:44:34 672

原创 复数的相加相减

using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication21{ class Complex { public int number1; public int number2;

2014-12-15 19:37:01 727

转载 string 类的扩展方法

string 类的扩展方法列表(基本相同于 IEnumerable 接口的成员列表): Aggregate//累加All//是否都满足条件Any//是否有一个满足条件AsEnumerable//AsParallel//AsQueryable//Average//平均值Cast//Concat//连接Contains//是否包含Count//总数DefaultIfEmp

2014-12-02 08:57:50 550

原创 人品调查

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

2014-11-26 16:19:58 474

原创 c#控制台杨辉三角形

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

2014-11-25 01:23:28 684

原创 猜随机的数字

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

2014-11-18 01:45:29 390

原创 有什么可以改进的地方,请提出来,谢谢你们的帮忙和意见

[csharp] view plaincopyusing System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static

2014-11-03 03:10:55 603

原创 ax²+bx+c=0(a≠0)

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

2014-10-26 12:53:41 1455

原创 这是上篇文章改变之后变成的

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

2014-10-11 11:30:55 248

原创 刚刚搞出来的作业 希望有人可以给些意见 谢谢

using System;//引用空间Systemusing System.Collections.Generic;using System.Linq;using System.Text;namespace 英尺到米的转换{    class Program    {        static void Main(string[] args)        {

2014-10-11 11:01:57 277

原创 不好意思 我是个新手

using System;//引入命名空间Systemusing System.Collections.Generic;//2014软件1班 A15using System.Linq;  //李旭using System.Text;namespace ConsoleApplication5{    class Program    {        static v

2014-10-10 12:22:34 440

空空如也

空空如也

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

TA关注的人

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