• 大小: 3.03M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签:

资源简介

大图找小图

资源截图

代码片段和文件信息

using System;
using System.Diagnostics;
using System.Drawing;
using System.Windows.Forms;
using System.Drawing.Imaging;
using System.Collections.Generic;

namespace FindPic
{
    public partial class Form1 : Form
    {
        Bitmap 大图 = new Bitmap(@“无标题.bmp“);
        Bitmap 完全对比 = new Bitmap(@“完全对比.bmp“);
        Bitmap 相似度 = new Bitmap(@“相似度.bmp“);
        Bitmap 透明 = new Bitmap(@“透明.bmp“);
        public Form1()
        {
            InitializeComponent();
            pictureBox1.Image = 大图;
            pictureBox2.Image = 完全对比;
            pictureBox3.Image = 透明;
            pictureBox4.Image = 相似度;
        }


        //完全对比
        private void pictureBox2_Click(object sender EventArgs e)
        {
            this.大图 = new Bitmap(@“无标题.bmp“);
        

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       16670  2013-10-18 15:01  Form1.cs
     文件       11897  2013-06-21 22:45  Form1.Designer.cs
     文件        5817  2013-06-21 22:45  Form1.resx
     文件        4945  2007-07-18 09:38  from.gif
     文件         433  2013-05-06 12:02  Program.cs
     文件        8254  2013-06-21 22:26  透明.bmp
     文件        2970  2012-10-06 23:54  完全对比.bmp
     文件     3888054  2012-10-07 22:18  无标题.bmp
     文件        2970  2013-05-06 13:23  相似度.bmp
     目录           0  2013-05-06 09:22  bin\
     目录           0  2013-10-18 14:58  bin\Debug\
     文件       17920  2013-10-18 14:58  bin\Debug\FindPic.exe
     文件         117  2013-05-06 12:03  bin\Debug\FindPic.exe.config
     文件       34304  2013-10-18 14:58  bin\Debug\FindPic.pdb
     文件       11608  2013-10-18 14:58  bin\Debug\FindPic.vshost.exe
     文件         117  2013-05-06 12:03  bin\Debug\FindPic.vshost.exe.config
     文件         490  2012-06-02 22:34  bin\Debug\FindPic.vshost.exe.manifest
     文件        2970  2012-10-06 23:54  bin\Debug\完全对比.bmp
     文件     3888054  2012-10-07 22:18  bin\Debug\无标题.bmp
     文件        2970  2013-05-06 13:23  bin\Debug\相似度.bmp
     文件        8254  2013-06-21 22:26  bin\Debug\透明.bmp
     目录           0  2013-10-18 14:57  obj\
     目录           0  2013-10-18 14:57  obj\x86\
     目录           0  2013-10-18 14:58  obj\x86\Debug\
     文件        6141  2013-10-18 14:58  obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件        1648  2013-10-18 15:00  obj\x86\Debug\FindPic.csproj.FileListAbsolute.txt
     文件         847  2013-10-18 14:58  obj\x86\Debug\FindPic.csproj.GenerateResource.Cache
     文件       17920  2013-10-18 14:58  obj\x86\Debug\FindPic.exe
     文件         180  2013-10-18 14:58  obj\x86\Debug\FindPic.Form1.resources
     文件       34304  2013-10-18 14:58  obj\x86\Debug\FindPic.pdb
     文件         180  2013-10-18 14:58  obj\x86\Debug\FindPic.Properties.Resources.resources
............此处省略12个文件信息

评论

共有 条评论