搜索资源列表
c_matrix
- 共上载5个源码,其中c语言c_matrix为矩阵类,可以实现几十种矩阵运算;其它四个为matlab程序,用于生各种杂波的程序
yunsuanfu
- 实验: 有两个个矩阵a和b,均为2行3列。 重载运算符“+”, (1)使之能用于矩阵的相加。如c=a+b。 (2)如果参与运算的两个操作数中一个是整数即矩阵+3或3+矩阵形式,进行加法运算也能得出和。 (3)定义自减运算符的前置(i++)和后置(++i)重载编写相应程序并验证它的正确性。 -i think it s a goog for many people
matlab_C
- 该算法主要演示matlab调用C语言程序的示例,包括一个基本的加法运算、一个矩阵截取和一个递归遍历方法,提供给大家参考 运行时首先修改cd命令后面的路径为文件夹当前路径即可自动编译执行-Call the main demonstration of the algorithm matlab example C language program, including a basic addition operation, an interception and a recursive tr
Matlab-reference-book
- matlab7使用教程。本课程为全校性公共任选课,完全不必具备其它计算机语言的基础和专业知识,各年级各专业的同学 都可选修。通过本课程学习,使学生了解MATLAB,能够熟练掌握数学(矩阵)运算,简单编程,简单的数 据处理及基本图形绘制,帮助学生解决学习或工作中的数值计算、数据处理、图形绘制等问题,并达到计 算机语言素养的训练,为C++高级编程服务-matlab7 Tutorial. This course is a whole-school elective public offic
COMPLEXnet
- 复杂网络研究与建模 总起来说这是一个关于矩阵的运算,用到了c语言里面的东西,实现一个矩阵的逆运算和矩阵的转置等,最终实现的是一个初始节点为4个节点的有向图,随即扩展为一个10000*10000的巨型矩阵,得到该有向图的图形, 与计算机图形学类似,该程序是在构建了一个算法后,用MATLAB实现了一个无标度网络的图形中的各个节点的概率密度,并根据各个节点的概率密度绘出该图 -将中文译成英语 And modeling complex networks Collectively t
matlab_getstart
- Matlab 学习资料 PDF MATLAB是MATrix LABoratory的缩写,是一款由美国MathWorks公司出品的商业数学软件。MATLAB是一种用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境。除了矩阵运算、绘制函数/数据图像等常用功能外,MATLAB还可以用来创建用户界面及与调用其它语言(包括C,C++和FORTRAN)编写的程序。-Matlab language tutoria MATLAB (matrix laboratory) is a num
MATLAB7_0-teach
- MATLAB (matrix laboratory) is a numerical computing environment and fourth-generation programming language. Developed by MathWorks, MATLAB allows matrix manipulations, plotting of functions and data, implementation of algorithms, creation of user int
MATLAB
- 文件为关于如何用matlab进行编程的资料,用matlab编程比用C语言更容易,它的矩阵运算能力更是c语言难以比拟的。再用matlab编程时,一些小细节忘了可以看一下此文件。-Document on how to use matlab to program information with the matlab programming language more easily than C, its capacity is c matrix operations can not match th
juanji
- 此算法可计算两任意二维矩阵的卷积运算 ,命令格式:C=juanji(A,B) C为A B的卷积 -matlab convolution operator
matlab_mex_fft
- matlab mex编程,fft和一些矩阵运算的C实现,linux matlab下编译-matlab mex programming, fft, and some matrix operations C implementation, compiled under linux matlab
vb
- 二次规划算法可在SQP算法中成为通用的二次规划子问题程序。二次规划算法设计到众多的矩阵运算,用C++代码编程需要较大工作量,而矩阵运算在Matlab下则相当方便。-Quadratic programming algorithm can be a generic quadratic programming subproblem program SQP algorithm. Quadratic programming algorithm design to a large number of mat