资源列表
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.
shuJvJieGou
- 西工大ssd5数据结构题和答案,题不错的,好好做下,对人提高很大-NPU ssd5 data structure of questions and answers, the question is good, do good, improve
crox
- 矩形件最优排样的程序,用Visual C编写,在6.0下能正常运行。-Rectangular pieces Optimal Nesting program
rodrigues
- 3x1旋转向量可转化成3x3的正交单位矩阵.即向量与X,Y,Z的夹角。-rotation drigue
main
- 统计一篇文章中字母’a’~’z’(不分大小写)出现概率,对字母完成Huffman编码算法的设计与实现。-Statistics article in the letter ' a' ~ ' z' (case insensitive) probability of occurrence of the letter to complete Huffman coding algorithm design and implementation.
tu
- 数据结构课程中图的操作。 大学课程数据结构实验作业代码。自测通过。-Data structure curriculum drawing operation. Experimental data structure university course work code. Self-test passed.