Название: WPF. Windows Presentation Foundation в .NET 3.5 с примерами на C# 2008 для профессионалов Автор: Мак-Дональд М. Издательство: Вильямс Страниц: 922 Формат: DJVU Размер: 28.69 Мб Качество: Отличное Язык: Русский Год издания: 2008
Эта книжка непременный информатор инфы для .NET создателей, так как в ней подобрано фактически все, что нужно знать о технологии WPF (Windows Presentation Foundation).
Автор разделяется в собственной книжке скрытыми рецептами программирования, которых вы более не отыщите ни в одной книжке.
В книжке представлены и глубоко осмотрены последующие темы:
• XAML
• Классические составляющие управления
• Окна
• Страницы и навигация
• Работа с данными
• Анимация
• Звук и видео
• Трехмерная графика
• Взаимодействие с Windows Forms
• И всякое разное
Книга создана для тех создателей прибавлений высочайшего класса.
Название: Photo Restoration and Retouching Using Corel PaintShop Photo Pro Автор: Robert Correll / Роберт Коррел Год издания: 2010 Издательство: Course Technology ISBN: 978-1-4354-5680-8, 1-4354-5680-7 Страниц: 416 Формат: PDF Размер: 22,4 Мб (+3%) Язык: Английский
Подробное руководство по ретушированию и обработке фотографий с использованием Corel PaintShop Photo Pro
Описание на английском: Fully revised to include coverage of the new features of PaintShop Photo Pro, Photo Restoration and Retouching Using Corel ? PaintShop Photo ? Pro, Second Edition teaches you how to use PaintShop Photo Pro's plethora of top-notch photo editing tools to retouch, enhance, and restore your photographs. You'll benefit from the practical techniques and insider tips shown in this book, regardless of your skill level. After a brief introduction to PaintShop Photo Pro and other helpful topics such as scanning and organizing, you'll dive into detailed photo studies that showcase new and old photos alike. By examining actual photos from the author's collection, you'll learn how to retouch or restore digital, scanned, color, and black-and-white photos. Each study teaches you how to tackle specific problems, shows you the pros and cons of different techniques, and concludes with a fully restored or retouched photo. You'll learn how to do things like repair cuts and scratches, remove dust, blemishes, take out red-eye, enhance color, brightness, and contrast, remove distractions, correct perspective and lens distortion, and more. You'll even discover how to retouch people, enhance good photos, and explore ways to tackle "impossible" photos.
Professional ASP.NET MVC 1.0 Publisher: Wrox | ISBN: 0470384611 | edition 2009 | PDF | 196 pages | 14 mb
Автор: Rob Conery, Scott Hanselman, Phil Haack Название: Professional ASP.NET MVC 1.0 Издательство: Wrox Год издания: 2009 ISBN: 0470384611 Язык: English Количество страниц: 196 Формат: PDF Размер: 14 Mb
This book begins with you working along as Scott Guthrie builds a complete ASP.NET MVC reference application. He begins NerdDinner by using the File->New Project menu command within Visual Studio to create a new ASP.NET MVC Application. You'll then incrementally add functionality and features. Along the way you’ll cover how to create a database, build a model layer with business rule validations, implement listing/details data browsing, provide CRUD (Create, Update, Delete) data form entry support, implement efficient data paging, reuse UI using master pages and partials, secure the application using authentication and authorization, use AJAX to deliver dynamic updates and interactive map support, and implement automated unit testing. From there, the bulk of the rest of the book begins with the basic concepts around the model view controller pattern, including the little history and the state of the MVC on the web today. We'll then go into the ways that MVC is different from ASP.NET Web Forms. We'll explore the structure of a standard MVC application and see what you get out of the box. Next we dig deep into routing and see the role URLs play in your application. We'll deep dive into controllers and views and see what role the Ajax plays in your applications. The last third of the book focuses entirely on advanced techniques and extending the framework. In some places, we assume that you're somewhat familiar with ASP.NET WebForms, at least peripherally. There are a lot of ASP.NET WebForms developers out there who are interested in ASP.NET MVC so there are a number of places in this book where we contrast the two technologies. Even if you're not already an ASP.NETdeveloper, you might still find these sections interesting for context, as well as for your own edification as ASP.NET MVC may not be the web technology that you're looking for. It’s worth noting, that ASP.NET MVC is not a replacement for ASP.NET Web Forms (aka just "ASP.NET"). Many web developers have been giving a lot of attention to other web frameworks out there (Ruby on Rails, Django) which have embraced the MVC (Model-View-Controller) application pattern, and if you’re one of those developers, or even if you’re just curious, this book is for you. MVC allows for (buzzword alert!) a "greater separation of concerns" between components in your application. The book goes into the ramifications of this, but if it had to be said it in a quick sentence: ASP.NET MVC is ASP.NET Unplugged. ASP.NET MVC is a tinkerer’s framework that gives you very fine-grained control over your HTML and javascript, as well as complete control over the programmatic flow of your application.
Автор: Simon Collison Название: Beginning CSS Web Development: From Novice to Professional Издательство: Apress Год издания: 2006 ISBN: 1590596897 Язык: English Количество страниц: 448 Формат: PDF Размер: 17 Mb
Cascading Style Sheets (CSS) are one of the most important technologies on the web today. They give web developers the power to style their web sites so those sites are usable, compact, good looking, consistently displayable, and quick and efficient to change if so desired. There are many books out there on CSS, but Beginning CSS Web Development is different—it doesn't waste time discussing theory, and it delves straight into the practical matter. It provides you with what you need to know, faster. It is also completely up to date, covering the most modern CSS standards and design techniques. In addition to the essential CSS basics, this book covers advanced techniques like accessibility, hacks, and filters. The book concludes with a case study, and features a CSS reference section that allows you to look up required syntax as quickly as possible.
Автор: Ingo Rammer, Mario Szputza Название: Advanced .NET Remoting Издательство: Apress Год издания: 2005 ISBN: 1590594177 Язык: English Количество страниц: 608 Формат: PDF Размер: 15 Mb
Introduction to .NET remoting, history of distributed computing mechanisms (including DCE/RPC, CORBA, and COM to .NET), advantages of .NET remoting (and architecture), a simple getting started program using .NET remoting with a server and client, adding validation, types of remoting (passing objects by value and reference, singletons, published objects), using factories to create objects, server-activated vs. client-activated objects, lifetime management, synchronous vs. asynchronous function calls, multi-server programming, shared assemblies (and the soapsuds utility and proxies), configuration (XML config. files and standard options), deployment (console vs. Windows services vs. IIS), security issues (authentication and checking roles), using SSL and encryption, object lifetime management (lease time and managers, server-side sponsors), versioning for .NET components (strong naming and the Global Assembly Cache, GAC), delegate and events (tips for event handling), .NET remoting internals (proxies, messages, message sinks, formatters, and transport channels), internals of asynchronous processing, advanced sink programming (client-, server-side, and dynamic sinks), extending .NET remoting (including message compression and encryption support), custom transport channels (using POP3/SMTP), and undocumented techniques for working with .NET remoting context objects. --This text refers to an out of print or unavailable edition of this title.
Автор: Специалист Год издания: 2010 Страниц: много Язык: русский Размер: 370 Мб Формат файла: ISO Издательство: Московский Институт Веб-дизайна и Программирования
Интерактивное взаимодействие с посетителями – основа успешности любого сайта. Клиентский javascript позволяет просматривать увеличенные фотографии, направлять товар в корзину и выполнять другие функции, обеспечивающие взаимодействие сайта с клиентом. Уверенное знание этого языка позволит создавать функциональные сайты, мощные и удобные интерфейсы. По окончании курса Вы получите навыки программирования функциональных сайтов, сформируете понимание взаимодействия javascript и HTML, освоите основные приемы получения кроссбраузерного кода. Курс также будет полезен тем, кто обладает знаниями в объёме программы, но хочет их систематизировать, а также повысить свою эффективность за счёт новых приёмов и методов работы.
Название: iPhone 3D Game Programming All In One Автор: Jeremy Alessi Издательство: Course Technology Год: 2010 [n]ISBN[/b]: 978-1-4354-5478-1 Количество страниц: 433 Формат: PDF Размер: 16.9 Мб Язык: Английский
This is a complete guide to iPhone and iPod Touch game development. Beginning with the basics and ending with a finished game published in the App store this book covers all the fundamentals. The combined strength of Unity and the iPhone development platform are used to full effect allowing even complete novices to create and publish an iPhone game.
Автор: Mathew MacDonald Название: Pro Silverlight 3 in VB + Source Code Book Издательство: Apress Год издания: 2009 ISBN: 1430224274 Язык: English Количество страниц: 817 Формат: PDF Размер: 17,1 Mb
Silverlight is a lightweight browser plug-in that frees your code from the traditional confines of the browser. It's a rules-changing, groundbreaking technology that allows you to run rich client applications right inside the browser. Even more impressively, it's able to host true .NET applications in non-Microsoft browsers (like Firefox) and on non-Microsoft platforms (like Mac OS X). Silverlight is still new and evolving fast, and you need a reliable guidebook to make sense of it.
Название: Программирование в C++Builder Автор: А.Я. Архангельский Издательство: Бином Страниц: 1230 Формат: PDF Размер: 234 Мб Качество: Приемлемое Язык: Русский Год издания: 2010
Книга имеет методические и справочные мат-лы по системам зрительного объектно-ориентированного программирования C++Builder. Излагается методология работы с разными версиями C++Builder, начиная с C++Builder 5 и заканчивая C++Builder 2009.
Впрочем, и для свежих намеченных версий C++Builder ее материал не обветшает. В книжке дается методология возведения прикладных программ разного назначения, излагается работа с базами этих, существо докладов, распределенных прибавлений, посетителей и серверов. Рассмотрены технологии доступа к этим BDE, ADO (dbGo), InterBase, dbExpress, разработка распределенных прибавлений COM, DDE, DLL, ActiveX, методология диспетчеризации деяний, большое количество компонентов. Справочная часть книжки имеет мат-лы по языку С++, функциям C++Builder и API Windows (выше 570 функций), типам и классам C++Builder, их свойствам, способам и событиям.
Название: Эффективное использование C++. 50 рекомендаций по улучшению ваших программ и проектов Автор: Скотт Мейерс Издательство: LVR Страниц: 240 Формат: DJVU Размер: 5.9Мб Качество: Нормальное Язык: Русский Год издания: 2000
В книжке приводятся фактические советы по проектированию и программированию на языке C++. Изложены правила, дозволяющие разработчику программного обеспечения выбрать меж разными способами реализации программы - наследованием и шаблонами, шаблонами и указателями набазовые классы, открытым и замкнутым наследованием, замкнутым наследованием и вложенными классами, виртуальными и невиртуальными функциями и т.д.
Употребляются новейшие языковые средства из стереотипа ISO/ANSI C++ - внутриклассовая инициализация констант, места имен и шаблоны - члены класса. Рассматривается стереотипная библиотека шаблонов и классы, аналогичные string и vector.
Given that context-free grammars (CFG) cannot adequately describe natural languages, grammar formalisms beyond CFG that are still computationally tractable are of central interest for computational linguists. This book provides an extensive overview of the formal language landscape between CFG and PTIME, moving from Tree Adjoining Grammars to Multiple Context-Free Grammars and then to Range Concatenation Grammars while explaining available parsing techniques for these formalisms. Although familiarity with the basic notions of parsing and formal languages is helpful when reading this book, it is not a strict requirement. The presentation is supported with many illustrations and examples relating to the different formalisms and algorithms, and chapter summaries, problems and solutions. The book will be useful for students and researchers in computational linguistics and in formal language theory.
Название: PIC Microcontroller and Embedded Systems: Using Assembly and C for PIC18 Автор: Muhammad Ali Mazidi, Rolin McKinlay, Danny Causey Издательство: Prentice Hall, Pearson International Edition Год: 2007 Страниц: 822 ISBN: 0131194046 Формат: PDF Размер: 60.2 Mб Язык: английский
Offers a systematic approach to PIC programming and interfacing using Assembly and C languages. Offering numerous examples and a step-by-step approach, it covers both the Assembly and C programming languages and devotes separate chapters to interfacing with peripherals such as Timers, LCD, Serial Ports, Interrupts, Motors and more.
A unique chapter on hardware design of the PIC system and the PIC trainer round out coverage. Systematic coverage of the PIC18 family of Microcontrollers. Assembly language and C language programming and interfacing techniques. Thorough coverage of Architectures and Assembly language programming of the PIC18. Thorough coverage of C language programming of the PIC18. Separate chapters on programming and interfacing the PIC with peripherals - Includes information on how to interface the PIC with LCD, keyboard, ADC, DAC, Sensors, Serial Ports, Timers, DC and Stepper Motors, Optoisolators, and RTC. Covers how to program each peripheral, first using the Assembly language and then using the C language. Those involved with PIC programming and interfacing using Assembly and C languages.
Название: Programming Entity Framework, 2nd Edition Автор: Julia Lerman Издательство: O’Reilly ISBN: 0596807260 Год: 2010 Количество страниц: 912 Формат: PDF Размер: 10.6 Мб Язык: Английский
If you use Entity Framework in Visual Studio 2008 and .NET 3.5, this is the book you want. Programming Entity Framework, 1st Edition offers experienced developers a thorough introduction to Microsoft’s core framework for modeling and interacting with data in .NET applications. This hands-on tour provides a deep understanding of Entity Framework’s architecture and APIs, and explains how to use the framework in a variety of applications built with Visual Studio 2008 and .NET 3.5.
From the Entity Data Model (EDM) and Object Services to EntityClient and the Metadata Workspace, this highly acclaimed first edition covers it all.
One important note: while many of the lessons from this book will continue to be valuable as you move to .NET 4.0, the thoroughly revised second edition of Programming Entity Framework (August 2010) specifically targets Visual Studio 2010 and .NET 4.0—where there have been many advancements and additions to the framework.
Review Programming Entity Framework is a thorough introduction to Microsoft’s new core framework for modeling and interacting with data in .NET applications. This highly-acclaimed book not only gives experienced developers a hands-on tour of the Entity Framework and explains its use in a variety of applications, it also provides a deep understanding of its architecture and APIs. Although this book is based on the first version of Entity Framework, it will continue to be extremely valuable as you shift to the Entity Framework version in .NET Framework 4.0 and Visual Studio 2010. From the Entity Data Model (EDM) and Object Services to EntityClient and the Metadata Workspace, this book covers it all.
Название: Tcl 8.5 Network Programming Автор: Wojciech Kocjan, Piotr Beltowski Издательство: Packt Publishing ISBN: 978-1-849510-96-7 Год: 2010 Количество страниц: 438 Формат: PDF Размер: 14.2 Мб Язык: Английский
Tcl (Tool Command Language) is a very powerful and easy to learn dynamic programming language, suitable for a very wide range of uses. Tcl is regarded as one of the best-kept secrets in the software industry. This book gives you a hands-on experience on Tcl, helping you develop network-aware applications using this mature yet evolving language. This book shows you how to create network-aware applications with Tcl language. Packed with practical examples, the book not only takes you through the implementation of network protocols in Tcl, but also key aspects of Tcl programming. The book starts with the basic element of Tcl programming as we take a look at the syntax and fundamental commands of the language. To get us ready for network programming, we look at important Tcl features such as object-oriented programming, accessing files, packaging in TCL, event driven programming, and multithreaded applications. To create standalone single-file executable applications with Tcl we take a look at the Starpack technology, and ensure that we'll be able to create robust applications with a thorough coverage of troubleshooting and debugging Tcl applications. The book is really about network programming, and it will not let you down with its deep coverage of these topics. Of course we look at protocols, but there are plenty of practical examples to keep things moving along. We start with the TCP and UDP protocols, and look at some other protocols to see examples of synchronizing time with other servers, querying user information and authenticating users over LDAP and performing DNS queries. The book explains Simple Network Management Protocol (SNMP), which is often used for monitoring and gathering information from various devices, such as routers, gateways, printers and many other types of equipment. We'll also look at web programming in Tcl; processing the requests coming from the clients via the HTTP protocol and responding to these requests. You'll be able to create a complete solution for creating a client-server application in Tcl. To round things off, you'll see how to secure your networked applications, build public key infrastructure into your application and use Tcl's safe interpreter feature to reduce risk of running code from unknown source. This book will be help you discover a range of network protocols and concepts and show how to implement them in Tcl
Название: Wireless Home Networking For Dummies Автор: Danny Briere, Pat Hurley, Edward Ferris Год издания: 2003 Издательство: Wiley Publishing, Inc. ISBN: 0-7645-3910-8 Страниц: 387 Формат: PDF Размер: 7,4 Мб (+3%) Язык: Английский
Wireless networking is experiencing explosive growth, with over 56,000 wireless "hot spots" worldwide and 4.2 million wireless LAN users in North America today-a number that's expected to jump to over 31 million by 2004 This perfect beginner's guide demystifies wireless jargon and shows home users step by step how to plan, install, secure, and use a wireless home network Fully updated to cover the latest security issues and hardware as well as today's wireless standards, including Wi-Fi/802.11 (a, b, g, e, and i), Bluetooth, UWB (Universal Wide Band), WiMAX, and ZigBee Explains how to set up Internet connection-sharing in a PC or Mac wireless network, use a home network for gaming, connect a home entertainment center to the network, make the most of Bluetooth-enabled phones and PDAs, and access wireless hot spots away from home
Название: 123 PIC Microcontroller Experiments for the Evil Genius Автор: Myke Predko Издательство: McGraw-Hill/TAB Electronics Год: 2005 Страниц: 348 ISBN: 0071451420 Формат: PDF Размер: 116 Mб Язык: английский
Microchip continually updates its product line with more capable and lower cost products. They also provide excellent development tools. Few books take advantage of all the work done by Microchip. 123 PIC Microcontroller Experiments for the Evil Genius uses the best parts, and does not become dependent on one tool type or version, to accommodate the widest audience possible. Building on the success of 123 Robotics Experiments for the Evil Genius, as well as the unbelievable sales history of Programming and Customizing the PIC Microcontroller, this book will combine the format of the evil genius title with the following of the microcontroller audience for a sure-fire hit.
Название: Junos Security Автор: Rob Cameron, Brad Woodberg, Timothy Eberhard, and Patricio Giecco Издательство: O’Reilly Media Год: 2010 ISBN: 1449381715 Страниц: 848 Язык: English Формат: PDF Размер: 10,4 Mб
Junos® Security is the complete and authorized introduction to the new Juniper Networks SRX hardware series. This book not only provides a practical, hands-on field guide to deploying, configuring, and operating SRX, it also serves as a reference to help you prepare for any of the Junos Security Certification examinations offered by Juniper Networks.
Network administrators and security professionals will learn how to use SRX Junos services gateways to address an array of enterprise data network requirements — including IP routing, intrusion detection, attack mitigation, unified threat management, and WAN acceleration. Junos Security is a clear and detailed roadmap to the SRX product lines. Get up to speed on Juniper’s multi-function SRX platforms and SRX Junos software Explore case studies and troubleshooting tips from engineers with extensive SRX experience Become familiar with SRX security policy, Network Address Translation, and IPSec VPN configuration Learn about routing fundamentals and high availability with SRX platforms Discover what sets SRX apart from typical firewalls Understand the operating system that spans the entire Juniper Networks networking hardware portfolio Learn about the more commonly deployed branch series SRX as well as the large Data Center SRX firewalls
“I know these authors well. They are out there in the field applying the SRX’s industry-leading network security to real world customers everyday. You could not learn from a more talented team of security engineers.” –Mark Bauhaus, EVP and General Manager, Juniper Networks
Название: Murach's javascript and DOM Scripting Автор: Ray Harris Издательство: Mike Murach & Associates Год: 2009 Страниц: 764 ISBN: 1890774553, 978-1890774554 Формат: PDF Размер: 69 Mб Язык: Английский
Want to create websites that deliver the fast response times, dynamic user interfaces, and special effects that today's users expect? Then this is the book for you! Whether you're just starting out in javascript or whether you're ready to move into DOM scripting, it gives you the skills you need.
Here's how:
#1: It's 2 books in 1: A javascript book and a DOM scripting book Most books cover javascript or DOM scripting. But to create user-responsive sites, you need to know both.
So the first half of this book is a course in javascript essentials. Then, the second half is a course in DOM scripting that gives you a clear understanding of how DOM scripting works, how javascript underlies it, and how to use it to build applications that run slide shows, use drop-down menus, rotate headlines, sort tables, provide animation, and more!
That means you can gain basic to expert skills in a single book.
#2: It provides a fast start Section 1 is a crash course in javascript. In fact, by the end of chapter 3, you'll know how to code, test, and debug applications that include elementary DOM scripting. Then, the rest of the book builds on those skills to cover all the javascript and DOM scripting essentials.
#3: It shows you how to create and use event-handling libraries for browser compatibility One of the headaches of web programming is ensuring that the code will work with all the popular browsers.
So this book shows you how to create your own event-handling libraries of browser-compatible code, so you can draw on it as needed. It shows you how to take advantage of free, third-party libraries like jQuery and Dojo. And it helps you to appreciate, and profit from, the extensive libraries of tested code that are included in the able applications for the book.
#4: It shows 20 complete applications that can be used as models for new apps The key to mastering client-side web development is to have plenty of applications that show how the features interact and what problems might occur in building a website.
So this book gives you complete code for 20 professional applications. These run the gamut from business applications, like object-oriented forms validation, to entertainment apps, like a rotating, 3-dimensional carousel of images that the user can control with the mouse or keystrokes.
You can these for free from the Murach website. Experiment with them on your own, then use them as time-saving models for new applications.
#5: The paired-pages format lets developers set their own pace Murach books have a distinctive format. Each two-page spread presents a single topic: the lefthand page explains the topic, while the righthand page shows the critical details, using syntax, code, screen shots, and how-to notes.
Both beginning and experienced developers tell us that this format makes it easy to focus on the information they need, whether they're using the book for training or reference. Again, you can try this out for yourself by ing chapters 2 and 3 for free from the Murach website.
Автор: Лукин С. Н. Название: Турбо – Паскаль 7.0 Самоучитель для школьников, студентов и начинающих Издательство: storedbooks.comи Год: 1999 Формат: DOC Размер: 1,9 Мб
Это самоучитель. То есть написана книга с расчетом на то, что, изучив ее без посторонней помощи, вы сможете без посторонней помощи писать программы на Паскале и выполнять их на компьютере тоже без посторонней помощи. Материал книги в течение трех лет проверяли на учениках-энтузиастах 6-11 классов 345 московской школы. Проверка, закончилась нормально - вопросов в процессе изучения ребята задавали немного, а программировать научились. Ответы же на их вопросы я включены в книгу. Если вы хотите научиться программировать, но никогда в жизни не написали ни одной программы и плохо представляете, как компьютер устроен, читайте эту книгу с начала до конца – вы и программировать научитесь, и об устройстве компьютера узнаете все необходимые сведения.
Автор: Juval Lowy Издательство: O’Reilly Media Год издания: 2010 Страниц: 912 ISBN: 978-0596805487 Язык: английский Размер: 6.1 Мб Формат файла: PDF
Programming WCF Services is the authoritative, bestselling guide to Microsoft’s unified platform for developing modern service-oriented applications on Windows. Hailed as the definitive treatment of WCF, this book provides unique insight, rather than documentation, to help you learn the topics and skills you need for building WCF-based applications that are maintainable, extensible, and reusable.
Author Juval Löwy — one of the world’s top .NET experts — revised this edition to include the newest productivity-enhancing features of the .NET 4.0 Framework and the Azure AppFabric Service Bus, as well as the latest WCF ideas and techniques. By teaching you the why and the how of WCF programming, Programming WCF Services will help you master WCF and make you a better software engineer.
* Learn about WCF architecture and essential building blocks, including key concepts such as reliability and transport sessions * Use built-in features such as service hosting, instance and concurrency management, transactions, disconnected queued calls, security, and discovery * Master the Windows Azure AppFabric Service Bus, the most revolutionary piece of the new cloud computing initiative * Increase your productivity and the quality of your WCF services by taking advantage of relevant design options, tips, and best practices in Löwy’s ServiceModelEx framework * Discover the rationale behind particular design decisions, and delve into rarely understood aspects of WCF development
Скачайте электронные книги и журналы с сайта StoredBooks.
Наша библиотека содержит огромное количество интересной информации. Скачать книги с нашей библиотеки легко и просто.
Получайте доступ к нашей электронной библиотеке не выходя из дома.
На нашем сайте более 50000 книг и журналов доступных для вас.
Все книги представлены в удобном для чтения формате.
Учебники, книги для вузов, пособия для сдачи ЕГЭ
Скачать книги может абсолютно любой человек. Книги издавна считаются очень ценным источником знаний
Скачать электронную книгу с нашей библиотеки вы можете в считанные секунды Книги на нашем сайте подойдут для людей с совершенно разными интересами.
Наш архив книги и журналы собирался многие годы для того чтоб вы могли их читать не выходя из дома.
Возможность скачать книги для КПК или телефона не дадут вам скучать в дороге или на отдыхе
При использовании материалов данного сайта, ссылка на storedbooks.com и автора книги обязательна.
Все книги на этом сайте предоставлены в качестве ознакомления, если вы заметили книгу нарушающую авторское право, пожалуйста обратитесь к администрации сайта.
На нашем сайте представлена бесплатная электронная литература Все книги на сайте вы можете скачать бесплатно
На сайте вы можете скачать журналы, книжки, самоучители любых авторов и изданий.