-
我的第一本算法书
说明: 本书采用大量图片,通过详细的分步讲解,以直观、易懂的方式展现了7个数据结构和26个基础算法的基本原理。第1章介绍了链表、数组、栈等7个数据结构;从第2章到第7章,分别介绍了和排序、查找、图论、安全、聚类等相关的26个基础算法,内容涉及冒泡排序、二分查找、广度优先搜索、哈希函数、迪菲 - 赫尔曼密钥交换、k-means 算法等。
本书没有枯燥的理论和复杂的公式,而是通过大量的步骤图帮助读者加深对数据结构原理和算法执行过程的理解,便于学习和记忆。将本书作为算法入门的第一步,是非常不错的选择。(This book uses a large number of pictures, through detailed step-by-step explanation, in an intuitive and easy to understand way to show the basic principles of 7 data structures and 26 basic algorithms. Chapter 1 introduces seven data structures such as linked list, array and stack; from Chapter 2 to Chapter 7, 26 basic algorithms related to sorting, searching, graph theory, security and clustering are introduced respectively, including bubble sorting, binary searching, breadth first search, hash function, Diffie Herman key exchange, K-means algorithm, etc.
This book does not have boring theory and complex formula, but through a large number of step diagrams to help readers deepen the understanding of data structure principle and algorithm execution process, easy to learn and remember. This book as the first step of the algorithm, is a very good choice.)
- 2021-03-31 19:19:06下载
- 积分:1
-
ppt
PPT模板,非常经典,适合计算机答辩时候用的啊,上课的情况下也可以用的啊(PPT templates, very classic, suitable for computer time used to reply, ah, the case of school can also use the ah)
- 2009-05-24 09:37:29下载
- 积分:1
-
airoptimaztion.rar
优化理论与技术在航空领域的应用。通过分析和讨论优化理论目前在航空公司收益管理、航班优化排班、机队规划、航班实时决策调度等业务中的应用,论
述了优化理论与技术在航空公司应用的实际效益,给出了应用的主要模型及流程。同时建议了优化理论在航空领域的其他研究方向。(optimization theory and technology in the field of aviation. Through analysis and optimization theory discussed in airline revenue management, flight scheduling optimization, fleet planning, Real-time decision-making flight scheduling operations, the application of optimization theory discussed with the airlines in the practical application of effective, given application model and the main flow. Optimization also proposed the theory in the field of aviation other research.)
- 2006-09-17 12:05:22下载
- 积分:1
-
hunbcssjps
华为培训教程,华为内部资料,非常值得一读的。(huawei training book, huawei inner book, it s worth reading.)
- 2009-04-12 11:53:38下载
- 积分:1
-
basic_filters
matlab滤波,包括平滑滤波、锐化滤波、高通滤波、低通滤波等各种方法(Matlab filtering, including smoothing filtering, sharpening filtering, high pass filtering, low-pass filtering and other methods)
- 2017-08-10 16:08:32下载
- 积分:1
-
外弹道测量数据处理
说明: 外弹道测量数据处理理论书籍pdf,很实用,内容全面对外场试验处理有指导作用(exterior ballistic data processing)
- 2021-03-13 15:09:24下载
- 积分:1
-
MATLAB.PDEtool
详细介绍了MATLAB求解偏微分方程的PDE工具箱。(PDEtool)
- 2009-12-23 00:53:54下载
- 积分:1
-
pans-slides
这是关于迁移学习的一个slides,介绍了当前迁移学习的一些进展和前沿工作。(This is a slides about migration learning. It introduces some progress and frontier work of current transfer learning.)
- 2017-06-19 15:53:22下载
- 积分:1
-
opening-system
说明: 操作系统课件 习题 ppt 和很好的课后习题答案(Operating system software ppt and good after-school exercises exercises answers)
- 2011-03-12 10:40:57下载
- 积分:1
-
book1
Solving NP-hard discrete optimization problems to optimality is often an immense
job requiring very ecient algorithms, and the B&B paradigm is one of
the main tools in construction of these. A B&B algorithm searches the complete
space of solutions for a given problem for the best solution. However, explicit
enumeration is normally impossible due to the exponentially increasing number
of potential solutions. The use of bounds for the function to be optimized combined
with the value of the current best solution enables the algorithm to search
parts of the solution space only implicitly.
- 2010-12-14 03:52:40下载
- 积分:1