搜索资源列表
数据结构与算法——面向对象的C++设计模式
- 本书的主要内容是数据结构和算法的基本原理--这是设计大而复杂的软件产品所必须具备的基础-the book is mainly about data structures and algorithms of the basic tenets -- this is a design of large and complex software products are an essential foundation
数据结构算法演示系统
- 数据结构算法演示系统.zip 算法演示系统有两个基本作用: 1、理解算法 2、验证算法结果-Data struct method demo system.zip. Illustrator two effect: 1.Understand method 2.Validate method result.
Learning How to Design
- 关于如何设计数据结构和算法的好书(英文),希望对学习数据结构和算法的朋友有所帮助。-on how to design data structures and algorithms of the books (in English), and I hope to learn from data structures and algorithms friends help.
Lwip协议栈的设计与实现
- Lwip协议栈的设计与实现 LWIP是TCP/IP协议栈的一种实现。LWIP的主要目的是减少存储器利用量和代码尺寸,使 LWIP适合应用于小的、资源有限的处理器如嵌入式系统。为了减少处理器和存储器要求,lwIP可以通过不需任何数据拷贝的API进行裁减。 本文叙述了lwIP的设计与实现。叙述了协议实现及子系统中所使用的算法和数据结构如存储和缓冲管理系统。还包括LWIP API的参考手册和使用LWIP 的一些代码例子.-Lwip protocol stack design and rea
数据结构算法与应用C
- 一本关于代码的书,很有用.,看看对自己帮助很大-a code on the book useful. See their great help
algorithmanddsbyfuanswer
- 王晓东 算法与数据结构学习指导与习题解析-Wang Xiaodong algorithm and data structure to guide the study and analysis of Exercises
算法与数据结构c与c++描述
- 算法与数据结构c与c++描述.rar 算法与数据结构c与c++描述.rar
sjjgxxbj
- 最近在整理一些网页资料,看到以前从罗聪的主页里掏的下一堆\"数据结构与算法分析学习笔记\",浏览起来很不方便,就索性花点时间做成CHM格式。个人认为此分资料非常不错,发去来与大家分享。声明:版权为原作者所有,我只是为方便学习阅读而制作本文档。
DataStructuresandAlgorithmsinPython
- 数据结构和算法的python实现。英文资料。