CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - vehicles

搜索资源列表

  1. 复件 轮渡问题

    1下载:
  2. 1. 汽车轮渡口,过江渡船每次能载10辆车过江,过江车辆分为客车类和货车类,上渡船有如下规定:同类车先到先上船,客车先于货车上渡船,且每上4辆客车,才允许上一辆货车。若等待客车不足4辆,则从货车代替,若无货车等待允许客车上船。试写一个算法模拟渡口管理。 算法设计: 1客车和货车均建立一个链式队列,初始均为空。以后来一辆车不是货车就是客车,因此可以说整个程序的事件驱动event就是这两个,客车表示1,货车表示0. 2轮船还没有到达时客车和货车均按次序排在
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2614
    • 提供者:西们子
  1. ferry

    0下载:
  2. 该算法模拟渡口管理。过江渡船每次能载10辆车过江,过江车辆分为客车类和货车类,上渡船有如下规定:同类车先到先上船,客车先于货车上渡船,且每上4辆客车,才允许上一辆货车。若等待客车不足4辆,则从货车代替,若无货车等待允许客车上船。-the algorithm simulation ferry management. Jiang Ferry each can carry 10 cars crossing the river, crossing the river into passenger veh
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1247
    • 提供者:Ash
  1. FollowingModel

    0下载:
  2. 自己用swarm开发的一个车辆跟驰的模型,希望能跟广大爱好者共同探讨。-own use development of a swarm of vehicles - following model, the majority of fans are able to explore together.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:10464
    • 提供者:wsjgc
  1. Thecarstop

    0下载:
  2. 停车场是一条可以停放n辆车的狭窄通道,且只有一个大门汽车停放安到达时间的先后依次由北向南排列(大门在最南端,最先到达的第一辆车停在最北端)若停车场已经停满n辆车,后来的汽车在便道上等候,一旦有车开走,排在便道上的第一辆车可以开入;当停车场的某辆车要离开时,停在他后面的车要先后退为他让路,等它开出后其他车在按照原次序开入车场,每两停在车场的车要安时间长短缴费。 要求:以栈模拟停车场,以队列车场外的便道,按照从终端输入的数据序列进行模拟管理。每一组数据包括三个数据项:汽车“到达”或“离去”信息
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3207
    • 提供者:牛纪超
  1. ARMA

    1下载:
  2. 本软件根据路面功率谱,采用ARMA模型给出车辆路面激励随机位移,能够根据不同车辆类型生成路面激励位移,车辆振动荷载。-software on the roads of the power spectrum, using ARMA model gives incentive road vehicles random displacement, According to generate different types of road vehicle incentive displacement,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2561
    • 提供者:张军平
  1. InsNavigationKalman

    1下载:
  2. 实现了车辆惯性导航系统的卡尔曼滤波,包括定位结算,姿态校正,速度校正等,也包括惯性导航系统的模型建立,结算,白噪声,等等,对研究导航很有参考价值 -realized the vehicles inertial navigation system Kalman filtering, including clearing positioning, posture correction, the speed correction, including inertial navigation syste
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:496000
    • 提供者:马海波
  1. wuhan-traffic

    2下载:
  2. 一、 目的: 对应数据结构课程所学的基本原理和方法,学习图状结构求最短路径的算法,将理论知识运用于实际。 二、 任务: 请根据附图和附表,设计一个武汉市交通导引系统。用户输入起点站和目标站,系统显示起点站到目标站的最短路径。 三、 要求: 1. 提示用户输入起点站和目标站 2. 系统向用户显示一条最短路径(经过站数最少的路线),如果有两条以上最短路线,则按换乘次数排序显示。 3. 显示每一条路线时,不仅要显示应搭乘的车次,还要显示应搭乘站的站名。 四、 提示:
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:172227
    • 提供者:李明
  1. genetic_algorithms

    0下载:
  2. 有时间约束的车辆数优化的C程序(遗传算法)-time constraint optimization of the number of vehicles in C (GA)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:27692
    • 提供者:douglas
  1. addingoil

    0下载:
  2. 一辆汽车加满油后可行使N公里,旅途中有若干个加油站,使沿途加油次数最少-a fully-fueled vehicles that can be exercised after the N-km journey, a number of filling stations along the least number of refueling
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:425226
    • 提供者:lvzhou
  1. HybridElectricVehicleWebinar

    0下载:
  2. This submission includes the presentation and model files that were used in delivering a webinar on 12-15-05 that covered the topic of modeling Hybrid Electric Vehicles. Hybrid electric vehicles (HEVs) have proven they can substantially improve fue
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3384656
    • 提供者:阳关
  1. 040320161

    2下载:
  2. 在n×n 格的棋盘上放置彼此不受攻击的车。按照国际象棋的规则,车可以攻击与之处 在同一行或同一列上的棋子。在棋盘上的若干个格中设置了堡垒,战车无法穿越堡垒攻击别 的战车。对于给定的设置了堡垒的n×n格棋盘,设法放置尽可能多彼此不受攻击的车。用概率算法实现的!-n n grid placed on the chessboard of each other against attack vehicles. According to the rules of chess, with cars can
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1323
    • 提供者:王乐
  1. DIP-matlab.背景差分法对运动汽车的检测

    0下载:
  2. 背景差分法对运动汽车的检测,对检测得到的汽车图像进行预处理和边缘提取,Background difference method for the detection of movement of motor vehicles, the vehicle has been detected image pre-processing and edge extraction
  3. 所属分类:matlab例程

    • 发布日期:2016-01-27
    • 文件大小:16867
    • 提供者:温鑫
  1. VRP_GA.rar

    0下载:
  2. 用GA遗传算法求解VRP车辆配送问题,以及VRP的特殊情况TSP旅行商问题,GA Genetic Algorithm for VRP with the distribution of vehicles, as well as the special circumstances of VRP Traveling Salesman Problem TSP
  3. 所属分类:matlab例程

    • 发布日期:2016-10-10
    • 文件大小:975
    • 提供者:yourchen
  1. chelianggengzongjiance.rar

    1下载:
  2. 源程序实现的是基于卡尔曼滤波的车辆检测与跟踪,并对车辆进行计数编号。,Source implementation is based on Kalman filtering vehicle detection and tracking, and count the number of vehicles.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-17
    • 文件大小:4932504
    • 提供者:chenying
  1. balance_car2009.7.20

    1下载:
  2. 两轮自平衡车程序,包括卡尔曼算法和PID算法,初步实现。-2 Since the balance of vehicles, including the Kalman algorithm and PID algorithm, basically.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-01-14
    • 文件大小:21672
    • 提供者:luoweihua
  1. PSAT

    0下载:
  2. POWERTRAIN SYSTEMS ANALYSIS TOOLKIT (PSAT) A Flexible, Reusable Model for Simulating Advanced Vehicles
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:529457
    • 提供者:Sergii
  1. Cmeanvalue

    1下载:
  2. 基于背景差分算法和C均值聚类算法的车辆检测与跟踪-Based on background difference algorithm and C means clustering algorithm for detecting and tracking vehicles
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:227499
    • 提供者:牛大宝
  1. Motion-Detection

    2下载:
  2. 检测识别视频中的动态物体,比如人体和车辆,可用于监控处理-Detection and identification of dynamic objects in the video, such as humans and vehicles, can be used to monitor treatment
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-03-18
    • 文件大小:676864
    • 提供者:seanwillian
  1. matlabcheliang

    1下载:
  2. 车辆道路谱时域频域平均功率谱分析matlab程序-Road vehicles, the average spectrum of time domain frequency domain power spectral analysis matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2617
    • 提供者:赵润鹏
  1. PathAbleway

    0下载:
  2. 对于智能交通车(在特定道路上)基于视觉系统的识别程序(MATLAB开发环境),可识别多种以图片为形式的路况信息,才去的方法是边缘提取识别法。-For the Intelligent Transportation vehicles (in a particular way) is based on visual system identification procedure (MATLAB development environment), can identify a variety of pi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:13044
    • 提供者:刘夏
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com