Электронная библиотека: скачать книги бесплатно
| | | | | |
Поиск
Вход на сайт
Логин
Пароль
 
Подписка на новости
Разделы
Электронные книги

Партнеры
Обратная связь

Скачать книги Java

The Business of Android Apps Development: Making and Marketing Apps that Succeed

Главная » Книги » Программирование » Java

Скачать The Business of Android Apps Development: Making and Marketing Apps that Succeed Автор:

Mark Rollins


Год издания: 2011
Страниц: 238
Язык: английский
The growing but still evolving success of the Android platform has ushered in a second mobile technology “gold rush” for apps developers, but with well over 100,000 apps and counting in the Google Android Market and now the Amazon Android Appstore, it has become increasingly difficult for new applications to stand out in the crowd. Achieving consumer awareness and sales longevity for your Android app requires a lot of organization and some strategic planning.
ID: 216433

Spring in Action, Third Edition

Программирование, Java

Скачать Spring in Action, Third Edition Автор:

Craig Walls


Год издания: 2011
Страниц: 424
Язык: английский
Totally revised for Spring 3.0, this book is a hands-on guide to the Spring Framework. It covers the latest features, tools, and practices including Spring MVC, REST, Security, Web Flow, and more. Following short code snippets and an ongoing example developed throughout the book, you'll learn how to build simple and efficient J2EE applications. About the Technology
ID: 216393

Учебное пособие по программированию на Java

Программирование, Java

Скачать Учебное пособие по программированию на Java Автор:

Бондарев В.М.


Год издания: 2003
Страниц: 296
Язык: русский
В истории программирования нет другого языка, популярность которого росла так же быстро, как росла популярность Java. Не прошло пяти лет с момента появления Java, как он стал обязательной частью фундаментального образования программиста и предметом для изучения в вузах и техникумах. Множество программистов, ранее писавших программы на Бейсике, Паскале, C++, захотели изучить его и связать с ним свое программистское будущее.
ID: 216246

The CERT Oracle Secure Coding Standard for Java

Программирование, Java, Oracle

Скачать The CERT Oracle Secure Coding Standard for Java Автор:

Fred Long, Dhruv Mohindra, Robert C. Seacord, Dean F. Sutherland, David Svoboda


Год издания: 2011
Страниц: 744
Язык: английский
An essential element of secure coding in the Java programming language is a well-documented and enforceable coding standard. Coding standards encourage programmers to follow a uniform set of rules determined by the requirements of the project and organization, rather than by the programmer’s familiarity or preference. Once established, these standards can be used as a metric to evaluate source code (using manual or automated processes).
ID: 215684

Digital Image Processing: An Algorithmic Introduction using Java

Главная » Книги » Программирование » Java

Скачать Digital Image Processing: An Algorithmic Introduction using Java Автор:

Wilhelm Burger, Mark James Burge


Год издания: 2007
Страниц: 566
Язык: английский
"This will be one of my continuing reference books for some time to come."
Steve Cunningham, PhD, Past President of SIGGRAPH
"An excellent resource for the users of ImageJ."
Wayne Rasband, author of ImageJ
This modern, self-contained, textbook explains the fundamental algorithms of digital image processing through practical examples and complete Java implementations. Available for the first time in English, Digital Image Processing is the definitive textbook for students, researchers, and professionals in search of critical analysis and modern implementations of the most important algorithms in the field.
ID: 215620

Practical Android 4 Games Development

Программирование, Java

Скачать Practical Android 4 Games Development Автор:

J. F. DiMarzio


Год издания: 2011
Страниц: 320
Язык: английский
Practical Android 4 Games Development continues your journey to becoming a hands-on Android game apps developer. This title guides you through the process of designing and developing game apps that work on both smartphones and tablets, thanks to the new Android SDK 4.0 which merges the User Interface and Experience APIs and more.
ID: 215057

Android Apps For Absolute Beginners

Java, Операционные системы

Скачать Android Apps For Absolute Beginners Автор:

Wallace Jackson


Год издания: 2011
Страниц: 336
Язык: английский
Because this is a book for absolute beginners, we start at the very beginning, showing where to download and how to install the various Android, Java, and Eclipse environments, as well as how to configure these environments and how to set them up for application development and testing. This in itself is no easy task, and must be done correctly, as these tools provide the foundation for all of our Android development, debugging, and testing for the remainder of the book. Next I will provide you with an overview of where Android came from, why, how, and when Google acquired it, and how it is uniquely structured among software development platforms. I will introduce XML, Java, OOP, and Android concepts soon after that, as well as cover how Android manages its screen layout. We will then move these concepts into use in later chapters in the second half of the book; these chapters explain the most important concepts in Android in their most logical order as they pertain to applications development.
ID: 214774

Data Structures and Algorithm Analysis in Java, 3rd Edition

Главная » Книги » Программирование » Java

Скачать Data Structures and Algorithm Analysis in Java, 3rd Edition Автор:

Mark A. Weiss


Год издания: 2011
Страниц: 576
Язык: английский
Data Structures and Algorithm Analysis in Java is an “advanced algorithms” book that fits between traditional CS2 and Algorithms Analysis courses. In the old ACM Curriculum Guidelines, this course was known as CS7. This text is for readers who want to learn good programming and algorithm analysis skills simultaneously so that they can develop such programs with the maximum amount of efficiency. Readers should have some knowledge of intermediate programming, including topics as object-based programming and recursion, and some background in discrete math.
ID: 214615

Java The Complete Reference, 8th Edition

Программирование, Java

Скачать Java The Complete Reference, 8th Edition Автор:

Herbert Schildt


Год издания: 2011
Страниц: 1152
Язык: английский
In Java: The Complete Reference, Eighth Edition, bestselling programming author Herb Schildt shows you everything you need to develop, compile, debug, and run Java programs. Updated for Java Platform, Standard Edition 7 (Java SE 7), this comprehensive volume covers the entire Java language, including its syntax, keywords, and fundamental programming principles.
You'll also find information on key elements of the Java API library. JavaBeans, servlets, applets, and Swing are examined and real-world examples demonstrate Java in action. In addition, new Java SE 7 features such as try-with-resources, strings in switch, type inference with the diamond operator, NIO.2, and the Fork/Join Framework are discussed in detail.
ID: 213592

Professional javascript for Web Developers, 3rd Edition

Программирование, Java, JavaScript

Скачать Professional javascript for Web Developers, 3rd Edition Автор:

Nicholas C. Zakas


Год издания: 2012
Страниц: 960
Язык: английский
As the key scripting language for the web, JavaScript is supported by every modern web browser and allows developers to create client-side scripts that take advantage of features such as animating the canvas tag and enabling client-side storage and application caches. After an in-depth introduction to the JavaScript language, this updated edition of a bestseller progresses to break down how JavaScript is applied for web development using the latest web development technologies. Veteran author and JavaScript guru Nicholas Zakas shows how JavaScript works with the new HTML5 as well as other significant advances in web development as it relates to JavaScript.
ID: 213291
При полной или частичной перепечатке материалов, книг с сайта

Электронная библиотека

, ссылка на all-eBooks.com обязательна
Copyright © all-eBooks.com, 2006-2010. All Rights Reserved