Créez votre bibliothèque numérique
  • Accueil
  • Document
  • Suggestions
  • Inscription
  • Contact
  • Accueil
  • Document
  • Suggestions
  • Inscription
  • Contact

Langue du document

      French

Hello , please log in or create an account :


  • Se connecter
  • Créer un compte

Mot de passe oublié ?

product images

BO&Play Wireless Speaker

QTY: 1 $105.00
product images

Brone Candle

QTY: 1 $25.00
  • Subtotal:
  • $130.00
  • View Cart
  • Checkout

Document

Raffiner votre recherche

Sujet

  • Java 11; Java EE; Software development; JavaBeans; JSP; JSF
    1
  • Java 12; Software development; HTML; JavaScript; JavaServer; WebSheet
    1
  • Java 16; Mobile phones; Android; Software development; Widgets; Layout; SQLite
    1
  • Java; Algorithms; Data structures; Software development; Greedy algorithms; Divide and conquer; Dynamic programming; Backtracking
    1
  • Java; Algorithms; Data structures; Software development; The concept of algorithms; Algorithm analysis; Sorting
    1
  • Java; Android; Software development; Fragments; Using the camera; Locations; External storage; The web; Android and security
    1
  • Java; Basic syntax; Semantics; Software development
    1
  • Java; Development of applications; JavaFX; Software development; Architecture of javaFX; 2D Shapes; FXML
    1
  • Java; Distributed programming; Java EE; Software development; Java persistence API; Enterprise java beans
    1
  • Java; Documents and printing; Software development; Swing details; Layout; The clipboard; A slot machine
    1
Plus

Auteur

  • Klausen Poul

Langue du document

  • Anglais
    18

Type de document

  • Livre
    18
18 Result(s)
  |   Filtré par :    Klausen Poul

Java 6: JDBC and database applications, software development

Java 6: JDBC and database applications, software development


Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190

Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
This book is the sixth in a series of books on software development. The programming language is Java, and the language and its syntax and semantics fills obviously much, but the books have also largely focus on the process and how to develop good and robust applications. The subject of the current book is database applications, and how to write programs in Java that uses a database. In practice, programs that requiring many data transactions always uses databases, and the development of database applications is an important issue and necessary knowledge to work professionally as a software developer. In principle, it is simple, and a good piece of the road is just a question of accepting that you should write as shown in the book’s examples, but database programming requires knowledge of SQL, and the hardest part is actually to write SQL statements correctly. Therefore, the book has an appendix that provides a quick introduction to SQL and describes the most basic syntax. In addition to SQL it is a prerequisite, to try out the book’s examples and solve the book’s exercises, that the reader has a running database, and MySQL will be used. The book has an appendix that shows how to install MySQL.

Share this product

Visionneuse

Java 10: java2D, drawing of the window, software development

Java 10: java2D, drawing of the window, software development


Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190

Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
This book is the tenth in a series of books on software development. The programming language is Java, and the language and its syntax and semantics fills obviously much, but the books have also largely focus on the process and how to develop good and robust applications. In the previous book, I have relatively detailed treated Swing, and the subject of this book is Java2D, which is the other half of what Java is making available for developing applications with a graphical user interface. One can also think of Java2D as the graphical tools that Swing uses to draw the components in a window. The book is relatively detailed and addresses issues that are not used so often in everyday programming, but the examples are, of course, and also the issues are important, to understand how the GUI works. It is similar to a few other books in this series a book where the focus is on language Java over the process, and only the final example focuses on system development with the development of a Java class library. The book assumes knowledge of Java corresponding to the books Java 3 and Java 4 and to some extent knowledge of Swing corresponding to the book Java 2.

Share this product

Visionneuse

Java 18: Algorithms and data structures, software development

Java 18: Algorithms and data structures, software development


Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190

Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
The book focuses on algorithms written in Java and presents several classic algorithms, but the primary goal is to introduce algorithm analysis, and then allowing the reader to be able to compare and evaluate the complexity of algorithms. In addition, the book treats the classic data structures such as lists and trees and shows how these data structures can be implemented in Java.

Share this product

Visionneuse

Java 17: more about java and android, software development

Java 17: more about java and android, software development


Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190

Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
The book is about writing applications for Android and is a continuation of the previous book in this series. Among other things, the book will introduce fragments and how to use the facilities like GPS and Camera. The book also say more about services and how to use the web from a phone. After reading this and the previous book you shoul be able to write Java apps for Android.

Share this product

Visionneuse

Java 8: multithreaded programs, software development

Java 8: multithreaded programs, software development


Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190

Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
This book is the eighth in a series of books on software development. The programming language is Java, and the language and its syntax and semantics fills obviously much, but the books have also largely focus on the process and how to develop good and robust applications. This book deals with threads, and how you in Java can synchronize threads that share resources. The use of threads is an important issue in programming, but it is also a technical area to which are attached many details. The book has therefore primarily focus on programming and the language Java, and only in the final example, there is again focusing on system development and thus the process. After reading the book the reader should be able to use threads in practice and have an understanding of where threads can be used in practical programming. The book requires knowledge of programming and Java corresponding to the content of the first four books in this series and in the interests of the final example is also assumed knowledge of the contents of the previous book, which deals with system development. The book ends with an appendix that gives a general introduction to the Java virtual machine JVM and what it is.

Share this product

Visionneuse

Java 16: mobile phones and android, software development

Java 16: mobile phones and android, software development


Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190

Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
The book is about developing of applications for Android, and especially for mobile phone applications. Important topics are the most common widgets, layouts and basically about activities, but also the use of files and databases are processed. The book give an introduction to use of multiple threads and services. After reading this book, you is able to write simple applications to an Android phone.

Share this product

Visionneuse

Java 5: files and java IO, software development

Java 5: files and java IO, software development


Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190

Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
This book is the fifth in a series of books on software development. The programming language is Java, and the language and its syntax and semantic fills obviously much, but the books have also largely focus on the process and how to develop good and robust applications. As the previous book, this book has, however, only to a lesser extent focus on the process, but more on the language and details regarding Java. The subject of this book are files and what Java provides to IO, and the goal is in details to show how to manipulate files. Although the files today do not means exactly the same for practical programming, the processing of files is yet knowledge which is required to have in order to be able to work as a professional software developer. Finally, it is important to be aware that IO plays a crucial role in computer networking, and much of what follows will be used and expanded in the book Java 15 on network programming. Furthermore treat this book data representation, which are mostly deferred to an appendix, which also gives a brief introduction to the binary and hexadecimal numbers. The detailed data representation do not play a big role in everyday life, but also here is a topic that is necessary to have knowledge of, for example, in the context of computer networks. The book assumes that the reader has a knowledge corresponding to what is addressed in Java 3 and Java 4, but if you wish, the book can be postponed until you get the need.

Share this product

Visionneuse

Java 11: web applications and java EE: software development

Java 11: web applications and java EE: software development


Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190

Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
This book deals with the development of web applications where the focus is on the server side and how to develop dynamic web pages. The book starts with an introduction to servlets, followed by a brief presentation of Java Server Pages. The rest of the book deals with how to write web applications using Java Server Faces, and after reading the book, you should be able to write classic web applications.

Share this product

Visionneuse

Java 13: distributed programming and Java EE, software development

Java 13: distributed programming and Java EE, software development


Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190

Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
This book is the thirteenth in a series of books on software development. The programming language is Java, and the language and its syntax and semantics fills obviously much, but the books have also largely focus on the process and how to develop good and robust applications. This book is a continuation of the subjects in Java 11, but with focus on the development of enterprise applications. They are programs that performs their work using components or services hosted on different computers and located on different places, which communicate and coordinate their work over a network. Primary topics are Java EE technologies as JPA, EJB and Web Services. The book requires knowledge of programming of web applications similar to what has been dealt with in the books Java 11 and Java 12.

Share this product

Visionneuse

Java 19: more algorithms and data structures, software development

Java 19: more algorithms and data structures, software development


Notice: Undefined property: stdClass::$Categories in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190

Notice: Trying to get property 'title' of non-object in /srv/www/limbgallery/current/public/themes/ENSSMAL_2/page-records/page-listing.php on line 190
The current book is the nineteenth in this series of books on software development in Java, and it is a continuation of the previous book. The book provides examples of algorithm paradigms including classic algorithms. In addition, several other data structures are described, including the implementation of a red-black binary tree. General trees are also treated in the form of a B-tree and a B+ tree and they are implemented as Java classes. A large part of the book is deals with graphs, including how a graph can be implemented as a class in Java. In addition, classic graph algorithms are described and implemented such as Dijkstra’s algorithm and Prim’s algorithm. The book ends with a chapter that introduces the traveling salesman problem, primarily as an example of an algorithm, where one does not know any solution that can be used in practice.

Share this product

Visionneuse

Java 6: JDBC and database applications, software development

Auteur
Klausen Poul
Sujet
Java; JDBC; Database applications; software development; Database operations; ResultSet; Data types; Transactions; DDL commands
Date_TXT
2017
Type de document
Livre

Java 10: java2D, drawing of the window, software development

Auteur
Klausen Poul
Sujet
Java; Java2D; Drawing; software development; Shapes; PaChart
Date_TXT
2018
Type de document
Livre

Java 18: Algorithms and data structures, software development

Auteur
Klausen Poul
Sujet
Java; Algorithms; Data structures; Software development; The concept of algorithms; Algorithm analysis; Sorting
Date_TXT
2018
Type de document
Livre

Java 17: more about java and android, software development

Auteur
Klausen Poul
Sujet
Java; Android; Software development; Fragments; Using the camera; Locations; External storage; The web; Android and security
Date_TXT
2018
Type de document
Livre

Java 8: multithreaded programs, software development

Auteur
Klausen Poul
Sujet
Java; Multithreaded programs; Software development; Synchronization; Deadlock; Concurrency tools; Atomic variabler
Date_TXT
2017
Type de document
Livre

Java 16: mobile phones and android, software development

Auteur
Klausen Poul
Sujet
Java 16; Mobile phones; Android; Software development; Widgets; Layout; SQLite
Date_TXT
2018
Type de document
Livre

Java 5: files and java IO, software development

Auteur
Klausen Poul
Sujet
Java; Java IO; Software development; Java.nio
Date_TXT
2017
Type de document
Livre

Java 11: web applications and java EE: software development

Auteur
Klausen Poul
Sujet
Java 11; Java EE; Software development; JavaBeans; JSP; JSF
Date_TXT
[S.l.]: Bookboon, 2017
Type de document
Livre

Java 13: distributed programming and Java EE, software development

Auteur
Klausen Poul
Sujet
Java; Distributed programming; Java EE; Software development; Java persistence API; Enterprise java beans
Date_TXT
2018
Type de document
Livre

Java 19: more algorithms and data structures, software development

Auteur
Klausen Poul
Sujet
Java; Algorithms; Data structures; Software development; Greedy algorithms; Divide and conquer; Dynamic programming; Backtracking
Date_TXT
2018
Type de document
Livre

1 - 10 / 18 résultat(s)

Bibliothèque de l'ENSSMAL

La bibliothèque de l’ENSSMAL est une bibliothèque spécialisée englobant les domaines des sciences de la mer et de l’aménagement du littoral à travers son contenu des fils conducteurs à la matière grise et son contenant par son site dominant et sa forme de bateau. Elle a pour vocation de desservir prioritairement les besoins documentaires des utilisateurs (Etudiants, Enseignants et Chercheurs) et d’assurer à l’ensemble des utilisateurs l’accès à l’information scientifique et technologique.


Coordonées

ENSSMAL, 19, Campus Universitaires, Bois des Cars Dely Brahim, 16320 Alger, Algérie

Direction de la Bibliothèque, Responsable de la Bibliothèque: Mme BESSAOU Wahiba

Tel/Fax: (+213) 21.91.77.43

© 2022 ENSSMAL