-
三级
说明: 三级倒立摆基于LMI的状态反馈控制H无穷控制设计(The design of the state feedback H infinite controller of the three
inverted pendulum based on LMI)
- 2020-05-07 21:48:33下载
- 积分:1
-
PeopleCounter
This program count people pass a certain corridor using two defined windows
- 2009-06-09 15:28:10下载
- 积分:1
-
chunengDCDCPCS
用PQ/VF实现并网和离网,蓄电池的充放电,平滑切换(Using PQ/VF to realize grid connection and off grid, battery charging and discharging, smooth switching.)
- 2018-05-11 18:11:05下载
- 积分:1
-
基于时间最优的3R串联机械臂手轨迹规划及仿真 csape test.m
基于时间最优的3R串联机械臂手轨迹规划及仿真(Trajectory Planning and Simulation of 3R Series Manipulator Based on Time Optimum)
- 2020-11-05 19:19:50下载
- 积分:1
-
数据库课件,适合于初学者!可以用于教学也可以自学用!
数据库课件,适合于初学者!可以用于教学也可以自学用!-Database software, suitable for beginners! Can be used in teaching can also be a self-learning!
- 2022-05-08 04:37:09下载
- 积分:1
-
源码和笔记
说明: 我们在整个游戏中,看到的所有内容,我们都理解为游戏对象。
那么每一个游戏对象,都是由一个单独的类创建而来。
为了便于我们程序的可扩展性,减少冗余代码,我们写一个父类,让这些游戏对象的子类
来继承我的父类,我在父类中,将子类中所共有的成员全部都封装起来。
应该记录游戏对象的横纵坐标
需要记录游戏对象的高度和宽度(All the content we see in the whole game is understood as the object of the game.
Then every game object is created by a separate class.
In order to facilitate the scalability of our program and reduce redundant code, we write a parent class to let the children of these game objects.
To inherit my parent class, I encapsulate all the members that are common in the subclass.
The abscissa and ordinate coordinates of the game object should be recorded
You need to record the height and width of the game object)
- 2018-12-24 10:57:43下载
- 积分:1
-
Section map we can look at the fortran program
切面图的fortran程序 大家随意-Section map we can look at the fortran program
- 2022-03-26 12:40:29下载
- 积分:1
-
Ajax JSP留言本实例
Ajax JSP留言本实例,只是实现了基本的留言功能,主要是想表现Ajax在JSP中的应用,学习JSP环境中的Ajax技术,是一个范例程序。
- 2022-05-15 08:21:28下载
- 积分:1
-
031610203 周文惠 第三章作业
南航C++书后第三章习题,用的是C++语言编写,但是是vc6.0的老版编译器编写!(Chapter 3 exercises after Nanhang C++ book are written in C++ language, but it is written by the old compiler of vc6.0.)
- 2018-12-22 20:23:46下载
- 积分:1
-
Clustering
说明: 1) 使用凝聚型层次聚类算法(即最小生成树算法)对所有数据点进行聚类,最后聚成3类。相异度定义方法可选择single linkage、complete linkage、average linkage或者average group linkage中任意一种。
2) 使用C-Means算法对所有数据点进行聚类。C=3。
任务2(必做):
使用高斯混合模型(GMM)聚类算法对所有数据点进行聚类。C=3。并请给出得到的混合模型参数(包括比例??、均值??和协方差Σ)。
任务3(全做):
1) 参考数据文件第三列的类标签,使用聚类有效性评价的外部方法Normalized Mutual Information指标,分别计算任务1和任务2聚类结果的有效性。
2) 使用聚类有效性评价的内部方法Xie-Beni指标,分别计算任务1和任务2聚类结果的有效性。(The main results are as follows: 1) the condensed hierarchical clustering algorithm (that is, the minimum spanning tree algorithm) is used to cluster all the data points, and finally it is grouped into three categories. Any of the single linkage,complete linkage,average linkage or average group linkage methods can be selected for the definition of dissimilarity. 2) using C-Means algorithm to cluster all data points. C = 3.)
- 2019-05-16 21:54:22下载
- 积分:1