Javascript权威指南第五版中文版(PDF版)和源代码,具有很多《Javascript高级程序设计》这本书中没有提到的知识。
1
数字电子技术基础(第五版)阎石清华大学,清晰的PDF,带有目录书签
2022-03-23 15:06:36 82.93MB 数字电子技术基础
1
组合数学richard第五版原版教材,纯英文版本
2022-03-21 21:22:11 11.34MB 组合数学 richard
1
Windows核心编程(第5版中文版pdf)+源代码 原书名: Windows via C/C++ 原出版社: Microsoft Press 作者: (美)Jeffrey Richter Christophe Nasarre 译者: 葛子昂 周靖 廖敏 丛书名: 微软技术丛书 出版社:清华大学出版社 ISBN:9787302184003 上架时间:2008-9-23 出版日期:2008 年9月 开本:16开 页码:770 版次:5-1 编辑推荐   权威力作 再度新鲜亮相.    名著名译 彰显经典魅力    中英联动 丰富阅读体验..    深刻剖析底层实现机理    直击Windows编程精髓... 内容简介   这是一本经典的windows核心编程指南,从第1版到第5版,引领着数十万程序员走入windows开发阵营,培养了大批精英。   作为windows开发人员的必备参考,本书是为打算理解windows的c和c++程序员精心设计的。第5版全面覆盖windows xp,windows vista和windows server 2008中的170个新增函数和 windows特性。书中还讲解了window s系统如何使用这些特性,我们开发的应用程序又如何充分使用这些特性,如何自行创建新的特性。 作译者 作者: Jeffrey Richter Jeffrey Richter是一位在全球享有盛誉的技术作家,尤其在Windows/.NET领域有着杰出的贡献。他的第一本Windows著作Windows 3: A Developer's Guide大获好评,从而声名远扬。之后, 他又推出了经典著作《Windows 高级编程指南》和《Windows核心编程》。如今这两本书早已成为Windows程序设计领域的颠峰之作,培育了几代软件开发设计人员。他的每一本新作问世,我 们都有理由相信这是一本巨著,我们想要的一切尽在其中。Jeffery 是Wintellect公司的创始人之一,也是MSDN杂志.NET专栏的特邀编辑。现在他正领导开发该公司的.NET程序设计课程,向 大众推广.NET技术。因为他自1999年开始就参与了微软.NET框架开发组的咨询工作,与这些一线人员一起经历了.NET的孕育与诞生,所以他对.NET思想的领悟、对.NET的细节熟稔,是其他任 何作家难以企及的。他是.NET著作领域中当之无愧的一面旗帜。 作者: Christophe Nasarre Christophe Nasarre是Business Objects的软件架构师和开发部门领导,该公司致力于帮助其他企业更好地专注于其主营业务,通过商业智能方案来提升决策能力和业绩。他为Addison- Wesley,APress和Microsoft Press出版的许多图书担任过技术审校,此外还是MSDN Magazine的撰稿人。 译者: 周靖
2022-03-21 21:10:10 21.32MB windows编程
1
高等数学 同济大学 第五版 电子书 内含有书签 使用方便
2022-03-21 11:36:41 10.16MB 高等数学 同济大学 第五版 电子书
1
计算机网络英文版第五版课后答案全
2022-03-20 21:35:33 170KB 计算机网络
1
网络工程师官方教程 第五版 仅供用于版本对比差异,不得用于商业用途,使用后删除
2022-03-20 15:51:39 204.75MB 网络工程师 软考
1
《C++大学教程》是一本C++编程方面的优秀教程,全面介绍了过程式编程与面向对象编程的原理与方法,细致地分析了各种性能问题、可移植性问题以及可能出错的情况。与第四版相比,《C++大学教程》从内容和结构上都做了较大幅度的修订与有意义的提升,特别是再“尽早接触类和对象”这一观点的指导下,从第1章就开始介绍类和对象的内容,突破了传统教学模式,使学生直接“考虑对象”和深入掌握面向对象的基本概念。作者通过大量的示例程序,重点突出了利用UML进行面向对象的设计,引入了流行的Web应用开发,并且帮助学生创建真实世界的C++应用程序。《C++大学教程》无论从广度和深度上来说都非常全面,并且从基础概念讲起,同样适合没有编程经验的读者学习。《C++大学教程》可作为高等院校相关专业的编程语言教材和C++编程教材,也是软件设计人员进行C++程序开发的宝贵参考资料。 With over 250,000 sold, Harvey and Paul Deitel's C++ How to Program is the world's best-selling introduction to C++ programming. Now, this classic has been thoroughly updated! TheDeitels' groundbreaking How to Program series offers unparalleled breadth and depth of programming concepts and intermediate-level topics for further study. The books in this series feature hundreds of complete, working programs with thousands of lines of code. Deitels' C++ How to Program is the most comprehensive, practical introduction to C++ ever published-with hundreds of hands-on exercises, roughly 250 complete programs written and documented for easy learning, and exceptional insight into good programming practices, maximizing performance, avoiding errors, debugging, and testing. The updated Fifth Edition now includes a new early classes pedagogy-classes and objects are introduced in Chapter 3 and used throughout the book as appropriate. The new edition uses string and vector classes to make earlier examples more object-oriented. Large chapters are broken down into smaller, more manageable pieces. A new OOD/UML ATM case study replaces the elevator case study of previous editions, and UML in the OOD/UML case study and elsewhere in the book has been upgraded to UML 2. The Fifth Edition features new mini case studies (e.g., GradeBook and Time classes). An employee hierarchy replaces Point/Circle/Cylinder to introduce inheritance and polymorphism. Additional enhancements include tuned treatment of exception handling, new “Using the Debugger” material and a new "Before You Begin" section to help readers get set up properly. Also included are separate chapters on recursion and searching/sorting. The Fifth Edition retains every key concept and technique ANSI C++ developers need to master: control statements, functions, arrays, pointers and strings, classes and data abstraction, operator overloading, inheritance, virtual functions, polymorphism, I/O, templates, exception handling, file processing, data structures, and more. It also includes a detailed introduction to Standard Template Library (STL) containers, container adapters, algorithms, and iterators. The accompanying CD-ROM includes all the source code from the book. A valuable reference for programmers and anyone interested in learning the C++ programming language and object-oriented development in C++. 中文版有损伤,但找不到更好的了,若谁有,upload一下,谢谢哈……
2022-03-20 12:51:46 43.23MB C++ 教材
1
本书分为两部分,第一部分主要阐述和讨论了80X86汇编语言程序设计的基础知识。如;数据格式及其转换,8086CPU中寄存器的结构及使用,存储器的分段,指令和操作数的寻址方式,80X86的指令系统,汇编语言程序格式及伪指令,汇编语言程序设计上机实践等。第二部分主要是汇编语言程序设计的基本原理、方法和技巧。内容包括一个完整的源程序的编写过程——顺序、分支、循环和子程序等的基本结构形式以及程序设计,输入、输出和中断程序设计,高级宏汇编语言技术,BIOS及DOS中断。还附有上机实践操作参考题,ASCII码字符表;8086/8088指令系统汇总表;常用指令对标志寄存器标志位的影响汇总表;MASM宏汇编语言的保留字:汇编程序出错信息,系统功能调用一览表;DOS及BIOS中断等。
2022-03-20 11:16:43 10.7MB IBM PC 汇编语言 程序设计
1
电子技术基础模拟部分第五版作业题答案,准确无误,方便查看。
2022-03-19 22:34:11 4.96MB 电子技术基础
1