Principles of object oriented modeling and simulation with Modelica 3.3 : (Record no. 21486)

MARC details
000 -LEADER
fixed length control field 06248cam a2200805 i 4500
001 - CONTROL NUMBER
control field ocn881387958
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20230823095414.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr |||||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 140610s2015 nju ob 001 0 eng
010 ## - LIBRARY OF CONGRESS CONTROL NUMBER
LC control number 2014022701
040 ## - CATALOGING SOURCE
Original cataloging agency DLC
Language of cataloging eng
Description conventions rda
Transcribing agency DLC
Modifying agency OCLCF
-- N$T
-- DG1
-- E7B
-- IEEEE
-- YDXCP
-- EBLCP
-- DEBSZ
-- COO
-- OCLCQ
-- DEBBG
019 ## -
-- 899157480
-- 900508018
-- 961647996
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
ISBN 9781118858974 (Adobe PDF)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
ISBN 1118858972 (Adobe PDF)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
ISBN 9781118859162 (ePub)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
ISBN 1118859162 (ePub)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
ISBN 9781118989166
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
ISBN 1118989163
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 9781118859124 (pbk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 111885912X (pbk.)
029 1# - (OCLC)
OCLC library identifier CHBIS
System control number 010442300
029 1# - (OCLC)
OCLC library identifier CHVBK
System control number 33409044X
029 1# - (OCLC)
OCLC library identifier CHNEW
System control number 000705347
029 1# - (OCLC)
OCLC library identifier NZ1
System control number 15913619
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 431873720
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV043396896
029 1# - (OCLC)
OCLC library identifier CHVBK
System control number 364129425
029 1# - (OCLC)
OCLC library identifier CHSLU
System control number 001246803
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)881387958
Canceled/invalid control number (OCoLC)899157480
-- (OCoLC)900508018
-- (OCoLC)961647996
042 ## - AUTHENTICATION CODE
Authentication code pcc
050 00 - LIBRARY OF CONGRESS CALL NUMBER
Classification number QA76.64
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 051210
Source bisacsh
082 00 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 005.1/17
Edition number 23
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Fritzson, Peter A.,
Dates associated with a name 1952-
245 10 - TITLE STATEMENT
Title Principles of object oriented modeling and simulation with Modelica 3.3 :
Remainder of title a cyber-physical approach /
Statement of responsibility, etc Peter Fritzson.
250 ## - EDITION STATEMENT
Edition statement 2nd edition.
263 ## - PROJECTED PUBLICATION DATE
Projected publication date 1412
264 #1 -
-- Hoboken, New Jersey :
-- John Wiley & Sons Inc.,
-- [2015]
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource.
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- n
-- rdamedia
338 ## -
-- online resource
-- nc
-- rdacarrier
504 ## - BIBLIOGRAPHY, ETC. NOTE
Bibliography, etc Includes bibliographical references and index.
588 ## -
-- Description based on print version record and CIP data provided by publisher.
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Cover; Title Page; Copyright Page; Table of Contents; Preface; About the Author; About this Book; Reading Guide; Acknowledgements; Contributions to Examples; Contributors to the Modelica Standard Library, Version 3.2.1; Contributors to the Modelica Standard Library, Versions 1.0 to 2.1; Contributors to the Modelica Language, Version 3.3 and Version 3.3 revision 1; Contributors to the Modelica Language, Version 3.2; Contributors to the Modelica Language, Version 3.0; Contributors to the Modelica Language, Version 2.0; Contributors to the Modelica Language, up to Version 1.3.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Modelica Association Member Companies and Organizations 2013Funding Contributions; Part I Introduction; Chapter 1 Introduction to Modeling and Simulation; 1.1 Systems and Experiments; 1.2 The Model Concept; 1.3 Simulation; 1.4 Building Models; 1.5 Analyzing Models; 1.6 Kinds of Mathematical Models; 1.7 Using Modeling and Simulation in Product Design; 1.8 Examples of System Models; 1.9 Summary; 1.10 Literature; Chapter 2 A Quick Tour of Modelica; 2.1 Getting Started with Modelica; 2.2 Object-Oriented Mathematical Modeling; 2.3 Classes and Instances; 2.4 Inheritance; 2.5 Generic Classes.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 2.6 Equations2.7 Acausal Physical Modeling; 2.8 The Modelica Software Component Model; 2.9 Partial Classes; 2.10 Component Library Design and Use; 2.11 Example: Electrical Component Library; 2.12 The Simple Circuit Model; 2.13 Arrays; 2.14 Algorithmic Constructs; 2.15 Discrete Event and Hybrid Modeling; 2.16 Packages; 2.17 Annotations; 2.18 Naming Conventions; 2.19 Modelica Standard Library; 2.20 Implementation and Execution of Modelica; 2.21 Tool Interoperability through Functional Mockup Interface; 2.22 History; 2.23 Summary; 2.24 Literature; 2.25 Exercises; Part II The Modelica Language.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Chapter 3 Classes, Types, Declarations, and Lookup3.1 Contract between Class Designer and User; 3.2 A Class and Instance Example; 3.3 Variables; 3.4 Behavior as Equations; 3.5 Access Control; 3.6 Simulating the Moon Landing Example; 3.7 Short Classes and Nested Classes; 3.8 Specialized Classes; 3.9 Predefined Types/Classes; 3.10 Structure of Variable Declarations; 3.11 Declaration Prefixes; 3.12 Variable Specifiers; 3.13 Initial Values of Variables; 3.14 Conditional Instance Declarations; 3.15 Declaration Order and Use before Declaration; 3.16 Introduction to Scoping and Name Lookup.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 3.17 Nested Lookup Procedure in Detail3.18 The Concepts of Type and Subtype; 3.19 Use of Subtyping and Type Compatibility; 3.20 Summary of Type Concepts; 3.21 Summary; 3.22 Literature; 3.23 Exercises; Chapter 4 Inheritance, Modifications, and Generics; 4.1 Inheritance; 4.2 Inheritance through Modification; 4.3 Redeclaration; 4.4 Parameterized Generic Classes; 4.5 Designing a Class to Be Extended; 4.6 Adapting and Extending Libraries by class extends; 4.7 Summary; 4.8 Literature; 4.9 Exercises; Chapter 5 Components, Connectors, and Connections; 5.1 Software Component Models.
520 ## - SUMMARY, ETC.
Summary, etc Fritzson covers the Modelica language in impressive depth from the basic concepts such as cyber-physical, equation-base, object-oriented, system, model, and simulation, while also incorporating over a hundred exercises and their solutions for a tutorial, easy-to-read experience.<br /><br /> The only book with complete Modelica 3.3 coverage Over one hundred exercises and solutions Examines basic concepts such as cyber-physical, equation-based, object-oriented, system, model, and simulation.
526 ## - STUDY PROGRAM INFORMATION NOTE
Department Physical Science
630 00 - SUBJECT ADDED ENTRY--UNIFORM TITLE
Uniform title Modelica.
630 07 - SUBJECT ADDED ENTRY--UNIFORM TITLE
Uniform title Modelica.
Source of heading or term fast
-- (OCoLC)fst01787444
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Object-oriented methods (Computer science)
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Computer simulation.
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Programming
-- Object Oriented.
Source of heading or term bisacsh
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Computer simulation.
Source of heading or term fast
-- (OCoLC)fst00872518
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Object-oriented methods (Computer science)
Source of heading or term fast
-- (OCoLC)fst01042803
650 #4 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Computer simulation.
650 #4 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Modelica.
650 #4 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Object-oriented methods (Computer science)
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
655 #0 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Display text Print version:
Main entry heading Fritzson, Peter A., 1952-
Title Principles of object oriented modeling and simulation with Modelica 3.3
Edition 2nd edition.
Place, publisher, and date of publication Hoboken, New Jersey : John Wiley & Sons Inc., [2015]
Record control number (DLC) 2014022271
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="http://dx.doi.org/10.1002/9781118989166">http://dx.doi.org/10.1002/9781118989166</a>
Public note Wiley Online Library
994 ## -
-- 92
-- DG1

No items available.