资源列表
C++程序用类来实现矩阵
- 编写C++程序完成以下功能: (1) 用类来实现矩阵,定义一个矩阵的类,属性包括: 矩阵大小,用 lines, rows(行、列来表示); 存贮矩阵的数组指针,根据矩阵大小动态申请(new)。 (2) 矩阵类的方法包括: 构造函数,参数是矩阵大小,需要动态申请存贮矩阵的数组; 析构函数,需要释放矩阵的数组指针; 拷贝构造函数,需要申请和复制数组; 输入,可以从cin中输入矩阵元素; 输出,将矩阵格式化输出到cout; 矩阵相加的
MATLAByingyongchengxu.rar
- 独到精辟的算法及例子,通过MATLAB语言由浅入深的介绍了控制系统的仿真,Original algorithm and brilliant examples MATLAB language through easy-to-digest introduced control system simulation
One-dimensional_search_method.
- 无约束优化问题一维搜索的常用方法:黄金分割法(golden_section.m)、加步搜索法(plus_step_search.m)、牛顿法(newton.m)、抛物线法(parabola.m),Unconstrained optimization problem of one-dimensional search of the commonly used methods: Golden Section (golden_section.m), plus step-by-step search m
svpwm.rar
- 实现了SVPWM,已经通过测试,是初学者一个很好的例子,Achieved SVPWM, has passed the test, is a good example for beginners
Patern.rar
- matlab,线阵,面阵和圆阵的方向图程序,matlab, linear array, planar array and Circular Array Pattern procedures
revers-matrix.rar
- 一个朋友编的C语言通用广义逆矩阵求解算法,值得一看,A friend of mine made the C language universal generalized inverse matrix algorithm, see
conjugategradientmethod.rar
- 给出了线性方程组矩阵Ax=b在并行预处理共轭梯度法求解过程,绝对有用哟,Gives the matrix of linear equations Ax = b in parallel preconditioning conjugate gradient method for solving process, is absolutely useful to yo
gongjiao.rar
- MATLAB预测程序,用于预测。。 公交量,MATLAB prediction procedure for predicting. . Bus traffic
shuizhunwang.rar
- 采用VB编写,通过间接平差原理,计算水准网的平差。,Using VB to prepare, through the indirect adjustment principle, the calculation of adjustment leveling network.
bezier.rar
- 这是一个贝塞尔曲线生成的程序,有二次和三次贝塞尔曲线,并且和B样曲线组合的图形,This is a Bezier curve generated by the procedure, there are secondary and three Bezier curves and B-like curves and graphics portfolio
OSR.rar
- 气象上常用的最优子集回归,用fortran写的程序,Weather on the commonly used optimal subset regression using fortran written procedures
a.rar
- 英语词典的维护和识别,数据结构课程设计里面的一道很经典的题目,许多同学都为他伤过脑筋,English Dictionary maintenance and identification, data structure, together inside the curriculum design classic topics, many of his classmates had brain injury
