虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Addison-Velski

  • < 算法设计与分析基础>> 【原 书 名】 Introduction to The Design and Analysis of Algorithms 【原出版社】 Addis

    < 算法设计与分析基础>> 【原 书 名】 Introduction to The Design and Analysis of Algorithms 【原出版社】 Addison Wesley/Pearson 【作 者】(美)Anany Levitin 【译 者】 潘彦 【出 版 社】 清华大学出版社 【书 号】 7302086567 【出版日期】 2004 年6月 【开 本】 185×260 【页 码】 388 【版 次】1-1

    标签: Introduction Algorithms Analysis Design

    上传时间: 2014-01-21

    上传用户:yuzsu

  • 英文 网络课件 Computer Networking: A Top Down Approach Featuring the Internet, 3rd edition. Jim Kurose,

    英文 网络课件 Computer Networking: A Top Down Approach Featuring the Internet, 3rd edition. Jim Kurose, Keith Ross Addison-Wesley, July 2004.

    标签: Networking Featuring Computer Approach

    上传时间: 2014-07-24

    上传用户:123啊

  • Software Architecture in Practice, Second Edition By Len Bass, Paul Clements, Rick Kazman Pub

    Software Architecture in Practice, Second Edition By Len Bass, Paul Clements, Rick Kazman Publisher : Addison Wesley Pub Date : April 11, 2003 ISBN : 0-321-15495-9 Pages : 560

    标签: Architecture Software Practice Clements

    上传时间: 2013-12-25

    上传用户:eclipse

  • Many of the designations used by manufacturers and sellers to distinguish their products are claime

    Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book and Addison Wesley Longman Inc., was aware of a trademark claim, the designations have been printed in initial caps or all caps. The authors and publisher have taken care in the preparation of this book, but make no expressed or implied warranty of any kind and assume no responsibility for errors or omissions. No liability is assumed for incidental or consequential damages in connection with or arising out of the use of the information or programs contained herein. The publisher offers discounts on this book when ordered in quantity for special sales. For more information, please contact:

    标签: manufacturers designations distinguish products

    上传时间: 2017-01-23

    上传用户:woshiayin

  • Some of the contents of this paper are adapted from the author’s book Real-Time UML: Developing Eff

    Some of the contents of this paper are adapted from the author’s book Real-Time UML: Developing Efficient Objects for Embedded Systems published by Addison-Wesley, 1998.

    标签: Developing Real-Time the contents

    上传时间: 2014-01-07

    上传用户:daoxiang126

  • C++ Primer, Fourth Edition By Stanley B. Lippman, Josée Lajoie, Barbara E. Moo .................

    C++ Primer, Fourth Edition By Stanley B. Lippman, Josée Lajoie, Barbara E. Moo ............................................... Publisher: Addison Wesley Professional Pub Date: February 14, 2005 Print ISBN: 0-201-72148-1 Pages: 912

    标签: B. E. Edition Barbara

    上传时间: 2017-08-01

    上传用户:yxgi5

  • PCI系统架构(英文版)第四版

    PCI System Architecture Fourth Edition Mindshare, INC. Tom Shanley & Don Anderson Addison-Wesley Developer's Press

    标签: PCI 接口技术 系统架构

    上传时间: 2015-12-04

    上传用户:ldldldld

  • Tcl_and_The_Tk_Toolkit

    This manuscript is a partial draft of a book to be published in early 1994 by AddisonWesley (ISBN 0-201-63337-X). Addison-Wesley has given me permission to make drafts of the book available to the Tcl community to help meet the need for introductory documentation on Tcl and Tk until the book becomes available. Please observe the restrictions set forth in the copyright notice above: you’re welcome to make a copy for yourself or a friend but any sort of large-scale reproduction or reproduction for profit requires advance permission from Addison-Wesley

    标签: Toolkit

    上传时间: 2020-07-05

    上传用户:

  • The C++ Programming Language第四版

     Extensively rewritten to present the C++11 language, standard library, and key design techniques as an integrated whole, Stroustrup thoroughly addresses changes that make C++11 feel like a whole new language, offering definitive guidance for leveraging its improvements in performance, reliability, and clarity. C++ programmers around the world recognize Bjarne Stoustrup as the go-to expert for the absolutely authoritative and exceptionally useful information they need to write outstanding C++ programs. Now, as C++11 compilers arrive and development organizations migrate to the new standard, they know exactly where to turn once more: Stoustrup's C++ Programming Language, Fourth Edition.Bjarne Stroustrup是C++的设计师和最早的实现者,也是《C++程序设计语言》、《带标注的C++参考手册》和《C++语言的设计与演化》的作者。他从丹麦Aarhus大学和英国牛津大学毕业,现在是AT&T大规模程序设计研究部的负责人,AT&T特别成员,AT&T贝尔实验室特别成员,以及ACM特别成员。Stroustrup的研究兴趣包括分布式系统、操作系统、模拟、设计和程序设计。他也是Addison·Wesley的C++In-Depth系列书籍的编辑。

    标签: C++

    上传时间: 2022-02-01

    上传用户:jimmy950583

  • 程序员实用算法

    如今大多数关于算法的图书都是大学教科书,或者是令人厌倦的相同算法集合改头换面后的作品。本书是给出所有算法的完整代码实现的第一本书,这些算法在开发人员的日常工作中非常有用本书重点关注的是实用。立即可用的代码,并且广泛讨论了可移植性和特定于实现的细节。本书作者介绍了一些有用但很少被讨论的算法,它们可用于语音查找,日期和时间例程(直到公元1年),B树和索引文件、数据压縮、任意精度的算术,校验和与数据验证,并且全面地介绍了查找例程、排序算法和数据结构本书只要求读者具有C语言的初级知识以及基本代数的相关知识。源代码经过测试符合ANS|标准,可以运行在UNX下,以及 Borland. Micros和 Watcom的编译器上作者简介Andrew Binstock是《 UNIX Review》的主编和《 C Gazette》的创刊编辑。他是aserJet Programming》( Addison-Wesley,1991)的第一作者John Rex是一位计算机顾问,专攻C和C++。他是《 C Gazette》的前任技术编辑,并且为许多杂志撰写文章。

    标签: 程序员 算法

    上传时间: 2022-06-25

    上传用户:moh2000