1、作品名称:NANB
2、作品说明:
相信大家都有玩过几A几B的游戏吧!因为站上有人问我就写一个出来做范例啰
功能简介:电脑产生4位数 自己也输入0-9 4个不同的数可判答对几A几B
A为数字和位置相同 , B为数字相同位置不同
撰写程式语言:Visual C# 2005
3、作品执行档:Run_NANB.rar <如附件档>
4、作品原程式码:NANBr.rar <如附件档>
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace NANB
{
public partial class Form1 : Form
{
int[] RndNum; //Initial Randoms From min to max
string[] PcNum = new string;
string[] UserNum = new string;
int n;
#region Functionn Create Random Number
/// <summary>
/// Functionn Create Random Number
/// To create n random number none duplicate
/// minN the minimum value of Randoms
/// maxN the maximum valre of Randoms
/// N How many N randoms
// ..
访客只能看到部份内容,免费 加入会员 或由脸书 Google 可以看到全部内容