搜索资源列表
ji
- 针对小流域设计洪水计算中,采用推理公式求解洪峰流量Qm及汇流时间τ的方法繁琐,查算精度较低等问题,提出用牛顿迭代法求解,该方法较原图解试算法收敛快,迭代次数少,计算速度快,精度可靠。计算实例表明,用简单迭代法与牛顿迭代法计算设计洪峰流量,其结果与图解试算法完全一致。
Flood-fill算法
- 电脑鼠搜寻迷宫的经典算法,必常规算法快很多
SearchMaze
- 代码实现了电脑鼠走迷宫,利用“洪水”算法,快速并且准确-Code to achieve a computer mouse maze, using the " flooding" algorithm, fast and accurate
Floodfill
- 基于四方向及八方向种子扩散算法(C++)实现洪水淹没模拟,并提供完整的C#+ArcEngine9.2的可视化示例代码及影像、DEM数据-The visual example code and images based on the four-way and eight directions the seed dispersal algorithm (C++) achieve inundation simulation and provide a complete C#+ArcEngine9.2,
ANN_andGA_in_the_Multi-sediment_Flood_Forecasting.
- 作者采用具有高度非线性识别能力的人工神经网络与遗传算法相结合的方法,探讨了建立智能预报模型的基本方法,进一步对如何提高预报精度的问题进行了研究,并结合黄河洪水预报实例检验了神经网络模型的可行性。-The author used to identify the capacity of highly non-linear artificial neural network combining with genetic algorithm approach to explore the establi
Flood3D
- 基于种子填充算法的洪水淹没三维显示的程序-Seed filling algorithm based on three-dimensional display of the flood program
Flood-regulation
- 洪水调节,根据试算法原理采用matlab编程。-Flood regulation, according to the principles of the test algorithm using matlab programming.
flood
- 洪水淹没算法,二次开发算法。c#版本,主要是种子填充算法-Flooded algorithm, secondary development algorithms. c# version, mainly seed fill algorithm
1
- 基于人工鱼群算法和模糊C_均值聚类的洪水分类方法-Based on artificial fish-means clustering algorithm and fuzzy C_ flood classification
floodFill
- Flood fill算法是从一个区域中提取若干个连通的点与其他相邻区域区分开(或分别染成不同颜色)的经典算法。因为其思路类似洪水从一个区域扩散到所有能到达的区域而得名。在GNU Go和扫雷中,Flood Fill算法被用来计算需要被清除的区域。-Flood fill algorithm is extracted an area several connecting points distinguish with other adjacent areas (or dyed different c
TANK-MODEL
- 可用于水利行业的洪水预报研究,该模型参数采用遗传算法自动调节,能很快得出结果(包括场次洪水预报和长时间系列的预报)-Can be used for prediction of flood water industry, the model parameters using genetic algorithms automatically adjust quickly obtain results (including screenings of flood forecasting and tim
XinAnJiangModel
- 洪水预报模型算法的工具类,方便有各位下载测试(Xin'An River flood forecast)
Flood Fill
- 基于种子蔓延的洪水淹没算法,基于C#语言编写而成,以数组为例,递归思想(The flood inundation algorithm based on seed spreading is based on C# language, and takes the array as an example)