Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Sql server database programming with java, Bai, Ying


Варианты приобретения
Цена: 6986.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Bai, Ying
Название:  Sql server database programming with java
ISBN: 9783030926861
Издательство: Springer
Классификация:


ISBN-10: 3030926869
Обложка/Формат: Hardback
Страницы: 674
Вес: 1.20 кг.
Дата издания: 14.07.2022
Язык: English
Издание: 1st ed. 2022
Иллюстрации: 436 illustrations, color; 48 illustrations, black and white; viii, 762 p. 484 illus., 436 illus. in color.
Размер: 163 x 242 x 46
Читательская аудитория: Professional & vocational
Подзаголовок: Concepts, designs and implementations
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: This textbook covers both fundamental and advanced Java database programming techniques for beginning and experienced students as well as programmers (courses related to database programming in Java with Apache NetBeans IDE 12 environment).


The Art of Multiprocessor Programming

Автор: Maurice Herlihy
Название: The Art of Multiprocessor Programming
ISBN: 0124159508 ISBN-13(EAN): 9780124159501
Издательство: Elsevier Science
Рейтинг:
Цена: 9720.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The Art of Multiprocessor Programming, Second Edition provides users with an authoritative guide to multicore programming. This updated edition introduces higher level software development skills relative to those needed for efficient single-core programming, and includes comprehensive coverage of the new principles, algorithms, and tools necessary for effective multiprocessor programming. The book is an ideal resource for students and professionals alike who will benefit from its thorough coverage of key multiprocessor programming issues.

Oracle database programming with java

Автор: Bai, Ying (johnson C. Smith University, Charlotte,
Название: Oracle database programming with java
ISBN: 1032302291 ISBN-13(EAN): 9781032302294
Издательство: Taylor&Francis
Рейтинг:
Цена: 12707.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This textbook provides a detailed description about the practical considerations and applications in Oracle database programming using the most updated Apache NetBeans 12.4. Combined with real examples, this book gives students a clear picture as how to handle the Oracle database programming issues in Java NetBeans IDE environment.

The Art of Feature Engineering: Essentials for Machine Learning

Автор: Pablo Duboue
Название: The Art of Feature Engineering: Essentials for Machine Learning
ISBN: 1108709389 ISBN-13(EAN): 9781108709385
Издательство: Cambridge Academ
Рейтинг:
Цена: 6970.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This is a guide for data scientists who want to use feature engineering to improve the performance of their machine learning solutions. The book provides a unified view of the field, beginning with basic concepts and techniques, followed by a cross-domain approach to advanced topics, like texts and images, with hands-on case studies.

Software Engineering at Google: Lessons Learned from Programming Over Time

Автор: Winters Titus, Manshreck Tom, Wright Hyrum
Название: Software Engineering at Google: Lessons Learned from Programming Over Time
ISBN: 1492082791 ISBN-13(EAN): 9781492082798
Издательство: Wiley
Рейтинг:
Цена: 8394.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Based on their experience at Google, software engineers Titus Winters and Hyrum Wright, along with technical writer Tom Manshreck, present a candid and insightful look at how some of the world`s leading practitioners construct and maintain software.

Structured Parallel Programming,

Автор: Michael McCool
Название: Structured Parallel Programming,
ISBN: 0124159931 ISBN-13(EAN): 9780124159938
Издательство: Elsevier Science
Рейтинг:
Цена: 7915.00 р.
Наличие на складе: Поставка под заказ.

Описание: Programming is now parallel programming. This title describes how to design and implement maintainable and efficient parallel algorithms using a pattern-based approach. It includes examples from realistic contexts that illustrate patterns and themes in parallel algorithm design that are widely applicable regardless of implementation technology.

Java Software Development with Event B: A Practical Guide

Автор: Collazos Nйstor Cataсo
Название: Java Software Development with Event B: A Practical Guide
ISBN: 168173687X ISBN-13(EAN): 9781681736877
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 4990.00 р.
Наличие на складе: Нет в наличии.

Описание:

The cost of fixing software design flaws after the completion of a software product is so high that it is vital to come up with ways to detect software design flaws in the early stages of software development, for instance, during the software requirements, the analysis activity, or during software design, before coding starts.

It is not uncommon that software requirements are ambiguous or contradict each other. Ambiguity is exacerbated by the fact that software requirements are typically written in a natural language, which is not tied to any formal semantics. A palliative to the ambiguity of software requirements is to restrict their syntax to boilerplates, textual templates with placeholders. However, as informal requirements do not enjoy any particular semantics, no essential properties about them (or about the system they attempt to describe) can be proven easily. Formal methods are an alternative to address this problem. They offer a range of mathematical techniques and mathematical tools to validate software requirements in the early stages of software development.

This book is a living proof of the use of formal methods to develop software. The particular formalisms that we use are EVENT B and refinement calculus. In short: (i) software requirements as written as User Stories; (ii) they are ported to formal specifications; (iii) they are refined as desired; (iv) they are implemented in the form of a prototype; and finally (v) they are tested for inconsistencies. If some unit-test fails, then informal as well as formal specifications of the software system are revisited and evolved.

This book presents a case study of software development of a chat system with EVENT B and a case study of formal proof of properties of a social network.

Java Software Development with Event B: A Practical Guide

Автор: Collazos Nйstor Cataсo
Название: Java Software Development with Event B: A Practical Guide
ISBN: 1681736896 ISBN-13(EAN): 9781681736891
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 7900.00 р.
Наличие на складе: Нет в наличии.

Описание:

The cost of fixing software design flaws after the completion of a software product is so high that it is vital to come up with ways to detect software design flaws in the early stages of software development, for instance, during the software requirements, the analysis activity, or during software design, before coding starts.

It is not uncommon that software requirements are ambiguous or contradict each other. Ambiguity is exacerbated by the fact that software requirements are typically written in a natural language, which is not tied to any formal semantics. A palliative to the ambiguity of software requirements is to restrict their syntax to boilerplates, textual templates with placeholders. However, as informal requirements do not enjoy any particular semantics, no essential properties about them (or about the system they attempt to describe) can be proven easily. Formal methods are an alternative to address this problem. They offer a range of mathematical techniques and mathematical tools to validate software requirements in the early stages of software development.

This book is a living proof of the use of formal methods to develop software. The particular formalisms that we use are EVENT B and refinement calculus. In short: (i) software requirements as written as User Stories; (ii) they are ported to formal specifications; (iii) they are refined as desired; (iv) they are implemented in the form of a prototype; and finally (v) they are tested for inconsistencies. If some unit-test fails, then informal as well as formal specifications of the software system are revisited and evolved.

This book presents a case study of software development of a chat system with EVENT B and a case study of formal proof of properties of a social network.

OCP Oracle Certified Professional Java SE 11 Developer Complete Study Guide: Exam 1Z0–815 and Exam 1Z0–816

Автор: Jeanne Boyarsky, Scott Selikoff
Название: OCP Oracle Certified Professional Java SE 11 Developer Complete Study Guide: Exam 1Z0–815 and Exam 1Z0–816
ISBN: 1119619130 ISBN-13(EAN): 9781119619130
Издательство: Wiley
Рейтинг:
Цена: 10771.00 р.
Наличие на складе: Поставка под заказ.

Описание:

The most comprehensive prep guide available for new OCP Oracle Certified Professional Java SE 11 Developer certifications--covers Programmer I and II Exams 1Z0-815 and 1Z0-816, and the Upgrade Exam 1Z0-817

Java is widely-used for backend cloud applications, Software as a Service applications (SAAS), and is the principal language used to develop Android applications. This object-oriented programming language is designed to run on all platforms that support Java without the need for recompilation. Oracle Java Programmer certification is highly valued by employers throughout the technology industry.

The OCP Oracle Certified Professional Java SE 11 Developer Complete Study Guide in an indispensable resource for anyone preparing for certification. This fully up-to-date guide covers 100% of exam objectives for Exam 1Z0-815, Exam 1Z0-816, and Upgrade Exam 1Z0-817. In-depth chapters present clear, comprehensive coverage of the functional-programming knowledge necessary to succeed. Each chapter clarifies complex material while reinforcing your understanding of vital exam topics. Also included is access to Sybex's superior online interactive learning environment and test bank that includes self-assessment tests, chapter tests, bonus practice exam questions, electronic flashcards, and a searchable glossary of important terms. The ultimate study aid for the challenging OCP exams, this popular guide:

  • Helps you master the changes in depth, difficultly, and new module topics of the latest OCP exams
  • Covers all exam objectives such as Java arrays, primitive data types, string APIs, objects and classes, operators and decision constructs, and applying encapsulation
  • Allows developers to catch up on all of the newest Java material like lambda expressions, streams, concurrency, annotations, generics, and modules
  • Provides practical methods for building Java applications, handling exceptions, programming through interfaces, secure coding in Java SE, and more
  • Enables you to gain the information, understanding, and practice you need to pass the OCP exams

The OCP Oracle Certified Professional Java SE 11 Developer Complete Study Guide is a must-have book for certification candidates needing to pass these challenging exams, as well as junior- to senior-level developers who use Java as their primary programming language.

OCP Oracle Certified Professional Java SE 11 Programmer II Study Guide: Exam 1Z0–816

Автор: Jeanne Boyarsky, Scott Selikoff
Название: OCP Oracle Certified Professional Java SE 11 Programmer II Study Guide: Exam 1Z0–816
ISBN: 1119617626 ISBN-13(EAN): 9781119617624
Издательство: Wiley
Рейтинг:
Цена: 6018.00 р.
Наличие на складе: Поставка под заказ.

Описание:

The completely-updated preparation guide for the new OCP Oracle Certified Professional Java SE 11 Programmer II exam--covers Exam 1Z0-816

Java, a platform-independent, object-oriented programming language, is used primarily in mobile and desktop application development. It is a popular language for client-side cloud applications and the principal language used to develop Android applications. Oracle has recently updated its Java Programmer certification tracks for Oracle Certified Professional.

OCP Oracle Certified Professional Java SE 11 Programmer II Study Guide ensures that you are fully prepared for this difficult certification exam. Covering 100% of exam objectives, this in-depth study guide provides comprehensive coverage of the functional-programming knowledge necessary to succeed. Every exam topic is thoroughly and completely covered including exceptions and assertions, class design, generics and collections, threads, concurrency, IO and NIO, and more. Access to Sybex's superior online interactive learning environment and test bank--including self-assessment tests, chapter tests, bonus practice exam questions, electronic flashcards, and a searchable glossary of important terms--provides everything you need to be fully prepared on exam day. This must-have guide:

  • Covers all exam objectives such as inheriting abstract classes and interfaces, advanced strings and localization, JDBC, and Object-Oriented design principles and patterns
  • Explains complex material and reinforces your comprehension and retention of important topics
  • Helps you master more advanced areas of functional programming
  • Demonstrates practical methods for building Java solutions

OCP Oracle Certified Professional Java SE 11 Programmer II Study Guide will prove invaluable for anyone seeking achievement of this challenging exam, as well as junior- to senior-level programmers who uses Java as their primary programming language.

SQL Server Database Programming with Visual Basic.NET: Concepts, Designs and Implementations

Автор: Ying Bai
Название: SQL Server Database Programming with Visual Basic.NET: Concepts, Designs and Implementations
ISBN: 1119608503 ISBN-13(EAN): 9781119608509
Издательство: Wiley
Рейтинг:
Цена: 11080.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

A guide to the practical issues and applications in database programming with updated Visual Basic.NET

SQL Server Database Programming with Visual Basic.NET offers a guide to the fundamental knowledge and practical techniques for the design and creation of professional database programs that can be used for real-world commercial and industrial applications. The author--a noted expert on the topic--uses the most current version of Visual Basic.NET, Visual Basic.NET 2017 with Visual Studio.NET 2017. In addition, he introduces the updated SQL Server database and Microsoft SQL Server 2017 Express. All sample program projects can be run in the most updated version, Visual Basic.NET 2019 with Visual Studio.NET 2019.

Written in an accessible, down-to-earth style, the author explains how to build a sample database using the SQL Server management system and Microsoft SQL Server Management Studio 2018. The latest version of ASP.NET, ASP.NET 4.7, is also discussed to provide the most up-to-date Web database programming technologies. This important book:

- Offers illustrative practical examples and detailed descriptions to aid in comprehension of the material presented

- Includes both fundamental and advanced database programming techniques

- Integrates images into associated database tables using a DevExpress UI tools - WindowsUI

Written for graduate and senior undergraduate students studying database implementations and programming courses, SQL Server Database Programming with Visual Basic.NET shows how to develop professional and practical database programs in Visual Basic.NET 2017/Visual Basic.NET 2019.

Object-Oriented Database Programming

Автор: Suad Alagic
Название: Object-Oriented Database Programming
ISBN: 1461281377 ISBN-13(EAN): 9781461281375
Издательство: Springer
Рейтинг:
Цена: 16769.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: One of the reasons that influenced my decision to write this book is my dissatisfaction with the fact that the existing books on programming methodology and the associated concepts, techniques, and programming language notation are largely based on mathematical problems and math- ematically oriented algorithms.

Introduction to Network Programming with Java

Автор: Graba Jan
Название: Introduction to Network Programming with Java
ISBN: 1447152530 ISBN-13(EAN): 9781447152538
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: An Introduction to Network Programming with Java


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия