在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 算法集合(道格拉斯、遗传算法、kriging、画等值线、反距离加权、最小二乘)

算法集合(道格拉斯、遗传算法、kriging、画等值线、反距离加权、最小二乘)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.57M
  • 下载次数:15
  • 浏览次数:129
  • 发布时间:2021-02-25
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
集合多位心血(希望给大家带来学习上的帮助)
【实例截图】
【核心代码】
952cdae0-1b7d-43e6-bfb0-15fbe9b5367c
├── Contour算法
│   └── Isopleth
│   ├── Isopleth
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── info
│   │   │   │   └── arc.dir
│   │   │   ├── Isopleth.exe
│   │   │   ├── Isopleth.pdb
│   │   │   ├── Isopleth.vshost.exe
│   │   │   ├── Isopleth.vshost.exe.manifest
│   │   │   └── log
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── Isopleth.csproj
│   │   ├── Isopleth.csproj.user
│   │   ├── LicenseInitializer.cs
│   │   ├── LicenseInitializer.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── Isopleth.csproj.FileListAbsolute.txt
│   │   │   ├── Isopleth.csproj.ResolveComReference.cache
│   │   │   ├── Isopleth.exe
│   │   │   ├── Isopleth.Form1.resources
│   │   │   ├── Isopleth.pdb
│   │   │   ├── Isopleth.Properties.Resources.resources
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Isopleth.sln
│   ├── Isopleth.suo
│   ├── test.dbf
│   ├── test.sbn
│   ├── test.sbx
│   ├── test.shp
│   └── test.shx
├── DEM5
│   └── DEM5
│   ├── Backup
│   │   ├── DEM
│   │   │   ├── DEM.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── 欢迎.cs
│   │   │   ├── 欢迎.Designer.cs
│   │   │   └── 欢迎.resx
│   │   ├── DEM.sln
│   │   └── DEM.suo
│   ├── DEM
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── DEM.exe
│   │   │   ├── DEM.pdb
│   │   │   ├── DEM.vshost.exe
│   │   │   └── DEM.vshost.exe.manifest
│   │   ├── DEM.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DEM.csproj.FileListAbsolute.txt
│   │   │   │   ├── DEM.csproj.GenerateResource.Cache
│   │   │   │   ├── DEM.exe
│   │   │   │   ├── DEM.Form1.resources
│   │   │   │   ├── DEM.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── DEM.csproj.FileList.txt
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── DEM.sln
│   ├── DEM.suo
│   ├── UpgradeLog.XML
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   └── 已知点数据.txt
├── Douglas
│   └── Douglas
│   ├── Douglas
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Douglas.exe
│   │   │   ├── Douglas.pdb
│   │   │   ├── Douglas.vshost.exe
│   │   │   └── Douglas.vshost.exe.manifest
│   │   ├── Douglas.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Douglas.csproj.FileListAbsolute.txt
│   │   │   ├── Douglas.csproj.GenerateResource.Cache
│   │   │   ├── Douglas.csprojResolveAssemblyReference.cache
│   │   │   ├── Douglas.exe
│   │   │   ├── Douglas.Form1.resources
│   │   │   ├── Douglas.Properties.Resources.resources
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   └── ResolveAssemblyReference.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Douglas.sln
│   ├── Douglas.suo
│   └── text.txt
├── IDW插值
│   ├── IDW插值
│   │   ├── IDW插值
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── IDW插值.exe
│   │   │   │   ├── IDW插值.pdb
│   │   │   │   ├── IDW插值.vshost.exe
│   │   │   │   └── IDW插值.vshost.exe.manifest
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── IDW插值.csproj
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── IDW插值.csproj.FileListAbsolute.txt
│   │   │   │   ├── IDW插值.exe
│   │   │   │   ├── IDW插值.Form1.resources
│   │   │   │   ├── IDW插值.pdb
│   │   │   │   ├── IDW插值.Properties.Resources.resources
│   │   │   │   └── ResolveAssemblyReference.cache
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── IDW插值.sln
│   │   ├── IDW插值.suo
│   │   └── 已知点数据.txt
│   ├── 反距离加权
│   │   ├── 反距离加权
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── 反距离加权.exe
│   │   │   │   ├── 反距离加权.pdb
│   │   │   │   ├── 反距离加权.vshost.exe
│   │   │   │   └── 反距离加权.vshost.exe.manifest
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── 反距离加权.csproj.FileListAbsolute.txt
│   │   │   │   ├── 反距离加权.exe
│   │   │   │   ├── 反距离加权.Form1.resources
│   │   │   │   ├── 反距离加权.pdb
│   │   │   │   └── 反距离加权.Properties.Resources.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── 反距离加权.csproj
│   │   ├── 反距离加权.sln
│   │   ├── 反距离加权.suo
│   │   └── 已知点数据.txt
│   └── 空间数据内插算法.ppt
└── 遗传算法
├── c#画点.txt
├── c#遗传算法
│   └── c#遗传算法
│   ├── www.wei2008.com.txt
│   ├── 常用的7种C#遗传算法源码实例集
│   │   ├── ga1
│   │   │   ├── Backup
│   │   │   │   ├── main
│   │   │   │   │   ├── bak.txt
│   │   │   │   │   ├── Form1.cs
│   │   │   │   │   ├── Form1.Designer.cs
│   │   │   │   │   ├── Form1.resx
│   │   │   │   │   ├── Form_encode.cs
│   │   │   │   │   ├── Form_encode.designer.cs
│   │   │   │   │   ├── Form_encode.resx
│   │   │   │   │   ├── main.csproj
│   │   │   │   │   ├── Program.cs
│   │   │   │   │   └── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── main.sln
│   │   │   │   └── main.suo
│   │   │   ├── main
│   │   │   │   ├── bak.txt
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── main.exe
│   │   │   │   │   ├── main.pdb
│   │   │   │   │   ├── main.vshost.exe
│   │   │   │   │   └── main.vshost.exe.manifest
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Form_encode.cs
│   │   │   │   ├── Form_encode.designer.cs
│   │   │   │   ├── Form_encode.resx
│   │   │   │   ├── main.csproj
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   │   │   ├── main.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── main.csproj.GenerateResource.Cache
│   │   │   │   │   ├── main.exe
│   │   │   │   │   ├── main.Form1.resources
│   │   │   │   │   ├── main.Form_encode.resources
│   │   │   │   │   ├── main.pdb
│   │   │   │   │   ├── main.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── main.sln
│   │   │   ├── main.suo
│   │   │   ├── UpgradeLog2.XML
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   └── 洪越源代码--更多免费精品商业源码.url
│   └── 遗传算法C#五子棋游戏程序
│   └── GoBangProject
│   ├── Backup
│   │   ├── GoBangProject
│   │   │   ├── Conf.cs
│   │   │   ├── favicon.ico
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Funny.cs
│   │   │   ├── GeneticAlgorithm
│   │   │   │   ├── AIOperator.cs
│   │   │   │   ├── AIRule.cs
│   │   │   │   ├── CrossOver.cs
│   │   │   │   ├── GeneticAlgorithm.cs
│   │   │   │   ├── Genome.cs
│   │   │   │   ├── ProbabilityExcute.cs
│   │   │   │   └── TestCrossOver.cs
│   │   │   ├── GoBangProject.csproj
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Resources
│   │   │   │   ├── black.gif
│   │   │   │   ├── black.jpg
│   │   │   │   ├── chess.jpg
│   │   │   │   ├── head.JPG
│   │   │   │   ├── white.gif
│   │   │   │   └── white.jpg
│   │   │   └── structs
│   │   │   ├── Chess.cs
│   │   │   ├── ChessPoint.cs
│   │   │   ├── ChessRule.cs
│   │   │   └── HistoryRecord.cs
│   │   ├── GoBangProject.sln
│   │   └── GoBangProject.suo
│   ├── GoBangProject
│   │   ├── bin
│   │   │   └── Release
│   │   │   ├── 五子棋.exe
│   │   │   ├── 五子棋.pdb
│   │   │   ├── 五子棋.vshost.exe
│   │   │   └── 五子棋.vshost.exe.manifest
│   │   ├── Conf.cs
│   │   ├── favicon.ico
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── Funny.cs
│   │   ├── GeneticAlgorithm
│   │   │   ├── AIOperator.cs
│   │   │   ├── AIRule.cs
│   │   │   ├── CrossOver.cs
│   │   │   ├── GeneticAlgorithm.cs
│   │   │   ├── Genome.cs
│   │   │   ├── ProbabilityExcute.cs
│   │   │   └── TestCrossOver.cs
│   │   ├── GoBangProject.csproj
│   │   ├── obj
│   │   │   └── Release
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   ├── GenerateResource-ResGen.read.4.tlog
│   │   │   ├── GenerateResource-ResGen.read.5.tlog
│   │   │   ├── GenerateResource-ResGen.read.7.tlog
│   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   ├── GenerateResource-ResGen.write.4.tlog
│   │   │   ├── GenerateResource-ResGen.write.5.tlog
│   │   │   ├── GenerateResource-ResGen.write.7.tlog
│   │   │   ├── GoBangProject.csproj.FileListAbsolute.txt
│   │   │   ├── GoBangProject.csproj.GenerateResource.Cache
│   │   │   ├── GoBangProject.Form1.resources
│   │   │   ├── GoBangProject.Properties.Resources.resources
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── 五子棋.exe
│   │   │   └── 五子棋.pdb
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Resources
│   │   │   ├── black.gif
│   │   │   ├── black.jpg
│   │   │   ├── chess.jpg
│   │   │   ├── head.JPG
│   │   │   ├── white.gif
│   │   │   └── white.jpg
│   │   └── structs
│   │   ├── Chess.cs
│   │   ├── ChessPoint.cs
│   │   ├── ChessRule.cs
│   │   └── HistoryRecord.cs
│   ├── GoBangProject.sln
│   ├── GoBangProject.suo
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── simpleGA
│   └── simpleGA
│   ├── Backup
│   │   ├── simpleGA
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── simpleGA.csproj
│   │   ├── simpleGA.sln
│   │   └── simpleGA.suo
│   ├── simpleGA
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── simpleGA.exe
│   │   │   ├── simpleGA.pdb
│   │   │   └── simpleGA.vshost.exe
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   ├── simpleGA.csproj.FileListAbsolute.txt
│   │   │   ├── simpleGA.csproj.GenerateResource.Cache
│   │   │   ├── simpleGA.exe
│   │   │   ├── simpleGA.Form1.resources
│   │   │   ├── simpleGA.pdb
│   │   │   ├── simpleGA.Properties.Resources.resources
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── simpleGA.csproj
│   ├── simpleGA.sln
│   ├── simpleGA.suo
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
└── 遗传算法1
└── ga1
├── main
│   ├── bak.txt
│   ├── bin
│   │   └── Debug
│   │   ├── main.exe
│   │   ├── main.pdb
│   │   ├── main.vshost.exe
│   │   └── main.vshost.exe.manifest
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── Form_encode.cs
│   ├── Form_encode.designer.cs
│   ├── Form_encode.resx
│   ├── main.csproj
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   ├── main.csproj.FileListAbsolute.txt
│   │   ├── main.csproj.GenerateResource.Cache
│   │   ├── main.exe
│   │   ├── main.Form1.resources
│   │   ├── main.Form_encode.resources
│   │   ├── main.Properties.Resources.resources
│   │   └── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── main.sln
├── main.suo
├── UpgradeLog.XML
└── _UpgradeReport_Files
├── UpgradeReport.css
├── UpgradeReport_Minus.gif
├── UpgradeReport_Plus.gif
└── UpgradeReport.xslt

108 directories, 390 files

标签:

实例下载地址

算法集合(道格拉斯、遗传算法、kriging、画等值线、反距离加权、最小二乘)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警