搜索资源列表
在VC中使用MATLABC++函数库
- MATLAB广泛应用于线性代数、自动控制理论、数理统计、数字信号处理、时间序列分析、动态系统仿真等领域。因此如果在VC中对MATLAB进行调用将大大减少编程的工作量、保证程序的准确性,并且继承了VC++强大的功能,提高开发效率,-MATLAB widely used in linear algebra, automatic control theory, mathematical statistics, digital signal processing, time series analysi
函数扫描程序
- 可以自动识别一个程序中调用的所有函数,并写入到 output.txt文件中。-can automatically identify a process called all functions, and write to output.txt document.
MATLABY调用
- matlab调用的包,api函数接口-Matlab calling package, api interface function
中断调用7
- 了解什么是中断 • 了解几个中断函数 • 了解中断服务程序的编写 -understand what is interrupted
IIR_Etual
- 不是直接调用函数,直接计算出IIR参数的IIR滤波器设计。一共12个滤波器,从IIR一阶和切比雪夫滤波器都有。-not directly call functions directly calculated parameters of IIR IIR filter design. A total of 12 filters, IIR from a band and the Chebyshev filter has.
pca.m
- 本程序的运行环境为matlab6.5,在command window下输入数据x和a,然后调用函数pca(x,a)(即本程序的主程序)输入的两个参数的意义是:一个是样本数据x,另外一个是主成分累积贡献率的一个闸值,作为选定主成分个数的一个重要数据。 即可得到样本的协方差矩阵,相关矩阵,相关矩阵的特征根及特征向量,主成分个数和主成分负荷矩阵。 -the procedures for the environment matlab6.5. under the command window i
fade
- 瑞丽衰落信道的仿真,包括延迟、多径条件等,仿真可直接调用函数-Ruili fading channel simulation, including delays, multi-path condition, the simulation can directly call functions
cpp_function_pointers
- 详细说明函数指针的用法,并且以数组的形式调用函数指针的方法
suanshubiaodashideshixian
- 算术表达式的求值 操作结果: 从第1个顶点起,按广度优先非递归遍历图G,并对每个顶点调用函数
tutorial06
- MATLAB 学习指南第六章.编写与调用函数
Text
- 编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *next } 链表练习: (1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中 的学号、成绩由键盘输入,一共n个节点。 (2).编写函数void print(struct
paixushu
- 通过调用函数,实现对二叉排序数的查找、删除等功能
huffman
- 哈夫曼编码,直接使用[zipped,info] = norm2huff(x)调用函数即可实现。
2005.3.31VC调用M文件源代码
- 一个非常典型的”VC调用matlab中定义的.m文件中的函数的实例“附加说明文档,请站长检查,刚才发错了,不好意思-a very typical "call VC defined in Matlab. M document as a function of the examples "of the annotated document, please check station, just made a mistake, sorry
VC调用matlab中定义的.m文件中的函数的实例
- 如何在VC中利用matlab的资源呢? 在这里我简要的以一个简单的例子来说明一下如果在VC中调用matlab中定义的.m文件。-how to use Matlab resources? Here, I briefly with a simple example to illustrate what if the VC called defined in Matlab. M documents.
melbankm函数的源程序
- melbankm函数的源程序。这个函数也要被melcepst函数调用,用来进行计算Mel倒谱系数。这个函数的作用是构造mel滤波器组-function [x,mn,mx]=melbankm(p,n,fs,fl,fh,w) MELBANKM determine matrix for a mel-spaced filterbank [X,MN,MX]=(P,N,FS,FL,FH,W)
longgeceshi 四阶龙格库塔法解微分方程组实例
- 四阶龙格库塔法解微分方程组实例,没有调用函数,而是在基本含义基础上进行编译,有助于对龙格库塔法的理解。-Fourth-order Runge-Kutta method for solving differential equations instance, did not call the function, but on the basis of the basic meaning of compiler, contribute to the understanding of Runge-Ku
multil-information
- 计算两组信号互信息熵值的算法,采用matlab编程,可直接调用函数-Two sets of signals calculated values of mutual information method, using matlab programming, call the function directly
优化算法测试函数集合
- 可用于测试优化函数的性能,里面的测试函数可以直接调用,正确无误(Can be used to test the performance of the optimization function, the test function can be called directly)
信道及调用函数和使用说明
- 如何设置信道参数,如何调用信道,如何产生输出,(How to set the channel parameters, how to call the channel, how to produce the output)