1.

Record Nr.

UNINA9910795920403321

Titolo

Complex operational decision making in networked systems of humans and machines : a multidisciplinary approach / / Committee on Integrating Humans, Machines and Networks: a Global Review of Data-to-Decision Technologies ; Board on Global Science and Technology ; Policy and Global Affairs ; National Research Council of the National Academies

Pubbl/distr/stampa

Washington, District of Columbia : , : The National Academies Press, , 2014

©2014

ISBN

0-309-30773-2

0-309-30771-6

Descrizione fisica

1 online resource (103 p.)

Disciplina

004.652

Soggetti

Information technology - Social aspects

Information networks - Social aspects

Internet - Social aspects

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Description based upon print version of record.

Nota di bibliografia

Includes bibliographical references.

Nota di contenuto

""Front Matter""; ""Preface and Acknowledgments""; ""CONTENTS""; ""SUMMARY""; ""Chapter 1 INTRODUCTION""; ""Chapter 2 COMPUTING AND DECISION MAKING TODAY""; ""Chapter 3 HUMAN ELEMENTS OF TEAM DECISION MAKING""; ""Chapter 4 MACHINE AND NETWORK ELEMENTSOF TEAM DECISION MAKING""; ""Chapter 5 ENABLING TECHNOLOGIES""; ""Chapter 6 CONCLUSION""; ""Appendix A COMMITTEE BIOGRAPHIES""; ""Appendix B  INTERNATIONAL VISITS""; ""Appendix C REFERENCES""



2.

Record Nr.

UNINA9910782648903321

Autore

Westberg Jane

Titolo

Collaborative clinical education [[electronic resource] ] : the foundation of effective health care / / Jane Westberg, Hilliard Jason ; foreword by Edmund D. Pellegrino

Pubbl/distr/stampa

New York, : Springer Pub. Co., c1993

ISBN

1-281-81855-0

9786611818555

0-8261-9792-2

Descrizione fisica

1 online resource (429 p.)

Collana

Springer series on medical education ; ; v. 16

Altri autori (Persone)

JasonHilliard <1933->

Disciplina

610/.71/1

Soggetti

Clinical medicine - Study and teaching

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Description based upon print version of record.

Nota di bibliografia

Includes bibliographical references (p. 375- 393) and indexes.

Nota di contenuto

Contents; List of Appendices; Foreword; Introduction; PART 1: Thinking about Collaborative Clinical Education; PART 2: Preparing for Clinical Teaching; PART 3: Doing Clinical Teaching; PART 4: Evaluating Clinical Teaching; References; Author Index; Subject Index

Sommario/riassunto

This book is intended for those who are now, and those who intend to become, clinical teachers in the health professions. Its primary focus is the teaching of medical students and residents, but the principles discussed apply equally to teaching students in other health professions. The main focus is on the process of teaching--the strategies and tactics involved in helping others learn--and the authors discuss the generic steps, strategies, and principles of effective teaching that apply in any clinical setting. They do, however, draw numerous examples from clinical education in a variety of



3.

Record Nr.

UNINA9910438098803321

Autore

Olsson Mikael

Titolo

Java quick syntax reference / / Mikael Olsson

Pubbl/distr/stampa

New York : , : Apress, , 2013

ISBN

1-4302-6287-7

Edizione

[1st ed. 2013.]

Descrizione fisica

1 online resource (xiii, 74 pages)

Collana

The expert's voice in Java

Gale eBooks

Disciplina

004

005.11

Soggetti

Java (Computer program language)

Computer science

Object-oriented programming (Computer science)

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Includes index.

Nota di contenuto

""Contents at a Glance""; ""Contents""; ""About the Author""; ""Introduction""; ""Chapter 1: Hello World""; ""Installing""; ""Creating a project""; ""Hello world""; ""Code hints""; ""Chapter 2: Compile and Run""; ""Running from the IDE""; ""Running from a console window""; ""Comments""; ""Chapter 3: Variables""; ""Data types""; ""Declaring variables""; ""Assigning variables""; ""Using variables""; ""Integer types""; ""Floating-point types""; ""Char type""; ""Boolean type""; ""Variable scope""; ""Anonymous block""; ""Chapter 4: Operators""; ""Arithmetic operators""; ""Assignment operators""

""Combined assignment operators""""Increment and decrement operators""; ""Comparison operators""; ""Logical operators""; ""Bitwise operators""; ""Operator precedence""; ""Chapter 5: String""; ""Combining strings""; ""Escape characters""; ""String compare""; ""StringBuffer class""; ""Chapter 6: Arrays""; ""Array declaration""; ""Array allocation""; ""Array assignment""; ""Multi-dimensional arrays""; ""ArrayList class""; ""Chapter 7: Conditionals""; ""If statement""; ""Switch statement""; ""Ternary operator""; ""Chapter 8: Loops""; ""While loop""; ""Do-while loop""; ""For loop""

""Foreach loop""""Break and continue""; ""Labeled block""; ""Chapter 9: Methods""; ""Defining methods""; ""Calling methods""; ""Method



parameters""; ""Return statement""; ""Method overloading""; ""Passing arguments""; ""Chapter 10: Class""; ""Object creation""; ""Accessing object members""; ""Constructor""; ""This keyword""; ""Constructor overloading""; ""Constructor chaining""; ""Initial field values""; ""Default constructor""; ""Null""; ""Default values""; ""Garbage collector""; ""Chapter 11: Static""; ""Accessing static members""; ""Static methods""; ""Static fields""

""Static initialization blocks""""Instance initialization blocks""; ""Chapter 12: Inheritance""; ""Object""; ""Upcasting""; ""Downcasting""; ""Instanceof operator""; ""Chapter 13: Overriding""; ""Overriding members""; ""Override annotation""; ""Hiding members""; ""Preventing method inheritance""; ""Accessing overridden methods""; ""Calling parent constructor""; ""Chapter 14: Packages and Import""; ""Import specific class""; ""Import package""; ""Import static""; ""Chapter 15: Access Levels""; ""Private access""; ""Package-private access""; ""Protected access""; ""Public access""

""Top-level access""""Nested class access""; ""Access level guideline""; ""Chapter 16: Constants""; ""Local constants""; ""Constant fields""; ""Constant method parameters""; ""Compile-time and run-time constants""; ""Constant guideline""; ""Chapter 17: Interface""; ""Interface members""; ""Interface example""; ""Functionality interface""; ""Class interface""; ""Interface classes""; ""Chapter 18: Abstract""; ""Abstract class example""; ""Abstract classes and interfaces""; ""Abstract class and interface guideline""; ""Chapter 19: Enum""; ""Enum example""; ""Enum class""

""Chapter 20: Exception Handling""

Sommario/riassunto

The Java Quick Syntax Reference is a condensed code and syntax reference to the Java programming language. It presents the essential Java syntax in a well-organized format that can be used as a handy reference. You won’t find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible.  The book is packed with useful information and is a must-have for any Java programmer. In the Java Quick Syntax Reference, you will find: A concise reference to the Java language syntax Short, simple and focused code examples A well laid out table of contents and a comprehensive index allowing easy review.