-
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
-
我的第一本算法书
说明: 本书采用大量图片,通过详细的分步讲解,以直观、易懂的方式展现了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
-
Mcman
汪利宏mcml使用说明文档,包括如何设置光束参数等(WANG Li-hong mcml the use of documentation, including how to set the beam parameters, etc.)
- 2021-04-08 10:59:01下载
- 积分:1
-
AutoMorphicNu
判断一个数是否是自守数,华为机试题目之一。c++编写(isAutoMorphicNum the test by huawei)
- 2015-10-27 12:36:30下载
- 积分:1
-
JanErikSolem.ProgrammingComputerVision
说明: Programming Computer Vision with Python
by Jan Erik Solem
- 2019-02-06 15:40:06下载
- 积分:1
-
Deal_with_DLL
说明: 在AutoIt3中如何处理DLL库的教程(The AutoIt3 tutorial in how to deal with DLL)
- 2010-03-24 12:45:18下载
- 积分:1
-
PROGRAMMING-GEOPHYSICS
说明: 地球物理学中的C++编程,pdf版本的,经典书籍~(Geophysics in the C++ programming, pdf version of the classic book ~)
- 2010-04-27 14:57:31下载
- 积分:1
-
Intel
文中讲述了x86计算机的工作原理,设计与实现。(This paper describes the working principle of x86 computers, design and implementation.)
- 2010-03-10 09:43:10下载
- 积分:1
-
dragon-front-source
编译原理 龙书,内容非常不错,适合学习,大家尽管下载(Compilation Principle long book, very good fit study, even though everyone download)
- 2009-03-11 20:30:21下载
- 积分:1
-
about_ISO14443
iso14443的相关信息介绍。适合入门的朋友。(ISO14443 introduce the relevant information. Suitable for entry-friend.)
- 2007-12-16 19:34:41下载
- 积分:1