4 Star 27 Fork 10

Yonghe/GeoFlying

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
MuskCungeRoutePara.cs 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
Yonghe 提交于 2020-10-02 09:33 . first
using System;
using System.Collections.Generic;
using System.Text;
namespace GeoFly
{
//马斯京根-康吉法全流域运动波汇流参数类
public class MuskCungeRoutePara
{
/// <summary>
/// 栅格数
/// </summary>
public int pGridNum; //栅格数
/// <summary>
/// 入栅格
/// </summary>
public int[] pInGrid=new int[8]; //入栅格
/// <summary>
/// 出栅格
/// </summary>
public int pOutGrid; //出栅格
/// <summary>
/// 栅格次序
/// </summary>
public int pGridRouteOrd; //栅格次序
/// <summary>
/// 坡度
/// </summary>
public double pGridSlope; //坡度
/// <summary>
/// 河长
/// </summary>
public double pGridRLength; //河长
/// <summary>
/// 河道等级
/// </summary>
public int pGridRiverOrd; //河道等级
public int pRow;
public int pCol;
/// <summary>
/// 按照最优汇流次序排列的网络总数
/// </summary>
public int m_iRouteGridNum;
public MuskCungeRoutePara()
{
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/sucksis/geo-flying.git
[email protected]:sucksis/geo-flying.git
sucksis
geo-flying
GeoFlying
master

搜索帮助