《算法竞赛入门经典(第2版)》是一本算法竞赛的入门与提高教材,把C/C语言、算法和解题有机地结合在一起,淡化理论,注重学习方法和实践技巧。全书内容分为12章,包括程序设计入门、循环结构程序设计、数组和字符串、函数和递归、C与STL入门、数据结构基础、暴力求解法、高效算法设计、动态规划初步、数学概念与方法、图论模型与算法、高级专题等内容,覆盖了算法竞赛入门和提高所需的主要知识点,并含有大量例题和习题。书中的代码规范、简洁、易懂,不仅能帮助读者理解算法原理,还能教会读者很多实用的编程技巧;书中包含的各种开发、测试和调试技巧也是传统的语言、算法类书籍中难以见到的。《算法竞赛入门经典(第2版)》可作为全国青少年信息学奥林匹克联赛(NOIP)复赛教材、全国青少年信息学奥林匹克竞赛(NOI)和ACM国际大学生程序
本书内容包括:Signalsandsystems;Definingsignalsandsystems;Statemachines;Complsingstatemachines;Linearsystems;Hybridsystems;Frequencydomain;Frequencyresponse;Filtering;ThefourFouriertransforms;Samplingandreconstruction;Stability;LaplaceandZtransforms;Compositionandfeedbackcontrol等等。
本书为读者提供了一条掌握HTML和XHTML并且制作网页的捷径,通过详细的讲解以及配套的多媒体课程,读者不仅可以迅速学习如何使用Word 2003、FrontPages 2003和HTML/XHTML制作网页,还可以学会如何放置文本、设定色彩、创建超链接和书签、整合声音和视频、制作表格、创建用户登录界面以及制作下拉菜单等等。
本书是UML的创始人GradyBooch的代表作之一,也是此领域公认的不可替代的著作,在推动面向对象技术走向现实应用的过程中发挥了重要的作用,曾获得《SoftwareDevelopment》杂志的Jolt图书大奖。本书吸收了众多项目的丰富经验,从概念、方法和应用三个角度全面深入论述了面向对象技术及其表示法。作者以大量C语言实现的实例,阐明了各种基本概念,解释了面向对象的分析与设计方法,并展示了这些方法不同领域卓有成效的应用。全书论述既深刻又浅显易懂,对于高等院校的学生,本书是一本好的,对于工程技术人员,本书是一本好的参考书。
作者简介:Walter Glenn, Microsoft Certified System Engineer (MCSE), Microsoft Certified Desktop Support Technician (MCDST), and Microsoft Certified Trainer (MCT), has been a part of the com-puter industry for more than 17 years and currently works in Huntsville, Alabama, as a consultant, trainer, and writer. Walter is a regular columnist in Microsoft's TechNet Zone and is the author or coauthor of nearly 20 computer titles, including Microsoft Exchange Server 2003 Administrator's Companion (Microsoft Press, 2003), Mike Meyers' MCSA Managing a Microsoft Windows Server 2003 Network Environment Certifica- tion Passport (Exam 70-291) (Osborne, 2003), and MCSE Self-Paced Training Kit (Exam 70-297): Designing a Microsoft Windows Server 2003 Active Directory and Net- work Infrastructure (Microsoft Press, 2003). He has also written a number of Web- based courses that are geared toward Microsoft certification training.
本书取材于作者在多所国际知名讲授”小波信号处理”课程时的讲义,作者以信号处理的问题为背景,用浅显的数学语言阐述小波理论及应用,使读者可以透过复杂的数学公式来窥探小波的精髓,但又不致陷入小波纯数学理论的迷宫。本书既可以让计算机及电子工程系的学生了解工程问题的数学描述.又可以让数学系的学生了解数学公式的工程意义,是一本极有价值的及参考书。
本书内容包括:Signalsandsystems;Definingsignalsandsystems;Statemachines;Complsingstatemachines;Linearsystems;Hybridsystems;Frequencydomain;Frequencyresponse;Filtering;ThefourFouriertransforms;Samplingandreconstruction;Stability;LaplaceandZtransforms;Compositionandfeedbackcontrol等等。
Portable and precise, this pocket-sized guide delivers immediate answers for the day-to-day administration of Web servers running Microsoft Internet Information Services (IIS) 6.0. Zero in on core IIS support procedures and everyday tasks using quick- reference tables, step-by-step instructions, and lists. You get the focused, streamlined information you need to solve problems and get the job done--whether you're at your desk or in the field!
本书是一本对基本概念和语言特性有着深刻见解的指南性书籍,同时也是一本包含内容广泛的参考性书籍。本书首先讲述了语言细节,然后对编码技巧进行了广泛的讨论,最后还对模板的高级应用进行了阐述、分析。贯串全书的示例阐明了抽象概念并演示了实践方法。读者将学习到:·正确的模板行为;·如何避开与模板相关的错误陷阱;·从基础的到早前没有文字约定的惯用语法和技巧;·如何在不对性能和安全性造成损害的前提下进行源代码重用;·如何提高C程序的效率;·如何构建更具灵活性和可维护性的软件。
2004年美国Jolt大奖入围作品。如果你是个程序员的话,那么你就需要本书。可能导致我们阅读代码的原因是:我们不得不去修复它其中所包含的错误;或是对它进行遍查(inspect);或者是改善它。我们阅读代码的方式可能和工程师检查机械的方式一样——找出它的工作原理。或者我们阅读代码的目的是对代码进行清理——找出其中可以被重用的部分。阅读代码有着它自身的技巧,并需要我们能够在重要场合对采用何种技术有着判断能力。在这本不可或缺的书中,DiomidisSpinellis使用了超过600个来自现实世界中的例子来向我们展示如何鉴别好的(或坏的)代码:如何去阅读它,从中去找寻什么,以及如何利用这种技巧来提升我们自身编写的代码的品质。记住这个事实:如果我们养成了阅读好代码的习惯,我们就能写出更高品质的代码。
The book readers can easily self-SQL Server 2005 based technology, from database design, build, to test configuration, each one of the steps the reader with practical guidance and help. Through the book, readers can fully experience learning-by-doing the fun the successful creation of a truly personal first SQL Server 2005 database.
本书是关于计算机网络的经典教材,是目前美国大多数大学所开设的计算机网络课程的主要参考书。全书共三卷。第二卷在第一卷介绍了TCP/IP基本概念的基础上,进一步详细讨论了TCP/IP的实现细节。这一卷的突出特点非常注重实际。作者利用程序代码实现了TCP/IP的每个技术细节,并且所有代码在书中均可找到,有助于读者深入了解并掌握TCP/IP的细节内容。书中附录分别给出了过程调用交叉参考表、程序代码中用到的C数据结构交叉参考表及Xinu函数和常量。
Afutomate everyday administrative tasks-and take greater control of your Windows networks-with this hands-on guide to *ing .Your instructor ,a Microsoft Certified Trainer with more than a decade of enterprise consulting experience, deftly builds your *ing expertise with labs and lessons you complete at yourwn pace. Fromwriting your first *s from scratch with Microsoft Visual Basic Scripting Edition (VBScript)and Windows Script Host (WSH)-to exploring the programmatic advantages of using Windows Management lnstrumentation (WMI)and Active Directory Service Interface(ADSI)-you ll learn timesays to set up, deploy, and manage your Windows-based systems.
Ace your preparation for the skills measured by MCTS Exam 70-536--and on the job. Work at your own pace through a serie of lessons and reviews that fully cover each exam objective. Then reinforce what you've learned by applying your knowledge to re world case scenarios and labs. This official Microsoft study guide is designed to help you make the most of your study time. Maximize your performance on the exam by learning to: Use system types, collections, and generics to help manage dal Validate input, reformat text, and extract data with regular expressions Develop services, application domains, and multithreade applications Enhance your application by adding graphics and images Implement code access security, role-based security, and data encryption Work with serialization and reflection techniques Instrument your applications with logging and tracing Interact with legacy code using COM Interop and PInvoke PRACTICE TESTS Assess your skills with practice tests with
本书是关于计算机网络的经典教材,是目前美国大多数大学所开设的计算机网络课程的主要参考书。全书共三卷。第二卷在第一卷介绍了TCP/IP基本概念的基础上,进一步详细讨论了TCP/IP的实现细节。这一卷的突出特点非常注重实际。作者利用程序代码实现了TCP/IP的每个技术细节,并且所有代码在书中均可找到,有助于读者深入了解并掌握TCP/IP的细节内容。书中附录分别给出了过程调用交叉参考表、程序代码中用到的C数据结构交叉参考表及Xinu函数和常量。
图论在计算科学、社会科学和自然科学等各个领域都有广泛应用。本书是本科生或研究生一学期或两学期的图论课程教材。全书力求保持按证明的难度和算法的复杂性循序渐进的风格,使学生能够深入理解书中的内容。书中包括对证明技巧的讨论、1200多道习题、400多幅插图以及许多例题,而且对所有定理都给出了详细完整的证明。虽然本书包括许多算法和应用,但是重点在于理解图论结构和分析图论问题的技巧。
William R. Stanek has 20 years of hands-on experience with advanced pro-gramming and development. He is a leading technology expert and an award-winning author. Over the years, his practical advice has helped millions of pro-grammers, developers, and network engineers all over the world. He has written more than two dozen computer books. Current and forthcoming books include Microsoft Windows XP Professional Administrator's Pocket Consultant, Microsoft Windows 2000 Administrator's Pocket Consultant 2nd Edition, Microsoft Win- dows Server 2003 Administrator's Pocket Consultant, and IIS 6.0 Administrator's Pocket Consultant. Mr. Stanek has been involved in the commercial Internet community since 1991. His core business and technology experience comes from more than 11 years of military service. He has substantial experience in developing server technology, encryption, and Internet solutions. He has written many technical white papers and training courses on a wide variety of topics. In addition, he is widel
Official exam prep guidemplus practice testsm now updated for Windows XP Service Pack 2 Ace your preparation for the skills measured by MCP Exam 70-270-and on the job--with this official Microsoft study guide, now fully updated for Windows XP Service Pack 2 with Advanced Security Tech-nologies, plus other key topics. Work at your own pace through a system of lessons, hands-on exercises, troubleshooting labs, and review questions. Maximize your performance on the exam by learning how to: Perform an installation or upgrade, including remote deployment Configure and customize the desktop environment Administer disks, device drivers, printers, file systems, and other resources Manage TCP/IP networking and support remote and mobile users Monitor, troubleshoot, and tune system performance NEW--Administer security settings and services, including the advancesin Windows XP Service Pack 2.