-
-
Microsoft Excel 2019
... 书号: 1509307699
ISBN-13 书号: 9781509307692
Edition 版本: 1
Release Finelybook 出版日期: 2018-11-30
pages 页数: (864 )
$49.99
Conquer Microsoft Excel 2019–from the inside out!
Dive into Microsoft Excel 2019–and really put your spreadsheet expertise to work. This ...
-
Modern Big Data Processing with Hadoop
... Apache Hadoop ecosystem and an overview of the architectural patterns pertaining to the popular Big Data platform
· Conquer different data processing and analytics challenges using a multitude of tools such as Apache Spark, Elasticsearch, Tableau and ...
-
-
c语言实快速排序算法 quicksort
... log n)次比较。在最坏状况下则需要Ο(n2)次比较,但这种状况并不常见。事实上,快速排序通常明显比其他Ο(n log n) 算法更快,因为它的内部循环(inner loop)可以在大部分的架构上很有效率地被实现出来。
快速排序使用分治法(Divide and conquer)策略来把一个串行(list)分为两个子串行(sub-lists)。
算法步骤:
1 从数列中挑出一个元素,称为 “基准”(pivot),
2 重新排序数列,所有元素比基准值小的摆放在基准前面,所有元素比基准值大的摆在基准的 ...
-
-
kali-linux-network-scanning-cookbook-2nd.pdf【高清文字版】【带书签】
... based on version 2016.2. It will enable you to conquer any network environment through a range of network scanning techniques ... utilize the arsenal of tools available in Kali Linux to conquer any network environment. The book offers expanded coverage of ...
-
java算法大全源码包.zip
... 使用直接插入排序算法排序;随着增量逐渐减少,每组包含的关键词越来越多,当增量减至1时,整个文件恰被分成一组,算法便终止。
(6)归并排序
建立在归并操作上的一种有效的排序算法,该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。将已有序的子序列合并,得到完全有序的序列;即先使每个子序列有序,再使子序列段间有序。若将两个有序表合并成一个有序表,称为二路归并。时间复杂度O(n log n) 。
( ...
-
-
Android代码-PlanetCon
... same device.
Players start with a planet that produces a number of ships each turn, and they can send fleets of ships in order to conquer other planets, with the final objective of conquering the whole galaxy, or to produce more ships than the opponents
-
-