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

搜索资源列表

  1. youhao

    0下载:
  2. 汽车油耗计算,在已知每公里的油耗情况下算出汽车的油价-Vehicle fuel consumption, the known fuel consumption per kilometer of the circumstances of the oil out car
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:41853
    • 提供者:steven
  1. src

    0下载:
  2. 分布式系统停车场问题:某停车场共有TOTAL-NUM个车位, ENTRY-NUM个入口, EXIT-NUM个出口. 现需要一个用于停车场控制汽车进出的分布式系统, 在该系统中没有集中的管理者(central server), 每个进(出)口通过通信平等协商保存当前车库的状态信息(如空闲车位数UNOCCUPIED-NUM等), 并据此决定是否允许车辆进入, 为简便计, 假定通信是可靠的.-Parking issues distributed systems: A total of TOTAL-NU
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:8091
    • 提供者:汪若疯
  1. park

    0下载:
  2. 停车场管理系统的报告和源代码,问题描述,需求分析。-Car park management system reports and source code, the problem descr iption, requirements analysis.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:76019
    • 提供者:man哥
  1. car

    0下载:
  2. 用VC++开发一个模拟一辆坦克的程序,供学习OPGL和C++方面的朋友参考-Using VC++ to develop a simulation of a tank of the procedures for learning OPGL and C++ aspects of the friend reference
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-13
    • 文件大小:3161194
    • 提供者:chengxianguo
  1. clgl_lz

    0下载:
  2. 一个有关停车场管理的小程序,应用到栈和队列的知识。-A small car park management procedures, applied to the stack and queue knowledge.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1810
    • 提供者:mll
  1. Car_parking

    0下载:
  2. 主要用栈和队列,实现一个模拟停车场的程序-Stacks and queues is mainly used to achieve a simulated car park program
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:108510
    • 提供者:陈意鹏
  1. fuzzycontrol

    2下载:
  2. 这个程序是我自己编写的小车倒立摆经典PID控制和模糊控制matlab程序,相信对初学模糊控制的朋友有不小的帮助,包含传统PID控制和模糊控制的对比,是一份内容详细的完整报告-This program is written in my own car classic inverted pendulum PID control and fuzzy control matlab program, I believe beginner friends of fuzzy control no small
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:234651
    • 提供者:宁国富
  1. car

    0下载:
  2. DFS implementation in C
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1239
    • 提供者:binod
  1. S12instructionfuzzycontrolalgorithm

    0下载:
  2. 通过模糊控制的思想来对智能车的控制算法进行了优化。实际解决了智能车在拐弯时超调过大的问题。文中介绍了模糊控制的理论和S12特有的模糊控制指令。在实际经验的基础上设计出了模糊控制算法,并给出了控制规则。实践结果表明,设计的算法在实际减小智能车在转弯时的超调具有较好的效果。-Thinking through the fuzzy control for intelligent vehicle control algorithm has been optimized. Practical solutio
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:253524
    • 提供者:wangyin
  1. ssd5__adsasdsdexa1

    0下载:
  2. c++数据结构 ssd5的答案 很有用 保证正确 很有用 我亲自写的-#include "car.h" Car::Car(string plate) : license_plate(plate), moved(0), aisle(-1) {} Car::Car(string plate, int aisle) : license_plate(plate), moved(0), aisle(aisle) {} in
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:7816
    • 提供者:linchen
  1. malabpid

    0下载:
  2. MATLAB中进行关于智能车的PID参数调节例程.-MATLAB, on the smart car to adjust PID parameters of routine.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1874
    • 提供者:who
  1. park

    0下载:
  2. 设停车场是一个可停放n辆车的狭长通道,且只有一个大门可供汽车进出。在停车场内,汽车按到达的先后次序,由北向南依次排列(假设大门在最南端)。若停车场内已停满n辆车,则后来的汽车需在门外的便道上等候,当有车开走时,便道上的第一辆车即可开入。当停车场内某辆车要离开时,在它之后进入的车辆必须先退出停车场为它让路,待该辆车开出大门后,其他车辆再按原次序返回车场。每辆车离开停车场时,应按其停留时间的长短交费(在便道上停留的时间不收费)。-Parking lots is an n vehicles parke
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:239042
    • 提供者:bobo
  1. pid

    0下载:
  2. 教你怎么样用pid的算法去控制智能小车的舵机。讲的很好-Kind of teach you how to use pid algorithms to control the smart car' s steering gear. Good speaking
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:5247
    • 提供者:宋长加
  1. jiayouzhanwenti

    0下载:
  2. 一辆汽车加满油后可行驶n公里。旅途中有若干个加油站。设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少。对于给定的n和k个加油站位置,编程计算最少加油次数。并证明算法能产生一个最优解-Fill up the car after driving an n km. There are a number of gas stations journey. Design an efficient algorithm that at which stations should stop to
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2769
    • 提供者:maweiwei
  1. project2

    0下载:
  2. 一列火车要将n节车厢分别送往n个车站车站按1~n的次序编号,火车按照n, n-1,…, 1的编号次序经过车站。假设车厢的编号就是其目的地车站的编号。 -A train to n cars n stations were sent to stations by 1 ~ n the order of numbers, the train in accordance with n, n-1, ..., 1 after the station number sequence. Suppose car
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:151711
    • 提供者:孙燚
  1. DataStructures

    0下载:
  2. Josephu问题,一元多项式的相加问题,模拟停车场管理问题等问题-Josephu problem, a polynomial of the sum of the problem, simulated car park management and other problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:40031
    • 提供者:时菁森
  1. matlab000

    0下载:
  2. 汽车理论的MATLAB源程序,谢谢大家支持,多多交流!-Car theory MATLAB source, thank you for the support of more exchanges!
  3. 所属分类:matlab

    • 发布日期:2016-01-26
    • 文件大小:47250
    • 提供者:lzy
  1. m

    0下载:
  2. 自主巡线小车机器人的设计及其控制的c语言源码。-Independent line patrol car robot design and control of c-language source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3745
    • 提供者:ttt
  1. process

    0下载:
  2. NEC芯片小车驱动程序,2009年电子设计大赛首次使用-NEC chip process for the small car,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1364793
    • 提供者:陈轩
  1. word

    0下载:
  2. 二叉树遍历(二叉树的各种遍历)、图的遍历(图的各种遍历),停车场的设计(堆栈,队列的设计)-Binary tree traversal, graph traversal, car park design
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:7129
    • 提供者:yjc
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 42 »
搜珍网 www.dssz.com