用A算法解决十五数码问题(3)

2018-11-24 15:21

this.textBox16 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label();

this.textBox17 = new System.Windows.Forms.TextBox(); this.textBox18 = new System.Windows.Forms.TextBox(); this.textBox19 = new System.Windows.Forms.TextBox(); this.textBox20 = new System.Windows.Forms.TextBox(); this.textBox21 = new System.Windows.Forms.TextBox(); this.textBox22 = new System.Windows.Forms.TextBox(); this.textBox23 = new System.Windows.Forms.TextBox(); this.textBox24 = new System.Windows.Forms.TextBox(); this.textBox25 = new System.Windows.Forms.TextBox(); this.textBox26 = new System.Windows.Forms.TextBox(); this.textBox27 = new System.Windows.Forms.TextBox(); this.textBox28 = new System.Windows.Forms.TextBox(); this.textBox29 = new System.Windows.Forms.TextBox(); this.textBox30 = new System.Windows.Forms.TextBox(); this.textBox31 = new System.Windows.Forms.TextBox(); this.textBox32 = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.SuspendLayout(); //

// textBox1 //

this.textBox1.Location = new System.Drawing.Point(6, 145); this.textBox1.Name = \

this.textBox1.Size = new System.Drawing.Size(21, 21); this.textBox1.TabIndex = 0; //

// textBox2 //

this.textBox2.Location = new System.Drawing.Point(27, 145); this.textBox2.Name = \

this.textBox2.Size = new System.Drawing.Size(21, 21); this.textBox2.TabIndex = 1; //

// textBox3 //

this.textBox3.Location = new System.Drawing.Point(48, 145);

this.textBox3.Name = \

this.textBox3.Size = new System.Drawing.Size(21, 21); this.textBox3.TabIndex = 2; //

// textBox4 //

this.textBox4.Location = new System.Drawing.Point(69, 145); this.textBox4.Name = \

this.textBox4.Size = new System.Drawing.Size(21, 21); this.textBox4.TabIndex = 3; //

// textBox5 //

this.textBox5.Location = new System.Drawing.Point(6, 166); this.textBox5.Name = \

this.textBox5.Size = new System.Drawing.Size(21, 21); this.textBox5.TabIndex = 4; //

// textBox6 //

this.textBox6.Location = new System.Drawing.Point(27, 166); this.textBox6.Name = \

this.textBox6.Size = new System.Drawing.Size(21, 21); this.textBox6.TabIndex = 5; //

// textBox7 //

this.textBox7.Location = new System.Drawing.Point(48, 166); this.textBox7.Name = \

this.textBox7.Size = new System.Drawing.Size(21, 21); this.textBox7.TabIndex = 6; //

// textBox8 //

this.textBox8.Location = new System.Drawing.Point(69, 166); this.textBox8.Name = \

this.textBox8.Size = new System.Drawing.Size(21, 21); this.textBox8.TabIndex = 7; //

// textBox9 //

this.textBox9.Location = new System.Drawing.Point(6, 187); this.textBox9.Name = \

this.textBox9.Size = new System.Drawing.Size(21, 21);

this.textBox9.TabIndex = 8; //

// textBox10 //

this.textBox10.Location = new System.Drawing.Point(27, 187); this.textBox10.Name = \

this.textBox10.Size = new System.Drawing.Size(21, 21); this.textBox10.TabIndex = 9; //

// textBox11 //

this.textBox11.Location = new System.Drawing.Point(48, 187); this.textBox11.Name = \

this.textBox11.Size = new System.Drawing.Size(21, 21); this.textBox11.TabIndex = 10; //

// textBox12 //

this.textBox12.Location = new System.Drawing.Point(69, 187); this.textBox12.Name = \

this.textBox12.Size = new System.Drawing.Size(21, 21); this.textBox12.TabIndex = 11; //

// textBox13 //

this.textBox13.Location = new System.Drawing.Point(6, 208); this.textBox13.Name = \

this.textBox13.Size = new System.Drawing.Size(21, 21); this.textBox13.TabIndex = 12; //

// textBox14 //

this.textBox14.Location = new System.Drawing.Point(27, 208); this.textBox14.Name = \

this.textBox14.Size = new System.Drawing.Size(21, 21); this.textBox14.TabIndex = 13; //

// textBox15 //

this.textBox15.Location = new System.Drawing.Point(48, 208); this.textBox15.Name = \

this.textBox15.Size = new System.Drawing.Size(21, 21); this.textBox15.TabIndex = 14; //

// textBox16 //

this.textBox16.Location = new System.Drawing.Point(69, 208); this.textBox16.Name = \

this.textBox16.Size = new System.Drawing.Size(21, 21); this.textBox16.TabIndex = 15; //

// button1 //

this.button1.Enabled = false;

this.button1.Location = new System.Drawing.Point(113, 185); this.button1.Name = \

this.button1.Size = new System.Drawing.Size(87, 23); this.button1.TabIndex = 32; this.button1.Text = \逐步实现\

this.button1.UseVisualStyleBackColor = true;

this.button1.Click += new System.EventHandler(this.button1_Click); //

// button2 //

this.button2.Location = new System.Drawing.Point(113, 156); this.button2.Name = \

this.button2.Size = new System.Drawing.Size(87, 23); this.button2.TabIndex = 33; this.button2.Text = \初始化\

this.button2.UseVisualStyleBackColor = true;

this.button2.Click += new System.EventHandler(this.button2_Click); //

// label1 //

this.label1.AutoSize = true;

this.label1.Location = new System.Drawing.Point(10, 30); this.label1.Name = \

this.label1.Size = new System.Drawing.Size(257, 12); this.label1.TabIndex = 34;

this.label1.Text = \、请您任意输入1~15个数字,剩余一位请输入0\ //

// label2 //

this.label2.AutoSize = true;

this.label2.Location = new System.Drawing.Point(10, 9); this.label2.Name = \

this.label2.Size = new System.Drawing.Size(77, 12); this.label2.TabIndex = 35;

this.label2.Text = \操作方法如下\ //

// label3 //

this.label3.AutoSize = true;

this.label3.Location = new System.Drawing.Point(10, 54); this.label3.Name = \

this.label3.Size = new System.Drawing.Size(227, 12); this.label3.TabIndex = 36;

this.label3.Text = \、初入初始数据以后,请点击初始化按钮\ //

// label4 //

this.label4.AutoSize = true;

this.label4.Location = new System.Drawing.Point(10, 78); this.label4.Name = \

this.label4.Size = new System.Drawing.Size(227, 12); this.label4.TabIndex = 37;

this.label4.Text = \、点击逐步实现按钮,直至出现目标状态\ //

// textBox17 //

this.textBox17.Location = new System.Drawing.Point(222, 145); this.textBox17.Name = \

this.textBox17.Size = new System.Drawing.Size(21, 21); this.textBox17.TabIndex = 38; //

// textBox18 //

this.textBox18.Location = new System.Drawing.Point(243, 145); this.textBox18.Name = \

this.textBox18.Size = new System.Drawing.Size(21, 21); this.textBox18.TabIndex = 39; //

// textBox19 //

this.textBox19.Location = new System.Drawing.Point(264, 145); this.textBox19.Name = \

this.textBox19.Size = new System.Drawing.Size(21, 21); this.textBox19.TabIndex = 40; //

// textBox20 //

this.textBox20.Location = new System.Drawing.Point(285, 145);


用A算法解决十五数码问题(3).doc 将本文的Word文档下载到电脑 下载失败或者文档不完整,请联系客服人员解决!

下一篇:中国led发光字行业市场调查研究报告(目录)

相关阅读
本类排行
× 注册会员免费下载(下载后可以自由复制和排版)

马上注册会员

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: