搜索资源列表
Classic_Alogrithm_10_Book_EN
- 十部经典算法合集 .chm Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni PREFACE CHAPTER 1: INTRODUCTION CHAPTER 2: ARRAYS CHAPTER 3: STACKS AND QUEUES CHAPTER 4: LINKED LISTS CHAPTER 5: TREES CHAPTER
Wrox.Beginning.Algorithms.Nov.2005.eBook-LinG
- Developers use algorithms and data structures every day of their working lives. Having a good under-standing of these algorithms and knowledge of when to apply them is essential to producing softwarethat not only works correctly, but also performs ef
Data_Structures_and_Problem_Solving_with_C++
- Data Structures and Problem Solving Using C++ provides an introduction to data structures and algorithms from the viewpoint of abstract thinking and problem solving, as well as the use of C++. It is a complete revision of Weiss successful CS2 book Al
BSTREEE
- binary search tree is umplemented using data structures in C-binary search tree is umplemented using data structures in C++
3359
- 这是一个简易飞机订票系统。适合做C语言数据结构的课程设计。在本机上win-TC上运行通过了!-This is a simple booking system aircraft. Suitable for C language data structures curriculum design. In the machine running win-TC adopted!
C
- c++复习宝典,包含基础篇\网络篇\数据结构篇和pv操作篇-c++ review canon that contains the basic articles \ web articles \ data structures chapter and chapter operations pv
Data-Structures-and-Algorithms_-Arrays
- The document is consisting the chapter of array in data structure with C++ algorithm.
Data-Structures-and-Algorithms_-AVL-Trees
- The document reveals the AVL tree diagram in data structure and algorithm with C++.
Data-Structures
- 数据结构(用面向对象方法与C++语言描述)第二版课件-Data structure (using object-oriented methods and C++ language to describe) the second edition of courseware
data-contruc-CPP
- 提供C语言与数据结构,包括二叉树、图、数据结构-C language data structures. Doc
c-language-information
- C语言是一种结构化语言。它层次清晰,便于按模块化方式组织程序,易于调试和维护。-C language is a structured language. Its level of clear, easy way to organize a modular program, easy to debug and maintain. Performance and processing capabilities of the C language strong. It not only has a w
C
- C语言版的数据结构的学习指南和实用技巧学习,数据结构及其算法的C语言设计技巧。-C language version of the data structure of the study guide and learn practical skills, data structures and algorithms in C language design skills.
pionter--c
- 本书被称为日本最有营养的C参考书。作者是日本著名的“毒舌程序员”,其言辞犀利,观点鲜明, 往往能让读者迅速领悟要领。 书中结合了作者多年的编程经验和感悟,从C语言指针的概念讲起,通过实验一步一步地为我们解 释了指针和数组、内存、数据结构的关系,展现了指针的常见用法,揭示了各种使用技巧。另外,还通 过独特的方式教会我们怎样解读C语言那些让人“纠结”的声明语法,如何绕过C指针的陷阱。 本书适合C语言中级学习者阅读,也可作为计算机专业学生学习C语言的参考。-The book is
data-structures
- 这是一本c++编写的数据结构的书籍,我个人觉得这本书写得比较好,用处很大-This is a book written in c++ data structures, I personally feel that this book is better written, has proved very useful
Data-Structures-and-Algorithms
- 这也是一本数据结构的书籍,但是用c语言编写的,个人觉得这本书写得非常好-This book is a data structure, but with the c language, personally think that this book is very well written
Algorithms-And-Data-Structures-In-CPP
- You don t need any previous experience in programming to learn C++ with this book. This book starts you the beginning and teaches you both the language and the concepts involved with programming C++.-You don t need any previous experience in progra
Data-Structures-and-Algorithm-Analysis-in-C---Mar
- provides a concise, complete, and dynamic picture of many important data structures used in modern programming practice, with a focus on issues of performance and efficiency.
data-structures-in-c
- 数据结构与设计C语言版本,经典中的经典啊-data structures and algorithm analysis in C
Data-Structures-and-Algorithms-CSharp
- 数据结构(C#语言版),对实际开发很有帮助-Data Structures and Algorithms: C# Language Descr iption
数据结构、算法与应用——C++语言描述
- 数据结构是计算机存储、组织数据的方式。数据结构是指相互之间存在一种或多种特定关系的数据元素的集合。通常情况下,精心选择的数据结构可以带来更高的运行或者存储效率。数据结构往往同高效的检索算法和索引技术有关(The data structure is the way the computer stores and organizes the data. Data structure is a collection of data elements that have one or more spec