资源列表
matlab-code
- matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程 -Matlab solution of linear equations source code function nagauss2 x = (a , b, flag)% purposes : a selection P
RFCM
- 用 MATLAB 编写的 模糊C均值聚类法源程序 和模糊k均值聚类法源程序,比较实用。-using MATLAB fuzzy c-means clustering source and fuzzy k-means clustering source, more practical.
ycsf
- 用遗传算法及佳点集算法测试同一标准函数,普通的遗传算法和佳点集遗传算法的基本思想和不同点
clip2
- .从C到CLIPS 虽然CLIPS是用C语言编定出来的,但是事实上,它跟C语言完全完全是两码事。因为它们在思想上是 不同的。如果你想深入学习CLIPS,我建议你先去看看有关函数式语言(如LISP)的东西。在函数式 语言中,没有顺序跟循环(在命令式语言比如C中到处都是),只有递归还有一些其他的东西。可能 我们用C语言编程时老是想着怎么定义程序的输入,怎么样通过一个算法得到程序的输出。这是标准 的冯。诺依曼体系结构的扩展,它很大程度上改进了程序的执行效率,但从另一方面来说,
DPSK
- 4DPSK, 8DPSK在高斯信道下性能仿真. 解调方式不仅包括包括相干解调,还有个人编写的非相干解调,对于急需非相干解调的很有帮助
The-shortest-path
- 最短路径的matlab文件,最短路径无论是在数据结构还是在图论中,都占有比较重要的地位-The shortest path of matlab files, shortest path, whether in data structures or graph theory has played an important role compared
CUM3
- 计算3阶通计量的程序,程序可以包含在你自己的工程中,做高阶统计必备!-Calculation 3-order through measurement procedures, procedures can be included in your own projects, so higher-order statistics must have!
GA_TSP
- 基于遗传算法,只要输入相应提示的数就可以进行优化计算-Based on genetic algorithm, as long as you are prompted to enter the number of calculations can be optimized
houghlines
- hough变换用于直线的检测,适用于计算机视觉的初学者,简单容易理解-hough transform for line detection, computer vision for beginners, easy to understand. . .
exam8_2
- 采用平面梁单元计算两铰抛物线拱的在初始条件下自由振动,并对时程曲线结果进行FFT变换,求得频率-Calculation of plane beam element with two hinged parabolic arch of the free vibration in the initial conditions, and the results when the FFT transform curves, obtained by frequency
graphcut
- Example of the graph-cut algorithm in c++. Flowed for a simple implementation for graphs. No extra libraries required
fengmao
- 用MATLAB编写的遗传算法路径规划,该函数用来计算任意函数的一阶偏导数(数值方法),研究生时的现代信号处理的作业。- Genetic algorithms using MATLAB path planning, This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods), Modern signal processing j
