Либрус
 
Сделать стартовой
Добавить в избранное
Обратная связь
Карта сайта
Зеркало сайта
Новости RSS 2.0
ПОСТУПЛЕНИЯ 
«    Апрель 2024    »
ПнВтСрЧтПтСбВс
1234567
891011121314
15161718192021
22232425262728
2930 
РУБРИКАТОР 
Открыть | Закрыть

ПОПУЛЯРНОЕ  
АРХИВЫ   
Август 2016 (216)
Июль 2016 (456)
Июнь 2016 (321)
Май 2016 (398)
Апрель 2016 (433)
Март 2016 (554)


  Game Programming Gems
 Категория: Популярные самоучители, Игры
   
 
Game Programming Gems
Автор: Mark DeLoura
Издательство: Charles River Media
Год издания: 2000
isbn: 1-58450-049-2
Количество страниц: 603
Язык: english
Формат: PDF

Для бесчисленных задач, связанных с созданием игрового движка, есть некоторое число возможных решений. Но вместо того, чтобы тратить часы и часы, пробуя развивать ваши собственные, теперь Вы можете узнать, как их решают профи! Game Programming Gems - практический, всесторонний ресурс, наполненный разнообразными алгоритмами игр, написанными экспертами игровой индустрии и отредактированные Марком Делоерой, бывшим руководителем разработчиков Nintendo of America, Inc. и теперь недавно назначенного шеф-редактором журнала Game Developer.
От мультипликации и искусственного интеллекта к Z-буферингу, вычисления освещения, погодные эффекты, кривые поверхности, много слойные игры для Интернета , к музыке и звуковым эффектам, охвачены все главные методы, необходимые для разработки конкурентоспособного движка игры. Game Programming Gems написана в стиле, доступном для людей с различным уровнем опыта. Размещены все исходные коды для каждого алгоритма и могут использоваться программистами немедленно. Для программистов, которые любят детали, есть детальное изучение, чтобы разобраться в алгоритме, прежде чем писать код, и варианты для возможных модификаций и оптимизаций.
 
  • 0
Опубликовал: semenivans | 28-02-2012, 17:44 | Просмотров: 821  Подробнее и с комментариями (0)
  C for Engineers and Scientists: An Introduction to Programming With ANSI C
 Категория: Компьютерная литература » Языки программирования » С, С++, С#
   
 
C for Engineers and Scientists: An Introduction to Programming With ANSI C
Автор: Gary J. Bronson, Howard Silver
Издательство: West Publishing Company
Год издания: 1993
isbn: 0314008160
Количество страниц: 643
Язык: english
Формат: PDF

This text introduces the C programming language using a range of engineering and science applications in the examples and exercises. The book assumes no programming experience and is suitable for an introduction to programming course (using C instead of Fortran or Pascal). Structured programming principles are introduced early and used throughout. Clear explanations and many example programs (using ANSI C) show C as a powerful tool in engineering and science applications. Includes exercises after each section, common programming error sections, and chapter summaries.
 
  • 0
Опубликовал: semenivans | 18-02-2012, 14:00 | Просмотров: 611  Подробнее и с комментариями (0)
  C++ How to Program (8th Edition)
 Категория: Компьютерная литература » Языки программирования » С, С++, С#
   
 
C++ How to Program (8th Edition)
Автор: Paul Deitel and Harvey Deitel
Издательство: Prentice Hall;
Год издания: 2011
isbn: 0132662361
Количество страниц: 1104
Язык: english
Формат: PDF

For Introduction to Programming (CS1) and other more intermediate courses covering programming in C++. Also appropriate as a supplement for upper-level courses where the instructor uses a book as a reference for the C++ language.
This best-selling comprehensive text is aimed at readers with little or no programming experience. It teaches programming by presenting the concepts in the context of full working programs and takes an early-objects approach. The authors emphasize achieving program clarity through structured and object-oriented programming, software reuse and component-oriented software construction. The Eighth Edition encourages students to connect computers to the community, using the Internet to solve problems and make a difference in our world. All content has been carefully fine-tuned in response to a team of distinguished academic and industry reviewers.
 
  • 0
Опубликовал: nbvcxz | 21-09-2011, 17:47 | Просмотров: 792  Подробнее и с комментариями (0)
  Programming in Visual Basic 2010: The Very Beginner's Guide
 Категория: Компьютерная литература, Языки программирования, Basic, VB
   
 
Programming in Visual Basic 2010: The Very Beginner's Guide
Автор: Jim McKeown
Издательство: Cambridge University Press
Год издания: 2010
isbn: 978-0521721110
Количество страниц: 784
Язык: english
Формат: PDF

This is an introduction to programming using Microsoft's Visual Basic.NET 2010. It is intended for novice programmers with little or no programming experience or no experience with Visual Basic. The text emphasizes programming logic and good programming techniques with generous explanations of programming concepts written from a non-technical point of view. It stresses input, processing, and output and sequence, selection, and repetition in code development. File I/O and arrays are included. Later chapters introduce objects, event programming, and databases. By taking a slow and steady approach to programming ideas, this book builds new concepts from what the reader has already learned. VB tips and quips inject both humor and insight. The book includes numerous programming examples and exercises, case studies, tutorials, and "fixing a program" sections for an in-depth look at programming problems and tools. Quizzes and review questions throughout each chapter get students to think about the materials and how to use them. Each chapter has a summary and glossary for extra review. The accompanying Web site, www.cambridge.org/us/McKeown, has code downloads, I/O, and database files from small, simple files to large files with thousands of records, flowcharts, deskchecks and audits to aid with program design, coding, and debugging; PowerPoint files for every chapter; and hundreds of ideas for programs and projects.
 
  • 0
Опубликовал: djin_ | 16-08-2010, 19:08 | Просмотров: 1065  Подробнее и с комментариями (0)
  Plug-In PHP: 100 Power Solutions
 Категория: Компьютерная литература, Языки программирования, PHP - MySQL
   
 
Plug-In PHP: 100 Power Solutions
Автор: Robin Nixon
Издательство: McGraw-Hill Osborne Media
Год издания: 2010
isbn: 978-0-07-166660-2
Количество страниц: 384
Язык: english
Формат: PDF

This practical guide gives you 100 ready-to-run PHP functions for solving most of the main problems you encounter when building a dynamic website with PHP. Every plug-in in the book offers a complete and working solution for a result you can achieve right away, using ready-made code you simply drop into your own program. And there’s little or no learning curve, because each one is self-contained and thoroughly documented.

Plug-in PHP is packed with programming tips and suggestions for further adapting the functions to your own needs, and even breaks down all the variables, arrays and functions used by each into at-a-glance tables, accompanied by a screen grab of every function in action. This makes the book extremely easy to use, even for complete beginners to PHP programming.
 
  • 0
Опубликовал: djin_ | 24-05-2010, 23:09 | Просмотров: 1083  Подробнее и с комментариями (0)
  Главная страница | Регистрация | Новое на сайте | Статистика |
 
«Librus - Mountain of Knowledge»
«Либрус - гора знаний» 2004-2020
Design by Flashsoft © 2005-2020