资源简介
本程序使用如下六种方法计算坡度: ①简单差分,②二阶差分,③三阶反距离平方权差分,④三阶反距离权差分,⑤三阶不带权差分,⑥边框差分
代码片段和文件信息
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 System.IO;
namespace slope
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
public OpenFileDialog fd = new OpenFileDialog();
private void button1_Click(object sender EventArgs e)
{
FileStream fs = new FileStream(“G:\\slopetest.txt“ FileMode.Open FileAccess.Read);
StreamReader sr = new StreamReader(fs);
sr.baseStream.Seek(0 SeekOrigin.Begin); string str = sr.ReadToEnd(); textBox1.Text = str;
}
private void button2_Click(object sender EventArgs e)//简单差分
{
FileStream fs = new FileStream(“G:\\slopetest.txt“ FileMode.Open FileAccess.Read);
StreamReader
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 15360 2016-12-12 16:39 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\bin\Debug\slope.exe
文件 34304 2016-12-12 16:39 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\bin\Debug\slope.pdb
文件 11600 2016-12-12 16:42 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\bin\Debug\slope.vshost.exe
文件 490 2016-07-16 19:44 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\bin\Debug\slope.vshost.exe.manifest
文件 11006 2016-12-12 15:50 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\Form1.cs
文件 9407 2016-12-12 15:25 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\Form1.Designer.cs
文件 6020 2016-12-12 15:25 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\Form1.resx
文件 5420 2016-12-11 22:00 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6395 2016-12-12 16:39 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 842 2016-12-12 16:42 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\obj\x86\Debug\slope.csproj.FileListAbsolute.txt
文件 975 2016-12-12 15:25 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\obj\x86\Debug\slope.csproj.GenerateResource.Cache
文件 9174 2016-12-11 22:03 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\obj\x86\Debug\slope.csprojResolveAssemblyReference.cache
文件 15360 2016-12-12 16:39 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\obj\x86\Debug\slope.exe
文件 180 2016-12-12 15:25 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\obj\x86\Debug\slope.Form1.resources
文件 34304 2016-12-12 16:39 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\obj\x86\Debug\slope.pdb
文件 180 2016-12-11 16:42 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\obj\x86\Debug\slope.Properties.Resources.resources
文件 489 2016-12-11 20:07 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\Program.cs
文件 1342 2016-12-11 16:32 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\Properties\AssemblyInfo.cs
文件 2862 2016-12-11 16:32 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\Properties\Resources.Designer.cs
文件 5612 2016-12-11 16:32 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\Properties\Resources.resx
文件 1092 2016-12-11 16:32 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\Properties\Settings.Designer.cs
文件 249 2016-12-11 16:32 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\Properties\Settings.settings
文件 3669 2016-12-11 16:42 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\slope.csproj
文件 857 2016-12-11 16:32 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope.sln
..A..H. 20480 2016-12-12 16:46 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope.suo
文件 1459 2016-12-11 17:09 109092014184 颜丽玲 数字高程模型 实验五编程文件\slopetest.txt
文件 10933 2016-12-12 16:53 109092014184 颜丽玲 数字高程模型 实验五编程文件\坡度计算程序代码文件.txt
目录 0 2016-12-11 16:32 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\obj\x86\Debug\TempPE
目录 0 2016-12-12 16:49 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\obj\x86\Debug
目录 0 2016-12-12 16:49 109092014184 颜丽玲 数字高程模型 实验五编程文件\slope\bin\Debug
............此处省略9个文件信息
- 上一篇:c#面向对象的ATM银行自助存取款机程序
- 下一篇:c#游戏设计
相关资源
- Winform开发全套31个UI组件开源共享](
- 基于C#三层架构的餐厅点餐管理系统
- Professional C# 6 and .NET Core 1.0.pdf
- vlc c# 2010 播放rtsp
- C#源码 漂亮界面 医院管理系统源码
- C# 在线编辑Office源码及其文档全
- C# Asprise OCR 15.3 64位元最新破解(1.去
- 基于c#在vs实现图书管理系统
- c#程序设计教程
- More Effective C#中文版.pdf
- 基于C#窗体的贪吃蛇
- 家庭记账软件C#Access
- C#程序设计经典教程(第二版)例题源
- 弹球 弹珠台 pinball 源代码 unity c#
- C#生成PDF 读取PDF文本内容 获取PDF内图
- Exam Ref 70-483 Programming in C# 2nd Edition
- Visual C#.NET程序设计实践与题解_.pdf
- c# 图片相似度处理,opencv
- C#基础知识思维导图整理版
- 一个完全基于C#2008和sql2005的《办公用
- 基于ZigBee的智能路灯系统C#上位机)
- 三层架构模板2018-05-14.zip
- C#+Oracle学生信息管理系统
- 基于c#的网上书店系统
- C# 电子地图开发 百度API的使用
- 医院药库管理系统
- C#写的Windows文件资源管理器
- C#小区物业管理系完整源码(vs2003)
- C# 微信企业号验证源码MVC版+webForm版
- WPF开发框架源码 交通建设管理系统架
评论
共有 条评论