The fourth edition of Data Structures and Algorithm Analysis in C++ describes data structures, methods of organizing large amounts of data, and algorithm analysis, the estimation of the running time of algorithms. As computers become faster and faster, the need for programs that can handle large amounts of input becomes more acute. Paradoxically, this requires more careful attention to efficiency, since inefficiencies in programs become most obvious when input sizes are large. By analyzing an algorithm before it is actually coded, students can decide if a particular solution will be feasible. For example, in this text students look at specific problems and see how careful implementations can reduce the time constraint for large amounts of data from centuries to less than a second. Therefore, no algorithm or data structure is presented without an explanation of its running time. In some cases, minute details that affect the running time of the implementation are explored. Once a solution method is determined, a program must still be written. As computers have become more powerful, the problems they must solve have become larger and more complex, requiring development of more intricate programs. The goal of this text is to teach students good programming and algorithm analysis skills simultaneously so that they can develop such programs with the maximum amount of efficiency. This book is suitable for either an advanced data structures course or a first-year graduate course in algorithm analysis. Students should have some knowledge of intermediate programming, including such topics as pointers, recursion, and object-based programming, as well as some background in discrete math.
2020-01-08 03:06:25 3.24MB C++ Algorithm ADT
1
由于资源太大,文档里保存的是下载地址。包含sdk2.2;2.3;4.3;4.4版本以及最新吧eclipse和adt
2020-01-03 11:36:16 50B sdk+adt
1
本代码中涉及的是一些常见基础的数据结构C语言结构体定义,及相关数据初始和运算,本代码的初衷是方便大家在练习考研编程题缩减不必要的时间,比如一系列的ADT初始化问题。这样大家就可以有较多时间花在思考算法而不是去花一些时间用在数据初始化上。
2019-12-21 22:24:18 70KB c语言 数据结构 ADT 考研编程
1
以太网4轴运动控制器开发包,内含vb,vc,wince系统开发包和源码例程,含控制器驱动,开发包,函数功能说明书。
2019-12-21 22:11:48 19.14MB ADT-8840
1
下面三个版本都能正常使用: 编译器版本号:adt-bundle-windows-x86_64-20130717 编译器版本号:adt-bundle-windows-x86_64-20130917编译器版本号:adt-bundle-windows-x86_64-20131030 汉化方法: 拷贝中文包中的文件到编译器同名目录下
2019-12-21 21:58:38 972KB 汉化包中文包
1
ADT 21.0.0 最新android ADT 21.0.0 ,官网下载的
2019-12-21 21:57:25 12.93MB ADT 21.0.0 最新android ADT
1
在搭建Android开发环境的时候,我们需要为Eclipse安装ADT(Android Development Tools)插件,这个插件可以为用户提供一个强大的Android集成开发环境。通过给Eclipse安装ADT插件,用户才能够完成快速新建Android项目、创建界面、调试程序、导出apk等一系列的开发任务。
2019-12-21 21:55:18 27.64MB ADT 安卓 插件
1
本教程适用于Eclipse链接Android 7.0的手机无法输出logcat,以及无法查看文件目录,ADT-24.2.0采用第三方ADT,因为文件比较大,请自行下载。ddmlib.jar也可以在SDK文件目录下面搜索。积分不够的可以到https://download.csdn.net/download/weiyouyinzhen/11827317 下载包含ADT文件的
2019-12-21 21:52:55 265KB Eclipse Android7.0 Logcat 兼容
1
Android集成开发环境ADT+Eclipse+Android SDK,已经在Eclipse基础上集成装好,解压就可用
2019-12-21 21:45:35 64B Android 集成开发环境 Eclipse+Andr
1
这是一个虚拟资源管理器的代码,及其报告。数据课程的实习。拿出来分享一下。需要的可以下载,很全面。懒得同学不用改可以直接交给老师了
2019-12-21 21:30:29 124KB C++ 数据结构
1