- 博客(11)
- 收藏
- 关注
原创 Unity2D小项目①_《Robbie》-阶段一:Tilemap绘制地图(RuleTile)
Unity2D游戏《Robbie》的开发笔记,该文主要为游戏的前期制作,包含使用TileMap绘制地图,及Rule Tile的讲解
2023-03-12 00:46:25
781
原创 C#练习题:购买彩票(控制台)
//练习二:购买彩票 /*题目讲解 * 每日一练 * 彩票生成器 * 红球 1~33号,不重复,6个;篮球1~16号,一个 * 1.在控制台中购买彩票的方法int[7] * 1~33号;不能重复 * 2.随机产生一注彩票的方法int[7] * random.Next(1,34);不重复;最终以从小到大排序 * 3.两注彩票比较的方法,返回中奖等级 * 计算红蓝球中奖的数量(顺序不限)
2021-11-14 19:06:10
569
原创 C#练习题:打印日历(控制台)
//练习一:打印日历 /*1.在控制台中显示日历的方法 * -调用12遍月历 *2.在控制台中显示月历的方法 * -显示表头 Console.WriteLine("日\t一\t二\t......"); * -输出当月1号的星期数,输出空白(\t) * Console.Write("\t"); * -计算当月天数 * -每逢星期六换行 *3.根据年月日,计
2021-11-14 18:52:51
550
原创 C#实现登陆和注册(不连数据库)Hashtable(窗体)
1.界面设计2.代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Collections;namespace chuang_325{ publi
2021-11-14 18:47:07
2114
原创 C#实现登陆和注册(不连接数据库)ArrayList(窗体)
界面设计代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Collections;namespace chuang_325{ public pa
2021-11-14 18:46:12
1620
2
原创 C#实现猜拳游戏_三局两胜制(控制台)
代码using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace kongzhitai_game_caiquan{ class Program { /// <summary> /// 猜拳游戏 /// 游戏规则 /// 1:石头;2:剪刀;3:布。 /// </
2021-04-03 21:21:20
2168
原创 C#实现猜拳游戏_三局两胜制(窗体)
界面设计代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace game_caiquan{ public partial class Form1 : Form
2021-04-03 21:17:46
2232
2
原创 C#实现一个简单完整的计算器(窗体)
C#实现一个简单完整的计算器(窗体)1.界面设计2.代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace calculator3{ public part
2021-04-03 20:53:36
4251
原创 C#实现星座的判断(窗体)
C#实现星座的判断(控制台程序)1.界面设计2.代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace xingzuo{ public partial cl
2021-04-03 19:30:43
1312
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人