资源列表
CargoLoading
- Cargo loading problem for calculating the item weight and number and value
cvx
- cvx optimization with examples in array designing
chap_3
- 矩阵运算,适合初学者学习。包括矩阵函数矩阵分解特征值分析等-Matrix operations, suitable for beginners to learn. Including the matrix function matrix eigenvalue decomposition analysis, etc.
quicksort
- 采用c语言描述,实现快速算法,实现算法的最优化-Using c language to describe, fast algorithm,
Graph
- 图的大部分实现 图的深度优先周游 图的广度优先周游 由队列方式实现的拓扑排序 由深度优先搜索方式实现的拓扑排序 单源最短路径(Dijkstra算法) 每对顶点之间的最短路径(Floyd算法) 最小支撑树(Prim算法) 最小支撑树(Kruskal算法)-Figure most of the implementation diagram of the depth-first breadth-first tour travel map be achieved by the topological s
VC
- 数值计算 (各种数值计算方法及主要算法代码)-Numerical calculations (a variety of numerical methods and the main algorithm for code)
diedai
- 该算法有效解决了线形方程组的在计算机中的数值解法。对一般迭待进行了改进。误差小。收敛速度快-The algorithm solves linear equations in the computer numerical solution. Diego general improvements to be carried out. Little error. Faster convergence
Euclid
- 使用欧几里德算法求最大公倍数,内有欧几里德算法的步骤。-Euclid Algorithm
ccode
- c语言数值计算代码 简单有效程序 适用于初级入门者-c language code for numerical calculation is simple and effective procedure applies to junior beginners
matlab-youhua
- 本书以MATLAB 7.x软件为基础,系统讲解了MATLAB基本环境和操作方法;分章阐述了矩阵计算、数值计算、符号计算、数据可视化、数据分析、M文件编写、 Simulink仿真、句柄图形、图形用户界面、文件读写、MATLAB编译器、应用程序接口等内容;并结合相关的函数或命令,精心编写了一些具体的示例,充分说明了具体函数和命令的使用方法。 本书所带的光盘提供全部示例的源代码,可帮助读者更好地理解书中的内容并更快地掌握MATLAB的使用方法。 本书内容充实、篇幅紧凑,既可作为
matlab
- MATLAB从入门到精通(配套光盘) 本书以MATLAB 7.x软件为基础,系统讲解了MATLAB基本环境和操作方法;分章阐述了矩阵计算、数值计算、符号计算、数据可视化、数据分析、M文件编写、 Simulink仿真、句柄图形、图形用户界面、文件读写、MATLAB编译器、应用程序接口等内容;并结合相关的函数或命令,精心编写了一些具体的示例,充分说明了具体函数和命令的使用方法。 本书所带的光盘提供全部示例的源代码,可帮助读者更好地理解书中的内容并更快地掌握MATLAB的使用方法。
ACATSP
- 蚁群算法实现TSP旅行商问题并带图形输出-ant colony optimization algorithm for tsp