资源列表
quick-convex-hull
- 算法练习之:快速排序实现凸包算法。附有ppt进行详细说明。-Algorithm practice of: algorithm quicksort convex hull. With ppt be described in detail.
lianbiao
- 1.实现单链表的所有基本操作 2.编写主程序测试所有功能 3.实现循环链表的基本操作,并编写测试程序。 4.实现双向链表的基本操作,并编写测试程序。 -Single linked list of all basic operations to write the main program to test all functions 3. Achieve the basic operation of the circular linked list, and the prepara
相对定向Relative Orientation
- 相对定向.rar
JOB-SHOP-SCHEDULING
- 基于混合遗传算法问题车间调度优化(论文+源码),哈工大本科学生毕业论文,内有源码以及遗传算法和模拟遗传算法相关论文-Shop Scheduling with Genetic Algorithm
chengfahanshufa
- 惩罚函数法法,用于求解二维非线性方程的根,收敛速度快-Roots, convergence speed penalty function method method for solving the two-dimensional nonlinear equations
strassen
- Strassen要求阶n是2的幂,但这样的情况很少。对任一偶数n,总有 n=m*2k, 将矩阵分为m*m个的2k阶矩阵。小矩阵用Strassen相乘,大矩阵用传统算法。设计出偶数阶矩阵相乘的算法。 -Strassen requires order n is a power of 2, but this situation is seldom. On either an even number n, out of a total of n = m* 2k, the matrix is R
Seqlist
- 建立含有若干个元素的顺序表; 对已建立的顺序表实现插入、删除、查找等基本操作。 -Contains a number of elements in the order table established sequence table insert, delete, find basic operations.
hunhegaosi
- 针对智能交通系统中运动目标检测阶段存在的不足,提出了一种基于自适应混合高斯模型(GMM)的改进算法。-For the deficiencies of the intelligent transportation system moving target detection stage, an improved algorithm based on adaptive Gaussian mixture model (GMM).
ACM_gametheory
- 有关博弈论的算法源码,有爱者可以参考,内附带有OJ题目号,可以上网找到题目。-On game theory algorithms, a love can refer to, included with OJ topic number, you can find topics on the Internet.
LCS
- 最长公共子序列算法LCS实现。任意输入两个字符串,通过此算法可以找到最长的公共子序列的长度,并且输出全部的最长公共子序列。-The longest common subsequence algorithm LCS. Any two input strings, this algorithm can be found in the length of the longest common subsequence, and output the longest common subsequence.
datalab
- This is the answer for the Data lab: Manipulating Bits
Matlab_DataProcessing
- 数据处理——回归分析、主成分分析,二元回归分析、四元回归分析-The data processing--some methods for data processing.