资源列表
prestress2dto3d
- 二维坐标转化为三维坐标,常用于预应力钢筋位置确定(Two dimensional coordinates are transformed into three dimensional coordinates, which are commonly used to determine the position of prestressed reinforcement)
NSGA2算法源代码
- nsga2,多目标遗传算法,从别处搜索而来,非matlab(nsga2 no matlab, just for c, that's all)
GeneticAlgorithm
- 使用传统的遗传算法解决0-1背包问题,其中使用的是轮盘选择、最简单的随机交叉变异(Using traditional genetic algorithm to solve the 0-1 knapsack problem)
Sort
- 主流O(n^2)和O(n*logn)的排序算法的实现和部分算法的优化。以及算法的性能测试。可以很直观的展现算法性能和实现过程。(The implementation of the sorting algorithm for the mainstream O (n^2) and the O (n*logn) and the optimization of some algorithms. And the performance test of the algorithm. It can show
Three-methods-for-VRP
- 包括遗传算法,构建法和改进法在内的3种方法实现VRP问题。供初学者学习和参考(3 methods, including genetic algorithm, construction method and improved method, are used to realize the VRP problem. For beginners to learn and refer to)
MATLAB-floyd
- Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。(The Floyd algorithm, also called the Freud algorithm and the insertion point method, is an algorithm for finding the shortest path between the vertices in a given weighted graph.)
gan
- 对抗网络的基本代码,实现了两种gan,包括了网络架构,损失函数的定义(Two kinds of Gan are implemented against the basic code of the network)
new code
- unix based matlab builder
Assignment
- Mathematics and Computing for Control matlab
matlab-files
- Matlab code for Book "Frank Gross-Smart Antennas with MATLAB-McGraw-Hill Professional (2015)"
SVM-KMExample
- svm-km 例子,关于svm-km工具箱的使用方法及例子(svm-km example, methods and examples of the use of the svm-km toolbox.)
onlyone
- 用PB写的一个解数独的算法,录入数独题型即可快速得到答案(A Sudoku algorithm written in PB)