Navigation bar
  Start Previous page
 71 of 106 
Next page End 66 67 68 69 70 71 72 73 74 75 76  

Макконнелл Дж., "Основы современных алгоритмов" (2-е издание)
Техносфера | ISBN 5948360059 | 2004 год | PDF | 10,25 Mb | 368 страниц
“ В учебном пособии обсуждаются алгоритмы решения наиболее широко
распространенных классов задач, покрывающих практически всю область
программирования: поиск и сортировка, численные алгоритмы и алгоритмы на графах.
Особое внимание уделено алгоритмам параллельной обработки, редко освещаемым в
литературе на русском языке. В дополнении ко 2-му изданию на русском языке даны
сведения по теории алгоритмов, оценкам трудоемкости и новейшим алгоритмам, не
вошедшие в первоначальный вариант книги. Изложение неформальное и чрезвычайно
подробное, с большим количеством упражнений, позволяющих вести самоконтроль.
Книга нужна всем, кому приходится самостоятельно писать программы - от
программистов банковских систем до научных работников.
Password: www.AvaxHome.ru
Charles S. Wasson, "System Analysis, Design, and Development: Concepts,
Principles, and Practices"
Wiley-Interscience | ISBN 0471393339 | 2005 Year | PDF | 4,29 Mb | 818 Pages
“ Written in a practical, easy to understand style, this text provides a step-
by-step guide to System Analysis and Engineering by introducing concepts,
principles, and practices via a progression of topical, lesson oriented
chapters. Each chapter focuses on specific aspects of system analysis, design,
and development, and includes definitions of key terms, examples, author's
notes, key principles, and challenging exercises that teach readers to apply
their knowledge to real world systems. Concepts and methodologies presented can
be applied by organizations in business sectors such as transportation,
construction, medical, financial, education, aerospace and defense, utilities,
government, and others, regardless of size. An excellent undergraduate or
graduate-level textbook in systems analysis and engineering, this book is
written for both new and experienced professionals
Password: www.AvaxHome.ru
David Pallmann, "Programming 'INDIGO'"
Microsoft Press | ISBN 0735621519 | 2005 Year | CHM | 1,66 Mb | 624 Pages
“ Microsoft Code Name “Indigo” is an advanced infrastructure and programming
model for creating connected applications. It's like nothing that has come
before. That's a bold statement, so allow me to put it in perspective for you.
I wrote my first communication program over 20 years ago and remember it well.
It was a lengthy program written in assembly language that ran on a
minicomputer. It allowed files to be transferred over a phone line at 300 baud.
The program was able to communicate with only a handful of other minicomputers
equipped with the same software. I had to handle every detail of communication,
including sending commands to the modem, creating a protocol for transferring
chunks of data, and devising a strategy for handling errors. I was proud of this
program: every bit of functionality had required discrete work on my part.
In the years that followed, communication programming changed a lot but didn't
necessarily get much easier. Networking and the Internet and broadband gave us
more capabilities, but developers now had to contend with a frightful number of
protocols and formats that wouldn't stand still. Security complicated things
further but was critically important. Standards meant to be simple, such as XML,
became complex over time. Even as technologies such as Web applications,
distributed objects, message queuing, and interoperable Web services arrived to
shoulder more of the load, the sheer number of technologies that developers had
to master became a problem in itself. These technologies didn't always integrate
well and were sometimes at odds with one other. Communication programming simply
hasn't been easy—until now.
A few moments ago, I wrote a communication program using Indigo on a PC. It is
written in C# and is a mere 20 lines in length. It can stream data over networks
and the Internet at high speed, potentially to millions of destinations.
Although I wrote no code to deal with the intricacies of communication, the
program is a marvel of sophisticated connectivity. It is transport neutral and
is able to use HTTP, TCP, or named pipes to communicate. It uses advanced Web
services standards that allow it to interact with other platforms. The receiving
end can accept multiple transfers in parallel. It reliably transfers information
and is able to resume in the face of a communication disruption. The program is
also secure, positively identifying its destination and encrypting messages for
confidentiality. I'm also proud of what this program can do, and I'm delighted
that it took less than five minutes to write.
Clearly, this is a departure from the past. Indigo breaks free of the supposed
truism that more functionality comes at the cost of more complexity for the
developer.
Password: www.AvaxHome.ru
Леонтьев Б.К., "Как построить дом с помощью персонального компьютера"
НТ Пресс | ISBN 5477002328 | 2006 год | PDF | 26,51 Mb | 224 страницы
“ Основным назначением архитектуры всегда являлось создание необходимой для
существования человека жизненной среды, характер и комфортабельность которой
определялись уровнем развития общества, его культурой, достижениями науки и
техники. Эта жизненная среда, называемая архитектурой, воплощается в зданиях,
имеющих внутреннее пространство, комплексах зданий и сооружений. В современном
понимании архитектура — это искусство проектировать и строить здания, сооружения
и их комплексы. Теперь лучшим помощником в этом может стать Ваш персональный
компьютер и эта книга.
Password: www.AvaxHome.ru
Michael Welzl, "Network Congestion Control: Managing Internet Traffic"
John Wiley & Sons | ISBN 047002528X | 2005 Year | PDF | 2,15 Mb | 282 Pages
“ As the Internet becomes increasingly heterogeneous, the issue of congestion
control becomes ever more important. In order to maintain good network
performance, mechanisms must be provided to prevent the network from being
congested for any significant period of time. Michael Welzl describes the
background and concepts of Internet congestion control, in an accessible and
easily comprehensible format. Throughout the book, not just the how, but the why
of complex technologies including the Transmission Control Protocol (TCP) and
Active Queue Management are explained. The text also gives an overview of the
state-of-the-art in congestion control research and an insight into the future.
Network Congestion Control: Presents comprehensive, easy-to-read documentation
on the advanced topic of congestion control without heavy maths. Aims to give a
thorough understanding of the evolution of Internet congestion control: how TCP
works, why it works the way it does, and why some congestion control concepts
failed for the Internet. Explains the Chiu/Jain vector diagrams and introduces a
new method of using these diagrams for analysis, teaching & design. Elaborates
on how the theory of congestion control impacts on the practicalities of service
delivery. Includes an appendix with examples/problems to assist learning.
Provides an accompanying website with Java tools for teaching congestion
control, as well as examples, links to code and projects/bibliography. This
invaluable text will provide academics and researchers in computer science,
electrical engineering and communications networking, as well as students on
advanced networking and Internet courses, with a thorough understanding of the
current state and future evolution of Internet congestion control. Network
administrators and Internet service and applications providers will also find
Network Congestion Control a comprehensive, accessible self-teach tool.
Password: www.AvaxHome.ru
Roger Jennings, "Expert One-on-One Visual Basic 2005 Database Programming"
Wrox | ISBN 076457678X | 2005 Year | PDF | 6,11 Mb | 624 Pages
“ Are you hesitant to migrate to Visual Studio(r) 2005? Maybe you're ready to
upgrade to Visual Basic 2005 but feel a bit overwhelmed by ADO.NET 2.0 and the
Visual Data Tools of this new release. In this hands-on guide, I'll share with
you the best practices, the latest features, and advanced data management
techniques with Visual Basic 2005 and SQL Server or SQL Server Express 2005.
Plus, I'll incorporate simple to moderately complex project examples that
feature real-world, database front-end applications with Windows and Web forms.
First, I'll begin with ADO.NET 2.0 basics, then I'll move on to designing and
programming smart clients with typed DataSets as their data sources. Gradually,
I'll walk you through using DataSource, GridView, and DetailsView Web controls.
Finally, I'll demonstrate how to take advantage of the new T-SQL extensions, in-
process Web services, and notifications. What you will learn from this book How
to build usable Windows(r) and Web forms from a sample database in less than
five minutes-without writing a line of code Effective writing of data validation
code for bound text boxes and DataGridViews Ways to apply advanced ASP.NET 2.0
data techniques The process of creating and deploying VB 2005 SQL CLR projects
Who this book is for This book is for experienced VB programmers who are
upgrading from VB6 or VS 2002/2003 to VB 2005. Basic familiarity with the VS
2005 or VB Express 2005 environment is helpful but not assumed. No prior VB6,
VBA, or VBScript experience is necessary. Wrox Expert One-On-One books present
the wisdom accumulated by an experienced author who is recognized as an expert
by the programming community. These experts challenge professional developers to
examine their current practices in pursuit of better results.
Password: www.AvaxHome.ru
Wallace B. McClure, Gregory A. Beamer, IV John J. Croft, J. Ambrose Little, Bill
Ryan, Phil Winstanley, David Yack, Jeremy Zongker, "Professional ADO.NET 2:
Programming with SQL Server 2005, Oracle, and MySQL"
Wrox | ISBN 0764584375 | 2005 Year | PDF | 4,76 Mb | 614 Pages
“ ADO.NET revolutionized the way data was accessed through SQL Server, Oracle,
and MySQL. With Microsoft's release of ADO.NET 2, ADO and the .NET Framework are
integrated with SQL Server for the first time-enabling you to program .NET
applications directly within the SQL Server database. Packed with sample code
and recommended best practices for using ADO.NET 2, this code-intensive book
explores the new data types that are available in the 2.0 Framework and
discusses the appropriate time and way to use them. You'll learn how to make
repetitive, mundane tasks much simpler and you'll walk away with a solid
Previous page Top Next page