TCP/IP Sockets in C 英文pdf
We assume basic programming skills and experience with C and UNIX. You are expected to be
conversant with C concepts such as pointers and type casting, and you should have a basic
understanding of the binary representation of data. Some of our examples are factored into
files that should be compiled separately; we assume that you can deal with that.
Introducing Windows® 7 for Developers 英文pdf
First and foremost, this is a book about developing applications for Windows. This book is intended
for enthusiastic Windows developers willing to learn about the new features of Windows
7 and how to best integrate them with existing and new applications. Regardless of
whether you are a C++ or .NET developer, this book leaves no developer behind as it offers
samples and inline code snippets in both C++ and .NET. Even if you haven’t programmed in
C++ in your life, you will still find this book very useful as its “native” sections explain in details
how the new features in Windows 7 works. Nonetheless some understanding of the
Win32 programming paradigm will be advantageous.
Optical Networks-A Practical Perspective Third Edition
Writers:
Rajiv Ramaswami
Kumar N. Sivarajan
Galen H. Sasaki
This book can be used as a textbook for graduate courses in electrical engineering
or computer science. Much of the material in this book has been covered in
courses taught by us. Part I covers components and transmission technology aspects
of optical networking, and Part II deals with the networking aspects. To understand
the networking issues in Part II, students will require a basic undergraduate-level
knowledge of communication networks and probability. We have tried to make the
transmission-related chapters in Part I of the book accessible to networking professionals.
For example, components are treated first in a simple qualitative manner
from the viewpoint of a network designer, but their principle of operation is then
explained in detail. Some prior knowledge of electromagnetics will be useful in understanding
the detailed quantitative treatment in some of the sections. Advanced
sections are marked by an asterisk; these sections can be omitted without loss of
continuity.
With this background, the book can be the basis for a graduate course in an electrical
engineering curriculum. Alternatively, a graduate course in a computer science
department might emphasize network architectures and control and management,
by focusing on Part II, and skim over the technology portions of the book in Part
I. Likewise, a course on optical transmission in an electrical engineering department
might instead focus on Part I and omit the remaining chapters. Each chapter is accompanied
by a number of problems, and instructors may obtain a solution manual
by contacting the publisher at orders@mkp.com.
Second, we have attempted to provide an overview of much recent work in
this emerging field, so as to make the book useful to researchers in the field as an
up-to-date reference. Each chapter includes an extensive list of references for those
who might wish to explore further. The problems include some research topics for
further exploration as well. Finally, we hope that the book will also serve as an
introduction to people working in other areas who wish to become familiar with
fiber optics.
The C++ Programming Language 第4版
This book is aimed at three audiences:
• C++ programmers who want to know what the latest ISO C++ standard has to offer,
• C programmers who wonder what C++ provides beyond C, and
• People with a background in application languages, such as Java, C#, Python, and Ruby,
looking for something ‘‘closer to the machine’’ – something more flexible, something offering
better compile-time checking, or something offering better performance.
This book assumes that its readers are programmers.
Easy Laravel 5
英文版 PDF
Laravel 5 is an ambitious step forward for the popular framework, offering quite a few new features.
This version was published on 2015-06-09
This is a Leanpub book. Leanpub empowers authors and publishers with the Lean Publishing
process. Lean Publishing is the act of publishing an in-progress ebook using lightweight tools and
many iterations to get reader feedback, pivot until you have the right book and build traction once
you do.
Mastering Embedded Linux Programming 2nd 英文版
The software used in this book is entirely open source. In almost all cases, I have used the
latest stable versions available at the time of writing. While I have tried to describe the main
features in a manner that is not version-specific, it is inevitable that some of the examples
will need adaptation to work with later software.
the design of design
英文原版 pdf格式
作者:Frederick P. Brooks(人月神话的作者)
Preface:
Who Should Read This Book?
In The Mythical Man-Month I aimed at “professional programmers,
professional managers, and especially professional managers of
programmers.” I argued the necessity, difficulty, and methods of
achieving conceptual integrity when software is built by teams.
This book widens the scope considerably and adds lessons
from 35 more years. Design experiences convince me that there
are constants across design processes in a diverse range of design
domains.
Signal Processing,Image Processing,and Pattern Recognition
英文 pdf 参考资料
International Conference, SIP 2009
Held as Part of the Future Generation
Information Technology Conference, FGIT 2009
Jeju Island, Korea, December 10-12, 2009
Proceedings
Solaris™ 10 System Administration Essentials 英文pdf
Solaris™ 10 System Administration Essentials is the centerpiece of the new series
on Solaris system administration. It covers all of the breakthrough features of
the Solaris 10 operating system in one place. Other books in the series, such as
Solaris™ 10 Security Essentials and Solaris™ 10 ZFS Essentials, cover specific
features and aspects of the Solaris OS in detail.
Solaris™ 10 System Administration Essentials is the most comprehensive book
about Solaris 10 on the market. It covers the significant features introduced with
the initial release of Solaris 10 and the features, like ZFS, introduced in subsequent
updates.
algorithms fourth edition part2
algorithms fourth edition
算法 第四版
英文 pdf文档
这是WinRAR分割的第二部分
Inside Microsoft SQL Server 2005: T-SQL Programming
英文版 chm格式
byItzik Ben-Gan, Dejan SarkaandRoger Wolter
Microsoft Press 2006 (532 pages)
ISBN:0735621977
Written by a T-SQL guru, this thorough, hands-on reference for database developers and administrators focuses on language features and how they are interpreted and processed by the SQL Server execution engine.
Table of Contents
Inside Microsoft SQL Server 2005— T-SQL Programming
Foreword
Preface
Introduction
Chapter 1 - Datatype-Related Problems, XML, and CLR UDTs
Chapter 2 - Temporary Tables and Table Variables
Chapter 3 - Cursors
Chapter 4 - Dynamic SQL
Chapter 5 - Views
Chapter 6 - User-Defined Functions
Chapter 7 - Stored Procedures
Chapter 8 - Triggers
Chapter 9 - Transactions
Chapter 10 - Exception Handling
Chapter 11 - Service Broker
Appendix A - Companion to CLR Routines
Index
List of Figures
List of Tables
List of Listings
List of Sidebars
Introduction
This book is targeted at experienced T-SQL programmers and database professionals that need to write or review T-SQL code. The book covers advanced T-SQL programming, assuming that you already have a good grasp of the basic and intermediate levels of the subject matter and are ready to proceed to the next level.
Organization of This Book
This book is the second of two volumes. It covers advanced T-SQL programming. The first volume—Inside Microsoft SQL Server 2005: T-SQL Querying—covers advanced T-SQL querying. The second volume assumes that you read the first, or have equivalent background. For more details about the organization of the two volumes, please see the book's Preface.
Microsoft Visual Studio 2008 Programming
英文版 chm格式
McGraw-Hill/Osborne © 2009
Who Should Read This Book?
You don’t necessarily need a solid knowledge of software development to read this book, but it would certainly help. Any developer with enough experience or knowledge to build simple object-oriented or database-connected applications should find the book easy enough to get through. We don’t explain what += and &= mean, for example, but neither do we assume that you have an intimate knowledge of application design patterns.
Experienced developers will also find the book of benefit on topics that they haven’t looked at yet. You can’t be an expert on every new technology that comes out, but books like this will help you at least stay on top of the ones that interest you.
C# Network Programming 英文版 chm格式
This book helps newcomers get started with a look at the basics of network programming as they relate to C#, including the language’s network classes, the Winsock interface, and DNS resolution.
Algorithms fourth edition part1
英文版第四版pdf
Robert Sedgewick and Kevin Wayne
Princeton University
Addison-Wesley
因为24兆大小,故使用WinRAR分割两部分,这是第一部分,见谅