91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 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個文件信息

評論

共有 條評論