资源列表
Backtracking-method
- 分派问题: 给n个人分派n件作业, 把工作j分派给第i个人的成本为cost(i, j), 设计、编程、测试回溯算法, 在给每个人分派一件不同工作的情况下使得总成本最小-Distribution: distribution of n to n personal job, the job j is assigned to the i-th individual cost cost (i, j), design, programming, testing backtracking algorithm,
CHAP9_3
- 二质量伺服系统的Simulink仿真程序-Quality servo system in Simulink simulation program
Time-domain-analysis
- 离散系统的时域分析以及用MATLAB实现。-Discrete systems with time-domain analysis using MATLAB.
CHAP9_2
- 三环PID控制的Simulink仿真程序-Tricyclic PID control Simulink simulation program
tftb2002toolbox
- matlab时频分析数据包,用于信号分析处理-matlab time-frequency analysis data packets for signal analysis and processing
Algorithm-design
- 进行多段图的动态规划算法设计,编写程序并运行-More of the map dynamic programming algorithm design, programming and run
Particle-Swarm-Optimization-PDF
- 粒子群优化算法的PDF文件 内容丰富 生动 有实例 参数分析 -Particle Swarm Optimization PDF file content rich and vivid instance parameter analysis
source-code-for-Genetic-algorithm
- 该遗传算法源代码的设计是求最大值,其中的目标函数只能取正值,且函数值和个体的适应值之间没有区别。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。-The source code of the genetic algorithm is designed to seek the objective function of the maximum value, wherein only a positive value, and there is no difference
songchi
- 超松弛迭代算法用于线性规划中求解最优解,而且属于近似算法。-Over-relaxation iterative algorithm for solving linear programming optimal solution, but also belongs to the approximation algorithm.
MFXDMA
- 多重分形趋势互 分析法(MF-DCCA)方法可以用来量化这种交叉相关,例如 MF-选区基于趋势波动分析方法(MF-X-DFA)。-The multifractal trend analysis of each method (MF-DCCA) method can be used to quantify this cross-correlation, such as MF-constituency based on detrended fluctuation analysis (MF
Histogram-matching
- Histogram Matching(Image processing) the Algorithm Properties: - User can insert his/her desired histogram -user can input the desired Colored/Gray Scaled Image -Original/Enhanced Image Their histogram and transfer function are displayed -all
mapcoloring
- 已知中国地图,对各省进行着色,要求相邻省所使用的颜色不同,并保证使用的颜色总数最少。地图采用数据结构中无向图的存储结构存储,中国的三十四个省为三十四个节点,若两省相邻则存在一条边。任选一个节点作为初始节点开始着色,与其不相邻的边涂为相同颜色,然后再未涂色的节点中任选一节点重复上述步骤,直到所有节点均涂上色为止。-Known map of China, the provinces colored neighboring Province, the colors used, and to ensu
