-
Bus-Control
程序目录
附录一。MATLAB程序:busmod.m文件 % 汽车悬架系统模型建立
附录二。MATLAB程序:PID.m文件 % 悬架系统根轨迹图和PID控制器设计
附录三。MATLAB程序:bode.m文件 % 汽车悬架系统Bode图法频率响应设计
附录四。MATLAB程序:stafeed.m文件 % 汽车悬架系统的状态反馈控制器设计
附录五。MATLAB程序:modela.m文件 % 双轮汽车悬架系统的动力学仿真主程序
附录六。MATLAB程序:model.m文件 % 双轮汽车悬架系统状态方程模型子程序
附录七。MATLAB程序:busmod2.m文件 % 双轮汽车悬架系统模型
附录八。MATLAB程序:PIDf.m文件 % 汽车前悬挂系统减震系统的PID控制器设计
附录九。MATLAB程序:PIDb.m文件 % 汽车后悬挂系统减震系统的PID控制器设计
附录十。MATLAB程序:Fevfunc.m文件 % ER 减振器阻尼特性函数插值
附录十一。MATLAB程序:FevFig.m文件 % ER 减振器阻尼特性函数绘图
附录十二。MATLAB程序:BusFUN.m文件 % ER 电流变减振系统分析 (未调成功)
附录十三。MATLAB程序:BusGUI.m文件 % 单悬挂减振器常规控制器设计动画演示界面(err)
- 2008-06-19 11:55:40下载
- 积分:1
-
ImageOverlay
this file contains image registration concept matlap coding.. if anyone interest to do in this field ..please refer this
- 2014-01-24 17:21:44下载
- 积分:1
-
ComparadorMagnitud
Comparador de magnitud
- 2014-05-28 19:54:35下载
- 积分:1
-
C-langage-2
C语言的配套学习课件 适合计算机专业学生(C Programming Language supporting courseware)
- 2013-03-15 20:28:06下载
- 积分:1
-
Grid
一个VB6编写的表格控件,对与我们学习控件编写很不错。(Write a VB6 grid control, we can learn to write and very good control.)
- 2016-04-06 10:55:19下载
- 积分:1
-
execl
execl的使用,和execvp的用法不同,可以相互比较着使用(the use of execl)
- 2014-06-05 23:25:46下载
- 积分:1
-
area
用户从键盘上输入三角形三条边的边长,计算并输出三角形的面积。(calculate the area of a triangle)
- 2013-04-25 20:30:58下载
- 积分:1
-
LatinKeyboardBaseView
should be replaced with ones to its base class Source Code for Andriod.
- 2014-01-12 18:18:16下载
- 积分:1
-
open
open-flash-chart 官网最新下载文件,内有各种如 java ,php,html,actionscript,.net
例子-open-flash-chart official website to download the latest files, there are all kinds, such as java, php, html, actionscript,. net examples
- 2022-08-10 09:20:10下载
- 积分:1
-
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟...
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟一个对象(如:文件index.html)的GET回应(如:回应一个字符串),对于其他的对象,则根据Http响应格式回应对象不存在信息。
3 通过浏览器可检测自己的程序。如:输入http://the.ip.of.your.pc:serverPort/index.html,查看其响应结果。
4 对http请求的处理必须采用多进程实现,即主进程负责等待请求连接,每当收到一个请求后,产生一个子进程对该请求做单独处理,主进程继续等待新请求,子进程在处理完其请求后结束自己。详细要求参考课本要求。(多进程编程参考函数fork())
-Http familiar with the agreement of the request and response format, write a simple Http server.
Basic requirements:
Http parsing a proper request, to achieve a simple GET request to respond.
2 analog an object (such as: file index.html) of the GET response (such as: in response to a string), for other objects, then according to Http response format, the information to respond to the object does not exist.
3 can be detected through the browser s own procedures. Such as: Enter http://the.ip.of.your.pc:serverPort/index.html, see the results of its response.
4 pairs of http request processing must be used to achieve multi-process
- 2023-04-01 20:15:03下载
- 积分:1