-
机场模拟
机场模拟与 3 的跑道。第一次有两个起飞和着陆同时起飞,只排名第三除了在临界条件下
这个问题是模拟机场着陆和起飞模式。机场有 3 条跑道、 跑道 1、 跑道 2 和 3 条跑道。有 4 着陆控股模式,为每个第一次两条跑道的两个。抵港飞机将输入一个控股模式队列,队列将要在大小尽可能接近。当一架飞机进入控股的队列时,它分配一个整数 ID 编号和之前它必须土地 (因为低燃料水平) 给飞机的时间单位数的整数可以保持在队列中。也是一个队列,每个三条跑道起飞。飞机到达起飞队列也分配一个整数 id。起飞队列应保持相同的大小
- 2022-01-30 19:34:43下载
- 积分:1
-
C语言的几个排序算法
资源描述算法收集,排序算法属于算法中的基础,应重点学习
- 2022-09-22 03:45:02下载
- 积分:1
-
求有向网最短路径
求有向网最短路径-are seeking the shortest path to the net
- 2022-01-22 05:21:03下载
- 积分:1
-
本程序提供了输入表达式计算、积分、微分、拟合、插值等多种数值计算,界面简练,功能强大...
本程序提供了输入表达式计算、积分、微分、拟合、插值等多种数值计算,界面简练,功能强大-procedures for the importation of expression, integral, differential, fitting, interpolation and other numerical calculation, concise interface, powerful
- 2022-03-15 01:52:11下载
- 积分:1
-
TSPTM is an economic model for estimation and simulation of a complete language....
TSPTM是一种用于经济模型估算和模拟的完整语言。它是一个用于经济估算的世界标准。虽然TSP主要由经济学家开发并发展,但它的设计并没仅把它限制在经济领域。任何由相同变量的重复观测得到的数据,都可用TSP分析-TSPTM is an economic model for estimation and simulation of a complete language. It is an estimate for the world economy standards. Although the TSP mainly by the development economists and development, but its design does not limit it to only in the economic field. Any repeat of the same variables observed in the data analysis are available TSP
- 2022-02-06 20:24:52下载
- 积分:1
-
labview 奥运五环
资源描述这是用labview写的一个显示奥运五环的程序 喜欢的就拿去吧
- 2022-01-25 22:21:18下载
- 积分:1
-
unicode与汉字 的对应表
unicode与汉字 的对应表-with Chinese counterparts Table
- 2022-05-24 03:34:58下载
- 积分:1
-
Western Electric high
西电内部用的高精度库,原是保密的!!!我奉献了出来-Western Electric high-precision internal library, was kept secret!!! I dedicate out
- 2023-08-02 22:55:03下载
- 积分:1
-
蚁群算法中有关算法参数的最优选择对蚁群算法的具体参数的选择,达到快的收敛速度和好的仿真效果...
蚁群算法中有关算法参数的最优选择对蚁群算法的具体参数的选择,达到快的收敛速度和好的仿真效果-Ant colony algorithm parameters relating to the optimal algorithm of ant colony algorithm to choose the specific choice of parameters to achieve faster convergence speed and a good simulation of the effect of
- 2022-03-21 18:13:58下载
- 积分:1
-
C#实现中值平均数滤波算法
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
///
/// 中位平均值滤波算法
///
public class DLMidPerFilter
{
private MHBetterList mOrignList = new MHBetterList(); //原始数组
private MHBetterList mFilterList = new MHBetterList(); //过滤数组
private float mCurrentValue; //记录当前值
private int mResetNum = 0; //均值重置个数
public bool mIfReset = false; //判断是否开始均值重置
///
/// 过滤算法
///
/// 新输入的值
///
- 2023-05-07 23:20:03下载
- 积分:1