资源列表
黄金分割搜索
- 数值算法,黄金分割搜索演示-numerical algorithm, 0.618 search demonstration
yunchouxue
- 实验目的:用Lingo软件求解线性线性规划问题。 实验内容:制定最佳连续投资方案 某部门在今后五年内考虑下列项目投资 -Experimental Objective: Lingo software for solving linear linear programming problem. Experiment content: develop the best program of continuous investment A department in
CH5
- 这是一个基于GUI系统。 GUI是在命令行调用通过键入“ui_start”。 GUI是自我解释性。-This is a GUI-based system. GUI is invoked on the command line by typing " ui_start" . GUI is self explanatory.
gradient
- 线性搜索方法。用梯度法求单峰极值。适合初学者参考
matlab
- 1.此应用程序基于matlab,请确认正确安装相应版本的matlab 2.此应用程序可以读入两列纯数据,进行极坐标绘图:数据第一列为角度(单位为°),第二列为电平值(单位为dB)。 3.使用时将应用程序和数据放在matlab的路径中,比如work文件夹下。 4.对于用不同matlab版本生成的exe文件,其运行环境MCR版本也会有不同,这里分别给出了2007a和7.01的应用程序。如使用其他版本,请单独安装2007a或者7.01版本的MCRInstaller.exe
Fuzzy-trigonometric-functionCPPcode
- Fuzzy trigonometric function C++code
myhuffmansrc
- 本代码提供一种非常简单且快速的哈夫曼编码方法。-hufman
source_code_sfvfno
- 成功实现计算XFOiEZ算法的程序,本人测试已经通过,性能已基本达到XFOiEZ算法的性能,需要MATLAB 2009b环境运行,如有问题,欢迎讨论 -The successful implementation of the program to calculate XFOiEZ algorithm, I have passed the test, need MATLAB2009b operating environment, any questions, please contact me
qfczwwkw
- 常用计算机程序进行压缩编码的matlab实现。包括:DM编码、变换编码(temp)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程,性能已经达到temp1算法。-A common computer program for the compression of encoding Matlab implementation. Including: DM encoding, encoding transform ( WmKOgz ), arithmetic enco
My-Documents
- c语言代码,主要的功能是完成一些小算法,比较简单通用,可供初学者参考,研究,学习;-c language code, the main function is to complete some small algorithms, relatively simple and universal reference for beginners, research, learning, hope you have some useful
The-shortest-path-bellman-ford
- 在实际问题中,边的权值一般以正权的形式出现,但是很多情况下负权也是存在的。这个时候,最短路径不一定存在。我们无法得到像dijkstra算法那样时间复杂度较低的算法,但是,仍然可以用bellman-ford迭代算法去解决问题。 bellman-ford算法是迭代算法,它不像dijkstra算法,按照一定的顺序直接算出每个点的距离值,而是不断地修改每个点的当前最小距离值,直到求出真正的最短距离为止。 -In practical problems, the edge weight is gen
ga
- 遗传算法的简单实例,使用性大,简单易懂,针对初学者,可以直接用。-Examples of simple genetic algorithm, using a large, easy to understand for beginners, can be used directly.
