搜索资源列表
-
0下载:
提供高质量的数据保护,防止数据未经授权的泄露和未被察觉的修改;
具有相当高的复杂性,使得破译的开销超过可能获得的利益,同时又要便于理解和掌握;
DES密码体制的安全性应该不依赖于算法的保密,其安全性仅以加密密钥的保密为基础;
实现经济,运行有效,并且适用于多种完全不同的应用。
-provide high-quality data protection to prevent unauthorized data disclosure an
-
-
0下载:
Strassen矩阵乘法算法 C++程序源码 V.Strassen在1969年发表了一个算法,将计算两个n阶方阵的乘积的时间复杂性降低到了o(nlog27),被誉为“在代数复杂性理论中最激动人心的结果”。该算法主要适用于方阵的乘法。-Strassen algorithm for matrix multiplication C++ program source V. Strassen published in 1969, an algorithm to compute the product of
-
-
0下载:
解线性方程组。算法是克拉默法则。其局限性在于时间复杂度高-Solving linear equations. Algorithm is the Cramer rule. Its limitations is the time of high complexity
-
-
0下载:
DFT与FFT算法复杂度比较,包括对数形式比较-DFT and the FFT algorithm order of complexity compares, compares including the logarithmic form
-
-
0下载:
该算法将实际问题通过非线性变换到高维的特征空间,在高维空间中构造线性判别函数,以替换原空间中的非线性判别函数,这样能保证机器有较好的推广能力,同时它巧妙地解决了维数问题,其算法复杂度与样本维数无关-The algorithm will be practical problems through the nonlinear transformation to high-dimensional feature space, in high-dimensional space in the struc
-
-
0下载:
pollard算法,用于求整数的一个因子,时间复杂度为O(n^1/4)-Pollard algorithm, used to seek an integer factor, the time complexity is O (n ^ 1/4)
-
-
0下载:
C++实现的牛顿插值算法:对于n个点的插值,产生多项式的时间复杂度是O(n*n),最终进行一个点的计算的时间复杂度是O(n)。-C++ realization of the Newton interpolation algorithm: For n of interpolation points, resulting in polynomial time complexity is O (n* n), the final calculation of a point of time comple
-
-
0下载:
Counting sort algorithm is a linear complexity algorithm. i programmed it using c# 2003.
-
-
0下载:
Dijkstra s algorithm.
Complexity : EllogV.
-
-
0下载:
1.实现时间复杂度为 Ο (nlg7) strassen矩阵乘法
2. 实现时间复杂度为 Ο(n3) 常规矩阵乘法
3. 能随机生成矩阵
4. 分析比较不同输入规模下的strassen算法与常规矩阵乘法的运行时间-1. To achieve the time complexity of Ο (nlg7) strassen matrix multiplication 2. To achieve the time complexity of Ο (n3) General matrix m
-
-
0下载:
此为一个程序合集,里面含有对随机输入的一组存放在数组中的数据进行逆序排列算法,并输出,算法精简,复杂度低,另附最值精简程序和统计数目程序-This is a program collection, which contains a set of random input stored in the data array arranged in reverse algorithm, and output, arithmetic simplification, the complexity of l
-
-
0下载:
LU分解在本质上是高斯消元法的一种表达形式。实质上是将A通过初等行变换变成一个上三角矩阵,其变换矩阵就是一个单位下三角矩阵。这正是所谓的杜尔里特算法(Doolittle algorithm):从下至上地对矩阵A做初等行变换,将对角线左下方的元素变成零,然后再证明这些行变换的效果等同于左乘一系列单位下三角矩阵,这一系列单位下三角矩阵的乘积的逆就是L矩阵,它也是一个单位下三角矩阵。
这类算法的复杂度一般在左右,对充分消元的分解则不然。
-LU decomposition is esse
-
-
0下载:
测试算法在不同规模下的时间复杂度,学会如何分析一个算法的时间复杂度;-Test algorithm under different time scale of complexity and learn how to analyze the time complexity of an algorithm
-
-
0下载:
The Rabin–Karp algorithm is a string searching algorithm created by Michael O. Rabin and Richard M. Karp in 1987 that uses hashing to find any one of a set of pattern strings in a text. For text of length n and p patterns of combined length m, its av
-
-
0下载:
The template of Range Minimum Query algorithm. The time complexity of this algorithm is O(N*logN).
-
-
0下载:
用三种方法实现最大公约数的求解。适用于算法的分析,分析三种算法的时间复杂度。-Three methods to achieve the greatest common divisor of the solution. Applicable to the analysis algorithm to analyze the time complexity of three algorithms.
-
-
0下载:
求小于等于n 的所有的素数,算法时间复杂度为O(根号下n)-Less than or equal n, find all the prime numbers, the algorithm time complexity is O (square root of the next n)
-
-
0下载:
哈弗曼编码的一个JAVA实现的算法,时间复杂度极低-Ha Fuman encoding a JAVA implementation of the algorithm, time complexity is very low
-
-
0下载:
高效率的產生不重複亂數洗牌演算法,經常用於隨機演算法,降低演算法的時間複雜度-Efficient generation does not repeat random number shuffling algorithm, often used for random algorithms to reduce the time complexity of the algorithm
-
-
0下载:
机器学习是一门多领域交叉学科,涉及概率论、统计学、逼近论、凸分析、算法复杂度理论等多门学科。专门研究计算机怎样模拟或实现人类的学习行为,以获取新的知识或技能,重新组织已有的知识结构使之不断改善自身的性能。
它是人工智能的核心,是使计算机具有智能的根本途径。(Machine learning is an interdisciplinary subject, involving probability theory, statistics, approximation theory, convex
-