Books  [James A. Langbridge] Professional Embedded Arm Development

  • Пользователь tttx
  • Дата
  • Books
eYm7dA3TSfGCXEITBcsRiw.png

DESCRIPTION:

A practical Wrox guide to ARM programming for mobile devices

With more than 90 percent of mobile phones sold in recent years using ARM-based processors, developers are eager to master this embedded technology. If you know the basics of C programming, this guide will ease you into the world of embedded ARM technology. With clear explanations of the systems common to all ARM processors and step-by-step instructions for creating an embedded application, it prepares you for this popular specialty.

While ARM technology is not new, existing books on the topic predate the current explosive growth of mobile devices using ARM and don't...

Books  [Brian Carrier] File System Forensic Analysis

  • Пользователь tttx
  • Дата
  • Books
lcmqaNbuTlyF5L9naqVoFQ.png

DESCRIPTION:

The Definitive Guide to File System Analysis: Key Concepts and Hands-on Techniques

Most digital evidence is stored within the computer's file system, but understanding how file systems work is one of the most technically challenging concepts for a digital investigator because there exists little documentation. Now, security expert Brian Carrier has written the definitive reference for everyone who wants to understand and be able to testify about how file system analysis is performed.

Carrier begins with an overview of investigation and computer foundations and then gives an authoritative, comprehensive, and illustrated overview of...

Books  [Adam Boduch] React and React Native: Complete guide to web and native mobile development with React, 2nd Edition

  • Пользователь tttx
  • Дата
  • Books
tnOjKMOqTHah28T_lNoe_w.png

DESCRIPTION:

[Adam Boduch] React and React Native: Complete guide to web and native mobile development with React, 2nd Edition

INFORMATION PAGE:

DOWNLOAD:

Books  [Kishori Sharan] Learn Javafx 8: Building User Experience And Interfaces With Java 8

  • Пользователь tttx
  • Дата
  • Books
5sciKefHTrm7ZI7YiwtlhQ.png

DESCRIPTION:

Learn JavaFX 8 shows you how to start developing rich-client desktop applications using your Java skills and provides comprehensive coverage of JavaFX 8's features. Each chapter starts with an introduction to the topic at hand, followed by a step-by-step discussion of the topic with small snippets of code. The book contains numerous figures aiding readers in visualizing the GUI that is built at every step in the discussion.

The book starts with an introduction to JavaFX and its history. It lists the system requirements and the steps to start developing JavaFX applications. It shows you how to create a Hello World application in...

Books  [Joshua Marinacci, Chris Adamson] Swing Hacks: Tips and Tools for Killer GUIs

  • Пользователь tttx
  • Дата
  • Books
txBkvkAsSee_2qvXvtnB8g.png

DESCRIPTION:

Swing Hacks helps Java developers move beyond the basics of Swing, the graphical user interface (GUI) standard since Java 2. If you're a Java developer looking to build enterprise applications with a first-class look and feel, Swing is definitely one skill you need to master. This latest title from O'Reilly is a reference to the cool stuff in Swing. It's about the interesting things you learn over the years--creative, original, even weird hacks--the things that make you say, "I didn't know you could even do that with Swing!" Swing Hacks will show you how to extend Swing's rich component set in advanced and sometimes non-obvious ways...

Books  [David J. Eck] A Java GUI Programmers' Primer

  • Пользователь tttx
  • Дата
  • Books
uxwD8yd1QuqdvPlXbWDqDw.png

DESCRIPTION:

An introduction to using the Java Abstract Windowing Toolkit (AWT) to develop applets and applications which have a Graphical User Interface (GUI). Culwin (South Bank U., London) uses a case study to illustrate four different styles of interface. He assumes the reader has some familiarity with Object Oriented Development (OOD) and its practical expression in Java. Each chapter contains a summary and exercises. Annotation c. by Book News, Inc., Portland, Or.

INFORMATION PAGE:

DOWNLOAD:

Books  [Javatpoint] Java Swing Tutorial

  • Пользователь tttx
  • Дата
  • Books
RN8T2wK0Rvqws5CSBhiZ6A.png

DESCRIPTION:

Java Swing tutorial
is a part of Java Foundation Classes (JFC) that is used to create window-based applications. It is built on the top of AWT (Abstract Windowing Toolkit) API and entirely written in java.

Unlike AWT, Java Swing provides platform-independent and lightweight components.

The javax.swing package provides classes for java swing API such as JButton, JTextField, JTextArea, JRadioButton, JCheckbox, JMenu, JColorChooser etc.

INFORMATION PAGE:

DOWNLOAD:

Books  [Sun Microsystems] Java Look and Feel Design Guidelines, 2nd Edition

  • Пользователь tttx
  • Дата
  • Books
_frKBL4xQpOWlb09PIkffA.png

DESCRIPTION:

(Pearson Education) Guidelines for creating cross-platform Java applications and applets with the JFC components. The CD-ROM contains code samples and a large collection of graphics designed for use with Java Foundation Classics (JFC) components. Also includes a companion Web site. Previous edition not cited. Softcover. DLC: Java (Computer program language).

INFORMATION PAGE:

DOWNLOAD:

Books  [Paul Fischer] Introduction to Graphical User Interfaces with Java Swing

  • Пользователь tttx
  • Дата
  • Books
cRkgQXtUSjSZFQZucMfGyg.png

DESCRIPTION:

A complete introduction to programming GUIs using Java Swing, beginning with the basic features and building up until the reader is able to program complex GUIs using the advanced features of the Swing library.

INFORMATION PAGE:

DOWNLOAD:

Books  [zetcode] Java Swing

  • Пользователь tttx
  • Дата
  • Books
QCxKdFScQT6Va-dl-kDNcQ.png

DESCRIPTION:

This is a Java Swing tutorial. The Java Swing tutorial is suited for beginners and intermediate Swing developers. After reading this tutorial, you will be able to develop non-trivial Java Swing applications. The code examples are available at author's Github Java-Swing-Examples repository.

INFORMATION PAGE:

DOWNLOAD:

Books  [John Zukowski] Java AWT Reference

  • Пользователь tttx
  • Дата
  • Books
5cmp83HhQc62e9xE9vCAgA.png

DESCRIPTION:

The Java AWT Reference provides complete reference documentation on the Abstract Window Toolkit (AWT), a large collection of classes for building graphical user interfaces in Java. With AWT, you can create windows, draw, work with images, and use components like buttons, scrollbars, and pulldown menus.

This book covers the classes that comprise the java.awt, java.awt.image, java.applet, java.awt.event, andjava.awt.datatransfer packages. These classes provide the functionality that allows a Java application to provide user interaction in a graphical environment. Part of O'Reilly's Java documentation series, the Java AWT Reference...

Books  [Philip Conrod, Lou Tylee] Learn Java GUI Applications

  • Пользователь tttx
  • Дата
  • Books
DzM0FBcwT7Kb014sZAsWQQ.png

DESCRIPTION:

LEARN JAVA GUI APPLICATIONS is a self-study and/or instructor led tutorial teaching the basics of building a Java application with a swing graphic user interface (GUI).

LEARN JAVA GUI APPLICATIONS has 9 lessons covering object-oriented programming concepts, using the NetBeans integrated development environment to create and test Java projects, building and distributing GUI applications, understanding and using the Swing control library, exception handling, sequential file access, graphics, multimedia, advanced topics such as printing, and help system authoring.

The focus of LEARN JAVA GUI APPLICATIONS is to use the existing objects...

Books  [Todd Moore, Steve Wozniak] Tap, Move, Shake: Turing Your Game Ideas into iPhone and iPad Apps

  • Пользователь tttx
  • Дата
  • Books
9R0kmXdwTeePyAYmu5XMeA.png

DESCRIPTION:

Got a great game idea? This complete do-it-yourself guide shows you how to make your game idea a reality for the iPhone and iPad. By developing a real game hands-on through the course of this book, you’ll get a thorough introduction to Xcode and Objective-C, while learning how to implement game logic, sophisticated graphics, game physics, sounds, and computer AI.

Author Todd Moore taught himself how to create an iPhone game in a week, with no previous knowledge of Apple’s development tools. Now he develops smartphone games and apps full time. With this book, any coder can turn game ideas into real products, ready for the App Store...

Books  [Jakob Iversen, Michael Eierman] Learning Mobile App Development: A Hands-on Guide to Building Apps With Ios and Android

  • Пользователь tttx
  • Дата
  • Books
7CagKu6vSdy-O1lOgwF82w.png

DESCRIPTION:

The Only Tutorial Covering BOTH iOS and Android—for students and professionals alike!

Now, one book can help you master mobile app development with both market-leading platforms: Apple’s iOS and Google’s Android. Perfect for both students and professionals, Learning Mobile App Development is the only tutorial with complete parallel coverage of both iOS and Android. With this guide, you can master either platform, or both—and gain a deeper understanding of the issues associated with developing mobile apps.

You’ll develop an actual working app on both iOS and Android, mastering the entire mobile app development lifecycle, from...

Books  [Maximiliano Firtman] Programming the Mobile Web: Reaching Users on iPhone, Android, BlackBerry, Windows Phone, and more 2nd Edition

  • Пользователь tttx
  • Дата
  • Books
J_nEhX59SduBGG5uNQo5Qw.png

DESCRIPTION:

With the second edition of this popular book, you’ll learn how to build HTML5 and CSS3-based apps that access geolocation, accelerometer, multi-touch screens, offline storage, and other features in today’s smartphones, tablets, and feature phones. The market for mobile apps continues to evolve at a breakneck pace, and this book is the most complete reference available for the mobile web.

Author and mobile development expert Maximiliano Firtman shows you how to develop a standard app core that you can extend to work with specific devices. This updated edition covers many recent advances in mobile development, including responsive web...

Books  [Jesus Ortiz] Mobile Networks

  • Пользователь tttx
  • Дата
  • Books
ABcc92p5RLmYL3I4YC6rHQ.png

DESCRIPTION:

With extensive references, a useful discussion of technologies that were not included in the standard, this book is an essential resource for practitioners in the mobile communications industry and for graduate students studying advanced wireless communications.

The growth in the use of mobile networks has come mainly with the third generation systems and voice traffic. With the current third generation and the arrival of the 4G, the number of mobile users in the world will exceed the number of landlines users. Audio and video streaming have had a significant increase, parallel to the requirements of bandwidth and quality of service...

Books  [Adem Karahoca] Advances and Applications in Mobile Computing

  • Пользователь tttx
  • Дата
  • Books
q91WnbR3Rn2FzLhXtdzZuQ.png

DESCRIPTION:

This book offers guidelines on how mobile software services can be used in order to simplify the mobile users' life. The main contribution of this book is enhancing mobile software application development stages as analysis, design, development and test.

Also, recent mobile network technologies such as algorithms, decreasing energy consumption in mobile network, and fault tolerance in distributed mobile computing are the main concern of the first section.

In the mobile software life cycle section, the chapter on human computer interaction discusses mobile device handset design strategies, following the chapters on mobile...

Books  [Jan Van der Haegen] LigthSwitch Mobile Business Apps Succinctly

  • Пользователь tttx
  • Дата
  • Books
dnyaIx-qRrCmUmJn5FFQuw.png

DESCRIPTION:

Quell the fear of entering unfamiliar HTML 5 territory to build line-of-business, mobile apps. LigthSwitch Mobile Business Apps Succinctly by Jan Van der Haegen follows the introduction to LightSwitch, provided in his earlier book LightSwitch Succinctly. Expanding upon the fundamentals of Visual Studio LightSwitch, Haegen's latest release addresses database projects, visual customization, programming techniques, and cloud deployment.

About the Authors:
  • The author of this e-book, Jan Van der Haegen, is a self-described green geek who writes a monthly LightSwitch column for MSDN magazine.
INFORMATION...

Books  [R. Nigel Horspool, Nikolai Tillmann] TouchDevelop - Programming on the Go

  • Пользователь tttx
  • Дата
  • Books
OpZcf-iTSOeNENgwz42iLg.png

DESCRIPTION:

"The book is great! It's clear and easy to read, with loads of examples that showed my students what to do."

-- Larry Snyder, Emeritus Professor, University of Washington, Department of Computer Science and Engineering

“Having the TouchDevelop book available made our events so much easier. Students could figure things out for themselves with help from the book.”

-- Jennifer Marsman, Microsoft Principal Developer Evangelist

Mobile devices such as smartphones and tablets are set to become the main computers that virtually all people will own and carry with them at all times. And yet,mobile devices are not yet used for all computing...
Ваши лимиты
Доступно
Осталось

Зеркала проекта

Зеркала PirateHUB на случай блокировки основного адреса. Эти ссылки безопасны для использования. Также всегда актуальная ссылка доступна на этом сайте.

Рабочее Openssource.ORG

Рабочее S1 piratehub

Рабочее S2 piratehub

Рабочее S3 piratehub

Рабочее S4 piratehub

Пользователи онлайн

  • piggyboy
  • MEEKHA
  • stalevar09
  • lydens
  • Matvey768
  • GROHA_official
  • realist1
  • arinoya
  • Barvinok7
  • puck
  • VaN_111
  • andkh1
  • nsrwntjo
  • nikajkz
  • elecktro
  • altaj
  • kiminfirmus
  • clickstrategy
  • weznex
  • Nbogat
  • annn6
  • leverancier
  • Nilkree
  • Sadalmelik
  • ServiceMA
  • egorychmaster
  • Rewerss
  • SanCelt
  • Ares1982
  • Fahjr
  • Kireal7
  • Swr
  • eresha
  • Foricova
  • puk888
  • Oleg2574
  • Bkr495
  • ymik321
  • Bagira74
  • oll-la
  • Marina Si
  • ivasek80
  • TSpro
  • AnataLev
  • kiberli
  • YourNightmare
  • edu75ard
  • anth
  • gfcesayrgg
  • jugene
...и ещё 364.

Отзывы о курсах

  • Kleiver
    Отличный материал
  • Podushkodav
    Как всегда материал отличного качества!
  • dyna
    This site is one of the most reliable site ever to get account that are working effectively...
    They made everything absolutely easy. ..
    You have earned my respect.. BRAVO....
  • Петр5555
    Это просто огонь!!!!! Прямая передача знаний. аналогов нет
  • AndriyS
    1. Нормальное качество звука и видео.
    2. Можно смотреть в любое время, большое внимание к решению практических задач.
    3. Нужно иметь достаточный уровень знаний. Для меня на данный момент это было сложно.
    В целом понравилось. В первую очередь практические задачи. Более наглядно увидел возможности применения алгоритмов.
  • lumiproxy
    good
  • J_STREB
    Супер
  • Renat995
    hg
  • Bazis10i
    . Качество данного продукта
  • deminavolga
    Отличный курс! Огромное спасибо!
Назад
Сверху