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

  • 大小: 0.15M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-26
  • 語(yǔ)言: C#
  • 標(biāo)簽:

資源簡(jiǎn)介

在pictureBox中進(jìn)行面裁剪線以及最短路徑分析。其中面裁剪線這個(gè)功能是通過鼠標(biāo)畫點(diǎn)線面,而最短路徑分析,則是通過在dataGridView中輸入起點(diǎn)、終點(diǎn)坐標(biāo),以及權(quán)重。在pictureBox中顯示網(wǎng)絡(luò)圖,并動(dòng)態(tài)生成某點(diǎn)到某點(diǎn)的最短路徑。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
//using?ESRI.ArcGIS.Geometry;

namespace?GraphicsExample
{
????public?partial?class?Form1?:?Form
????{
????????private?List?m_Points;//多邊形點(diǎn)
????????private?List?k_Points;//線段點(diǎn)
????????private?List?p_Points?=?new?List();//交點(diǎn)
????????private?List?tempPoints=new?List();//臨時(shí)存放判斷點(diǎn)是否在多邊形內(nèi)
????????private?List?mark?=?new?List();//存放下標(biāo)
????????private?Graphics?grp;
????????private?Bitmap?bmp;
????????private?Pen?pen;
????????private?Font?sfont;
????????Point?intersection?=?new?Point();//交點(diǎn)
????????private?string?m_Geotype;
????????int?r;
??

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-05-12?10:22??GraphicsExample\
?????目錄???????????0??2015-06-25?17:33??GraphicsExample\GraphicsExample\
?????文件?????????887??2015-03-30?13:58??GraphicsExample\GraphicsExample.sln
?????文件???????31232??2015-12-01?21:02??GraphicsExample\GraphicsExample.suo
?????文件???????20992??2015-04-01?09:48??GraphicsExample\GraphicsExample.v12.suo
?????目錄???????????0??2015-04-01?09:47??GraphicsExample\GraphicsExample\bin\
?????目錄???????????0??2015-05-11?11:04??GraphicsExample\GraphicsExample\bin\Debug\
?????文件???????23040??2015-12-01?20:27??GraphicsExample\GraphicsExample\bin\Debug\GraphicsExample.exe
?????文件???????48640??2015-12-01?20:27??GraphicsExample\GraphicsExample\bin\Debug\GraphicsExample.pdb
?????文件???????11600??2015-12-01?20:28??GraphicsExample\GraphicsExample\bin\Debug\GraphicsExample.vshost.exe
?????文件?????????490??2009-08-31?00:40??GraphicsExample\GraphicsExample\bin\Debug\GraphicsExample.vshost.exe.manifest
?????文件???????20473??2015-06-29?21:00??GraphicsExample\GraphicsExample\Form1.cs
?????文件????????7499??2015-06-29?21:00??GraphicsExample\GraphicsExample\Form1.Designer.cs
?????文件????????6015??2015-06-29?16:07??GraphicsExample\GraphicsExample\Form1.resx
?????文件????????4220??2015-06-25?16:44??GraphicsExample\GraphicsExample\GraphicsExample.csproj
?????文件???????13338??2015-12-01?20:27??GraphicsExample\GraphicsExample\GrawNet.cs
?????文件????????8061??2015-12-01?19:06??GraphicsExample\GraphicsExample\GrawNet.Designer.cs
?????文件????????6366??2015-12-01?19:06??GraphicsExample\GraphicsExample\GrawNet.resx
?????目錄???????????0??2015-04-01?09:47??GraphicsExample\GraphicsExample\obj\
?????目錄???????????0??2015-04-01?09:47??GraphicsExample\GraphicsExample\obj\x86\
?????目錄???????????0??2015-12-01?20:27??GraphicsExample\GraphicsExample\obj\x86\Debug\
?????文件????????5359??2015-05-12?10:23??GraphicsExample\GraphicsExample\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6449??2015-12-01?20:27??GraphicsExample\GraphicsExample\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????336??2015-03-30?17:32??GraphicsExample\GraphicsExample\obj\x86\Debug\GenerateResource.read.1.tlog
?????文件?????????802??2015-03-30?17:32??GraphicsExample\GraphicsExample\obj\x86\Debug\GenerateResource.write.1.tlog
?????文件????????2963??2015-12-01?20:28??GraphicsExample\GraphicsExample\obj\x86\Debug\GraphicsExample.csproj.FileListAbsolute.txt
?????文件????????1035??2015-12-01?20:27??GraphicsExample\GraphicsExample\obj\x86\Debug\GraphicsExample.csproj.GenerateResource.Cache
?????文件???????28457??2015-05-12?10:55??GraphicsExample\GraphicsExample\obj\x86\Debug\GraphicsExample.csprojResolveAssemblyReference.cache
?????文件???????23040??2015-12-01?20:27??GraphicsExample\GraphicsExample\obj\x86\Debug\GraphicsExample.exe
?????文件?????????180??2015-06-29?16:07??GraphicsExample\GraphicsExample\obj\x86\Debug\GraphicsExample.Form1.resources
?????文件?????????180??2015-12-01?20:27??GraphicsExample\GraphicsExample\obj\x86\Debug\GraphicsExample.GrawNet.resources
............此處省略43個(gè)文件信息

評(píng)論

共有 條評(píng)論