Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - graph algorithms
Search - graph algorithms - List
DL : 0
图论的算法与程序设计 电子书_学科_计算机-Graph Theory Algorithms and Programming computer e-books _ disciplines _
Date : 2025-12-25 Size : 5.05mb User : refine

本书介绍了图的各种搜索算法,还有源代码,是很好的一本书-This book introduces a variety of graph search algorithms, as well as source code, is a very good book.
Date : 2025-12-25 Size : 11.31mb User : 星星

这是我积累了好久的算法,各种经典算法都有,搜索,图论,排序等-This is what I have accumulated for a long time of the algorithm, there are a variety of classical algorithms, search, graph theory, sorting, etc.
Date : 2025-12-25 Size : 86kb User : 星星

图论算法及其实现 许多学生在学习图论时,都迫切地想知道如何用程序实现图论中的算法,以及如何将这些算 法思想用来求解实际问题。而市面上侧重于用程序实现图论算法、并通过例题阐述图论算法思想 -Graph Theory and Its Implementation Algorithm for a number of students in learning graph theory, they urgently want to know how to program the algorithm in graph theory, and thinking of how these algorithms will be used to solve practical problems. And the market focused on the use of procedures to achieve graph theory algorithms, and through the example of graph theory algorithm for thinking
Date : 2025-12-25 Size : 5.12mb User : sinkangel

本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。 本书内容广博权威,结构清晰合理,是一本全新的有关数据结构与算法的教材,对于计算机科学与工程领域的从业人员也是一本很好的参考书。-Book in a brief review of basic C++ programming concepts, based on a comprehensive and systematic introduction to the queue, stack, tree, graph, and other basic data structures, as well as greedy algorithms, divide and conquer algorithm, branch and bound algorithm and other algorithm methods, data structures and algorithms for the continued study and research laid a solid foundation. More valuable, the book not only introduces the theory of knowledge, but also provides more than 50 application examples and more than 600 Road exercises. Broad authority of the book content, a clear structure is reasonable, is a new data structure and algorithm related materials, computer science and engineering for practitioners in the field is also a good reference book.
Date : 2025-12-25 Size : 11.23mb User : tqiuxia

C++图算法的PDF书籍,对于学习图算法来说是比较好的,里面有网络流知识。-C++ graph algorithms PDF books, graph algorithm for learning is good, there are networks of knowledge flows.
Date : 2025-12-25 Size : 16.09mb User :

本书收集了当前国内几本比较流行的数据结构算法书中的算法,在Visual C++6.0平台上将其编写成可以直接运行的程序。对有些算法,还给出了多种程序设计方案实现,以迅速提高程序员的算法与程序设计能力。   本书遵循数据结构算法书中的体系,将全书分为九章对应之,以便阅读。它们是:顺序存储结构的表、堆栈和队列,链式存储结构的表、堆栈和队列,数组、串和广义表,递归,树和二叉树,图,排序,查找,文件。本书的光盘中含有108个完整的程序源代码、可执行文件。本书适合于想要通过编程实例学习数据结构的C++程序员,也可以作为高校师生学习计算机编程与数据结构的参考书,尤其适合报考计算机软件专业研究生的人员与参加信息奥赛班学习的人员参考。 -This book has collected some of the more popular current internal data structure algorithm algorithms book, the Visual C++6.0 platform will be written into their direct running. For some algorithms, also gives the design to achieve a variety of procedures to quickly improve the programmer s algorithms and programming skills. This book follows the book s system data structure algorithms, the book is divided into nine chapters corresponding to read. They are: the order of the storage structure of tables, stacks and queues, linked storage structure of the tables, stacks and queues, arrays, strings and generalized form, recursive, tree and binary tree, graph, sort, search, document. Book, CD-ROM contains 108 full source code, executable file. Book for instance you want to learn data structures by programming the C++ programmers can also serve as college teachers and students to learn computer programming and data structures of reference, especially for graduate students registered for co
Date : 2025-12-25 Size : 8.99mb User : wyk

DL : 0
一本讲诉图论的算法书,保证看完后就是大神。-A complaint about the book on graph theory algorithms to ensure that after reading that great God.
Date : 2025-12-25 Size : 244kb User : liweitao

DL : 0
图算法,按照算法导论书上得来,简单易用。-Graph algorithms, according to the book Introduction to Algorithms, come on, easy to use.
Date : 2025-12-25 Size : 24kb User : ywwqgreat

DL : 0
ACM常用模板,对于搞ACM竞赛的同学有很大的帮助,上面整理了数论、图论、组合数学、计算几何等大部分算法和源码。-ACM commonly used templates, ACM contest for students engaged in a great help, finishing above the number theory, graph theory, combinatorial mathematics, computational geometry, and most other algorithms and source code.
Date : 2025-12-25 Size : 68kb User : caolq

数据结构:visual C6.0程序集。一份很好的数据结构课件,包括基本存储结构,图论,树,和各种的排序算法,查找算法,文件,和一些相应的算法思想!-Data structures: visual C6.0 assembly. A good data structure courseware, including basic storage structures, graph theory, trees, and a variety of sorting algorithms, search algorithms, files, and the corresponding algorithm thought!
Date : 2025-12-25 Size : 4.69mb User : pushi

《游戏人工智能编程案例精粹》主要讲述如何使游戏中的角色具有智能的技术。书中首先介绍游戏角色的基本属性(包括速度、质量等物理属性)及常用数学方法。接着,深入探讨游戏智能体状态机的实现。通过简单足球游戏实例,《游戏人工智能编程案例精粹》给出用状态机实现游戏AI的例子。在图论部分,《游戏人工智能编程案例精粹》详细介绍图在游戏中的用途及各种不同的图搜索算法,并用一章的篇幅讨论了游戏中路径规划是如何完成的。此外,《游戏人工智能编程案例精粹》还对目标驱动的智能体的实现、触发器与模糊逻辑在游戏中的运用进行了讨论。为使智能体行为更加丰富、灵活、易于实现,《游戏人工智能编程案例精粹》还介绍了游戏脚本语言的优点,并以Lua脚本语言为例进行了说明。-" Game Artificial Intelligence Programming Case essence" , focuses on how to make the characters in the game with intelligent technology. The book first introduces the basic attributes of the game characters (including the speed, quality, and other physical attributes) and commonly used mathematical methods. Then, depth game agent realization of the state machine. Instance through a simple football game, the game artificial intelligence programming case the essence of the game AI examples given state machine. Part in graph theory, game artificial intelligence programming case essence " detailed diagram of purpose in the game, and a variety of graph search algorithms, and discuss the game path planning is completed with a chapter. In addition, the game artificial intelligence programming case essence " the realization of the goal-driven agents trigger fuzzy logic game discussion. Agent behavior more rich, flexible, and easy to implement, game artificial intelligence prog
Date : 2025-12-25 Size : 14.76mb User : 白栋天

《算法精解:C语言描述》是数据结构和算法领域的经典之作,十余年来,畅销不衰!《算法精解:C语言描述》共分为三部分:第一部分首先介绍了数据结构和算法的概念,以及使用它们的原因和意义,然后讲解了数据结构和算法中最常用的技术——指针和递归,最后还介绍了算法的分析方法,旨在为读者学习《算法精解:C语言描述》打下坚实的基础;第二部分对链表、栈、队列、集合、哈希表、堆、图等常用数据结构进行了深入阐述;第三部分对排序、搜索数值计算、数据压缩、数据加密、图算法、几何算法等经典算法进行了精辟的分析和讲解。-" Fine solution algorithm: C language description" is a classic in the field of data structures and algorithms, more than ten years, sold briskly! " Fine solution algorithm: C language description" is divided into three parts: The first part introduces the concept of data structures and algorithms, as well as the causes and significance of using them, and then explain the data structures and algorithms most commonly used technique- Pointer and recursion, and finally introduced the analysis algorithm designed for readers to learn " fine solution algorithm: C language description" lay a solid foundation second part lists, stacks, queues, sets, hash tables, heap, Figure other commonly used data structures deeply elaborated third part of the sorting, searching numerical calculation, data compression, data encryption, graph algorithms, geometric algorithms and other classic algorithm incisive analysis and explanation.
Date : 2025-12-25 Size : 7.89mb User : 李志轩

DL : 0
数据结构与算法一书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法。-Data structures and algorithms in a brief review of the basic concept of c++ program design, on the basis of comprehensively systematically introduces the queue, stack, tree, graph, such as basic data structures, as well as the greedy algorithm, divide and conquer algorithm, branch and bound algorithm and other algorithms design method.
Date : 2025-12-25 Size : 15.19mb User : dotfly

《算法竞赛入门经典》是一本算法竞赛的入门教材,把C/C++语言、算法和解题有机地结合在了一起,淡化理论,注重学习方法和实践技巧。全书内容分为11章,包括程序设计入门、循环结构程序设计、数组和字符串、函数和递归、基础题目选解、数据结构基础、暴力求解法、高效算法设计、动态规划初步、数学概念与方法、图论模型与算法,覆盖了算法竞赛入门所需的主要知识点,并附有大量习题。书中的代码规范、简洁、易懂,不仅能帮助读者理解算法原理,还能教会读者很多实用的编程技巧。另外,书中包含的各种开发、测试和调试技巧也是在传统的语言、算法类书籍中难以见到的。- Algorithms Algorithms Primer is a primer on algorithmic competitions. It combines C/C++ language, algorithms and problem solving together, dilute theory, focus on learning methods and practical skills. The book is divided into 11 chapters, including the introduction of programming, loop structure programming, array and string, function and recursion, the basis of topics selected, data structure, violent solution, efficient algorithm design, dynamic programming, mathematical concepts and Methods, graph theory models and algorithms, covering the algorithm contest entry required the main knowledge points, with a large number of exercises. The book code specification, simple, easy to understand, not only to help readers understand the principles of the algorithm, but also to teach the reader a lot of practical programming skills. In addition, the book contains a variety of development, testing and debugging skills are also in the traditional language, algorithm books are difficult to see
Date : 2025-12-25 Size : 37.46mb User : LeoLie
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.