搜索资源列表
-
0下载:
编译原理中的用VC实现了算富优先分析算法,本程序可以实现简单的表达式分析求结果。-Compilation Principle of a balance with VC priority rich analysis algorithm, the process can be achieved for a simple analysis of the results of expression.
-
-
0下载:
这是一个算法设计与分析课程的实验,对曼彻斯特乘法链进求最有运算顺序的源码。由本人自行编写,希望和大家交流与分享。-This is an algorithm design and analysis of the experimental program, the multiplication of Manchester into the demand chain operations in order to source the most. Prepared by me on their own,
-
-
0下载:
实对称正定矩阵LDL^分解,其中L为单位下三角矩阵,D为对角阵-A recursive algorithm for calculating the eigenvalues of a real symmetric matrix based on LDLT decomposition is given.
With this algorithm, the number of eigenvalues of a real symmetric matrix in the given interval c
-
-
0下载:
实现数值分析中的一些基本算法,Jacobi、Gauss、Gauss-Seidel、拉格朗日插值以及列主元高斯消去发等-Some of the basic algorithm in numerical analysis
-
-
0下载:
MergeSortL_AND QuickSort,计算机算法设计与分析中的链表的归并排序算法和快速排序算法-MergeSortL_AND QuickSort, linked list merge sort algorithm in the design and analysis of computer algorithms, and fast sorting algorithm
-
-
0下载:
给定一个上下文无关文法,根据算法设计一个程序,求文法中每个非终结符的 FirstVT 集和LastVT 集。依据文法和求出的相应FirstVT和 LastVT 集生成算符优先分析表。-Given a context-free grammar, algorithm design a program, find a grammar for each nonterminal the FirstVT the set and LastVT set. The basis the generated oper
-
-
0下载:
是通过模拟狼群觅食行为而发展起来的一种基于群体协作的随机搜索算法。
分析比较了多种捕食方式和羊群逃逸方式的效率和特点。-Is a random search algorithm developed by the foraging behavior of analog wolves based group collaboration. The analysis and comparison of the efficiency and characteristics of a predatory
-
-
0下载:
有重复元素的排列问题(王晓东,算法设计与分析)-Repeat the arrangement of elements (Wang Xiaodong, algorithm design and analysis)
-
-
0下载:
主元素问题的线性阶算法(王晓东,算法设计与分析)-The main elements of the problem (Wang Xiaodong, algorithm design and analysis)
-
-
0下载:
Apriori[1] is a classic algorithm for frequent itemset mining and association rule learning over transactional databases. It proceeds by identifying the frequent individual items in the database and extending them to larger and larger item sets as lo
-
-
0下载:
编译原理中的词法分析,其中的预测分析算法实现-Compiler theory lexical analysis, predictive analysis algorithm which
-
-
0下载:
The project I’m working on is based on the paper <A Highly Parallel Reuse Distance Analysis Algorithm on GPUs>. The paper is focus on the analysis of memory access behavior of different programs.
-
-
0下载:
实矩阵的svd算法,附svd算法的理论分析。-svd algrithmReal matrix svd algorithm, with a theoretical analysis of svd algorithm
-
-
0下载:
斐波那契数列的递归算法实现的源代码,计算机算法设计与分析作业1-Fibonacci series recursive algorithm source code, design and analysis of computer algorithms operating 1
-
-
0下载:
利用c语言实现计算机算法分析与设计课程中的随机数值算法,其中包括随机算法类,以及随机模拟的过程!-Using c language computer algorithm analysis and design courses random numerical algorithms, including stochastic algorithm class, as well as the process of stochastic simulation
-
-
0下载:
算法设计与分析中邮局选址问题。
select(int[] array, int begin, int end, int middle)将n个输入元素划分成n/5个组,每组5个
元素,只可能有一个组不是5个元素。用任意一种排序算法,将每组中的元素排好序,并取出每组的中
位数,共n/5个。找出这n/5个元素的中位数。如果n/5是偶数,就找它的2个中位数中较大的一个。
以这个元素作为划分基准。在调用时,只需要将middle参数传入array.length/2就能找到整个数组中的
-
-
0下载:
算法设计与分析中背包问题。
首先将最优解矩阵的第一行和第一列均赋值为0;然后从上至下、从左至右依次计算m[i][j]的值,如果第i个物品
的重量大于j的值,即第i个物品不放入背包中,则将m[i][j]赋值为m[i-1][j],否则取第i个物品放入背包和不放入背
包所得价值的最大值;最后从后往前计算最优解向量的值,如果m[i][j]=m[i-1][j],则将x[i]赋值为0,否则将x[i]
赋值为1,并将j减去第i个物品的重量。-The knapsack problem al
-
-
0下载:
Mark ALLEN Weiss的著名书籍数据结构与算法分析里面的源代码,包括基本的数据结构,如链表、栈、队列、堆、树、AVL树、红黑树、各种排序算法.-Mark ALLEN Weiss' s famous book data structure and algorithm analysis inside the source code, including basic data structures such as linked lists, stacks, queues, heap,
-
-
0下载:
本程序实现了排序排序算法,对于学习数据结构与算法分析的同学有一定参考价值!-This procedure realized the sort of sorting algorithm, for learning data structure and algorithm analysis of the students have a certain reference value!
-
-
0下载:
本程序实现了排序排序算法,对于学习数据结构与算法分析的同学有一定参考价值!-This procedure realized the sort of sorting algorithm, for learning data structure and algorithm analysis of the students have a certain reference value!
-