资源列表
vcc_mex
- 一般情况下,我们都是在MATLAB命令行或DOS命令行下编译MEX程序。 所用的命令就是:mex filename.c 这有很多不方便的地方: a. 虽然mex也可以编译C++的mex程序,但是它的主框架仍是C的 a. 当程序有多个模块时,需要多次使用mex命令,操作很麻烦 b. 不能利用VC特有的ClassWizard自动创建和维护类 c. 不能用MFC类库编写应用程序 d. 不能方便地进行类似VC的项目管理 本文详细解说如何在IDE中编译MEX程序
nnet
- matlab神经网络计算的实现,包括模型/实现/应用,并有简单的simulink
jf_Box_Muller_transform
- Box-Muller变换,将[0,1]均匀分布转换为[0,1]高斯正态分布,在matlab中也可用randn函数生成正态分布。变换的思想可用于其他没有正态分布随机函数的编程语言(如C)
c_mathematic_100
- 经典的c语言写的算法程序,共100个,对学习很有帮助的。
dijkstra
- 个人完成的dijkstra algorithm例程.直接读取文本文件并完成计算.设置为最大可读512点.
ROCandAUC
- 计算ROC曲线和AUC的Matlab程序
ROC
- % This routine provides a convenient way to produce Pd/FAD information % from likelihood ratio information.
ssmcmcmatlab
- semi-supervised MCMC classification
Statistics-ROC-0.04.tar
- A Perl module implementing receiver-operator-characteristic (ROC) curves with nonparametric confidence bounds
matrix11
- Matrix TCL Lite 1.12 This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compil
GAOT
- 遗传算法工具箱,经 试用正常,
averagefliter
- 平均值滤波,用于传感器阵列数据处理。
