亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? form1.designer.cs

?? 快速排序與最長公共子序列算法(Visual C++)
?? CS
?? 第 1 頁 / 共 3 頁
字號(hào):
?namespace Algorithm
{
    partial class Form1
    {
        /// <summary>
        /// 必需的設(shè)計(jì)器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的資源。
        /// </summary>
        /// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗體設(shè)計(jì)器生成的代碼

        /// <summary>
        /// 設(shè)計(jì)器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            this.dongtaiguihua = new System.Windows.Forms.TabPage();
            this.label7 = new System.Windows.Forms.Label();
            this.ListA_dongtaiguihua = new System.Windows.Forms.TextBox();
            this.ListB_dongtaiguihua = new System.Windows.Forms.TextBox();
            this.ListAB_dongtaiguihua = new System.Windows.Forms.TextBox();
            this.label17 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.Go_dongtaiguihua = new System.Windows.Forms.Button();
            this.digui = new System.Windows.Forms.TabPage();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.NumInput_digui_0 = new System.Windows.Forms.TextBox();
            this.Sort_digui = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.pInput_digui = new System.Windows.Forms.TextBox();
            this.rInput_digui = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.NumInput_digui_1 = new System.Windows.Forms.TextBox();
            this.NumInput_digui_2 = new System.Windows.Forms.TextBox();
            this.NumInput_digui_3 = new System.Windows.Forms.TextBox();
            this.NumInput_digui_4 = new System.Windows.Forms.TextBox();
            this.NumInput_digui_5 = new System.Windows.Forms.TextBox();
            this.NumInput_digui_6 = new System.Windows.Forms.TextBox();
            this.NumInput_digui_7 = new System.Windows.Forms.TextBox();
            this.NumOutput_digui_0 = new System.Windows.Forms.TextBox();
            this.NumOutput_digui_1 = new System.Windows.Forms.TextBox();
            this.NumOutput_digui_2 = new System.Windows.Forms.TextBox();
            this.NumOutput_digui_3 = new System.Windows.Forms.TextBox();
            this.NumOutput_digui_4 = new System.Windows.Forms.TextBox();
            this.NumOutput_digui_5 = new System.Windows.Forms.TextBox();
            this.NumOutput_digui_6 = new System.Windows.Forms.TextBox();
            this.NumOutput_digui_7 = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.label20 = new System.Windows.Forms.Label();
            this.dongtaiguihua.SuspendLayout();
            this.digui.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // dongtaiguihua
            // 
            this.dongtaiguihua.Controls.Add(this.Go_dongtaiguihua);
            this.dongtaiguihua.Controls.Add(this.label19);
            this.dongtaiguihua.Controls.Add(this.label18);
            this.dongtaiguihua.Controls.Add(this.label17);
            this.dongtaiguihua.Controls.Add(this.ListAB_dongtaiguihua);
            this.dongtaiguihua.Controls.Add(this.ListB_dongtaiguihua);
            this.dongtaiguihua.Controls.Add(this.ListA_dongtaiguihua);
            this.dongtaiguihua.Controls.Add(this.label7);
            this.dongtaiguihua.Location = new System.Drawing.Point(4, 23);
            this.dongtaiguihua.Name = "dongtaiguihua";
            this.dongtaiguihua.Padding = new System.Windows.Forms.Padding(3);
            this.dongtaiguihua.Size = new System.Drawing.Size(603, 429);
            this.dongtaiguihua.TabIndex = 1;
            this.dongtaiguihua.Text = "動(dòng)態(tài)規(guī)劃";
            this.dongtaiguihua.UseVisualStyleBackColor = true;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(245, 21);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(113, 12);
            this.label7.TabIndex = 4;
            this.label7.Text = "最長公共子序列算法";
            // 
            // ListA_dongtaiguihua
            // 
            this.ListA_dongtaiguihua.Location = new System.Drawing.Point(159, 65);
            this.ListA_dongtaiguihua.Name = "ListA_dongtaiguihua";
            this.ListA_dongtaiguihua.Size = new System.Drawing.Size(417, 21);
            this.ListA_dongtaiguihua.TabIndex = 0;
            this.ListA_dongtaiguihua.TextChanged += new System.EventHandler(this.ListA_dongtaiguihua_TextChanged);
            // 
            // ListB_dongtaiguihua
            // 
            this.ListB_dongtaiguihua.Location = new System.Drawing.Point(159, 125);
            this.ListB_dongtaiguihua.Name = "ListB_dongtaiguihua";
            this.ListB_dongtaiguihua.Size = new System.Drawing.Size(417, 21);
            this.ListB_dongtaiguihua.TabIndex = 1;
            this.ListB_dongtaiguihua.TextChanged += new System.EventHandler(this.ListB_dongtaiguihua_TextChanged);
            // 
            // ListAB_dongtaiguihua
            // 
            this.ListAB_dongtaiguihua.Location = new System.Drawing.Point(159, 247);
            this.ListAB_dongtaiguihua.Name = "ListAB_dongtaiguihua";
            this.ListAB_dongtaiguihua.ReadOnly = true;
            this.ListAB_dongtaiguihua.Size = new System.Drawing.Size(417, 21);
            this.ListAB_dongtaiguihua.TabIndex = 3;
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(98, 74);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(41, 12);
            this.label17.TabIndex = 5;
            this.label17.Text = "序列A";
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(98, 134);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(41, 12);
            this.label18.TabIndex = 6;
            this.label18.Text = "序列B";
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(16, 256);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(137, 12);
            this.label19.TabIndex = 7;
            this.label19.Text = "A和B的最長公共子序列";
            // 
            // Go_dongtaiguihua
            // 
            this.Go_dongtaiguihua.Location = new System.Drawing.Point(184, 187);
            this.Go_dongtaiguihua.Name = "Go_dongtaiguihua";
            this.Go_dongtaiguihua.Size = new System.Drawing.Size(235, 27);
            this.Go_dongtaiguihua.TabIndex = 2;
            this.Go_dongtaiguihua.Text = "用動(dòng)態(tài)規(guī)劃求A、B的最長公共子序列";
            this.Go_dongtaiguihua.UseVisualStyleBackColor = true;
            this.Go_dongtaiguihua.Click += new System.EventHandler(this.Go_dongtaiguihua_Click);
            // 
            // digui
            // 
            this.digui.Controls.Add(this.label16);
            this.digui.Controls.Add(this.label15);
            this.digui.Controls.Add(this.label14);
            this.digui.Controls.Add(this.label13);
            this.digui.Controls.Add(this.label12);
            this.digui.Controls.Add(this.label11);
            this.digui.Controls.Add(this.label10);
            this.digui.Controls.Add(this.label9);
            this.digui.Controls.Add(this.NumOutput_digui_7);
            this.digui.Controls.Add(this.NumOutput_digui_6);
            this.digui.Controls.Add(this.NumOutput_digui_5);
            this.digui.Controls.Add(this.NumOutput_digui_4);
            this.digui.Controls.Add(this.NumOutput_digui_3);
            this.digui.Controls.Add(this.NumOutput_digui_2);
            this.digui.Controls.Add(this.NumOutput_digui_1);
            this.digui.Controls.Add(this.NumOutput_digui_0);
            this.digui.Controls.Add(this.NumInput_digui_7);
            this.digui.Controls.Add(this.NumInput_digui_6);
            this.digui.Controls.Add(this.NumInput_digui_5);
            this.digui.Controls.Add(this.NumInput_digui_4);
            this.digui.Controls.Add(this.NumInput_digui_3);
            this.digui.Controls.Add(this.NumInput_digui_2);
            this.digui.Controls.Add(this.NumInput_digui_1);
            this.digui.Controls.Add(this.label8);
            this.digui.Controls.Add(this.label6);
            this.digui.Controls.Add(this.rInput_digui);
            this.digui.Controls.Add(this.pInput_digui);
            this.digui.Controls.Add(this.label5);
            this.digui.Controls.Add(this.label4);
            this.digui.Controls.Add(this.label3);
            this.digui.Controls.Add(this.Sort_digui);
            this.digui.Controls.Add(this.NumInput_digui_0);
            this.digui.Controls.Add(this.label2);
            this.digui.Controls.Add(this.label1);
            this.digui.Location = new System.Drawing.Point(4, 23);
            this.digui.Name = "digui";
            this.digui.Padding = new System.Windows.Forms.Padding(3);
            this.digui.Size = new System.Drawing.Size(603, 429);
            this.digui.TabIndex = 0;
            this.digui.Text = "遞歸與分治";
            this.digui.UseVisualStyleBackColor = true;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(263, 25);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 12);
            this.label1.TabIndex = 12;
            this.label1.Text = "快速排序算法";
            // 

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91丨九色丨尤物| 亚洲成人精品一区| 国产精品1区2区3区在线观看| 在线播放国产精品二区一二区四区| 一区二区三区日韩| 欧美日韩一级视频| 捆绑变态av一区二区三区| 欧美r级电影在线观看| 国产成人av影院| 自拍偷拍亚洲欧美日韩| 色婷婷国产精品久久包臀 | 国产偷国产偷精品高清尤物| 国产美女精品一区二区三区| 久久久精品综合| 91免费版pro下载短视频| 亚洲国产日日夜夜| 精品美女一区二区三区| 国产乱人伦精品一区二区在线观看 | 久久国产精品一区二区| 久久综合久久99| av在线这里只有精品| 亚洲成在线观看| 精品三级在线观看| 不卡影院免费观看| 五月婷婷激情综合| 国产午夜精品理论片a级大结局| 99精品热视频| 日韩国产成人精品| 国产日韩一级二级三级| 欧洲av一区二区嗯嗯嗯啊| 青青草精品视频| 日韩伦理电影网| 欧美一区二区私人影院日本| 国产精品白丝jk黑袜喷水| 亚洲精品日日夜夜| 精品av久久707| 一本到三区不卡视频| 免费在线看一区| 亚洲天天做日日做天天谢日日欢| 欧美剧情电影在线观看完整版免费励志电影 | 国产一区欧美二区| 亚洲成人一区二区| 国产亚洲自拍一区| 亚洲电影一级片| 欧美三级三级三级爽爽爽| 亚洲电影你懂得| 精品国产精品网麻豆系列| 五月婷婷综合激情| 99国内精品久久| 中文字幕av一区二区三区| 国产露脸91国语对白| 欧美日韩国产一二三| 日韩av中文字幕一区二区| 欧美国产乱子伦| 欧美一区二区视频在线观看2022| 成人av动漫网站| 精品一区二区免费视频| 亚洲电影在线免费观看| 国产精品美日韩| 欧美成人伊人久久综合网| 欧美视频你懂的| 一本色道久久综合亚洲aⅴ蜜桃| 国产在线视频精品一区| 丝袜亚洲另类丝袜在线| 亚洲欧美电影一区二区| 中文字幕视频一区| 欧美高清在线视频| 久久久亚洲精品石原莉奈 | 成人网页在线观看| 六月丁香婷婷色狠狠久久| 五月婷婷另类国产| 亚洲第一福利一区| 亚洲高清视频中文字幕| 一区二区成人在线| 一区二区在线观看视频在线观看| 国产女人aaa级久久久级| 午夜精品久久久久久久蜜桃app| 国产精品动漫网站| 中文字幕亚洲成人| 最新久久zyz资源站| 日韩一区在线播放| 亚洲美女视频一区| 亚洲最大的成人av| 视频一区欧美精品| 蜜桃久久av一区| 精品制服美女丁香| 国产成人午夜视频| 成人爽a毛片一区二区免费| 丁香啪啪综合成人亚洲小说| 91在线视频免费观看| 99国产欧美久久久精品| 在线精品亚洲一区二区不卡| 欧美日韩亚洲综合| 日韩精品一区二区三区在线观看| 精品国产伦一区二区三区免费| 精品88久久久久88久久久| 国产日韩三级在线| 亚洲乱码国产乱码精品精的特点| 亚洲尤物视频在线| 麻豆成人久久精品二区三区小说| 国产在线不卡一区| 91一区一区三区| 日韩一区二区影院| 国产精品入口麻豆原神| 亚洲小说春色综合另类电影| 另类欧美日韩国产在线| 成人动漫精品一区二区| 欧洲一区二区三区在线| 日韩精品在线一区二区| 久久精品一区二区三区不卡牛牛| 中文字幕一区二区三区色视频| 亚洲一区在线视频| 狠狠色丁香久久婷婷综合_中| jiyouzz国产精品久久| 欧美日韩国产不卡| 国产精品另类一区| 日本亚洲电影天堂| aaa国产一区| 日韩亚洲欧美在线观看| 综合色天天鬼久久鬼色| 美女脱光内衣内裤视频久久影院| 国产成人av福利| 欧美一区二区人人喊爽| 18涩涩午夜精品.www| 免费高清不卡av| 色综合欧美在线| 久久综合色天天久久综合图片| 一区二区三区免费看视频| 久久 天天综合| 欧美性猛交xxxx乱大交退制版| 国产日产亚洲精品系列| 日本最新不卡在线| 色婷婷综合久久久中文字幕| www国产精品av| 五月天亚洲婷婷| 色网综合在线观看| 国产精品无码永久免费888| 老司机免费视频一区二区三区| 在线日韩国产精品| 中文字幕一区二区三区四区不卡| 激情综合五月天| 欧美一区二区三区的| 亚洲精品国产a| 9久草视频在线视频精品| 精品国产一区二区在线观看| 91麻豆国产精品久久| 久久亚洲一区二区三区四区| 性感美女久久精品| 欧美综合视频在线观看| 中文字幕一区二区三区四区| 粉嫩久久99精品久久久久久夜 | 蜜臀av性久久久久av蜜臀妖精| 91视频一区二区三区| 国产精品国产自产拍高清av| 狠狠色综合日日| 久久亚洲精精品中文字幕早川悠里 | 国产精品天美传媒| 国产ts人妖一区二区| 久久一区二区三区国产精品| 乱中年女人伦av一区二区| 欧美一区永久视频免费观看| 亚洲午夜视频在线观看| 91福利在线播放| 一区二区三区免费在线观看| 色综合久久久久综合| 亚洲日本一区二区三区| 91亚洲精品乱码久久久久久蜜桃 | 国产传媒欧美日韩成人| www国产精品av| 国产.欧美.日韩| 国产精品每日更新在线播放网址 | 亚洲激情六月丁香| 91精品1区2区| 视频一区在线播放| 日韩免费看的电影| 国产麻豆精品在线观看| 国产日韩影视精品| 91视频一区二区| 亚洲与欧洲av电影| 欧美一区二区人人喊爽| 精品一区二区三区av| 中文字幕免费观看一区| 成人av免费在线| 亚洲欧美日韩一区二区| 精品视频资源站| 久久99久国产精品黄毛片色诱| 久久婷婷一区二区三区| 成人午夜电影网站| 亚洲黄色性网站| 91精品国产高清一区二区三区| 久久成人免费网| 中文字幕中文字幕在线一区 | 亚洲第一二三四区| 日韩欧美电影一二三| 国产91高潮流白浆在线麻豆| 亚洲女性喷水在线观看一区| 欧美三区在线视频| 国产精品一区一区| 亚洲精品免费在线观看| 日韩一区二区不卡|