资源列表
xtbsbczj
- 利用系统辨识的方法,根据传感器实际输出和理想等效系统的输出,来辨识补偿环节的模型-use of the system identification method, in accordance with the actual sensor output and ideal equivalent system output Identification link compensation to the model
zyypem
- 根据阶跃响应实验数据,利用PEM函数辨识MAF传感器的模型-experimental data and the use of PEM function identification MAF Sensor Model
ljdbczj
- 利用PEM函数对MAF传感器的阶跃响应实验数据,进行辨识建模-use PEM MAF sensor function to the step response data for identification modeling
yz5017
- 将根据50g/s流量输入时的阶跃响应数据所建立的模型,代入其它幅值的输入值,验证模型的一致性。-under 50g / s input flow of step response data the model, Other income generation amplitude of the input value, the certification model of consistency.
jm50jie3
- 利用基于OE模型的预报误差法对传感器的阶跃响应数据进行辨识建模-OE model based on the prediction error of the step in response to sensor data identification modeling
FOURF
- 用堆栈实现表达式求值 但只有 + - * / () 运算符-stack used to achieve expression evaluates only +-* / () Operators
support_vector_machine_for_vc
- 一个用VC++实现的支持向量机svm分类算法源代码,直接用VC++可以执行。-a VC with the support vector machine svm classification algorithm source code, the direct use of the VC can be implemented.
GAp0
- 本源码提供二进制编码的遗传算法对多层膜的优化,已经通过编译。-source for the binary coding of the genetic algorithm optimization of multilayer has passed compiler.
Delphi-ChangYongShuZhiSuanFa
- Delphi常用数值算法(源码) 这些算法将为千千万万非计算机专业的工程技术人员架起一座方便快捷的桥梁,并能缩短应用软件的编制周期,减少重复劳动,达到事业功倍的效果。 第1章线性代数方程组的解法 第2章插值 第3章数值积分 第4章特殊函数 第5章函数逼近 第6章特征值问题 第7章数据拟合 第8章方程求根和非线性方程组的解法 第9章函数的极值和最优化 第10章傅里叶变换谱方法 第11章数据的统计描述 第12章解常微分方程组 第13章偏
cangku
- 某商场有如下的几种货品:衬衣、鞋子、帽子、裤子、冰箱、电视、立柜、壁橱、沙发。每一种货物都有详细的说明信息。 衬衣:布料、尺寸、单价、产地、库存量、所属货柜; 鞋子:皮料、尺寸、单价、产地、库存量、所属货柜; 帽子:布料、样式(平顶或尖顶)、尺寸、单价、产地、库存量、所属货柜; 裤子:布料、尺寸、单价、产地、库存量、所属货柜; 冰箱:制冷类型、样式(二门或三门)、颜色、尺寸、单价、产地、库存量、重量、所属货柜; 电视:样式(彩色或黑白)、颜色、尺寸、单价、产地、库存量、重
xianxingfangcheng
- 编程序,按如下要求来求解n元一次线性方程组(假设方程组具有唯一解)。 (1)方程个数n之值由用户通过键盘输入; (2)方程组存放在“增广矩阵”A之中,而n行n+1列的A存储空间通过new来动态分配,且A的各元素值也由用户通过键盘输入; (3)方程组的解存放于“向量”B之中,而具有n个元素的B存储空间也通过new来动态分配。 -programmed by the following demands to solve an n-linear equation (equatio
riqi
- 自定义一个简单的日期类DateType,它具有数据成员y、m、d,用来表示当前日期的年、月、日。而后设计该类欲实现(完成)的功能,进而设计出相应的类成员函数。 例如,下面给出的“雏形”可用来实现对天的增加,比较两个日期是否相等,以及对日期的输出等操作。请完成各类成员函数,并编制主函数,说明DateType类对象,对定义的各成员函数进行调用,以验证它们的正确性。 class DateType { //自定义的日期类DateType int y,m,d //数