Welcome![Sign In][Sign Up]
Location:
Search - Data Structures python

Search list

[Other resourcepython_code

Description: python源码,包含进程、多线程控制,客户端服务器模拟,数据结构等-python source, contains process, multi-thread control, client server simulation, data structures, etc.
Platform: | Size: 6701 | Author: zgd_fyx | Hits:

[Other resourceData_StructuresPython

Description: Data Structures And Algorithms With Object-Oriented Design Patterns In Python (2003) source code and html file-Data Structures And Algorithms With Objec t-Oriented Design Patterns In Python (2003) so urce code and html file
Platform: | Size: 3624675 | Author: 徐昉 | Hits:

[source in ebookpython_code

Description: python源码,包含进程、多线程控制,客户端服务器模拟,数据结构等-python source, contains process, multi-thread control, client server simulation, data structures, etc.
Platform: | Size: 6144 | Author: zgd_fyx | Hits:

[OtherData_StructuresPython

Description: Data Structures And Algorithms With Object-Oriented Design Patterns In Python (2003) source code and html file-Data Structures And Algorithms With Objec t-Oriented Design Patterns In Python (2003) so urce code and html file
Platform: | Size: 3623936 | Author: 徐昉 | Hits:

[source in ebookPython

Description: Python 数据结构与算法 英文版-Python data structures and algorithms in English
Platform: | Size: 3411968 | Author: wu | Hits:

[Data structsPythonDataStructuresandAlgorithms

Description: python 数据结构与算法的电子文档。-electronic documents of python data structures and algorithms.
Platform: | Size: 3411968 | Author: 王凌 | Hits:

[OtherPython.Algorithms.pdf

Description: python的算法书,挺好的,可以下来看看,英文文字版的-Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it also gives a solid understanding of fundamental algorithmic problem-solving techniques. The book deals with some of the most important and challenging areas of programming and computer science, but in a highly pedagogic and readable manner. The book covers both algorithmic theory and programming practice, demonstrating how theory is reflected in real Python programs. Well-known algorithms and data structures that are built into the Python language are explained, and the user is shown how to implement and evaluate others himself. What you’ll learn Transform new problems to well-known algorithmic problems with efficient solutions, or show that the problems belong to classes of problems thought not to be efficiently solvable. Analyze algorithms and Python programs both using mathemat
Platform: | Size: 3155968 | Author: haha | Hits:

[OtherPython-Algorithms-

Description: python算法教程,数据结构和算法实例在python下的应用范例-tutorial of python algorithms, data structures and algorithms instance application examples in python
Platform: | Size: 2603008 | Author: 江离 | Hits:

[VC/MFCods-python

Description: Open Data Structure. The goal of this project is to free undergraduate computer science stu- dents from having to pay for an introductory data structures book
Platform: | Size: 1250304 | Author: Shoaib Bhatti | Hits:

[OtherData-Structures-and-Algorithms-with-Python-Spring

Description: This textbook explains the concepts and techniques required to write programs that can handle large amounts of data efficiently. Project-oriented and classroom-tested, the book presents a number of important algorithms supported by examples that bring meaning to the problems faced by computer programmers. The idea of computational complexity is also introduced, demonstrating what can and cannot be computed efficiently so that the programmer can make informed judgements about the algorithms they use. Features: includes both introductory and advanced data structures and algorithms topics, with suggested chapter sequences for those respective courses provided in the preface provides learning goals, review questions and programming exercises in each chapter, as well as numerous illustrative examples offers downloadable programs and supplementary files at an associated website, with instructor materials available the author presents a primer on Python for those a different language background.-This textbook explains the concepts and techniques required to write programs that can handle large amounts of data efficiently. Project-oriented and classroom-tested, the book presents a number of important algorithms supported by examples that bring meaning to the problems faced by computer programmers. The idea of computational complexity is also introduced, demonstrating what can and cannot be computed efficiently so that the programmer can make informed judgements about the algorithms they use. Features: includes both introductory and advanced data structures and algorithms topics, with suggested chapter sequences for those respective courses provided in the preface provides learning goals, review questions and programming exercises in each chapter, as well as numerous illustrative examples offers downloadable programs and supplementary files at an associated website, with instructor materials available the author presents a primer on Python for those a different language background.
Platform: | Size: 8652800 | Author: reza | Hits:

[Otherfluent-python

Description: PYTHON入门,实用功能介绍,亚马逊五星书籍-Python’s simplicity lets you become productive quickly, but this often means you aren’t using everything it has to offer. With this hands-on guide, you’ll learn how to write effective, idiomatic Python code by leveraging its best—and possibly most neglected—features. Author Luciano Ramalho takes you through Python’s core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time. Many experienced programmers try to bend Python to fit patterns they learned other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3. This book covers: • Python data model: understand how special methods are the key to the consistent behavior of objects • Data structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode age • Functions as objects: view Pyth
Platform: | Size: 11824128 | Author: xiong | Hits:

[OtherData-Structures-in-Python

Description: Python的数据结构和算法,对于想深入学习Python的人很有用-Data Structures and Algorithms in Python
Platform: | Size: 8087552 | Author: 王东风 | Hits:

[OtherData Structures and Algorithms in Python.pdf

Description: data structures and algos
Platform: | Size: 5743616 | Author: b89d56c8 | Hits:

[Other01.笨办法学Python 第3版 中文(带书签)

Description: 入门书籍,笨办法学python,本书带书签,是一本很好的入门学习教材.这本书里面有:1. 源于代数的,抽象和组合的思维。2. 命令式的,分治和递归的思维。3. 面向对象的模块化思维。4. 一些应用(游戏,web)其续集(more python)还包括:1. 常见数据结构:链表,哈希,树,以及相关的遍历,排序。2. 更复杂的模型,比如fsm,parser。3. 一些sql的知识。4. 一些应用,比如cli工具。国内大部分编程书,照本宣科,恨不得写成编程语言的文档。又有什么用,读者还是不会用编程语言来表达,思考和解决问题。拥有一些思想,比起文档式的教程,高到不知道哪里去了。(Introductory books, clumsy law python, book with bookmarks, is a good entry learning textbook. This book contains: 1. from algebra, abstract and combined thinking. 2. commanding, dividing, and recursion. 3. object oriented modular thinking. 4., some applications (games, web) more Python also include: 1., common data structures: linked list, Hashi, tree, and related traversal, sorting. 2. more complex models, such as FSM, parser. 3. some knowledge of SQL. 4. some applications, such as cli tools. Most of the domestic programming book, written language would not echo what the books say, document. The reader will not use the programming language to express, think and solve the problem. There are some ideas, rather than a document - style tutorial, so high as not to know where to go.)
Platform: | Size: 893952 | Author: mangooo | Hits:

[Internet-NetworkData Structures and Algorithms Using Python

Description: Data Structures and Algorithms Using Python 作者: Rance D. Necaise 出版社: Wiley 出版年: 2010-12-21 页数: 520 装帧: Paperback ISBN: 9780470618295 越来越多的程序员转向使用Python,这本书将会给他们他们所需要的理解。 Necaise介绍了基本的数组结构,并探讨了实现和使用多维数组的基本原理。 覆盖了许多Python内置数据结构和构造的基本机制。 在本书中讨论了许多ADT和应用程序,以便在引入新的数据结构时允许多个实现。 还介绍了各章节主题的实际应用。 这为程序员提供了Python语言中抽象和基本数据结构和算法的完整覆盖。(More and more programmers are turning to Python and this book will give them the understanding they need. Necaise introduces the basic array structure and explores the fundamentals of implementing and using multi-dimensional arrays. The underlying mechanisms of many of Python s built-in data structures and "constructs are covered. A number of ADTs and applications are discussed as threads throughout the book to allow for multiple implementations as new data structures are introduced. Real-world applications of the various chapter topics are also presented. This gives programmers complete coverage of abstraction and the basic data structures and algorithms in the Python language.)
Platform: | Size: 8684544 | Author: dasongjq | Hits:

[Windows Develop零基础Python入门课件和代码

Description: 书确实很不错,首先因为个人偏爱python,本书是用python描述,顿时感觉亲切很多。有人说python这种高级语言实现算法隐藏了很多细节,确实书中很多地方直接用到python bult-in的数据结构,如set dict list作为表达算法的载体,似乎不如c那么底层,但是从算法入门角度来讲,python语言因为清晰简练更适合用来描述算法轮廓,而且这也不是本讲数据结构的书,MIT的算法导论现在也开始用python来讲授恰好说明了这一点。(The book is really good, first because of the personal preference for Python, the book is described with Python, feeling a lot of kindness. Some people say that Python senior language algorithm hides many details in the book, indeed many places used directly on the data structure of Python Bult-in, such as set dict list algorithm as an expression vector, then the bottom seems to be better than the C algorithm, but from the entry point of view, because of the clear and concise language Python is more suitable to describe the algorithm of contour, and this is not a book about data structures, the introduction of MIT algorithm are now using Python to teach just illustrates this point.)
Platform: | Size: 47772672 | Author: aas33ss | Hits:

[Data structs数据结构与算法 Python语言描述_裘宗燕.pdf

Description: 数据结构与算法 Python语言描述_裘宗燕(Data structures and algorithms described in Python language _ Qiu Yan Zong)
Platform: | Size: 84224000 | Author: 双鱼织梦 | Hits:

[Mathimatics-Numerical algorithmsTensorflow 实战Google深度学习框架

Description: TensorFlow的一些样例代码。Tensor(张量)意味着N维数组,Flow(流)意味着基于数据流图的计算,TensorFlow为张量从流图的一端流动到另一端计算过程。TensorFlow是将复杂的数据结构传输至人工智能神经网中进行分析和处理过程的系统。(Tensor (Zhang Liang) means N dimension array. Flow (flow) means computation based on data flow graph. TensorFlow flows for Zhang Liang from one end of flow graph to the other end. TensorFlow is a system that transmissions complex data structures into artificial neural networks for analysis and processing.)
Platform: | Size: 12084224 | Author: zzzzz11 | Hits:

[BooksData Structures and Algorithms in Python

Description: data structures and algorithms in python
Platform: | Size: 5738496 | Author: Fifafofa | Hits:

[Data structs算法与数据结构(python版)(北大内部教材)

Description: 算法与数据结构,python版本的,北大内部教材(Algorithms and Data Structures, Python Version, Peking University Internal Textbook)
Platform: | Size: 8967168 | Author: FengQi957 | Hits:
« 12 »

CodeBus www.codebus.net