自定义博客皮肤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 684

原创 复数的相加相减

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 734

转载 string 类的扩展方法

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

2014-12-02 08:57:50 563

原创 人品调查

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 478

原创 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 696

原创 猜随机的数字

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 393

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

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

2014-11-03 03:10:55 616

原创 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 1464

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

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

2014-10-11 11:30:55 253

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

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

2014-10-11 11:01:57 280

原创 不好意思 我是个新手

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

2014-10-10 12:22:34 443

空空如也

空空如也

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

TA关注的人

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