会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小热包1
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
2015年9月20日
09.20 结构体
摘要: using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Cons...
阅读全文
posted @ 2015-09-20 11:30 小热包1
阅读(118)
评论(0)
推荐(0)
2015年9月17日
09.17,习题1
摘要: //输入10人的分数,求排序最高分,最低分,平均分, Console.WriteLine("请输入10位同学的成绩:"); int[]fenshu=new int [10]; double ave = 0; ...
阅读全文
posted @ 2015-09-17 15:53 小热包1
阅读(207)
评论(0)
推荐(0)
09.17,习题
摘要: //有一个游戏,50关,钱20关每分得分是他们的关说,21-40关是每关20分,41-49关每关30分,50关一次性加1000,求输入关卡数,求现在得分是多少 // Console.Write("请输入游戏的关数:"); ...
阅读全文
posted @ 2015-09-17 15:03 小热包1
阅读(150)
评论(0)
推荐(0)
o9.17,习题
摘要: // 写一个程序,要求输入一个数,求从这个说前面15个数开始计算和 //方法一: Console.Write("请输入一个数:"); int n = int.Parse(Console .ReadLine ()); ...
阅读全文
posted @ 2015-09-17 14:55 小热包1
阅读(146)
评论(0)
推荐(0)
09.17,二维数组,地图
摘要: string[,] erwei = new string[10, 10] { { "■","■","■","■","■","■","■","■","■","■"}, { "■"," "," "," ","...
阅读全文
posted @ 2015-09-17 14:44 小热包1
阅读(412)
评论(0)
推荐(0)
2015年9月15日
09.15,一维数组,冒泡排序
摘要: Console.Write("请输入人数:"); int n = int.Parse(Console.ReadLine()); int[] nianling = new int[n]; for (int i = 0; i nianl...
阅读全文
posted @ 2015-09-15 16:41 小热包1
阅读(171)
评论(0)
推荐(0)
2015年9月14日
09.14 类,类型
摘要:
阅读全文
posted @ 2015-09-14 16:20 小热包1
阅读(88)
评论(0)
推荐(0)
2015年9月13日
09.11 小兔 成兔问题
摘要: Console.Write("请输入月份:"); int yue = int.Parse(Console.ReadLine()); int yt =1; int xt=0; int ct =0; ...
阅读全文
posted @ 2015-09-13 13:43 小热包1
阅读(136)
评论(0)
推荐(0)
2015年9月1日
09.01,学习习题
摘要: using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication3{ class Program { static void Main(string[] ...
阅读全文
posted @ 2015-09-01 16:42 小热包1
阅读(205)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
公告