Ergebnisse für *

Es wurden 13 Ergebnisse gefunden.

Zeige Ergebnisse 1 bis 13 von 13.

Sortieren

  1. Beginning Java 8 APIs, Extensions and Libraries
    Swing, JavaFX, JavaScript, JDBC and Network Programming APIs
    Erschienen: 2014
    Verlag:  Apress, Berkeley, CA

    Beginning Java 8 APIs, Extensions and Libraries completes the Apress learning Java journey and is a comprehensive approach to learning the Java programming language extensions and available APIs and libraries, including the new JavaFX APIs. This book... mehr

    Helmut-Schmidt-Universität, Universität der Bundeswehr Hamburg, Universitätsbibliothek
    keine Fernleihe
    Staats- und Universitätsbibliothek Hamburg Carl von Ossietzky
    keine Fernleihe
    Technische Universität Hamburg, Universitätsbibliothek
    keine Fernleihe
    Technische Informationsbibliothek (TIB) / Leibniz-Informationszentrum Technik und Naturwissenschaften und Universitätsbibliothek
    keine Fernleihe
    Otto-von-Guericke-Universität, Universitätsbibliothek
    eBook Springer
    keine Fernleihe
    Otto-von-Guericke-Universität, Universitätsbibliothek, Medizinische Zentralbibliothek
    eBook Springer
    keine Fernleihe
    Hochschulbibliothek Friedensau
    Online-Ressource
    keine Fernleihe
    Bibliotheks-und Informationssystem der Carl von Ossietzky Universität Oldenburg (BIS)
    keine Fernleihe
    Bibliotheks-und Informationssystem der Carl von Ossietzky Universität Oldenburg (BIS)
    keine Fernleihe
    Bibliotheks-und Informationssystem der Carl von Ossietzky Universität Oldenburg (BIS)
    keine Fernleihe

     

    Beginning Java 8 APIs, Extensions and Libraries completes the Apress learning Java journey and is a comprehensive approach to learning the Java programming language extensions and available APIs and libraries, including the new JavaFX APIs. This book covers the key extensions of the Java programming language such as Swing, JavaFX, network programming, and JDBC. Each topic starts with a discussion of the topic's background. A step-by-step process, with small snippets of Java code, provides easy-to-follow instructions. At the end of a topic, a complete and ready-to-run Java program is provided. This book contains over 130 images and diagrams to help you visualize and better understand the topics. More than 130 complete programs allow you to practice and quickly learn the topics. The Swing chapters discuss various aspects of working with a GUI, from the very basic concepts of developing a Swing application, to the most advanced topics, such as decorating a Swing component with a JLayer, drag-and-drop features, Synth Skinnable L & F, etc. The chapter on network programming covers the basics of network technologies first, and then, the advanced topics of network programming, using a Java class library. It covers IPv4 and IPv6, addressing schemes, subnetting, supernetting, multicasting, TCP/IP sockets, UPD sockets, asynchronous socket I/O, etc. The chapter on JDBC provides the details of connecting and working with databases such as Oracle, SQL Server, MySQL, DB2, Java DB (Apache Derby), Sybase, Adaptive Server Anywhere, etc. It contains a complete discussion on processing a ResultSet and a RowSet. It discusses how to use the RowSetFactory, to obtain a RowSet object of a specific type. Working with Large Objects (LOBs), such as Blob, Clob, and NClob, is covered in detail with Java code examples and database scripts Beginning Java 8 APIs, Extensions and Libraries completes the Apress learning Java journey and is a comprehensive approach to learning the Java programming language extensions and available APIs and libraries, including the new JavaFX APIs. This book covers the key extensions of the Java programming language such as Swing, JavaFX, network programming, and JDBC. Each topic starts with a discussion of the topic's background. A step-by-step process, with small snippets of Java code, provides easy-to-follow instructions. At the end of a topic, a complete and ready-to-run Java program is provided. This book contains over 130 images and diagrams to help you visualize and better understand the topics. More than 130 complete programs allow you to practice and quickly learn the topics. The Swing chapters discuss various aspects of working with a GUI, from the very basic concepts of developing a Swing application, to the most advanced topics, such as decorating a Swing component with a JLayer, drag-and-drop features, Synth Skinnable L&F, etc. The chapter on network programming covers the basics of network technologies first, and then, the advanced topics of network programming, using a Java class library. It covers IPv4 and IPv6, addressing schemes, subnetting, supernetting, multicasting, TCP/IP sockets, UPD sockets, asynchronous socket I/O, etc. The chapter on JDBC provides the details of connecting and working with databases such as Oracle, SQL Server, MySQL, DB2, Java DB (Apache Derby), Sybase, Adaptive Server Anywhere, etc. It contains a complete discussion on processing a ResultSet and a RowSet. It discusses how to use the RowSetFactory, to obtain a RowSet object of a specific type. Working with Large Objects (LOBs), such as Blob, Clob, and NClob, is covered in detail with Java code examples and database scripts

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Volltext (Lizenzpflichtig)
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781430266624
    Weitere Identifier:
    RVK Klassifikation: ST 250
    Schriftenreihe: Expert's voice in Java
    Schlagworte: Computer science
    Umfang: Online-Ressource (XXV, 600 p. 175 illus), online resource
    Bemerkung(en):

    Description based upon print version of record

    Contents at a Glance; Introduction; Chapter 1: Introduction to Swing; What Is Swing?; The Simplest Swing Program; Components of a JFrame; Adding Components to a JFrame; Some Utility Classes; The Point Class; The Dimension Class; The Insets Class; The Rectangle Class; Layout Managers; FlowLayout; BorderLayout; CardLayout; BoxLayout; GridLayout; GridBagLayout; The gridx and gridy Constraints; Case #1; Case #2; Case #3; Case #4; The gridwidth and gridheight Constraints; The fill Constraint; The ipadx and ipady Constraints; The insets Constraints; The anchor Constraint

    The weightx and weighty ConstraintsSpringLayout; GroupLayout; The null Layout Manager; Creating a Reusable JFrame; Event Handling; Handling Mouse Events; Summary; Chapter 2: Swing Components; What Is a Swing Component?; JButton; JPanel; JLabel; Text Components; JTextComponent; JTextField; JPasswordField; JFormattedTextField; JTextArea; JEditorPane; JTextPane; Validating Text Input; Making Choices; JSpinner; JScrollBar; JScrollPane; JProgressBar; JSlider; JSeparator; Menu s; JToolBar; JToolBar Meets the Action Interface; JTable; JTree; JTabbedPane and JSplitPane; Custom Dialogs

    Standard DialogsFile and Color Choosers; JFileChooser; JColorChooser; JWindow; Working with Colors; Working with Borders; Working with Fonts; Validating Components; Painting Components and Drawing Shapes; Immediate Painting; Double Buffering; JFrame Revisited; Summary; Chapter 3: Advanced Swing; Using HTML in Swing Components; Threading Model in Swing; Pluggable Look and Feel; Skinnable Look-and-Feel; Drag and Drop; Multiple Document Interface Application; The Toolkit Class; Decorating Components Using JLayer; Translucent Windows; Shaped Window; Summary; Chapter 4: Applets; What Is an Applet?

    Developing an AppletWriting an Applet; Deploying an Applet; Creating the HTML Document; Deploying Applets in Production; Deploying Applets for Testing; Installing and Configuring Java Plug-in; Installing the Java Plug-in; Opening the Java Control Panel; Configuring Java Plug-in; Viewing an Applet; Using the appletviewer to Test Applets; Using the codebase Attribute; Example 1; Example 2; Example 3; The Life Cycle of an Applet; The init() Method; The start() Method; The stop() Method; The destroy() Method; Passing Parameters to Applets; Publishing the Applet's Parameter Information

    Publishing the Applet's InformationOther Attributes of the Tag; Using Images in an Applet; Playing Audio Clips in an Applet; Interacting with the Applet's Environment; Communion of Applet, HTML, and JavaScript; Packaging Applets in Archives; The Event Dispatching Thread and Applets; Painting in Applets; Is the Java Code Trusted?; Security Restrictions for Applets; Signing Applets; Step 1: Developing an Applet; Step 2: Packaging Class Files into a JAR File; Step 3: Generating Private/Public Key Pair; Step 4: Signing the JAR File; Step 5: Creating the HTML File

    Step 6: Viewing the Signed Applet

  2. Java 8 Recipes
    Autor*in: Juneau, Josh
    Erschienen: 2014
    Verlag:  Apress, Berkeley, CA

    Java 8 Recipes offers solutions to common programming problems encountered while developing Java-based applications. Fully updated with the newest features and techniques available, Java 8 Recipes provides code examples involving Lambdas, embedded... mehr

    Helmut-Schmidt-Universität, Universität der Bundeswehr Hamburg, Universitätsbibliothek
    keine Fernleihe
    Staats- und Universitätsbibliothek Hamburg Carl von Ossietzky
    keine Fernleihe
    Technische Universität Hamburg, Universitätsbibliothek
    keine Fernleihe
    Technische Informationsbibliothek (TIB) / Leibniz-Informationszentrum Technik und Naturwissenschaften und Universitätsbibliothek
    keine Fernleihe
    Otto-von-Guericke-Universität, Universitätsbibliothek
    eBook Springer
    keine Fernleihe
    Otto-von-Guericke-Universität, Universitätsbibliothek, Medizinische Zentralbibliothek
    eBook Springer
    keine Fernleihe
    Hochschulbibliothek Friedensau
    Online-Ressource
    keine Fernleihe
    Bibliotheks-und Informationssystem der Carl von Ossietzky Universität Oldenburg (BIS)
    keine Fernleihe
    Bibliotheks-und Informationssystem der Carl von Ossietzky Universität Oldenburg (BIS)
    keine Fernleihe
    Bibliotheks-und Informationssystem der Carl von Ossietzky Universität Oldenburg (BIS)
    keine Fernleihe

     

    Java 8 Recipes offers solutions to common programming problems encountered while developing Java-based applications. Fully updated with the newest features and techniques available, Java 8 Recipes provides code examples involving Lambdas, embedded scripting with Nashorn, the new date-time API, stream support, functional interfaces, and much more. Especial emphasis is given to features such as lambdas that are newly introduced in Java 8. Content is presented in the popular problem-solution format: Look up the programming problem that you want to solve. Read the solution. Apply the solution directly in your own code. Problem solved! The problem-solution approach sets Java 8 Recipes apart. Java 8 Recipes is focused less on the language itself and more on what you can do with it that is useful. The book respects your time by always focusing on a task that you might want to perform using the language. Solutions come first. Explanations come later. You are free to crib from the book and apply the code examples directly to your own projects. Covers the newly-released Java 8, including a brand new chapter on lambdas Focuses especially on up-and-coming technologies such as Project Nashorn and Java FX 2.0 Respects your time by focusing on practical solutions you can implement in your own code

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Volltext (Lizenzpflichtig)
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781430268260
    Weitere Identifier:
    RVK Klassifikation: ST 250
    Auflage/Ausgabe: Second Edition
    Schriftenreihe: The expert's voice in Java
    Schlagworte: Computer science
    Umfang: Online-Ressource (XLIV, 800 p. 66 illus), online resource
    Bemerkung(en):

    Description based upon print version of record

    Contents at a Glance; Introduction; Chapter 1: Getting Started with Java 8; 1-1. Creating a Development Environment; Problem; Solution; How It Works; 1-2. Getting to "Hello, World"; Problem; Solution; How It Works; Packages; JavaBeans-Style Classes; The Main Program; 1-3. Compiling and Executing from the Command-line Interpreter; Problem; Solution; How It Works; 1-4. Declaring Simple Variables; Problem; Solution; How It Works; 1-5. Converting to and from a String; Problem; Solution; How It Works; 1-6. Passing Arguments via Command-Line Execution; Problem; Solution; How It Works

    1-7. Accepting Input from the KeyboardProblem; Solution; How It Works; 1-8. Documenting Your Code; Problem; Solution; How It Works; Formatting the Documentation; Executing the Tool; 1-9. Organizing Code with Packages; Problem; Solution; How It Works; 1-10. Configuring the CLASSPATH; Problem; Solution; How It Works; 1-11. Reading Environment Variable s; Problem; Solution; How It Works; Summary; Chapter 2: New Features of Java 8; Java Language Enhancements; 2-1. Passing Functionality as a Method Argument; Problem; Solution; How It Works

    2-2. Calling On an Existing Method from a Lambda ExpressionProblem; Solution; How It Works; 2-3. Providing a Default Method Implementation in an Interface; Problem; Solution; How It Works; 2-4. Applying the Same Annotation Multiple Times in a Declaration or Type Use; Problem; Solution; How It Works; Date-Time API; 2-5. Incorporating the Current Date and Time; Problem; Solution; How It Works; 2-6. Obtaining a Date from a Specified String; Problem; Solution; How It Works; 2-7. Performing Date-Time Calculations; Problem; Solution; How It Works; Streams API

    2-8. Iterating Over a Collection of DataProblem; Solution; How It Works; JavaFX; 2-9. Embedding Swing in JavaFX; Problem; Solution; How It Works; 2-10. Adding a DatePicker; Problem; Solution; How It Works; 2-11. Printing from JavaFX; Problem; Solution; How It Works; Scripting; 2-12. Embedding JavaScript in Your Java Application; Problem; Solution; How It Works; 2-13. Executing JavaScript from the Command-Line; Problem; Solution; How It Works; Summary; Chapter 3: Strings; 3-1. Obtaining a Subsection of a String; Problem; Solution; How It Works; 3-2. Comparing Strings; Problem; Solution

    How It Works3-3. Trimming Whitespace; Problem; Solution; How It Works; 3-4. Changing the Case of a String; Problem; Solution; How It Works; 3-5. Concatenating Strings; Problem; Solution #1; Solution #2; Solution #3; How It Works; 3-6. Converting Strings to Numeric Values; Problem; Solution #1; Solution #2; How It Works; 3-7. Iterating Over the Characters of a String; Problem; Solution; How It Works; 3-8. Finding Text Matches; Problem; Solution #1; Solution #2; How It Works; 3-9. Replacing All Text Matches; Problem; Solution; How It Works

    3-10. Determining Whether a File Name Ends with a Given String

  3. Social informatics
    SocInfo 2013 international workshops, QMC and HISTOINFORMATICS, Kyoto, Japan, November 25, 2013 ; revised selected papers
    Autor*in:
    Erschienen: 2014
    Verlag:  Springer, Berlin [u.a.]

    This book constitutes the refereed post-proceedings of two workshops held at the 5th International Conference on Social Informatics, SocInfo 2013, in Kyoto, Japan, in November 2013: the First Workshop on Quality, Motivation and Coordination of Open... mehr

    Universitätsbibliothek Braunschweig
    keine Fernleihe
    Staats- und Universitätsbibliothek Bremen
    keine Fernleihe
    Helmut-Schmidt-Universität, Universität der Bundeswehr Hamburg, Universitätsbibliothek
    keine Fernleihe
    Staats- und Universitätsbibliothek Hamburg Carl von Ossietzky
    keine Fernleihe
    Universitätsbibliothek Ilmenau
    Online-Ressource
    keine Fernleihe
    Zentrale Hochschulbibliothek Lübeck
    KaufEBook202103
    keine Fernleihe
    Otto-von-Guericke-Universität, Universitätsbibliothek
    eBook Springer
    keine Fernleihe
    Otto-von-Guericke-Universität, Universitätsbibliothek, Medizinische Zentralbibliothek
    eBook Springer
    keine Fernleihe
    Bibliotheks-und Informationssystem der Carl von Ossietzky Universität Oldenburg (BIS)
    keine Fernleihe
    Bibliotheks-und Informationssystem der Carl von Ossietzky Universität Oldenburg (BIS)
    keine Fernleihe
    Hochschule Osnabrück, Bibliothek Campus Westerberg
    keine Fernleihe
    Universitätsbibliothek Osnabrück
    keine Fernleihe
    Universität Potsdam, Universitätsbibliothek
    keine Fernleihe
    Universitätsbibliothek Rostock
    keine Fernleihe

     

    This book constitutes the refereed post-proceedings of two workshops held at the 5th International Conference on Social Informatics, SocInfo 2013, in Kyoto, Japan, in November 2013: the First Workshop on Quality, Motivation and Coordination of Open Collaboration, QMC 2013 and the First International Workshop on Histoinformatics, HISTOINFORMATICS 2013. The 11 revised papers presented at the workshops were carefully reviewed and selected from numerous submissions. They cover specific areas of social informatics. The QMC 2013 workshop attracted papers on new algorithms and methods to improve the quality or to increase the motivation of open collaboration, to reduce the cost of financial motivation or to decrease the time needed to finish collaborative tasks. The papers presented at HISTOINFORMATICS 2013 aim at improving the interaction between computer science and historical science towards fostering a new research direction of computational history

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Volltext (Lizenzpflichtig)
    Quelle: Verbundkataloge
    Beteiligt: Nadamoto, Akiyo; Jatowt, Adam; Wierzbicki, Adam; Leidner, Jochen L.
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9783642552854
    Weitere Identifier:
    RVK Klassifikation: SS 4800
    Schriftenreihe: Lecture notes in computer science ; 8359
    Schlagworte: Computer science; Information systems
    Umfang: Online-Ressource (X, 142 S.)
    Bemerkung(en):

    Literaturangaben

    Measurement Quality of Online Collaboration in Presence of Negative RelationshipsWhat Makes a Good Team of Wikipedia Editors? A Preliminary Statistical Analysis -- i Poster: A Collaborative Browsing Platform for Presentation Slides Based on Semantic Structure -- Using E-mail Communication Network for Importance Measurement in Collaboration Environments -- Predicting Best Answerers for New Questions: An Approach Leveraging Topic Modeling and Collaborative Voting -- A Digital Humanities Approach to the History of Science: Eugenics Revisited in Hidden Debates by Means of Semantic Text Mining -- Building the Social Graph of the History of European Integration: A Pipeline for Humanist-Machine Interaction in the Digital Humanities -- From Diagram to Network: A Multi-mode Network Approach to Analyze Diagrams of Art History -- Frame-Based Models of Communities and Their History -- Documenting Social Unrest: Detecting Strikes in Historical Daily Newspapers -- Collective Memory in Poland: A Reflection in Street Names.

  4. Beginning Java 8 Games Development
    Erschienen: 2014
    Verlag:  Apress, [Berkeley, Calif.]

    Beginning Java 8 Games Development, written by Java expert and author Wallace Jackson, teaches you the fundamentals of building a highly illustrative game using the Java 8 programming language. In this book, you'll employ open source software as... mehr

    Helmut-Schmidt-Universität, Universität der Bundeswehr Hamburg, Universitätsbibliothek
    keine Fernleihe
    Staats- und Universitätsbibliothek Hamburg Carl von Ossietzky
    keine Fernleihe
    Technische Universität Hamburg, Universitätsbibliothek
    keine Fernleihe
    Technische Informationsbibliothek (TIB) / Leibniz-Informationszentrum Technik und Naturwissenschaften und Universitätsbibliothek
    keine Fernleihe
    Otto-von-Guericke-Universität, Universitätsbibliothek
    eBook Springer
    keine Fernleihe
    Otto-von-Guericke-Universität, Universitätsbibliothek, Medizinische Zentralbibliothek
    eBook Springer
    keine Fernleihe
    Hochschulbibliothek Friedensau
    Online-Ressource
    keine Fernleihe
    Bibliotheks-und Informationssystem der Carl von Ossietzky Universität Oldenburg (BIS)
    keine Fernleihe
    Bibliotheks-und Informationssystem der Carl von Ossietzky Universität Oldenburg (BIS)
    keine Fernleihe
    Bibliotheks-und Informationssystem der Carl von Ossietzky Universität Oldenburg (BIS)
    keine Fernleihe

     

    Beginning Java 8 Games Development, written by Java expert and author Wallace Jackson, teaches you the fundamentals of building a highly illustrative game using the Java 8 programming language. In this book, you'll employ open source software as tools to help you quickly and efficiently build your Java game applications. You'll learn how to utilize vector and bit-wise graphics; create sprites and sprite animations; handle events; process inputs; create and insert multimedia and audio files; and more. Furthermore, you'll learn about JavaFX 8, now integrated into Java 8 and which gives you additional APIs that will make your game application more fun and dynamic as well as give it a smaller foot-print; so, your game application can run on your PC, mobile and embedded devices. After reading and using this tutorial, you'll come away with a cool Java-based 2D game application template that you can re-use and apply to your own game making ambitions or for fun

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Volltext (Lizenzpflichtig)
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781484204153
    Weitere Identifier:
    RVK Klassifikation: ST 250 ; ST 324
    Schlagworte: Computer science
    Umfang: Online-Ressource (XXII, 492 p. 356 illus), online resource
    Bemerkung(en):

    Description based upon print version of record

    Contents at a Glance; Introduction; Chapter 1: Setting Up a Java 8 Game Development Environment; Prepare a Workstation for Java 8 Game Development; Downloading Java JDK 8 and NetBeans 8.0; Installing the Java 8 Software Development Environment; Installing NetBeans IDE 8.0; Installing New Media Content Production Software; Downloading and Installing Inkscape; Downloading and Installing GIMP; Downloading and Installing Audacity; Downloading and Installing EditShare Lightworks; Downloading and Installing Blender; Other Open-Source Software Packages of Interest

    Organizing Quick Launch Icons in Your Taskbar AreaSummary; Chapter 2: Setting Up Your Java 8 IDE: An Introduction to NetBeans 8. 0; Primary Attributes of NetBeans 8.0: An Intelligent IDE; NetBeans 8.0 Is Smart: Put Your Code Editing into Hyperdrive; NetBeans 8.0 Is Extensible: Code Editing with Many Languages; NetBeans 8.0 Is Efficient: Organized Project Management Tools; NetBeans 8.0 Is User Interface Design Friendly: UI Design Tools; NetBeans 8.0 Is not Bug Friendly: Squash Bugs with a Debugger; NetBeans 8.0 Is a Speed Freak: Optimize the Code with a Profiler

    Creating Your Java 8 Game Project: The InvinciBagelCompiling Your Java 8 Game Project in NetBeans 8.0; Running Your Java 8 Game Project in NetBeans 8.0; Profiling Your Java 8 Game Project in NetBeans 8.0; Profiling Your Java 8 Game Application CPU Usage; Unblocking the Java 8 Platform Binary via the Windows Firewall; Analyzing the NetBeans IDE 8.0 Game Project CPU Profiling Tool Results; Profiling Your Java 8 Game Application Memory Usage; Summary; Chapter 3: A Java 8 Primer: An Introduction to Java 8 Concepts and Principles; The Syntax of Java: Comments and Code Delimiters

    Java APIs: Using Packages to Organize by FunctionJava Classes: Logical Java Constructs to Build On; Nested Classes: Java Classes Living Inside Other Classes; Inner Classes: Different Types of Nonstatic Nested Classes; Java Methods: Core Java Function Code Constructs; Creating a Java Object: Invoking a Class's Constructor Method; Creating a Constructor Method: Coding an Object's Structure; Java Variables and Constants: Values in Data Fields; Fixing Data Values in Memory: Defining a Data Constant in Java; Java Modifier Keywords: Access Control and More

    Access Control Modifiers: Public, Protected, Private, Package PrivateJava's Public Modifier: Allowing Access by the Public to Java Program Constructs; Java's Protected Modifier: Variables and Methods Allow Access by Subclass; Java's Private Modifier: Variables, Methods, and Classes Get Local Access Only; Java's Package Private Modifier: Variables, Methods, and Classes in Your Package; Nonaccess Control Modifiers: final, static, abstract, volatile, synchronized; Java's final Modifier: Variables, Methods, and Classes That Cannot Be Modified

    Java's Static Modifier: Variables or Methods That Exist in a Class (Not in Objects)

  5. PowerShell für die Windows-Administration
    ein kompakter und praxisnaher Überblick
    Erschienen: 2014
    Verlag:  Springer Vieweg, Wiesbaden

    Stadtbibliothek Bremen, Zentralbibliothek
    EDV 320 Windo
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Stadt Chemnitz, Kulturbetrieb, Stadtbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universitäts- und Landesbibliothek Sachsen-Anhalt / Zentrale
    MI 2014-1401
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Technische Informationsbibliothek (TIB) / Leibniz-Informationszentrum Technik und Naturwissenschaften und Universitätsbibliothek
    T 14 B 8428
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universitätsbibliothek Heidelberg
    LN-U10-17732
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Badische Landesbibliothek
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universitätsbibliothek Kiel, Zentralbibliothek
    Bu 7211
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Berufsakademie Sachsen, Staatliche Studienakademie Leipzig, Bibliothek
    ST 261 W34 M734
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Universität Leipzig, Universitätsbibliothek, Bibliothek Medizin/Naturwissenschaften
    keine Fernleihe
    Leibniz-Institut für Deutsche Sprache (IDS), Bibliothek
    keine Fernleihe
    Universitätsbibliothek Stuttgart
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Württembergische Landesbibliothek
    65/3434
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Leibniz-Institut für Deutsche Sprache, Bibliothek
    Sprache: Deutsch
    Medientyp: Buch (Monographie)
    Format: Druck
    ISBN: 9783658029630
    Weitere Identifier:
    9783658029630
    16118618
    86284256
    RVK Klassifikation: ST 261
    Schriftenreihe: X.systems.press
    Schlagworte: Computer science; Information Systems; Operating systems (Computers)
    Umfang: XXII, 521 S., Ill., graph. Darst., 235 mm x 155 mm
  6. Beginning Java 8 Language Features
    Lambda Expressions, Inner Classes, Threads, I/O, Collections, and Streams
    Erschienen: 2014
    Verlag:  Apress, Berkeley, CA

    Hochschule für Technik und Wirtschaft Dresden, Bibliothek
    eBook Springer
    keine Fernleihe
    Hochschule Furtwangen University. Informatik, Technik, Wirtschaft, Medien. Campus Furtwangen, Bibliothek
    eBook Springer
    keine Fernleihe
    Bibliothek LIV HN Sontheim
    Springer E-Book
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Stuttgart, Campus Horb, Bibliothek
    eBook Springer
    keine Fernleihe
    Karlsruher Institut für Technologie, KIT-Bibliothek
    keine Fernleihe
    Karlsruher Institut für Technologie, KIT-Bibliothek
    keine Fernleihe
    Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
    keine Fernleihe
    HTWG Hochschule Konstanz Technik, Wirtschaft und Gestaltung, Bibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Lörrach, Zentralbibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Lörrach, Zweigbibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Mannheim, Bibliothek
    eBook Springer
    keine Fernleihe
    Hochschule Mannheim, Hochschulbibliothek
    eBook Springer
    keine Fernleihe
    Universitätsbibliothek Mannheim
    keine Fernleihe
    Universitätsbibliothek Mannheim
    keine Fernleihe
    Hochschule Offenburg, University of Applied Sciences, Bibliothek Campus Offenburg
    E-Book Springer
    keine Ausleihe von Bänden, nur Papierkopien werden versandt
    Duale Hochschule Baden-Württemberg Ravensburg, Bibliothek
    E-Book Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Stuttgart, Bibliothek
    eBook Springer
    keine Fernleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781430266594
    Weitere Identifier:
    Schriftenreihe: Array
    Schlagworte: Computer science; Computer Science
    Umfang: Online-Ressource (XXV, 664 p. 66 illus, online resource)
  7. Beginning Java 8 Fundamentals
    Language Syntax, Arrays, Data Types, Objects, and Regular Expressions
    Erschienen: 2014
    Verlag:  Apress, Berkeley, CA

    Hochschule für Technik und Wirtschaft Dresden, Bibliothek
    eBook Springer
    keine Fernleihe
    Hochschule Furtwangen University. Informatik, Technik, Wirtschaft, Medien. Campus Furtwangen, Bibliothek
    eBook Springer
    keine Fernleihe
    Bibliothek LIV HN Sontheim
    Springer E-Book
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Stuttgart, Campus Horb, Bibliothek
    eBook Springer
    keine Fernleihe
    Karlsruher Institut für Technologie, KIT-Bibliothek
    keine Fernleihe
    Karlsruher Institut für Technologie, KIT-Bibliothek
    keine Fernleihe
    Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
    keine Fernleihe
    HTWG Hochschule Konstanz Technik, Wirtschaft und Gestaltung, Bibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Lörrach, Zentralbibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Lörrach, Zweigbibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Mannheim, Bibliothek
    eBook Springer
    keine Fernleihe
    Hochschule Mannheim, Hochschulbibliothek
    eBook Springer
    keine Fernleihe
    Universitätsbibliothek Mannheim
    keine Fernleihe
    Universitätsbibliothek Mannheim
    keine Fernleihe
    Hochschule Offenburg, University of Applied Sciences, Bibliothek Campus Offenburg
    E-Book Springer
    keine Ausleihe von Bänden, nur Papierkopien werden versandt
    Duale Hochschule Baden-Württemberg Ravensburg, Bibliothek
    E-Book Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Stuttgart, Bibliothek
    eBook Springer
    keine Fernleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781430266532
    Weitere Identifier:
    RVK Klassifikation: ST 250
    Schriftenreihe: Array
    Schlagworte: Computer science; Computer Science
    Umfang: Online-Ressource (XXXI, 779 p. 97 illus, online resource)
  8. Opening Science
    The Evolving Guide on How the Internet is Changing Research, Collaboration and Scholarly Publishing
    Erschienen: 2014
    Verlag:  Springer, Cham

    Modern information and communication technologies, together with a cultural upheaval within the research community, have profoundly changed research in nearly every aspect. Ranging from sharing and discussing ideas in social networks for scientists... mehr

    Hochschule Aalen, Bibliothek
    E-Book Springer
    keine Fernleihe
    Hochschule Aalen, Bibliothek
    E-Book Springer
    keine Fernleihe
    Evangelische Hochschule Berlin, Bibliothek
    keine Fernleihe
    Fachinformationsverbund Internationale Beziehungen und Länderkunde
    keine Fernleihe
    Universitätsbibliothek Braunschweig
    keine Fernleihe
    Staats- und Universitätsbibliothek Bremen
    keine Fernleihe
    Universitätsbibliothek Clausthal
    keine Fernleihe
    Helmholtz-Zentrum Dresden - Rossendorf e.V., Bibliothek
    keine Fernleihe
    Hochschule für Technik und Wirtschaft Dresden, Bibliothek
    eBook Springer
    keine Fernleihe
    Fachhochschule Erfurt, Hochschulbibliothek
    keine Fernleihe
    Universitätsbibliothek Erfurt / Forschungsbibliothek Gotha, Universitätsbibliothek Erfurt
    keine Fernleihe
    Hochschule Esslingen, Bibliothek
    E-Book Springer
    keine Fernleihe
    Zentrale Hochschulbibliothek Flensburg
    Im Internet frei verfügbar i
    keine Fernleihe
    Hochschule Furtwangen University. Informatik, Technik, Wirtschaft, Medien. Campus Furtwangen, Bibliothek
    eBook Springer
    keine Fernleihe
    Hochschule Furtwangen University. Informatik, Technik, Wirtschaft, Medien. Campus Furtwangen, Bibliothek
    eBook Springer
    keine Fernleihe
    SRH Hochschule für Gesundheit, Bibliothek
    E-Book
    keine Fernleihe
    Niedersächsische Staats- und Universitätsbibliothek Göttingen
    keine Fernleihe
    Universitäts- und Landesbibliothek Sachsen-Anhalt / Zentrale
    ebook
    keine Fernleihe
    Helmut-Schmidt-Universität, Universität der Bundeswehr Hamburg, Universitätsbibliothek
    keine Fernleihe
    Staats- und Universitätsbibliothek Hamburg Carl von Ossietzky
    keine Fernleihe
    Hochschule für Angewandte Wissenschaften Hamburg, Hochschulinformations- und Bibliotheksservice (HIBS), Fachbibliothek Technik, Wirtschaft, Informatik
    keine Fernleihe
    Technische Universität Hamburg, Universitätsbibliothek
    keine Fernleihe
    Bibliothek der Hochschule Hannover
    keine Fernleihe
    Bibliothek im Kurt-Schwitters-Forum
    keine Fernleihe
    Technische Informationsbibliothek (TIB) / Leibniz-Informationszentrum Technik und Naturwissenschaften und Universitätsbibliothek
    keine Fernleihe
    Fachhochschule Westküste, Hochschule für Wirtschaft und Technik, Hochschulbibliothek
    keine Fernleihe
    Bibliothek der Pädagogischen Hochschule Heidelberg
    E-Book OA
    keine Fernleihe
    Universitätsbibliothek Heidelberg
    keine Fernleihe
    Universitätsbibliothek Heidelberg
    keine Fernleihe
    Bibliothek LIV HN Sontheim
    Springer E-Book
    keine Fernleihe
    Universitätsbibliothek Hildesheim
    keine Fernleihe
    Thüringer Universitäts- und Landesbibliothek
    keine Fernleihe
    Karlsruher Institut für Technologie, KIT-Bibliothek
    keine Fernleihe
    Karlsruher Institut für Technologie, KIT-Bibliothek
    keine Fernleihe
    Karlsruher Institut für Technologie, KIT-Bibliothek
    keine Fernleihe
    Fachhochschule Kiel, Zentralbibliothek
    keine Fernleihe
    Helmholtz-Zentrum für Ozeanforschung Kiel (GEOMAR), Bibliothek Ostufer
    keine Fernleihe
    Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
    keine Fernleihe
    HTWG Hochschule Konstanz Technik, Wirtschaft und Gestaltung, Bibliothek
    eBook Springer
    keine Fernleihe
    HTWG Hochschule Konstanz Technik, Wirtschaft und Gestaltung, Bibliothek
    eBook Springer
    keine Fernleihe
    Hochschule Anhalt , Hochschulbibliothek
    keine Fernleihe
    Hochschule für Technik, Wirtschaft und Kultur, Hochschulbibliothek
    keine Fernleihe
    Universitätsbibliothek Leipzig
    keine Fernleihe
    Pädagogische Hochschulbibliothek Ludwigsburg
    E-Book Springer
    keine Ausleihe von Bänden, nur Papierkopien werden versandt
    Duale Hochschule Baden-Württemberg Lörrach, Zentralbibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Lörrach, Zweigbibliothek
    eBook Springer
    keine Fernleihe
    Leuphana Universität Lüneburg, Medien- und Informationszentrum, Universitätsbibliothek
    keine Fernleihe
    Otto-von-Guericke-Universität, Universitätsbibliothek
    eBook Springer
    keine Fernleihe
    Otto-von-Guericke-Universität, Universitätsbibliothek, Medizinische Zentralbibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Mannheim, Bibliothek
    E-Book Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Mannheim, Bibliothek
    eBook Springer
    keine Fernleihe
    Hochschule Mannheim, Hochschulbibliothek
    eBook Springer
    keine Fernleihe
    Hochschule Mannheim, Hochschulbibliothek
    eBook OA
    keine Fernleihe
    Universitätsbibliothek Mannheim
    keine Fernleihe
    Hochschule Mittweida (FH), Hochschulbibliothek
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Mosbach, Bibliothek
    E-Book Springer
    keine Fernleihe
    Hochschule für Wirtschaft und Umwelt Nürtingen-Geislingen, Bibliothek Nürtingen
    eBook Springer
    keine Fernleihe
    Hochschule Offenburg, University of Applied Sciences, Bibliothek Campus Offenburg
    E-Book Springer
    keine Ausleihe von Bänden, nur Papierkopien werden versandt
    Hochschule Offenburg, University of Applied Sciences, Bibliothek Campus Offenburg
    E-Book Springer
    keine Fernleihe
    Jade Hochschule Wilhelmshaven/Oldenburg/Elsfleth, Campus Oldenburg, Bibliothek
    keine Fernleihe
    Jade Hochschule Wilhelmshaven/Oldenburg/Elsfleth, Campus Elsfleth, Bibliothek
    keine Fernleihe
    Hochschule Osnabrück, Bibliothek Campus Westerberg
    keine Fernleihe
    Hochschulbibliothek Pforzheim, Bereichsbibliothek Technik und Wirtschaft
    Springer Nature Open Access Bücher
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Ravensburg, Bibliothek
    E-Book Springer
    keine Fernleihe
    Hochschulbibliothek Reutlingen (Lernzentrum)
    eBook
    keine Fernleihe
    Hochschulbibliothek Reutlingen (Lernzentrum)
    eBook
    keine Fernleihe
    Landesbibliothek Mecklenburg-Vorpommern Günther Uecker im Landesamt für Kultur und Denkmalpflege
    keine Fernleihe
    Hochschule für Gestaltung Schwäbisch Gmünd, Bibliothek
    eBook OA Springer
    keine Fernleihe
    Hochschule Albstadt-Sigmaringen, Bibliothek Sigmaringen
    eBook Springer Open Access
    keine Ausleihe von Bänden, nur Papierkopien werden versandt
    Duale Hochschule Baden-Württemberg Stuttgart, Bibliothek
    eBook Springer
    keine Fernleihe
    Hochschule der Medien, Bibliothek Standort Nobelstr.
    eBook Springer
    keine Fernleihe
    Hochschule für Technik Stuttgart, Bibliothek
    Springer OA eBook
    keine Fernleihe
    Kommunikations-, Informations- und Medienzentrum der Universität Hohenheim
    keine Ausleihe von Bänden, nur Papierkopien werden versandt
    Universitätsbibliothek Stuttgart
    keine Fernleihe
    Technische Hochschule Ulm, Bibliothek
    eBook Springer
    keine Ausleihe von Bänden, nur Papierkopien werden versandt
    Technische Hochschule Ulm, Bibliothek
    eBook Springer
    keine Fernleihe
    Universität Ulm, Kommunikations- und Informationszentrum, Bibliotheksservices
    keine Fernleihe
    Klassik Stiftung Weimar / Herzogin Anna Amalia Bibliothek
    keine Fernleihe
    Hochschulbibliothek Weingarten
    eBook Springer
    keine Fernleihe
    Jade Hochschule Wilhelmshaven/Oldenburg/Elsfleth, Campus Wilhelmshaven, Bibliothek
    keine Fernleihe
    Hochschule Wismar, University of Applied Sciences: Technology, Business and Design, Hochschulbibliothek
    keine Fernleihe
    Herzog August Bibliothek Wolfenbüttel
    ebooks\ed000670
    keine Fernleihe
    Westsächsische Hochschule Zwickau, Bibliothek
    Springer E-Book
    keine Fernleihe

     

    Modern information and communication technologies, together with a cultural upheaval within the research community, have profoundly changed research in nearly every aspect. Ranging from sharing and discussing ideas in social networks for scientists to new collaborative environments and novel publication formats, knowledge creation and dissemination as we know it is experiencing a vigorous shift towards increased transparency, collaboration and accessibility. Many assume that research workflows will change more in the next 20 years than they have in the last 200. This book provides researchers, decision makers, and other scientific stakeholders with a snapshot of the basics, the tools, and the underlying visions that drive the current scientific (r)evolution, often called ‘Open Science.’

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Volltext (kostenfrei)
    Quelle: Herzog August Bibliothek Wolfenbüttel; Herzogin Anna Amalia Bibliothek
    Beteiligt: Friesike, Sascha (HerausgeberIn)
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9783319000268
    Weitere Identifier:
    RVK Klassifikation: AK 28000
    Schriftenreihe: Array
    Array
    Schlagworte: Computer science; Engineering; Wissenschaft; Forschung; Wissensvermittlung; Wissenschaftskommunikation; Internet; Wissenschaftlicher Fortschritt; Veröffentlichung; Entwicklung; Tendenz
    Umfang: Online-Ressource (IX, 339 p. 43 illus., 30 illus. in color, online resource)
  9. Foundations of Computational Linguistics
    Human-Computer Communication in Natural Language
    Erschienen: 2014
    Verlag:  Springer, Berlin, Heidelberg

    The central task of a future-oriented computational linguistics is the development of cognitive machines which humans can freely talk with in their respective natural language. In the long run, this task will ensure the development of a functional... mehr

    Technische Universität Chemnitz, Universitätsbibliothek
    keine Fernleihe
    Hochschule für Technik und Wirtschaft Dresden, Bibliothek
    eBook Springer
    keine Fernleihe
    Universitätsbibliothek Freiburg
    keine Fernleihe
    Hochschule Furtwangen University. Informatik, Technik, Wirtschaft, Medien. Campus Furtwangen, Bibliothek
    eBook Springer
    keine Fernleihe
    Helmut-Schmidt-Universität, Universität der Bundeswehr Hamburg, Universitätsbibliothek
    keine Fernleihe
    Staats- und Universitätsbibliothek Hamburg Carl von Ossietzky
    keine Fernleihe
    Bibliothek LIV HN Sontheim
    Springer E-Book
    keine Fernleihe
    Karlsruher Institut für Technologie, KIT-Bibliothek
    keine Fernleihe
    Karlsruher Institut für Technologie, KIT-Bibliothek
    keine Fernleihe
    Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
    keine Fernleihe
    HTWG Hochschule Konstanz Technik, Wirtschaft und Gestaltung, Bibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Lörrach, Zentralbibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Lörrach, Zweigbibliothek
    eBook Springer
    keine Fernleihe
    Zentrale Hochschulbibliothek Lübeck
    KaufEBook202103
    keine Fernleihe
    Otto-von-Guericke-Universität, Universitätsbibliothek
    eBook Springer
    keine Fernleihe
    Otto-von-Guericke-Universität, Universitätsbibliothek, Medizinische Zentralbibliothek
    eBook Springer
    keine Fernleihe
    Hochschule Mannheim, Hochschulbibliothek
    eBook Springer
    keine Fernleihe
    Hochschule Osnabrück, Bibliothek Campus Westerberg
    keine Fernleihe
    Universitätsbibliothek Osnabrück
    keine Fernleihe
    Hochschulbibliothek Reutlingen (Lernzentrum)
    eBook
    keine Fernleihe
    Technische Hochschule Ulm, Bibliothek
    eBook Springer
    keine Fernleihe

     

    The central task of a future-oriented computational linguistics is the development of cognitive machines which humans can freely talk with in their respective natural language. In the long run, this task will ensure the development of a functional theory of language, an objective method of verification, and a wide range of practical applications. Natural communication requires not only verbal processing, but also non-verbal perception and action. Therefore the content of this textbook is organized as a theory of language for the construction of talking robots. The main topic is the mechanism of natural language communication in both the speaker and the hearer. In the third edition the author has modernized the text, leaving the overview of traditional, theoretical, and computational linguistics, analytic philosophy of language, and mathematical complexity theory with their historical backgrounds intact. The format of the empirical analyses of English and German syntax and semantics has been adapted to current practice; and Chaps. 22-24 have been rewritten to focus more sharply on the construction of a talking robot

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Volltext (Lizenzpflichtig)
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9783642414312
    Weitere Identifier:
    RVK Klassifikation: ES 900
    Auflage/Ausgabe: 3rd ed. 2014
    Schriftenreihe: Array
    Array
    Schlagworte: Computer science; Artificial intelligence; Translators (Computer programs); Computational linguistics; Computer Science
    Umfang: Online-Ressource (XXVIII, 518 p. 233 illus, online resource)
  10. Social Informatics
    SocInfo 2013 International Workshops, QMC and HISTOINFORMATICS, Kyoto, Japan, November 25, 2013, Revised Selected Papers
    Erschienen: 2014
    Verlag:  Springer, Berlin, Heidelberg

    Technische Universität Chemnitz, Universitätsbibliothek
    keine Fernleihe
    Hochschule für Technik und Wirtschaft Dresden, Bibliothek
    eBook Springer
    keine Fernleihe
    Sächsische Landesbibliothek - Staats- und Universitätsbibliothek Dresden
    keine Fernleihe
    Universitätsbibliothek Freiburg
    keine Fernleihe
    Hochschule Furtwangen University. Informatik, Technik, Wirtschaft, Medien. Campus Furtwangen, Bibliothek
    eBook Springer
    keine Fernleihe
    Bibliothek LIV HN Sontheim
    Springer E-Book
    keine Fernleihe
    Karlsruher Institut für Technologie, KIT-Bibliothek
    keine Fernleihe
    Karlsruher Institut für Technologie, KIT-Bibliothek
    keine Fernleihe
    Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
    keine Fernleihe
    HTWG Hochschule Konstanz Technik, Wirtschaft und Gestaltung, Bibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Lörrach, Zentralbibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Lörrach, Zweigbibliothek
    eBook Springer
    keine Fernleihe
    Hochschule Mannheim, Hochschulbibliothek
    eBook Springer
    keine Fernleihe
    Universitätsbibliothek Mannheim
    keine Fernleihe
    Hochschule Offenburg, University of Applied Sciences, Bibliothek Campus Offenburg
    E-Book Springer
    keine Fernleihe
    Hochschulbibliothek Reutlingen (Lernzentrum)
    eBook
    keine Fernleihe
    Saarländische Universitäts- und Landesbibliothek
    keine Fernleihe
    Technische Hochschule Ulm, Bibliothek
    eBook Springer
    keine Fernleihe
    Universität Ulm, Kommunikations- und Informationszentrum, Bibliotheksservices
    keine Ausleihe von Bänden, nur Papierkopien werden versandt
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Beteiligt: Jatowt, Adam (Hrsg.); Wierzbicki, Adam (Hrsg.); Leidner, Jochen L. (Hrsg.)
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9783642552854
    Weitere Identifier:
    Schriftenreihe: Lecture Notes in Computer Science ; 8359
    Array
    Schlagworte: Computer science; Information systems; Computer Science
    Umfang: Online-Ressource (X, 143 p. 50 illus, online resource)
  11. Social Informatics
    SocInfo 2013 International Workshops, QMC and HISTOINFORMATICS, Kyoto, Japan, November 25, 2013, Revised Selected Papers
    Erschienen: 2014
    Verlag:  Springer Berlin Heidelberg, Berlin, Heidelberg

    Universitätsbibliothek der RWTH Aachen
    Universitäts- und Landesbibliothek Düsseldorf
    Universitätsbibliothek Duisburg-Essen, Campus Essen
    Universitätsbibliothek der Fernuniversität
    Hochschule Rhein-Waal, Zweigbibliothek Kamp-Lintfort
    Technische Hochschule Köln, Hochschulbibliothek
    Technische Hochschule Ostwestfalen-Lippe, Service Kommunikation Information Medien
    Fachhochschule Münster, Hochschulbibliothek
    Universitäts- und Landesbibliothek Münster
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Quelle: Verbundkataloge
    Beteiligt: Jatowt, Adam (editor); Wierzbicki, Adam (editor); Leidner, Jochen L. (editor)
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9783642552854
    Weitere Identifier:
    RVK Klassifikation: SS 4800
    Schriftenreihe: Lecture Notes in Computer Science ; 8359
    Schlagworte: Computer science; Information systems; Soziale Software; World Wide Web 2.0; Computerunterstützte Kommunikation; Computer Supported Cooperative Work; Social Media; Digital Humanities
    Umfang: X, 143 p. 50 illus
  12. Beginning Java 8 APIs, Extensions and Libraries
    Swing, JavaFX, JavaScript, JDBC and Network Programming APIs
    Erschienen: 2014
    Verlag:  Apress, Berkeley, CA

    Hochschule für Technik und Wirtschaft Dresden, Bibliothek
    eBook Springer
    keine Fernleihe
    Hochschule Furtwangen University. Informatik, Technik, Wirtschaft, Medien. Campus Furtwangen, Bibliothek
    eBook Springer
    keine Fernleihe
    Bibliothek LIV HN Sontheim
    Springer E-Book
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Stuttgart, Campus Horb, Bibliothek
    eBook Springer
    keine Fernleihe
    Karlsruher Institut für Technologie, KIT-Bibliothek
    keine Fernleihe
    Karlsruher Institut für Technologie, KIT-Bibliothek
    keine Fernleihe
    Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
    keine Fernleihe
    HTWG Hochschule Konstanz Technik, Wirtschaft und Gestaltung, Bibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Lörrach, Zentralbibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Lörrach, Zweigbibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Mannheim, Bibliothek
    eBook Springer
    keine Fernleihe
    Hochschule Mannheim, Hochschulbibliothek
    eBook Springer
    keine Fernleihe
    Universitätsbibliothek Mannheim
    keine Fernleihe
    Universitätsbibliothek Mannheim
    keine Fernleihe
    Hochschule Mittweida (FH), Hochschulbibliothek
    keine Fernleihe
    Hochschule Offenburg, University of Applied Sciences, Bibliothek Campus Offenburg
    E-Book Springer
    keine Ausleihe von Bänden, nur Papierkopien werden versandt
    Duale Hochschule Baden-Württemberg Ravensburg, Bibliothek
    E-Book Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Stuttgart, Bibliothek
    eBook Springer
    keine Fernleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781430266624
    Weitere Identifier:
    Schriftenreihe: Array
    Schlagworte: Computer science; Computer Science
    Umfang: Online-Ressource (XXV, 600 p. 175 illus, online resource)
  13. Java 8 Recipes
    Autor*in: Juneau, Josh
    Erschienen: 2014
    Verlag:  Apress, Berkeley, CA

    Hochschule für Technik und Wirtschaft Dresden, Bibliothek
    eBook Springer
    keine Fernleihe
    Hochschule Furtwangen University. Informatik, Technik, Wirtschaft, Medien. Campus Furtwangen, Bibliothek
    eBook Springer
    keine Fernleihe
    Bibliothek LIV HN Sontheim
    Springer E-Book
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Stuttgart, Campus Horb, Bibliothek
    eBook Springer
    keine Fernleihe
    Karlsruher Institut für Technologie, KIT-Bibliothek
    keine Fernleihe
    Karlsruher Institut für Technologie, KIT-Bibliothek
    keine Fernleihe
    Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
    keine Fernleihe
    HTWG Hochschule Konstanz Technik, Wirtschaft und Gestaltung, Bibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Lörrach, Zentralbibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Lörrach, Zweigbibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Mannheim, Bibliothek
    eBook Springer
    keine Fernleihe
    Hochschule Mannheim, Hochschulbibliothek
    eBook Springer
    keine Fernleihe
    Universitätsbibliothek Mannheim
    keine Fernleihe
    Universitätsbibliothek Mannheim
    keine Fernleihe
    Hochschule Offenburg, University of Applied Sciences, Bibliothek Campus Offenburg
    E-Book Springer
    keine Ausleihe von Bänden, nur Papierkopien werden versandt
    Duale Hochschule Baden-Württemberg Ravensburg, Bibliothek
    E-Book Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Stuttgart, Bibliothek
    eBook Springer
    keine Fernleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781430268260
    Weitere Identifier:
    RVK Klassifikation: ST 250
    Auflage/Ausgabe: Second Edition
    Schriftenreihe: Array
    Schlagworte: Computer science; Computer Science
    Umfang: Online-Ressource (XLIV, 800 p. 66 illus, online resource)