搜索资源列表
-
0下载:
A Practical Introduction to Data
Structures and Algorithm Analysis 一书的java源代码。对算法学习有非常高参考价值。-A Practical Introduction to Data Structur es and Algorithm Analysis of a book java source code. Learning algorithm to a very high reference value.
-
-
0下载:
算法分析实验 java实现:
有:
公约数
合并算法 字符排序
快速排序
马踏棋盘问题
马踏棋盘问题(文本做法)
折半查找
最大子段和-algorithm analysis experiments java achieved : : Convention few characters sorting algorithm with Quick Sort horse riding horse riding chessboard problems chessboard
-
-
0下载:
算法分析的多边形游戏,通过算法实现多边形之间数字的计算-algorithm analysis of the polygon games, polygon between algorithm calculates the number of
-
-
0下载:
分治法寻找最接近点对,内附测试文件,算法分析与设计作业-Partition method to find the most close point ,Enclosed test files, the algorithm analysis and design work
-
-
0下载:
棋盘覆盖问题,java描述求解算法,算法分析与设计-Board cover problem, java solving algorithm descr iption, algorithm analysis and design
-
-
0下载:
java版数据结构和算法分析教程--英文版本,很多东西值得大家去学习。-java version of the data structure and algorithm analysis course- the English version, a lot of things worth learning.
-
-
0下载:
Java Edition Data Structures and Algorithm Analysis:Java版数据结构和算法分析资料!-Java Edition Data Structures and Algorithm Analysis: Java version of the data structure and algorithm analysis of information!
-
-
0下载:
算法分析与设计中的最大团问题,程序给出了详细的说明,下载可以直接运行-Algorithm analysis and design of the maximum clique problem, the program gives a detailed descr iption, download can be run directly
-
-
0下载:
经典的算法分析与设计课程中的棋盘覆盖问题,java代码,具有很高的参考价值-Classical algorithm analysis and design course covering the board, java code, with a high reference value
-
-
0下载:
数据结构与算法分析 计算读入和写进文件的次数-A Practical Introduction to Data
Structures and Algorithm Analysis
-
-
0下载:
数据结构与算法分析之线性表操作之插入排序求长度-A Practical Introduction to Data
Structures and Algorithm Analysis
introduction to a list
-
-
0下载:
数据结构与算法分析 -第三版 全部数据结构的源码 欢迎下载-A Practical Introduction to Data
Structures and Algorithm Analysis
-
-
0下载:
算法分析与设计例子:可以完整运行+详细说明:若给定n个整数组成的序列a1,a2,a3,……an,求该序列形如ai+ai+1+……+an的最大值。-Examples of Algorithm Analysis and Design: You can run+ full details: If a given sequence of n integers a1, a2, a3, ... ... an, find the sequence of the form ai+ ai+1+ ... ...+
-
-
0下载:
Java已经成为了编程语言的骄子。我们可以看到,越来越多的大学在教授数据结构、程序设计和算法分析等课程时,选择以Java语言为载体。这本<Java编程思想>赢得了全球程序员的广泛赞誉,即使是最晦涩的概念,在Bruce Eckel的文字亲和力和小而直接的编程示例面前也会化解于无形。-Java programming language has become the pride. We can see that more and more universities in the teach
-
-
0下载:
Java编程思想 Java已经成为了编程语言的骄子。我们可以看到,越来越多的大学在教授数据结构、程序设计和算法分析等课程时,选择以Java语言为载体。-Java programming thought the programming language Java has become the pride. We can see that more and more universities in the teaching of data structures, program design and
-
-
0下载:
算法分析与设计 最大团问题 G的最大团是指G中所含顶点数最多的团。
无向图的最大团和最大独立集问题都可以看作是图G的顶点集V的
子集选取问题可以用回溯法在O(n*(2^n))时间内解决。-Algorithm analysis and design problem G, the biggest group the biggest group is the maximum number of vertices of G contained in the group. Undirect
-
-
0下载:
算法分析与设计经典问题,用分治法求最近点对,并与蛮力法做对比-Classical algorithm analysis and design problems with the divide and conquer method for the last point, and compared with the brute force method to do
-
-
0下载:
n后问题演示程序,算法分析与设计,递归算法-N queen problem demonstration program, the algorithm analysis and design, recursion algorithm
-
-
0下载:
最长公共子序列演示程序,算法分析与设计,动态规划算法-The longest public son sequence demo, the algorithm analysis and design, dynamic programming algorithm
-
-
0下载:
用简单明了的方式描述了KMP算法的原理实现及推理过程,另外文档中还附加了算法的java实现及算法优缺点评析-KMP Algorithm analysis
-