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

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

?? form1.designer.cs

?? 快速排序與最長公共子序列算法(Visual C++)
?? CS
?? 第 1 頁 / 共 3 頁
字號:
?namespace Algorithm
{
    partial class Form1
    {
        /// <summary>
        /// 必需的設(shè)計器變量。
        /// </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è)計器生成的代碼

        /// <summary>
        /// 設(shè)計器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(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 = "動態(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 = "用動態(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 = "快速排序算法";
            // 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品婷婷伊人一区三区三| 欧美一级夜夜爽| 青青草91视频| 中文字幕一区二区三| 日韩午夜小视频| 一本色道久久综合亚洲精品按摩| 日韩av在线免费观看不卡| 亚洲欧美自拍偷拍| www欧美成人18+| 欧美人xxxx| 色av成人天堂桃色av| 成人午夜视频在线| 精品在线播放午夜| 亚洲成精国产精品女| 亚洲天堂精品视频| 久久精品男人天堂av| 欧美一区二区三区色| 91日韩精品一区| 丁香婷婷综合网| 国产在线精品不卡| 免费看欧美女人艹b| 午夜伊人狠狠久久| 亚洲男人天堂av网| 国产精品久久久久婷婷二区次| 欧美一级夜夜爽| 欧美高清视频在线高清观看mv色露露十八| bt欧美亚洲午夜电影天堂| 国产麻豆精品视频| 久久99国产精品久久99| 欧美aⅴ一区二区三区视频| 午夜成人免费电影| 亚洲国产日韩精品| 夜夜操天天操亚洲| 一区二区在线电影| 亚洲美女屁股眼交| 综合久久久久久久| 国产精品白丝在线| 中文字幕佐山爱一区二区免费| 国产日韩欧美高清| 国产亚洲精品超碰| 国产欧美一区二区三区在线老狼| 精品国产三级a在线观看| 日韩欧美国产午夜精品| 日韩欧美高清一区| 337p粉嫩大胆色噜噜噜噜亚洲| 精品噜噜噜噜久久久久久久久试看 | 亚洲视频香蕉人妖| 国产精品久久久久久久久免费樱桃 | 91麻豆精品91久久久久同性| 欧美日韩一卡二卡三卡| 欧美日韩国产影片| 日韩午夜电影av| 久久网站热最新地址| 久久精品一区蜜桃臀影院| 欧美激情一区二区三区| 国产精品免费免费| 综合久久久久久久| 亚洲福利一二三区| 久久99精品视频| 国产成人av一区二区三区在线观看| 国产一区二区三区高清播放| 国产成人午夜视频| 色婷婷综合激情| 欧美肥妇毛茸茸| 26uuu亚洲| 亚洲三级免费观看| 日本欧美一区二区三区| 国产精品99久久久久久有的能看 | 亚洲va欧美va人人爽午夜| 午夜视黄欧洲亚洲| 国产综合色视频| 成人开心网精品视频| 欧美午夜一区二区三区免费大片| 日韩欧美黄色影院| 中文av一区二区| 亚洲va国产va欧美va观看| 九一久久久久久| 99国产精品久久久久久久久久| 在线免费观看一区| 欧美va亚洲va在线观看蝴蝶网| 国产欧美一区二区在线观看| 亚洲午夜在线观看视频在线| 久久99这里只有精品| 99精品偷自拍| 精品美女被调教视频大全网站| 中文字幕人成不卡一区| 日本成人在线不卡视频| 波多野结衣中文字幕一区二区三区| 欧洲精品一区二区三区在线观看| 91精品国产入口| 亚洲婷婷国产精品电影人久久| 日韩av一二三| 91麻豆成人久久精品二区三区| 4438成人网| 日韩理论电影院| 久久电影网电视剧免费观看| 色综合天天视频在线观看| 欧美一区二区三区电影| 亚洲手机成人高清视频| 国产一区二区三区不卡在线观看| 91久久久免费一区二区| 国产午夜精品一区二区三区四区| 午夜精品123| 99久久99久久精品免费看蜜桃| 欧美xxxx在线观看| 丝袜美腿亚洲一区| 91福利在线看| 中文字幕在线播放不卡一区| 另类小说图片综合网| 欧美日韩在线免费视频| 国产精品视频一二| 黄色资源网久久资源365| 337p亚洲精品色噜噜| 亚洲综合色区另类av| 99麻豆久久久国产精品免费| wwwwww.欧美系列| 日韩高清在线一区| 欧美日本一区二区三区四区| 亚洲丝袜精品丝袜在线| 成人avav影音| 国产精品免费视频一区| 成人免费视频caoporn| 精品1区2区在线观看| 秋霞电影一区二区| 91精品国产综合久久精品| 亚洲午夜精品一区二区三区他趣| 91女人视频在线观看| 欧美国产欧美亚州国产日韩mv天天看完整| 国产最新精品免费| 精品国产一区二区精华| 免费视频一区二区| 日韩精品在线网站| 国产毛片精品一区| 久久精品水蜜桃av综合天堂| 国产成人自拍网| 国产喷白浆一区二区三区| 国产盗摄一区二区三区| 国产午夜精品一区二区三区视频| 国产在线一区二区综合免费视频| 精品88久久久久88久久久| 激情综合五月天| 久久久不卡影院| 国产aⅴ精品一区二区三区色成熟| 精品日韩一区二区三区免费视频| 精品综合久久久久久8888| 精品粉嫩aⅴ一区二区三区四区| 久久99精品视频| 中国av一区二区三区| 日本高清免费不卡视频| 亚洲成人一二三| 欧美电影免费观看高清完整版在线观看 | 亚洲一区二区三区自拍| 欧美日韩一区二区电影| 美女一区二区在线观看| 精品美女一区二区三区| 顶级嫩模精品视频在线看| 亚洲色大成网站www久久九九| 欧美性色黄大片| 久久精品国产第一区二区三区| 欧美xxxx在线观看| www.亚洲精品| 午夜视频在线观看一区二区三区| 日韩亚洲电影在线| 成人午夜在线免费| 亚洲精品高清视频在线观看| 欧美一区二区三区免费在线看| 国产伦精品一区二区三区免费迷| 中文av字幕一区| 欧美剧在线免费观看网站| 国产一区999| 亚洲女女做受ⅹxx高潮| 日韩美女天天操| 99国产精品久久久久久久久久 | 91国内精品野花午夜精品| 欧美96一区二区免费视频| 欧美国产精品v| 欧美日韩国产片| 国产经典欧美精品| 亚洲二区在线视频| 久久久国际精品| 欧美老肥妇做.爰bbww视频| 国产成人在线看| 视频一区二区中文字幕| 国产欧美日本一区二区三区| 欧美三区在线观看| 处破女av一区二区| 丝袜a∨在线一区二区三区不卡| 国产日本亚洲高清| 91麻豆精品国产自产在线| jlzzjlzz亚洲日本少妇| 老司机精品视频导航| 亚洲人成网站影音先锋播放| 久久久美女毛片| 欧美剧在线免费观看网站| 91在线精品一区二区| 国产综合久久久久影院| 日韩成人免费看| 一区二区三区欧美久久| 国产日韩欧美a| 亚洲精品一线二线三线无人区|