首页
社区
课程
招聘
[转帖]Компьютерная литература на английском языке
发表于: 2012-10-11 22:44 5717

[转帖]Компьютерная литература на английском языке

2012-10-11 22:44
5717
收藏
免费 1
支持
分享
最新回复 (133)
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
76

English | 164 pages | True PDF | 48.2 Mb

games™ is the magazine that every true gamer should be reading. Quality text, superior design and unbiased, honest opinion have aided this publication in becoming one of the most respected in the games industry. – and it's gained multiple awards to prove it. At 180 pages, games™ is also the biggest videogame magazine in the UK and each issue is packed full of the latest previews, honest reviews, topical features and extensive interviews with industry legends and indie developers alike. There’s even a 22-page section dedicated retro gaming every month where some of the finest videogames of all time are investigated and remembered.
http://novafile.com/e7vy7mcrv5m0

上传的附件:
  • 1.jpg (138.01kb,1次下载)
2013-1-17 18:24
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
77

Concepts of Programming Languages, 10th Edition
by Robert W. Sebesta
English | 2012 | ISBN: 0131395319 | 816 pages | PDF | 3.79 MB
For undergraduate students in Computer Science and Computer Programming courses.

Now in its Tenth Edition, Concepts of Programming Languages introduces students to the main constructs of contemporary programming languages and provides the tools needed to critically evaluate existing and future programming languages. Readers gain a solid foundation for understanding the fundamental concepts of programming languages through the author's presentation of design issues for various language constructs, the examination of the design choices for these constructs in some of the most common languages, and critical comparison of the design alternatives. In addition, Sebesta strives to prepare the reader for the study of compiler design by providing an in-depth discussion of programming language structures, presenting a formal method of describing syntax, and introducing approaches to lexical and syntactic analysis.
http://ul.to/3h52psha
http://clz.to/lj1q5axb

上传的附件:
2013-1-18 07:04
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
78

David Gourley, Brian Totty, Marjorie Sayer, Anshu Aggarwal, Sailu Reddy, "HTTP: The Definitive Guide"
English | 2009 | ISBN: 1565925092 | PDF/Epub | 658 Pages | 9/5 MB

Web technology has become the foundation for all sorts of critical networked applications and far-reaching methods of data exchange, and beneath it all is a fundamental protocol: HyperText Transfer Protocol, or HTTP.
Download From Uploaded.net:
http://uploaded.net/file/4k7rfcwq/1565925092-PDF_avaxhome.ws.rar
http://uploaded.net/file/gkkwa18p/1565925092-Epub_avaxhome.ws.rar


Download From Bitshare.com:
http://bitshare.com/files/1uo2cm20/1565925092-PDF_avaxhome.ws.rar.html
http://bitshare.com/files/j8yx5ej5/1565925092-Epub_avaxhome.ws.rar.html

上传的附件:
2013-1-18 07:06
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
79

Rod Stephens, "Beginning Database Design Solutions"
English | ISBN: 0470385499 | 2008 | 552 pages | PDF, EPUB | 6 + 21 MB

Beginning Database Design Solutions
Databases play a critical role in the business operations of most organizations; they're the central repository for critical information on products, customers, suppliers, sales, and a host of other essential information. It's no wonder that the majority of all business computing involves database applications.
With so much at stake, you'd expect most IT professionals would have a firm understanding of good database design. But in fact most learn through a painful process of trial and error, with predictably poor results.
This book provides readers with proven methods and tools for designing efficient, reliable, and secure databases. Author Rod Stephens explains how a database should be organized to ensure data integrity without sacrificing performance. He shares procedures for designing robust, flexible, and secure databases that provide a solid foundation for all of your database applications. The methods and techniques in this book can be applied to any database environment, including Oracle®, Microsoft Access®, SQL Server®, and MySQL®. You'll learn the basics of good database design and ultimately discover how to design a real-world database.?
What you will learn from this book
How to identify database requirements that meet users' needs
Ways to build data models using a variety of modeling techniques, including entity-relational models, user-interface models, and semantic object models
Tips for understanding the different types of databases, including relational databases, flat files, spreadsheets, XML and object databases
How to refine and tune the design to improve database performance
Techniques for understanding the relationship between good application design and database design
Methods for designing flexible and robust databases that can adapt to business change and growth
Ways to design for ease of maintenance and support
How to avoid common database design mistakes
Who this book is for
This book is for anyone interested in learning to design, build, analyze, and understand databases. No previous experience with databases or programs is required.
http://ul.to/60aocbvy
http://ul.to/1j8khagq

上传的附件:
2013-1-18 14:50
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
80

Beginning Microsoft SQL Server 2008 Programming
Book Description
This comprehensive introduction to SQL Server begins with an overview of database design basics and the SQL query language along with an in-depth look at SQL Server itself
Progresses on to a clear explanation of how to implement fundamental concepts with the new 2008 version of SQL Server
Discusses creating and changing tables, managing keys, writing scripts, working with stored procedures, programming with XML, using SQL Server Reporting and Integration Services, and more
Features updated and new material, including new examples using Microsoft’s AdventureWorks sample database

From the Back Cover
Starting simply and gradually progressing to increasingly advanced topics, this introduction to the SQL Server database focuses on what is distinctive about the SQL environment—SQL Server 2008, in particular—versus other programming environments. Author Robert Vieira draws on his experience as one of the leading authorities on Microsoft SQL Server and uses his unique tutorial approach to explain the significant changes to the fundamental core components of SQL Server 2008.

You’ll begin with an overview of database design concepts and learn how to implement these fundamental concepts with Microsoft SQL Server 2008. Then, you’ll take a look at the role of an RDBMS (relational database management system) and where it fits in the grand scheme of system development. Thorough coverage of the key additions and changes to the 2008 version of SQL Server include discussions on DATE and TIME datatypes, hierarchyID datatypes, MERGE and multiple inserts, recursive queries, and more. With this book, you will conquer the many changes and challenges of Microsoft SQL Server 2008.

What you will learn from this book
How RDBMSs store, manage, and retrieve data
Ways to create and alter tables
Various “forms” of database normalization
Techniques for writing scripts and working with stored procedures
The positives and negatives of indexes
Myriad consequences that locks and deadlocks have on system performance
An understanding of triggers and how they are used

This book is for developers who are looking for a complete introduction to database design concepts and learning SQL. A basic understanding of development fundamentals is helpful.
Book Details
Paperback: 720 pages
Publisher: Wrox (January 2009)
Language: English
ISBN-10: 0470257016
ISBN-13: 978-0470257012
http://prefiles.com/2nw89pgdyvzq/Wrox.Beginning.Microsoft.SQL.Server.2008.Programming.Jan.2009.rar

上传的附件:
2013-1-18 15:04
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
81

Beginning Visual C# 2012 Programming
Book Description

Step-by-step beginner’s guide to Visual C# 2012

Written for novice programmers who want to learn programming with C# and the .NET framework, this book offers programming basics such as variables, flow control, and object oriented programming. It then moves into web and Windows programming and data access (databases and XML). The authors focus on the tool that beginners use most often to program C#, the Visual C# 2012 development environment in Visual Studio 2012.
Puts the spotlight on key beginning level topics with easy-to-follow instructions for Microsoft Visual C# 2012
Explores how to program for variables, expressions, flow control, and functions
Explains the debugging process and error handling as well as object oriented programming, and much more

Beginning Microsoft Visual C# 2012 Programming offers beginners a guide to writing effective programming code following simple step-by-step methods, each followed by the opportunity to try out newly acquired skills.

From the Back Cover
Step-by-step instructions to programming with C# 2012

Written with novice programmers in mind, this introductory guide is all you need to get started programming with C# 2012 and the .NET Framework. The unparalleled team of authors draws on their years of experience working with C# and the .NET Framework to provide you with a helpful overview of these technologies, explaining what they are, the motivation for using them, and how they relate to each other. They then progress to cover programming basics, web and desktop programming, and data access. Step-by-step methods, fundamental examples, easy-to-follow instructions, and opportunities to try out your newly acquired skills round out this thorough beginner’s guide.

Beginning Visual C# 2012 Programming:
Describes programming basics such as variables, flow control, and object oriented programming
Focuses on the tool beginners use most to program C#: the Visual C# 2012 development environment in Visual Studio 2012
Explains debugging and error handling
Details collections, comparisons, and conversions and explores C# language enhancements
Delves into WPF and other key technologies for creating and deploying desktop applications
Covers Windows Store apps
Looks at ASP.NET web programming and deploying web applications
Reviews file system data, XML, and LINQ

Table of Contents
Part I: The C# Language
Chapter 1. Introducing C#
Chapter 2. Writing A C# Program
Chapter 3. Variables and Expressions
Chapter 4. Flow Control
Chapter 5. More About Variables
Chapter 6. Functions
Chapter 7. Debugging and Error Handling
Chapter 8. Introduction to Object-Oriented Programming
Chapter 9. Defining Classes
Chapter 10. Defining Class Members
Chapter 11. Collections, Comparisons, and Conversions
Chapter 12. Generics
Chapter 13. Additional OOP Techniques
Chapter 14. C# Language Enhancements

Part II: Windows Programming
Chapter 15. Basic Desktop Programming
Chapter 16. Advanced Desktop Programming
Chapter 17. Windows Store Apps
Chapter 18. Deploying Desktop Applications

Part III: Web Programming
Chapter 19. ASP.NET Web Programming
Chapter 20. Deploying Web Applications

Part IV: Data Access
Chapter 21. File System Data
Chapter 22. XML
Chapter 23. Introduction to LINQ
Chapter 24. Applying LINQ

Part V: Additional Techniques
Chapter 25. Windows Communication Foundation
Chapter 26. Windows Workflow Foundation
Book Details
Paperback: 912 pages
Publisher: Wrox (December 2012)
Language: English
ISBN-10: 1118314417
ISBN-13: 978-1118314418
http://prefiles.com/ebemwpodhxl1/Wrox.Beginning.Visual.Csharp.2012.Programming.Dec.2012.rar

上传的附件:
2013-1-18 15:06
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
82
http://forum.exetools.com/showpost.php?p=82281&postcount=598
Free ebook from Microsoft Press
Programming Windows 8 Apps with HTML, CSS, and JavaScript
Microsoft Press Oct2012 | Free | PDF | Epub | Mobi
all downloads at this link
http://blogs.msdn.com/b/microsoft_press/archive/2012/10/29/free-ebook-programming-windows-8-apps-with-html-css-and-javascript.aspx

2013-1-18 15:11
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
83
http://forum.exetools.com/showpost.php?p=82226&postcount=596
Professional Parallel Programming with C Master Parallel Extensions with NET4 2010
Wrox pubblisher | (23.37 MB)

http://www3.zippyshare.com/v/34479448/file.html
pass: rl-team.net

2013-1-18 15:12
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
84
http://forum.exetools.com/showpost.php?p=82172&postcount=592
Windows PowerShell Pocket Reference, Second Edition
Oreilly 2013 | ISBN-10: 1449320961 | PDF, EPUB | 208 pages | 5 MB

http://rapidgator.net/file/68584442/1449320961_WinPow.rar.html
or
http://ul.to/kvjvw81t

2013-1-18 15:13
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
85
http://forum.exetools.com/showpost.php?p=82158&postcount=590
xtiaoshi
here another link for the ebook
Hackers: Heroes of the Computer Revolution (25th Anniversary Edition)
Publisher: O'Reilly Media 2010 | 528 Pages | ISBN: 1449388396 | PDF | 12 MB

http://rghost.net/42793834

2013-1-18 15:14
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
86

Ivor Horton - Ivor Horton's Beginning Visual C++ 2010
Published: 2010-04-12 | ISBN: 0470500883 | PDF | 1272 pages | 35 MB

Build real-world applications as you dive into C++ development
By following author Ivor Horton's accessible tutorial approach and detailed examples you can quickly become an effective C++ programmer. Thoroughly updated for the 2010 release, this book introduces you to the latest development environment and teaches you how to build real-world applications using Visual C++. With this book by your side, you are well on your way to writing applications in both versions of C++ and becoming a successful C++ programmer.
Ivor Horton's Beginning Visual C++ 2010:
Teaches the essentials of C++ programming using both of the C++ language technologies supported by Visual C++ 2010
Shares techniques for finding errors in C++ programs and explains general debugging principles
Discusses the structure and essential elements that are present in every Windows application
Demonstrates how to develop native Windows applications using the Microsoft Foundation Classes
Guides you through designing and creating substantial Windows applications in both C++ and C++/CLI
Features numerous working examples and exercises that help build programming skills
http://ul.to/oxwc0w7c

上传的附件:
2013-1-18 17:05
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
87

Stephen Prata - C++ Primer Plus (4th Edition)
Published: 2001-12-15 | ISBN: 0672322234 | PDF | 800 pages | 29 MB

This is an update to a computer industry classic; over 100,000 copies sold in previous editions. The fourth edition presents the ANSI C++ standard beginning with a discussion of the essential elements of C++ programming: loops, expressions, functions, and classes. It walks readers through the basics of object-oriented programming: classes, inheritance, templates, and exceptions, as well as the latest object-oriented programming techniques.
The C++ Primer Plus, Fourth Edition contains hundreds of sample programs. The friendly tone, concise programs, and end-of-chapter review exercises allow beginners to write their own programs immediately.
http://ul.to/x33iqazh

上传的附件:
2013-1-18 23:44
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
88

Anany Levitin, Maria Levitin, "Algorithmic Puzzles"
English | 2011 | ISBN: 0199740445 | 280 pages | PDF | 3 MB

While many think of algorithms as specific to computer science, at its core algorithmic thinking is defined by the use of analytical logic to solve problems. This logic extends far beyond the realm of computer science and into the wide and entertaining world of puzzles. In Algorithmic Puzzles, Anany and Maria Levitin use many classic brainteasers as well as newer examples from job interviews with major corporations to show readers how to apply analytical thinking to solve puzzles requiring well-defined procedures.
The book's unique collection of puzzles is supplemented with carefully developed tutorials on algorithm design strategies and analysis techniques intended to walk the reader step-by-step through the various approaches to algorithmic problem solving. Mastery of these strategies--exhaustive search, backtracking, and divide-and-conquer, among others--will aid the reader in solving not only the puzzles contained in this book, but also others encountered in interviews, puzzle collections, and throughout everyday life. Each of the 150 puzzles contains hints and solutions, along with commentary on the puzzle's origins and solution methods.
The only book of its kind, Algorithmic Puzzles houses puzzles for all skill levels. Readers with only middle school mathematics will develop their algorithmic problem-solving skills through puzzles at the elementary level, while seasoned puzzle solvers will enjoy the challenge of thinking through more difficult puzzles.
http://ul.to/vj7j3235

上传的附件:
2013-1-20 08:23
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
89

The Art of Computer Programming, Volume 4A: Combinatorial Algorithms, Part 1
by Donald E. Knuth
English | 2011 | ISBN: 0201038048 | 912 pages | PDF | 11.29 MB
Finally, after a wait of more than thirty-five years, the first part of Volume 4 is at last ready for publication. Check out the boxed set that brings together Volumes 1 - 4A in one elegant case, and offers the purchaser a $50 discount off the price of buying the four volumes individually.
http://ul.to/zn1aaj3j

上传的附件:
2013-1-20 21:43
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
90

Microsoft SQL Server 2012 Integration Services
2012 | ISBN: 0735665850 | 672 pages | PDF | 58 MB

Conquer Microsoft® SQL Server® 2012 Integration Services—from the inside out!
You’re beyond the basics, so dive right in and really put SQL Server Integration Services to work! This supremely organized reference packs hundreds of timesaving solutions, troubleshooting tips, and workarounds. It’s all muscle and no fluff. Discover how the experts perform data integration tasks—and challenge yourself to new levels of mastery.
Gain in-depth understanding of Integration Service capabilities introduced in SQL Server 2012
Implement Integration Services best practices and design patterns
Master the ETL tool for data extraction, transformation, and loading
Manage performance issues using tuning principles and techniques
Diagnose problems and apply advanced troubleshooting features
http://ul.to/9lrbdk0u
http://depositfiles.com/files/sw0fbb8an

上传的附件:
2013-1-21 11:00
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
91

Professional Windows 8 Programming
Book Description

It is an exciting time to be a Windows developer.  The arrival of Windows 8 is a complete game changer.  The operating system and its development platform offer you an entirely new way to create rich, full-featured Windows-based applications.  This team of authors takes you on a journey through all of the new development features of the Windows 8 platform specifically how to utilize Visual Studio 2012 and the XAML/C# languages to produce robust apps that are ready for deployment in the new Windows Store.

Professional Windows 8 Programming:
Learn how to utilize XAML to create rich content driven user interfaces
Make use of the new AppBar to create a chrome-less menu system
See how to support Sensors and Geo-location on Windows 8 devices
Integrate your app into the Windows 8 ecosystem with Contracts and Extensions
Walks you through the new Windows 8 navigation system for multi-page apps
Minimize code with Data Binding and MVVM design patterns
Features tips on getting your app ready for the Windows store
Maximize revenue for your app by learning about available monetization strategies

From the Back Cover
Discover exciting ways to create Windows-based applications

The arrival of Windows 8 is a complete game changer. The operating system and its development platform offer you an entirely new way to create rich, full-featured Windows-based applications. This team of authors takes you on a journey through all the new development features of the Windows 8 platform, specifically how to utilize Visual Studio 2012 and the XAML/C# languages to produce robust apps that are ready for deployment in the new Windows Store.

Professional Windows 8 Programming:
Shows you how to utilize XAML to produce rich, content-driven user interfaces
Makes use of the new App Bar to create a chrome-less menu system
Shows you how to support sensors and geolocation on Windows 8 devices
Demonstrates how to integrate your app into the Windows 8 ecosystem with Contracts and Extensions
Walks you through the new Windows 8 navigation system for multipage apps
Details how to minimize code with Data Binding and MVVM design patterns
Features tips on getting your app ready for the Windows Store
Shows how to maximize revenue for your app using available monetization strategies
Book Details
Paperback: 504 pages
Publisher: Wrox (December 2012)
Language: English
ISBN-10: 1118205707
ISBN-13: 978-1118205709
http://prefiles.com/16fa7o1y1kyy/Wrox.Professional.Windows.8.Programming.Dec.2012.rar

上传的附件:
  • 1.jpg (114.35kb,1次下载)
2013-1-21 11:08
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
92

Professional Multicore Programming
Book Description

Professional Multicore Programming: Design and Implementation for C++ Developers presents the basics of multicore programming in a simple, easy-to-understand manner so that you can easily apply the concepts to your everyday projects. Learn the fundamentals of programming for multiprocessor and multithreaded architecture, progress to multi-core programming and eventually become comfortable with programming techniques that otherwise can be difficult to understand. Anticipate the pitfalls and traps of concurrency programming and synchronization before you encounter them yourself by finding them outlined in this indispensable guide to multicore programming.

From the Back Cover
Professional Multicore Programming: Design and Implementation for C++ DevelopersIn order to increase overall system performance, computer manufacturers have opted to add more processors rather than increase clock frequency. In turn, if you want an application to benefit from the next new processor, that application will have to be modified to exploit multiprocessor computers. This practical book shifts the focus from sequential programming techniques to parallel and multithreaded programming techniques and introduces you to the everyday fundamentals of programming for multiprocessor and multithreaded architectures.

This duo of experienced authors takes the complicated topics of parallel processing and software concurrency and presents them in a clear, understandable manner. Their no-nonsense approach to programming multiprocessing and multithreading models, along with numerous helpful examples, demonstrates how to execute successful multicore programming and enables you to harness the power of the new multicore processors to their fullest potential.

What you will learn from this book
The various pitfalls, traps, and challenges of concurrency programming and synchronization
Methods and techniques for debugging and testing multicore programming
How to take advantage of processor-specific features using cross-platform techniques
The role of the operating system in multicore programming
Ways to take advantage of framework classes as building blocks for concurrency
How to reduce the complexity of task synchronization and communication through the use of interface classes

This book is for developers of various skill levels who are making the move into multicore programming and application development.
Book Details
Paperback: 648 pages
Publisher: Wrox (September 2008)
Language: English
ISBN-10: 0470289627
ISBN-13: 978-0470289624
http://prefiles.com/fda2kh7ntr4o/Wrox.Professional.Multicore.Programming.Sep.2008.rar

上传的附件:
2013-1-21 11:10
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
93

Python: Create – Modify – Reuse
Book Description

Python: Create-Modify-Reuse is designed for all levels of Python developers interested in a practical, hands-on way of learning Python development. This book is designed to show you how to use Python (in combination with the raw processing power of your computer) to accomplish real-world tasks in a more efficient way. Don’t look for an exhaustive description of the Python language––you won’t find it. The book’s main purpose is not to thoroughly cover the Python language, but rather to show how you can use Python to create robust, real-world applications.

In this respect, the goal is similar to foreign-language books that identify themselves as “conversational,” focusing on the vocabulary and concepts that people will need the most. Likewise, I focus specifically on the Python knowledge needed to accomplish practical, specific tasks. Along the way, you will learn to create useful, efficient scripts that are easy to maintain and enhance.

This book is for developers with some experience with Python who want to explore how to develop full-blown applications. It is also for developers with experience in other languages who want to learn Python by building robust applications. It is well-suited for developers who like to “learn by doing,” rather than exploring a language feature by feature. To get the most out of the book, you should understand basic programming principles.

Because this book is project-based, you can approach it in numerous ways. You can, of course, read it from cover to cover. Chapters 2 through 8 each cover a different project, so the chapters are independent of each other. However, because each chapter project is covered individually, there may be some overlap of information. I also sometimes refer to explanations of particular topics covered in previous chapters. This will help to reinforce important concepts.

The end of the book contains two appendixes. The first one is a listing of Python resources you can check out for more information. The second one will help you with installing additional components used in some of the examples.

This book starts with a basic overview of the Python language, designed for those familiar with other languages but new to Python. It is followed by several chapters, each of which describes a complete project that can be used as-is or modified and extended to suit your particular purposes. You’ll find applications that access databases, take advantage of web technologies, and facilitate network communications, to name a few. In addition, and more important than the technologies you will be introduced to, you will learn how to use Python to solve real challenges. Following these chapters are two chapters that cover accessing operating system resources and debugging and testing, respectively.

Each project chapter contains complete instructions describing how to install and use the application, so you can actually see the program run as you learn how to construct and use it, including how the project was designed and prototyped. This book is intended to be both a reference guide and a learning aid, teaching you how to build solutions with Python and providing reference information on a wide variety of Python programming concepts.

It is hoped that this book will help you have fun with Python and build useful applications, and—unlike my experience with building a deck—without sore thumbs.

This book is framed around the code itself. This is because developers are typically looking for how to do something; and, as with many activities, you learn how to do something by watching how others do and trying it yourself. If you want to know how a for loop works, you’ll find for loops in my code, but that’s not the thrust of the book. Instead, this book shows you how to do things: how to build a content management system, how to build a test management system, how to set up a system for tracking customer follow-up, and so on. Along the way, you’ll learn how to communicate with a SQL database, how to act as a web server or communicate with one, how to access operating system services, and more.

From the Back Cover
Python: Create-Modify-Reuse

Aimed at all levels of Python developers who are interested in a task-based way of learning Python development, this hands-on book shows how you can efficiently use Python to create robust, real-world applications. After a brief primer on this object-oriented, interactive programming language, you will jump right into practical Python development so that you can create useful, streamlined scripts that are easy to maintain and enhance, and that you can immediately put to use in the real world.

Each chapter features a complete project that you can use as it currently exists or modify to suit your particular purposes. Among these projects you’ll find applications that access databases, take advantage of web technologies, facilitate network communications, and more. Plus, you’ll also explore more advanced topics such as accessing operating system resources, writing scripts that are easy to read and maintain, and debugging and testing. However, even more important than the technologies you will be introduced to, you will learn how to use Python to solve real challenges.

What you will learn from this book
The various technologies and techniques that are available to Python developers
Ways to communicate with an SQL database
Tips for acting as a web server or communicating with one
How to access and manipulate XML files
Techniques for building a content management system
Ways to access and communicate with your operating system

This book is for developers who want to explore how to develop full-blown applications with Python. A general understanding of basic programming principles and object-oriented design is helpful.
Book Details
Paperback: 262 pages
Publisher: Wrox (June 2008)
Language: English
ISBN-10: 0470259329
ISBN-13: 978-0470259320
http://prefiles.com/8oycpbktcpnc/Wrox.Python.Create.Modify.Reuse.Jul.2008.rar

上传的附件:
2013-1-21 11:12
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
94

Beginning Microsoft SQL Server 2008 Programming
Book Description
This comprehensive introduction to SQL Server begins with an overview of database design basics and the SQL query language along with an in-depth look at SQL Server itself
Progresses on to a clear explanation of how to implement fundamental concepts with the new 2008 version of SQL Server
Discusses creating and changing tables, managing keys, writing scripts, working with stored procedures, programming with XML, using SQL Server Reporting and Integration Services, and more
Features updated and new material, including new examples using Microsoft’s AdventureWorks sample database

From the Back Cover
Starting simply and gradually progressing to increasingly advanced topics, this introduction to the SQL Server database focuses on what is distinctive about the SQL environment—SQL Server 2008, in particular—versus other programming environments. Author Robert Vieira draws on his experience as one of the leading authorities on Microsoft SQL Server and uses his unique tutorial approach to explain the significant changes to the fundamental core components of SQL Server 2008.

You’ll begin with an overview of database design concepts and learn how to implement these fundamental concepts with Microsoft SQL Server 2008. Then, you’ll take a look at the role of an RDBMS (relational database management system) and where it fits in the grand scheme of system development. Thorough coverage of the key additions and changes to the 2008 version of SQL Server include discussions on DATE and TIME datatypes, hierarchyID datatypes, MERGE and multiple inserts, recursive queries, and more. With this book, you will conquer the many changes and challenges of Microsoft SQL Server 2008.

What you will learn from this book
How RDBMSs store, manage, and retrieve data
Ways to create and alter tables
Various “forms” of database normalization
Techniques for writing scripts and working with stored procedures
The positives and negatives of indexes
Myriad consequences that locks and deadlocks have on system performance
An understanding of triggers and how they are used

This book is for developers who are looking for a complete introduction to database design concepts and learning SQL. A basic understanding of development fundamentals is helpful.
Book Details
Paperback: 720 pages
Publisher: Wrox (January 2009)
Language: English
ISBN-10: 0470257016
ISBN-13: 978-0470257012
http://prefiles.com/2nw89pgdyvzq/Wrox.Beginning.Microsoft.SQL.Server.2008.Programming.Jan.2009.rar

上传的附件:
2013-1-21 11:38
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
95

Beginning Database Design Solutions
Book Description

This book is intended for IT professionals and students who want to learn how to design, analyze, and understand databases. The material will benefit those who want a better high-level understanding of databases such as proposal managers, architects, project managers, and even customers. The material will also benefit those who will actually design, build, and work with databases such as database designers, database administrators, and programmers. In many projects, these roles overlap so the same person may be responsible for working on the proposal, managing part of the project, and designing and creating the database.

This book is aimed at IT professionals and students of all experience levels. It does not assume that you have any previous experience with databases or programs that use them. It doesn’t even assume that you have experience with computers. All you really need is a willingness and desire to learn.

This book explains database design. It tells how to plan a database’s structure so the database will be robust, resistant to errors, and flexible enough to accommodate a reasonable amount of future change. It explains how to discover database requirements, build data models to study data needs, and refine those models to improve the database’s effectiveness.

The book solidifies these concepts by working through a detailed example that designs a realistic database. Later chapters explain how to actually build databases using two common database products: Access 2007 and MySQL.

The book finishes by describing some of the topics you need to understand to keep a database running effectively such as database maintenance and security.

This book explains database design. It tells how to determine what should go in a database and how the database should be structured to give the best results.

This book does not focus on actually creating the database. The details of database construction are different for different database tools so, to remain as generally as useful as possible, this book doesn’t concentrate on any particular database system. You can apply the techniques described here equally to whatever database tool you use whether it’s Access, SQL Server, Oracle, MySQL, or some other database product.

Most database products include free editions that you can use for smaller projects. For example, SQL Server Express Edition, Oracle Express Edition, and MySQL Community Server are all free.

To remain database neutral, the book does not assume you are using a particular database so you don’t need any particular software or hardware. To work through the Exercises, all you really need is a pencil and some paper. You are welcome to type solutions into your computer if you like but you may actually find working with pencil and paper easier than using a graphical design tool to draw pictures, at least until you are comfortable with database design and are ready to pick a computerized design tool.

From the Back Cover
Beginning Database Design Solutions

Databases play a critical role in the business operations of most organizations; they’re the central repository for critical information on products, customers, suppliers, sales, and a host of other essential information. It’s no wonder that the majority of all business computing involves database applications.

With so much at stake, you’d expect most IT professionals would have a firm understanding of good database design. But in fact most learn through a painful process of trial and error, with predictably poor results.

This book provides readers with proven methods and tools for designing efficient, reliable, and secure databases. Author Rod Stephens explains how a database should be organized to ensure data integrity without sacrificing performance. He shares procedures for designing robust, flexible, and secure databases that provide a solid foundation for all of your database applications. The methods and techniques in this book can be applied to any database environment, including Oracle®, Microsoft Access®, SQL Server®, and MySQL®. You’ll learn the basics of good database design and ultimately discover how to design a real-world database.?

What you will learn from this book
How to identify database requirements that meet users’ needs
Ways to build data models using a variety of modeling techniques, including entity-relational models, user-interface models, and semantic object models
Tips for understanding the different types of databases, including relational databases, flat files, spreadsheets, XML and object databases
How to refine and tune the design to improve database performance
Techniques for understanding the relationship between good application design and database design
Methods for designing flexible and robust databases that can adapt to business change and growth
Ways to design for ease of maintenance and support
How to avoid common database design mistakes

This book is for anyone interested in learning to design, build, analyze, and understand databases. No previous experience with databases or programs is required.
Book Details
Paperback: 552 pages
Publisher: Wrox (October 2008)
Language: English
ISBN-10: 0470385499
ISBN-13: 978-0470385494
http://prefiles.com/sdyoo76e66ug/Wrox.Beginning.Database.Design.Solutions.Nov.2008.rar

上传的附件:
2013-1-21 11:40
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
96

Beginning Visual C# 2012 Programming
Book Description

Step-by-step beginner’s guide to Visual C# 2012

Written for novice programmers who want to learn programming with C# and the .NET framework, this book offers programming basics such as variables, flow control, and object oriented programming. It then moves into web and Windows programming and data access (databases and XML). The authors focus on the tool that beginners use most often to program C#, the Visual C# 2012 development environment in Visual Studio 2012.
Puts the spotlight on key beginning level topics with easy-to-follow instructions for Microsoft Visual C# 2012
Explores how to program for variables, expressions, flow control, and functions
Explains the debugging process and error handling as well as object oriented programming, and much more

Beginning Microsoft Visual C# 2012 Programming offers beginners a guide to writing effective programming code following simple step-by-step methods, each followed by the opportunity to try out newly acquired skills.

From the Back Cover
Step-by-step instructions to programming with C# 2012

Written with novice programmers in mind, this introductory guide is all you need to get started programming with C# 2012 and the .NET Framework. The unparalleled team of authors draws on their years of experience working with C# and the .NET Framework to provide you with a helpful overview of these technologies, explaining what they are, the motivation for using them, and how they relate to each other. They then progress to cover programming basics, web and desktop programming, and data access. Step-by-step methods, fundamental examples, easy-to-follow instructions, and opportunities to try out your newly acquired skills round out this thorough beginner’s guide.

Beginning Visual C# 2012 Programming:
Describes programming basics such as variables, flow control, and object oriented programming
Focuses on the tool beginners use most to program C#: the Visual C# 2012 development environment in Visual Studio 2012
Explains debugging and error handling
Details collections, comparisons, and conversions and explores C# language enhancements
Delves into WPF and other key technologies for creating and deploying desktop applications
Covers Windows Store apps
Looks at ASP.NET web programming and deploying web applications
Reviews file system data, XML, and LINQ

Table of Contents
Part I: The C# Language
Chapter 1. Introducing C#
Chapter 2. Writing A C# Program
Chapter 3. Variables and Expressions
Chapter 4. Flow Control
Chapter 5. More About Variables
Chapter 6. Functions
Chapter 7. Debugging and Error Handling
Chapter 8. Introduction to Object-Oriented Programming
Chapter 9. Defining Classes
Chapter 10. Defining Class Members
Chapter 11. Collections, Comparisons, and Conversions
Chapter 12. Generics
Chapter 13. Additional OOP Techniques
Chapter 14. C# Language Enhancements

Part II: Windows Programming
Chapter 15. Basic Desktop Programming
Chapter 16. Advanced Desktop Programming
Chapter 17. Windows Store Apps
Chapter 18. Deploying Desktop Applications

Part III: Web Programming
Chapter 19. ASP.NET Web Programming
Chapter 20. Deploying Web Applications

Part IV: Data Access
Chapter 21. File System Data
Chapter 22. XML
Chapter 23. Introduction to LINQ
Chapter 24. Applying LINQ

Part V: Additional Techniques
Chapter 25. Windows Communication Foundation
Chapter 26. Windows Workflow Foundation
Book Details
Paperback: 912 pages
Publisher: Wrox (December 2012)
Language: English
ISBN-10: 1118314417
ISBN-13: 978-1118314418
http://prefiles.com/ebemwpodhxl1/Wrox.Beginning.Visual.Csharp.2012.Programming.Dec.2012.rar

上传的附件:
2013-1-21 11:42
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
97

Mark L. Chambers, "Build Your Own PC Do-It-Yourself For Dummies"
English | 2009 | 340 pages | PDF | 10 MB

If you’ve dreamed about having a customized multimedia PC or one tricked out for your favorite games, build your own and make your dreams come true! Build Your Own PC Do-It-Yourself For Dummies makes it easy.
Not only is building your own PC a really rewarding project, it can also save you a nice chunk of cash. This step-by-step guide helps you decide what you need, teaches you what all those computer terms mean, and tells you exactly how to put the pieces together. It shows you:
What tools you need (not as many as you might think!)
All about operating systems
How to install CD and DVD drives
The scoop on sound and video, and how to put a sound system together from start to finish
How to connect a monitor and install a modem
All about setting up and configuring the hard drive
Secrets for securing your system, and more
Do-it-Yourself
Build the custom PC you want — just the way you want it — and have fun doing it!
Are you frustrated because you can't buy the PC you want? Have you ever wanted to create your own custom PC but were unfamiliar with all of the parts and terminology? This book is your new best friend!
This illustrated, hands-on guide will help you choose the best components for the PC that's right for you. Inside the book, we walk you through the assembly process in simple, can-do language.
http://novafile.com/skxp45spsh0q

上传的附件:
2013-1-21 12:06
0
雪    币: 17
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
98
果断跟进,虽然暂时没有时间看,但是收藏还是有价值的!
2013-1-21 12:53
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
99

Knight’s Microsoft SQL Server 2012 Integration Services 24-Hour Trainer
Book Description

Book-and-video package gets novices up to speed on Microsoft SQL Server 2012

If you need a practical, hands-on introduction, especially to SQL Server Integration Services (SSIS), this book-and-video package from authority Brian Knight is the perfect solution. Each lesson includes three major components: a description of how each SSIS feature or process works, a tutorial that walks you through the process or technique, and an accompanying video lesson. It’s a complete learning package that will give you the confidence you need to start your first SSIS project.
Guides novice database administrators and developers who are learning Microsoft SQL Server 2012 and SQL Server Integration Services (SSIS)
Provides expert instruction from leading SQL Server authority and author, Brian Knight
Includes a book and a video, complete instruction that includes lessons, hands-on tutorials, and video demonstrations by the author
Covers the very latest changes and updates in the SQL Server 2012 release

Microsoft SQL Server 2012 Integration Services 24-Hour Trainer makes SQL Server 2012 and SSIS much less intimidating.

From the Back Cover
Dive into the 2012 release of SQL Server Integration Services with this book-and-video package

This book-and-video package teaches you the essential elements of Microsoft SQL Server Integration Services (SSIS) from the ground up—no previous knowledge of SSIS is required. Each lesson is streamlined to teach a specific component of SSIS, helping you to learn just what you need to succeed. The lessons include three major components: a description of how each SSIS feature or process works, a tutorial that walks you through the process or technique, and an accompanying video lesson, all of which present you with a thorough introduction to Microsoft business intelligence tools and SSIS.

Knight’s Microsoft SQL Server 2012 Integration Services 24-Hour Trainer:
Furnishes you with all the information you need to confidently start your first SSIS project
Integrates instructional videos with each of the hands-on lessons found in the book
Provides expert instruction from leading SQL Server authorities
Covers the latest changes and updates in the SQL Server 2012 release

The 24-Hour Trainer is a unique book-and-video package that delivers step-by-step lessons for handling real-world scenarios. Each lesson in the book is accompanied by an instructional video that reinforces the content while providing additional explanations and tips.

You’ll learn to:
Create your first package
Upgrade packages to SQL Server 2012
Use a variety of tasks
Use Data Quality Services to cleanse data
Incrementally load data
Load a data warehouse
Roll up, order, join, audit, cleanse, and separate data
Deploy, configure, and schedule packages

The lessons within the book are each accompanied by an instructional demonstration on the DVD.
Book Details
Paperback: 528 pages
Publisher: Wrox (November 2012)
Language: English
ISBN-10: 1118479580
ISBN-13: 978-1118479582
http://prefiles.com/e6kf3gcgjyor/Wrox.Knights.Microsoft.SQL.Server.2012.Integration.Services.24-Hour.Trainer.Nov.2012.rar

上传的附件:
  • 1.jpg (104.94kb,1次下载)
2013-1-21 13:43
0
雪    币: 93908
活跃值: (200199)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
100

Professional C# 2012 and .NET 4.5
Book Description

Intermediate to advanced technique coverage, updated for C# 2012 and .NET 4.5

This guide is geared towards experienced programmers looking to update and enhance their skills in writing Windows applications, web apps, and Metro apps with C# and .NET 4.5. Packed with information about intermediate and advanced features, this book includes everything professional developers need to know about C# and putting it to work.
Covers challenging .NET features including Language Integrated Query (LINQ), LINQ to SQL, LINQ to XML, WCF, WPF, Workflow, and Generics
Puts the new Async keyword to work and features refreshers on .NET architecture, objects, types, inheritance, arrays, operators, casts, delegates, events, strings, regular expressions, collections, and memory management
Explores new options and interfaces presented by Windows 8 development, WinRT, and Metro style apps
Includes traditional Windows forms programming, ASP.NET web programming with C#, and working in Visual Studio 2012 with C#

Professional C# 2012 and .NET 4.5 is a comprehensive guide for experienced programmers wanting to maximize these technologies.

Table of Contents
Part I: The C# Language
Chapter 1. .NET Architecture
Chapter 2. Core C#
Chapter 3. Objects and Types
Chapter 4. Inheritance
Chapter 5. Generics
Chapter 6. Arrays and Tuples
Chapter 7. Operators and Casts
Chapter 8. Delegates, Lambdas, and Events
Chapter 9. Strings and Regular Expressions
Chapter 10. Collections
Chapter 11. Language Integrated Query
Chapter 12. Dynamic Language Extensions
Chapter 13. Asynchronous Programming
Chapter 14. Memory Management and Pointers
Chapter 15. Reflection
Chapter 16. Errors and Exceptions

Part II: Visual Studio
Chapter 17. Visual Studio 2012
Chapter 18. Deployment

Part III: Foundation
Chapter 19. Assemblies
Chapter 20. Diagnostics
Chapter 21. Tasks, Threads, and Synchronization
Chapter 22. Security
Chapter 23. Interop
Chapter 24. Manipulating Files and The Registry
Chapter 25. Transactions
Chapter 26. Networking
Chapter 27. Windows Services
Chapter 28. Localization?
Chapter 29. Core XAML
Chapter 30. Managed Extensibility Framework
Chapter 31. Windows Runtime

Part IV: Data
Chapter 32. Core ADO.NET
Chapter 33. ADO.NET Entity Framework
Chapter 34. Manipulating XML

Part V: Presentation
Chapter 35. Core WPF
Chapter 36. Business Applications with WPF
Chapter 37. Creating Documents with WPF
Chapter 38. Windows Store APPS
Chapter 39. Core ASP.NET
Chapter 40. ASP.NET Web Forms
Chapter 41. ASP.NET MVC
Chapter 42. ASP.NET Dynamic Data

Part VI: Communication
Chapter 43. Windows Communication Foundation
Chapter 44. WCF Data Services
Chapter 45. Windows Workflow Foundation
Chapter 46. Peer-to-Peer Networking
Chapter 47. Message Queuing
Book Details
Paperback: 1584 pages
Publisher: Wrox (October 2012)
Language: English
ISBN-10: 1118314425
ISBN-13: 978-1118314425
http://prefiles.com/u01bd9j5wmvr/Wrox.Professional.Csharp.2012.and.NET.4.5.Nov.2012.rar

上传的附件:
  • 1.jpg (101.06kb,1次下载)
2013-1-21 13:46
0
游客
登录 | 注册 方可回帖
返回
//