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

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

?? form1.designer.cs

?? svm 多類分類 輸入多種色點
?? CS
字號:
?namespace olsvm
{
    partial class Gsvm
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Gsvm));
            this.toolbox = new System.Windows.Forms.ToolStrip();
            this.run = new System.Windows.Forms.ToolStripButton();
            this.clear = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.save = new System.Windows.Forms.ToolStripButton();
            this.open = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.red = new System.Windows.Forms.ToolStripButton();
            this.green = new System.Windows.Forms.ToolStripButton();
            this.blue = new System.Windows.Forms.ToolStripButton();
            this.yellow = new System.Windows.Forms.ToolStripButton();
            this.pink = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.kernal = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.help = new System.Windows.Forms.ToolStripButton();
            this.draw = new System.Windows.Forms.Panel();
            this.savePoint = new System.Windows.Forms.SaveFileDialog();
            this.openPoint = new System.Windows.Forms.OpenFileDialog();
            this.toolbox.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolbox
            // 
            this.toolbox.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.toolbox.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.run,
            this.clear,
            this.toolStripSeparator1,
            this.save,
            this.open,
            this.toolStripSeparator2,
            this.red,
            this.green,
            this.blue,
            this.yellow,
            this.pink,
            this.toolStripSeparator3,
            this.toolStripLabel1,
            this.kernal,
            this.toolStripSeparator4,
            this.help});
            this.toolbox.Location = new System.Drawing.Point(0, 0);
            this.toolbox.Name = "toolbox";
            this.toolbox.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.toolbox.Size = new System.Drawing.Size(496, 27);
            this.toolbox.TabIndex = 0;
            this.toolbox.Text = "工具條";
            // 
            // run
            // 
            this.run.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.run.Image = ((System.Drawing.Image)(resources.GetObject("run.Image")));
            this.run.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.run.Name = "run";
            this.run.Size = new System.Drawing.Size(24, 24);
            this.run.Text = "運行";
            this.run.Click += new System.EventHandler(this.run_Click);
            // 
            // clear
            // 
            this.clear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.clear.Image = ((System.Drawing.Image)(resources.GetObject("clear.Image")));
            this.clear.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.clear.Name = "clear";
            this.clear.Size = new System.Drawing.Size(24, 24);
            this.clear.Text = "清除";
            this.clear.Click += new System.EventHandler(this.clear_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
            // 
            // save
            // 
            this.save.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
            this.save.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.save.Name = "save";
            this.save.Size = new System.Drawing.Size(24, 24);
            this.save.Text = "保存";
            this.save.Click += new System.EventHandler(this.save_Click);
            // 
            // open
            // 
            this.open.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.open.Image = ((System.Drawing.Image)(resources.GetObject("open.Image")));
            this.open.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.open.Name = "open";
            this.open.Size = new System.Drawing.Size(24, 24);
            this.open.Text = "打開";
            this.open.Click += new System.EventHandler(this.open_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 27);
            // 
            // red
            // 
            this.red.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.red.Image = ((System.Drawing.Image)(resources.GetObject("red.Image")));
            this.red.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.red.Name = "red";
            this.red.Size = new System.Drawing.Size(24, 24);
            this.red.Text = "紅";
            this.red.Click += new System.EventHandler(this.red_Click);
            // 
            // green
            // 
            this.green.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.green.Image = ((System.Drawing.Image)(resources.GetObject("green.Image")));
            this.green.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.green.Name = "green";
            this.green.Size = new System.Drawing.Size(24, 24);
            this.green.Text = "綠";
            this.green.Click += new System.EventHandler(this.green_Click);
            // 
            // blue
            // 
            this.blue.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.blue.Image = ((System.Drawing.Image)(resources.GetObject("blue.Image")));
            this.blue.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.blue.Name = "blue";
            this.blue.Size = new System.Drawing.Size(24, 24);
            this.blue.Text = "藍(lán)";
            this.blue.Click += new System.EventHandler(this.blue_Click);
            // 
            // yellow
            // 
            this.yellow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.yellow.Image = ((System.Drawing.Image)(resources.GetObject("yellow.Image")));
            this.yellow.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.yellow.Name = "yellow";
            this.yellow.Size = new System.Drawing.Size(24, 24);
            this.yellow.Text = "黃";
            this.yellow.Click += new System.EventHandler(this.yellow_Click);
            // 
            // pink
            // 
            this.pink.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.pink.Image = ((System.Drawing.Image)(resources.GetObject("pink.Image")));
            this.pink.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.pink.Name = "pink";
            this.pink.Size = new System.Drawing.Size(24, 24);
            this.pink.Text = "紫";
            this.pink.Click += new System.EventHandler(this.pink_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 27);
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(65, 24);
            this.toolStripLabel1.Text = "選擇核函數(shù)";
            // 
            // kernal
            // 
            this.kernal.BackColor = System.Drawing.SystemColors.HighlightText;
            this.kernal.Items.AddRange(new object[] {
            "無核",
            "多項式核",
            "高斯核"});
            this.kernal.Name = "kernal";
            this.kernal.Size = new System.Drawing.Size(121, 27);
            this.kernal.Text = "無核";
            this.kernal.SelectedIndexChanged += new System.EventHandler(this.kernal_SelectedIndexChanged);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 27);
            // 
            // help
            // 
            this.help.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.help.Image = ((System.Drawing.Image)(resources.GetObject("help.Image")));
            this.help.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.help.Name = "help";
            this.help.Size = new System.Drawing.Size(24, 24);
            this.help.Text = "幫助";
            // 
            // draw
            // 
            this.draw.BackColor = System.Drawing.Color.Black;
            this.draw.Cursor = System.Windows.Forms.Cursors.Cross;
            this.draw.Location = new System.Drawing.Point(0, 27);
            this.draw.Name = "draw";
            this.draw.Size = new System.Drawing.Size(500, 500);
            this.draw.TabIndex = 1;
            this.draw.MouseDown += new System.Windows.Forms.MouseEventHandler(this.draw_MouseDown);
            this.draw.Paint += new System.Windows.Forms.PaintEventHandler(this.draw_Paint);
            // 
            // savePoint
            // 
            this.savePoint.Filter = "文本文件|*.txt";
            // 
            // openPoint
            // 
            this.openPoint.Filter = "文本文件|*.txt";
            // 
            // Gsvm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(496, 520);
            this.Controls.Add(this.draw);
            this.Controls.Add(this.toolbox);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "Gsvm";
            this.Text = "色點分類";
            this.toolbox.ResumeLayout(false);
            this.toolbox.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolbox;
        private System.Windows.Forms.ToolStripButton run;
        private System.Windows.Forms.ToolStripButton clear;
        private System.Windows.Forms.Panel draw;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton save;
        private System.Windows.Forms.ToolStripButton open;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripButton red;
        private System.Windows.Forms.ToolStripButton green;
        private System.Windows.Forms.ToolStripButton blue;
        private System.Windows.Forms.ToolStripButton yellow;
        private System.Windows.Forms.ToolStripButton pink;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripLabel toolStripLabel1;
        private System.Windows.Forms.ToolStripComboBox kernal;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripButton help;
        private System.Windows.Forms.SaveFileDialog savePoint;
        private System.Windows.Forms.OpenFileDialog openPoint;
    }
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日本午夜精品视频在线观看| 日韩高清不卡一区二区| 欧美三级中文字幕| 免费观看在线色综合| 久久青草欧美一区二区三区| 成人不卡免费av| 亚洲成av人在线观看| 精品国产乱码久久久久久免费| 99视频精品在线| 久久9热精品视频| 亚洲精品一二三| 久久久午夜精品| 久久久www免费人成精品| 久久久久久99精品| 国产精品美女久久久久久久久久久| 欧美日韩专区在线| 7777精品伊人久久久大香线蕉完整版 | 99久久精品国产导航| 亚洲国产精品久久久久秋霞影院| 精品国产髙清在线看国产毛片| 欧美mv日韩mv国产| 欧美日韩一级二级| 日韩欧美高清dvd碟片| 欧美日韩国产a| 色欧美乱欧美15图片| 国产一区二区三区精品欧美日韩一区二区三区 | 日韩成人av影视| 黄一区二区三区| 美国十次综合导航| 日韩电影在线免费| 国产精品亚洲人在线观看| 久久97超碰色| 国产一区二区三区观看| 不卡av在线免费观看| 欧美婷婷六月丁香综合色| 91在线云播放| 久久综合av免费| 久久香蕉国产线看观看99| 亚洲人成电影网站色mp4| 国产精品婷婷午夜在线观看| 亚洲成人午夜影院| 国产99久久久久久免费看农村| 国产乱码精品一区二区三区五月婷| 99久久久精品| 国产欧美一区二区精品性| 亚洲国产精品v| 国产精品久久久爽爽爽麻豆色哟哟 | 欧美r级电影在线观看| 亚洲欧洲美洲综合色网| 亚洲三级电影全部在线观看高清| 亚洲欧洲性图库| 国产一区二区三区日韩| 在线播放中文字幕一区| 精品少妇一区二区三区免费观看 | 色婷婷久久综合| 国产三级欧美三级| 国产精品久久久久9999吃药| 精品一区二区三区在线观看| 欧美日韩精品欧美日韩精品一| 中文字幕在线观看不卡| 国产一区二区三区在线观看精品| 欧美一区二区在线看| 久久色.com| 老司机精品视频在线| 91精品国产91久久久久久一区二区| 一区二区三区中文字幕电影| 麻豆视频观看网址久久| 欧美人与性动xxxx| 亚洲一区影音先锋| 国产真实乱偷精品视频免| 欧美一级片在线看| 六月丁香婷婷久久| 精品国产髙清在线看国产毛片| 日韩av电影免费观看高清完整版 | 国产欧美日韩不卡| 国产精品一区二区久久不卡| 精品福利av导航| 国产一区在线观看视频| 国产日韩欧美a| gogo大胆日本视频一区| 亚洲欧美乱综合| 欧洲另类一二三四区| 久久品道一品道久久精品| 国产剧情在线观看一区二区| 久久久三级国产网站| 国产一区二区三区黄视频| 国产亚洲欧美一级| 99免费精品在线观看| 亚洲精品伦理在线| 精品视频123区在线观看| 首页国产欧美久久| 色天使色偷偷av一区二区| 亚洲精品久久7777| 538prom精品视频线放| 久久99精品国产91久久来源| 国产三级精品视频| 在线视频观看一区| 日韩av在线播放中文字幕| 日韩免费高清电影| 波波电影院一区二区三区| 一区二区三区久久| 日韩免费一区二区| 不卡一区二区三区四区| 午夜精品爽啪视频| 91尤物视频在线观看| 欧美国产综合一区二区| 色香蕉久久蜜桃| 久久不见久久见中文字幕免费| 中文字幕中文字幕中文字幕亚洲无线 | 蜜臀a∨国产成人精品| 国产欧美日韩在线| 欧美色图片你懂的| 国产精品夜夜嗨| 亚洲午夜一区二区三区| 久久亚洲精品小早川怜子| av中文字幕不卡| 久久国产精品99久久久久久老狼| 国产精品色哟哟网站| 日韩欧美中文字幕制服| 午夜国产不卡在线观看视频| 久久久一区二区三区捆绑**| 日本黄色一区二区| 亚洲午夜久久久久久久久电影院| 日韩免费在线观看| 欧美亚洲一区二区在线观看| 国产精品中文字幕日韩精品| 性做久久久久久| 亚洲人成7777| 中文字幕欧美激情一区| 日韩免费性生活视频播放| 欧美视频在线一区二区三区 | 91国偷自产一区二区使用方法| 国产精品一级黄| 精品一区二区三区视频| 亚洲一区二区三区四区五区中文| 国产精品视频麻豆| 国产日韩v精品一区二区| 精品三级在线看| 日韩欧美电影一二三| 欧美日本一道本在线视频| 欧美在线观看你懂的| 91网上在线视频| 99久久精品久久久久久清纯| 国产精品夜夜嗨| 国产精品资源网站| 国产91色综合久久免费分享| 激情文学综合网| 国产一区二区三区视频在线播放| 美女尤物国产一区| 久久成人免费网| 久久99热国产| 国产一区二区伦理| 国产乱一区二区| 国产成人免费在线观看不卡| 亚洲欧洲综合另类| 亚洲情趣在线观看| 一区二区高清免费观看影视大全| 亚洲视频精选在线| 亚洲欧美一区二区不卡| 一区二区在线看| 天堂成人国产精品一区| 日韩av午夜在线观看| 精品一区二区三区视频| 国产一区999| 91视频com| 欧美日韩视频在线一区二区| 欧美精品在线视频| 日韩精品中午字幕| 欧美韩国日本综合| 亚洲午夜激情av| 精品一区二区三区视频| 成人动漫在线一区| 欧美在线观看一区| 日韩欧美一卡二卡| 国产精品福利一区| 亚洲va欧美va人人爽| 国产主播一区二区| 91麻豆产精品久久久久久| 欧美性猛交一区二区三区精品| 欧美高清视频不卡网| 久久久久亚洲蜜桃| 亚洲综合免费观看高清完整版| 男女性色大片免费观看一区二区| 国产一区二三区| 色综合婷婷久久| 99国内精品久久| 日韩一区二区免费在线电影| 久久精品一区二区| 亚洲图片欧美综合| 国产精品一品视频| 欧亚一区二区三区| 久久精品网站免费观看| 午夜精品视频一区| 成人久久视频在线观看| 成人精品小蝌蚪| 精品少妇一区二区三区在线视频| 亚洲色图色小说| 国产在线视频一区二区三区| 欧美三级午夜理伦三级中视频| 亚洲精品一区在线观看|