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 可以看到全部內容