Обратная связь В избранное
Как скачать книги бесплатно Если вы нашли ошибки, сообщите нам.

Поиск по сайту

По Вашему запросу найдено 54 ответов (Результаты запроса 1 - 18) :

#1: Core PHP Programming бесплатно

АвторАвтор: lbooks  Опубликовано: 19-07-2008, 16:45  Комментариев: 0
Core PHP Programming, Third Edition is the authoritative guide to the new PHP 5 for experienced developers. Top PHP developer Leon Atkinson and PHP 5 contributor/Zend Engine 2 co-creator Zeev Suraski cover every facet of real-world PHP 5 development, from basic syntax to advanced object--oriented development-even design patterns!

It's all here: networking, data structures, regular expressions, math, configuration, graphics, MySQL/PostgreSQL support, XML, algorithms, debugging, optimization...and 650 downloadable code examples.

#2: Core Python Programming бесплатно

АвторАвтор: lbooks  Опубликовано: 6-06-2009, 11:56  Комментариев: 0
Python is an Internet and systems programming language that is soaring in popularity in today's fast-paced software development environment, and no wonder: it's simple (yet robust), object-oriented (yet can be used as a procedural language), extensible, scalable and features an easy to learn syntax that is clear and concise. Python combines the power of a compiled object language like Java and C++ with the ease of use and rapid development time of a scripting language. In fact, it's syntax is so easy to understand that you are more likely to pick it up faster than any of the other popular scripting languages in use today!

#3: Red Hat Fedora Core 6 Unleashed бесплатно

АвторАвтор: lbooks  Опубликовано: 13-04-2007, 06:11  Комментариев: 0
Red Hat® Fedora™ Core 6 Unleashed presents comprehensive coverage of Fedora Core 6, the popular Linux distribution developed by the Red Hat-sponsored Fedora Project. This book provides detailed information on installing, using, and administering Fedora. You’ll learn how to set up a desktop workstation or a high-powered server, and you’ll find complete details on Yum, Fedora’s easy-to-use desktop and productivity software.

#4: Programming.ASP.NET бесплатно

АвторАвтор: lbooks  Опубликовано: 8-06-2009, 21:54  Комментариев: 0
In Programming ASP.NET, Second Edition authors Jesse Liberty and Dan Hurwitz cover everything you need to know to be effective with ASP.NET. The book includes a comprehensive tutorial on Web Forms, which, in conjunction with Visual Studio .NET 2003, allow you to apply Rapid Application Development techniques (including drag-and-drop control placement) to web development. Programming ASP.NET includes extensive coverage of each type of server control, including Web server controls, HTML server controls, and custom controls. New material covers creating ASP.NET pages for mobile devices.

#5: Visual Basic .NET Black Book бесплатно

АвторАвтор: lbooks  Опубликовано: 30-03-2007, 12:10  Комментариев: 0
Visual Basic .NET Black Book is a comprehensive reference and problem-solving guide for Visual Basic programmers. It covers Visual Basic .NET tips, examples, and how-to’s on everything from programming to managing Visual Basic applications. It provides in-depth material on the new object-oriented features of Visual Basic .NET. Plus readers will learn the crucial Visual Basic tool set in detail including best Visual Basic programming practices, from design tools to flowcharts. Using the popular Black Book format, this book provides in-depth analyses of VB.NET technologies and hundreds of immediate programming solutions making it an invaluable desktop companion.

#6: Programming with GNU software бесплатно

АвторАвтор: lbooks  Опубликовано: 2-06-2009, 21:49  Комментариев: 0
One of the great benefits of Unix is the vast array of free and inexpensive software tools that are available for the platform. Programming with GNU Software provides an overview of how C and C++ programmers can use some of these tools: the source-code editor Emacs, the gcc compiler, gdb debugger, gprof profiler, and the RCS version-control system. The book offers a quick-paced tutorial that, unlike some introductions to Unix tools, is particularly focused on the needs of C programmers. 

#7: VHDL: Programming by examples бесплатно

АвторАвтор: lbooks  Опубликовано: 9-05-2009, 19:00  Комментариев: 0
This is the fourth version of the book and this version now not only provides VHDL language coverage but design methodology information as well. This version will guide the reader through the process of creating a VHDL design, simulating the design, synthesizing the design, placing and routing the design, using VITAL simulation to verify the final result.

#8: More programming pearls бесплатно

АвторАвтор: lbooks  Опубликовано: 6-06-2009, 20:51  Комментариев: 0
What do topics ranging from organic chemistry to Napoleon's campaigns have to do with computer programming? This collection of essays demonstrates the many varied aspects of programming, showing how programming can be both a fun and elegant science.
Some of the essays cover programming techniques, like how profilers can provide insight into the dynamic behavior of programs, and methods for making data files self-describing. These techniques deal with real programs and they are realistically illustrated, using the C and Awk languages. Bentley also provides the reader with some tricks of the programmer's trade, like a collection of rules of thumb and hints for finding simple solutions to hard problems.
These essays also originally appeared in the author's column in Communication of the ACM, and have been substantially revised, incorporating new sections, problems, and reader comments.

#9: Programming Video Games for the Evil Genius бесплатно

АвторАвтор: lbooks  Опубликовано: 4-06-2009, 15:18  Комментариев: 0
In Programming Video Games for the Evil Genius, programming wunderkind Ian Cinnamon gives you everything you need to create and control 57 gaming projects. You'll find easy-to-follow plans featuring Java, the most universal programming language, that run on any PC, Mac, or Linux computer.
Illustrated instructions and plans for an awesome mix of racing, board, shoot 'em up, strategy, retro, and puzzle games

#10: Game Programming Gems бесплатно

АвторАвтор: lbooks  Опубликовано: 23-05-2009, 19:00  Комментариев: 0
Aimed at the working (or aspiring) Visual C/C++ game programmer, Game Programming Gems contains over 60 programming tips that have been gathered from more than 40 working game gurus. It you want to build your own games or are interested simply in how games work, this text provides an intriguing glimpse into how the pros create state-of-the-art 3-D animation.

#11: The Objective-C 2.0 Programming Language бесплатно

АвторАвтор: lbooks  Опубликовано: 17-05-2009, 12:11  Комментариев: 0
Objective-C is a small but powerful set of extensions to the standard ANSI C language. Objective-C is designed to give C full object-oriented programming capabilities in a straightforward way. This document is about the first component of the development environment — the programming language. It fully describes the Objective-C language, and provides a foundation for learning about the second component, the Mac OS X Objective-C application frameworks—collectively known as Cocoa.

#12: The ANSI C programming language бесплатно

АвторАвтор: lbooks  Опубликовано: 26-05-2009, 15:22  Комментариев: 0
This book (widely known as K&R, after the authors' initials) has for over twenty years been the best way to learn C. In this book you'll find information not just about C, but about good programming style, code reuse, the value of clear comments--in short, you will introduced to the skill set of an experienced computer professional.

#13: Object Oriented Programming in VB.Net бесплатно

АвторАвтор: lbooks  Опубликовано: 2-11-2008, 11:22  Комментариев: 0
This book takes an object-oriented approach to introduce Visual Basic .NET. The author begins by covering object-oriented analysis, design, and modeling using UML. He then moves into a detailed discussion of objects and clasess, after which, readers begin develoing their own short programs. Advanced topics such as data structures, components, and distributed/Internet programming are also covered. Programmers interested in learning the Visual Basic .NET programming language.

#14: Математическое програмирование бесплатно

АвторАвтор: lbooks  Опубликовано: 8-01-2009, 16:31  Комментариев: 0
С единых позиций рассматриваются разделы математического программирования. Отражаются новые достижения. Излагаются теория и алгоритмы конечномерной и бесконечномерной оптимизации, в частности методы решение задач вариационного исчисления и оптимального управления, дискретное и динамическое программирование, способы декомпозиции больших систем.
Рассматриваются разнообразные приложения. Простота и наглядность изложения совмещаются со строгостью доказательств. Вспомогательные сведения из других разделов математики даются в специальных главах и приложениях.
Для научных работников и инженеров, работающих в области прикладной математики, а также для студентов вузов.

#15: Architecture In Use: An introduction to the programming, design and evaluation of buildings бесплатно

АвторАвтор: lbooks  Опубликовано: 9-01-2009, 15:49  Комментариев: 0
This unique book discusses programming, design and building evaluation providing a joined up approach to building design. By linking the functional and architectonic qualities of a building, the authors show the practical implications of the utility value of buildings. Starting by looking at how the relationship between form and function has been dealt with by different approaches to architecture from a historical perspective, it goes on to discuss how the desired functional quality and utility value of a building can be expressed in a brief and given a physical form by the architect. Finally, it advises on how to carry out post-occupancy evaluation and provides the architect with methods and techniques for testing whether the intended utility value of a building has been achieved.

#16: Искусство программирования. Том 3. Сортировка и поиск бесплатно

АвторАвтор: lbooks  Опубликовано: 17-11-2008, 18:37  Комментариев: 0
Во втором издании третьего тома содержится полный обзор классических алгоритмов сортировки и поиска. Представленная в нем информация дополняет приведенное в первом томе обсуждение структур данных. Автор рассматривает принципы построения больших и малых баз данных, а также внутренней и внешней памяти. В книге приведена подборка тщательно проверенных компьютерных алгоритмов и представлен анализ их эффективности. Кроме того, специальный раздел посвящен методам оптимальной сортировки и описанию новой теории перестановки и универсального хеширования.

#17: Искусство программирования. Том 2. Получисленные алгоритмы бесплатно

АвторАвтор: lbooks  Опубликовано: 17-11-2008, 18:09  Комментариев: 0
В третьем издании второго тома представлено полное введение в теорию получисленных алгоритмов, причем случайным числам и арифметике посвящены отдельные главы. В книге даны основы теории получисленных алгоритмов, а также примеры этих алгоритмов. Тем самым установлено прочное связующее звено между компьютерным программированием и численным анализом. Особого упоминания заслуживают предложенная Кнутом в настоящем издании новая трактовка генераторов случайных чисел, а также рассмотрение способов вычислений с помощью формальных степенных рядов.

#18: Искусство программирования. Том 1. Основные алгоритмы бесплатно

АвторАвтор: lbooks  Опубликовано: 17-11-2008, 12:01  Комментариев: 0
Первый том серии книг `Искусство программирования` начинается с описания основных понятий и методов программирования. Затем автор сосредоточивается на рассмотрении информационных структур - представлении информации внутри компьютера, структурных связях между элементами данных и способах эффективной работы с ними. Для методов имитации, символьных вычислений, числовых методов и методов разработки программного обеспечения даны примеры элементарных приложений. По сравнению с предыдущим изданием добавлены десятки простых, но в то же время очень важных алгоритмов. В соответствии с современными направлениями исследований был существенно переработан также раздел математического введения.

Навигация по сайту

Опрос пользователей

Как вам новый дизайн [?]

Супер
Хорошо
Неплохо
Было лучше
Плохо
Ужасно

Лучшее за неделю

Новинки