-
polyfit2d
根据已知的三维离散数据(x,y,z),在MATLAB中利用此函数进行三维曲面拟合,再根据polyval2d得出拟合函数的系数矩阵。(according to 3D discrete datum (x,y,z),use this function in MATLAB to fit 3D surface, and use polyval2d to get coefficient matrix)
- 2009-09-04 12:58:19下载
- 积分:1
-
work
说明: matlab 计算pid 控制器,可以做任何计算很好用(apply matlab to compute PID controller)
- 2009-07-30 11:32:49下载
- 积分:1
-
3
说明: 层次分析法,简单易操作,可用于计算权重,选择出比较重要的元素。(ahp,easy to operate。Can be used to calculate the weight, the more important the selected element.)
- 2014-10-07 14:35:16下载
- 积分:1
-
xu
说明: 这是个滤波器设计程序编码,希望各位朋友看看!(滤波器设计)
- 2010-12-26 10:21:19下载
- 积分:1
-
t
说明: 文章编辑系统,输入一页文字,程序可以统计出文字、数字、空格的个数。
静态存储一页文章,每行最多不超过80个字符,共N行
(Article editing system, input a word, the program can be worked out, words, numbers, the number of spaces. Static storage an article, each line no more than 80 characters, a total of N rows)
- 2010-01-25 23:00:40下载
- 积分:1
-
JUNHENGQI
混响器设计 能够实现对音频不同风格的设置,功能使用。(Reverb is designed to achieve different styles of audio settings, feature use.)
- 2012-05-22 13:38:39下载
- 积分:1
-
QR-Generator
this is the qr code gen code
- 2015-03-22 02:13:05下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1
-
engine
发动机系统仿真,matlab/simulink 系统仿真和运算,可以根据油门估算出扭矩(Engine system simulation, matlab/simulink simulation and computing systems, torque can be estimated based on throttle)
- 2013-12-07 02:32:57下载
- 积分:1
-
kalman
Visual C++编程实现Kalman滤波器(It realize the Kalman filter with visual c++)
- 2010-08-11 20:12:39下载
- 积分:1