搜索资源列表
停车场
- 我的数据结构的实验题,停车场,用栈和队列 模拟停车场,实现进车和出车-my data structure experiment, a car park, with Stack and Queue simulated car parks, to achieve progress and out of cars
Xerdoc XDMF
- 一个比较好用的中文分词模块,是车东等人开发的,比较有名,java语言实现-a better quality of the Chinese word module, East cars were developed, more famous, java language!
复件 轮渡问题
- 1. 汽车轮渡口,过江渡船每次能载10辆车过江,过江车辆分为客车类和货车类,上渡船有如下规定:同类车先到先上船,客车先于货车上渡船,且每上4辆客车,才允许上一辆货车。若等待客车不足4辆,则从货车代替,若无货车等待允许客车上船。试写一个算法模拟渡口管理。 算法设计: 1客车和货车均建立一个链式队列,初始均为空。以后来一辆车不是货车就是客车,因此可以说整个程序的事件驱动event就是这两个,客车表示1,货车表示0. 2轮船还没有到达时客车和货车均按次序排在
feisikaer
- 智能车控制算法,很好地过弯与直线加速,属于光电组-Intelligent vehicle control algorithm, good cornering and straight line speed, are optical group
jifenfenlishiPIDkongzhiqi
- pid积分温度控制,用于飞思卡尔智能车,比赛使用的。-failed to translate
SingUCOS2008
- 这是一个飞思卡尔智能车比赛的一个完整的程序,具有很大的参考价值。-Freescale is a smart race car a complete process, has great reference value.
malabpid
- MATLAB中进行关于智能车的PID参数调节例程.-MATLAB, on the smart car to adjust PID parameters of routine.
Smart-Car-Competition
- 飞思卡尔智能车比赛光电组的代码,该代码是一个完整的模型,用来参考编写自己的代码还是不错的。-Freescale' s Smart Car Competition optical group code.
几何学模型路径跟踪
- 无人驾车车轨迹跟踪控制,是目前社会研究的重点。本程序代码实现matlab联合carsim进行联合仿真,实现追踪给定轨迹。经测试,在低速状态,追踪效果很理想。(Unmanned driving vehicle trajectory tracking control, is currently the focus of social research.This procedure code realization of matlab joint carsim joint simulation, tr
平衡车MATLAB建模
- 一个很好的关于平衡车建模的matlab程序,详细简单易懂(A good balance vehicle modeling Matlab procedures, detailed and simple to understand)
V2V_WIM2_2016-9-12
- 该MATLAB程序实现车与车之间的通信信道仿真(The MATLAB program realizes the communication channel simulation between the car and the car)
16年4月22日可跑程序
- 2016年恩智浦智能车摄像头组可以跑的程序(NXP 2016 smart car camera group can run the program)
悬架模型
- 在MATLAB/Simulink环境下,建立了1/4车悬架模型(In the MATLAB/Simulink environment, the suspension model of 1/4 vehicle is established.)
jiidan
- 在双轮平衡车中进行极点配置的pi的Matlab仿真的实验(Matlab simulation of pole placement in a two wheeled balancing vehicle)
LQR
- 在双轮平衡车中进行极点配置的Matlab平衡仿真的实验(Experiment of Matlab balance simulation for pole placement in two wheeled balancing vehicle)
VCU
- 某一商用车的简单vcu simulink模型(a VCU simulink example model for a TRACK)
车齿刀轨迹曲面
- 在已知车齿刀刃形情况下,绘制出与之啮合的齿轮被切除的曲面
平衡车模糊PID控制
- 模糊PID即自适应PID,通过本程序可实现对平衡车模糊PID的优化控制,针对二阶的传递函数(This procedure can realize the optimal control of fuzzy PID)
kong
- 在 Carsim 中分别搭建好前车与后车的车辆纵向动力学 模型。雷达系统将探测到的后车信息和前车信息传递给行车 间距控制系统,此控制系统根据安全距离模型计算出后车车 辆期望加速度,此期望加速度经过 PID 控制器调节后,输入 给车辆动力学系统,车辆动力学系统基于此加速度输出期望 的制动压力和节气门开度,并将此值传给制动及节气门控制 系统,此系统输出相应的制动力及节气门开度给后车动力学 系统,进行制动及加速控制。(The vehicle longitudinal dynamics of the f
二轮平衡车状态空间仿真
- 运用数学建模得到了二轮平衡车的状态空间模型,然后再去MATLAB/simulink中建立仿真模型进行仿真