close
1.

電子ブック

EB
Simon R. Saunders (ed), Stuart Carlaw, Simon R. Saunders
出版情報: Wiley Online Library - AutoHoldings Books , John Wiley & Sons, Inc., 2009
所蔵情報: loading…
目次情報: 続きを見る
About the Authors
Foreword
Preface
Acknowledgements
List of Abbreviations
List of Figures and Tables
Introduction to Femtocells / Simon Saunders1:
Introduction / 1.1:
Why Femtocells? The Market Context / 1.2:
The Nature of Mobile Broadband Demand / 1.3:
What is a Femtocell? / 1.4:
Applications for Femtocells / 1.5:
What a Femtocell is not / 1.6:
The Importance of Zero-Touch / 1.7:
User Benefits / 1.8:
Operator Motivations and Economic Impact / 1.9:
Operator Responses / 1.10:
Challenges / 1.11:
Chapter Overview / 1.12:
Small Cell Background and Success Factors / 2:
Small Cell Motivations / 2.1:
Other Small-Cell Systems / 2.3:
The Small-Cell Landscape / 2.4:
Emergence of the Femtocell Critical Success Factors / 2.5:
Conclusions / 2.6:
Market Issues for Femtocells / Stuart Carlaw3:
Key Benefits of a Femtocell from Market Perspective / 3.1:
Key Primers / 3.2:
Key Market Challenges / 3.3:
Business Cases for Femtocells / 3.4:
Air Interface Choices / 3.5:
Product Feature Sets / 3.6:
Additional Considerations / 3.7:
Adoption Forecasts and Volumes / 3.8:
Radio Issues for Femtocells / 3.9:
Spectrum Scenarios / 4.1:
Propagation in Femtocell Environments / 4.3:
Coverage / 4.4:
Downlink Interference / 4.5:
Interference Challenges and Mitigations / 4.6:
Femtocell-to-Femtocell Interference / 4.7:
System-Level Performance / 4.8:
RF Specifications in WCDMA / 4.9:
Health and Safety Concerns / 4.10:
Femtocell Networks and Architectures / Andrea Giustina4.11:
Requirements / 5.1:
Femto Architectures and Interfaces / 5.4:
Key Architectural Choices / 5.5:
Other Important Femto Solution Aspects / 5.6:
UMTS Femtos / 5.7:
CDMA / 5.8:
WiMAX / 5.9:
GSM / 5.10:
LTE / 5.11:
Femtocell Management / Ravi Raj Bhat ; V. Srinivasa Rao5.12:
Femtocell FCAPS Requirements / 6.1:
Broadband Forum Auto-Configuration Architecture and Framework / 6.3:
Auto-Configuration Data Organisation / 6.4:
CPE WAN Management Protocol Overview / 6.5:
FAP Service Data Model / 6.6:
DOCSIS OSS Architecture and Framework / 6.7:
Femtocell Security / Rasa Siegberg6.8:
Why is Security Important? / 7.1:
The Threat Model / 7.2:
Countering the Threats / 7.3:
Femtocell Standards and Industry Groups / 7.4:
The Importance of Standards / 8.1:
WCDMA / 8.2:
TD-SCDMA / 8.4:
Mobile WiMAX / 8.5:
The Femto Forum / 8.8:
The Broadband Forum / 8.9:
GSMA / 8.10:
Femtocell Regulation / 8.11:
Regulatory Benefits of Femtocells / 9.1:
Spectrum Efficiency / 9.3:
Economic Efficiency / 9.4:
Enabling Competition / 9.5:
Broadening Access to Services / 9.6:
Enabling Innovation / 9.7:
Environmental Goals / 9.8:
Spectrum Licensing Issues / 9.9:
Location / 9.10:
Authentication / 9.11:
Emergency Calls / 9.12:
Lawful Interception and Local IP Access / 9.13:
Backhaul Challenges / 9.14:
Mobile Termination Rates / 9.15:
Competition Concerns / 9.16:
Equipment Approvals / 9.17:
Examples of Femtocell Regulations / 9.18:
Femtocell Implementation Considerations / 9.19:
Signal Processing / 10.1:
Frequency and Timing Control / 10.3:
Protocol Implementation / 10.5:
RF Implementation / 10.6:
System Design and Cost / 10.7:
Mobile Device Challenges and Opportunities / 10.8:
Business and Service Options for Femtocells / 10.9:
Ways of being a Femtocell Operator / 11.1:
Femtocells for Fixed-Line Operators / 11.3:
Types of Femtocell Service / 11.4:
Service Examples / 11.5:
Service Enablers / 11.6:
Stages of Femtocell Service Introduction / 11.7:
Summary: The Status and Future of Femtocells / 11.8:
Summary / 12.1:
Potential Future Femtocell Landscape / 12.2:
Concluding Remarks / 12.3:
References
Further Reading
Appendix
Abbreviations
List of Figures
List of Tables
The Importance of 'Zero-Touch'
Emergence of the Femtocell - Critical Success Factors
Appendix: A Brief Guide to Units and Spectrum / 6:
Index
About the Authors
Foreword
Preface
2.

電子ブック

EB
Shayne Fletcher, C. Gardner, Christopher Gardner
出版情報: Wiley Online Library - AutoHoldings Books , John Wiley & Sons, Inc., 2009
所蔵情報: loading…
目次情報: 続きを見る
Welcome to Python / 1:
Why Python? / 1.1:
Python is a general-purpose high-level programming language / 1.1.1:
Python integrates well with data analysis, visualisation and GUI toolkits / 1.1.2:
Python 'plays well with others' / 1.1.3:
Common misconceptions about Python / 1.2:
Roadmap for this book / 1.3:
The PPF Package / 2:
PPF topology / 2.1:
Unit testing / 2.2:
doctest / 2.2.1:
PyUnit / 2.2.2:
Building and installing PPF / 2.3:
Prerequisites and dependencies / 2.3.1:
Building the C++ extension modules / 2.3.2:
Installing the PPF package / 2.3.3:
Testing a PPF installation / 2.3.4:
Extending Python from C++ / 3:
Boost.Date_Time types / 3.1:
Examples / 3.1.1:
Boost.MultiArray and special functions / 3.2:
NumPy arrays / 3.3:
Accessing array data in C++ / 3.3.1:
Basic Mathematical Tools / 3.3.2:
Random number generation / 4.1:
N(.) / 4.2:
Interpolation / 4.3:
Linear interpolation / 4.3.1:
Loglinear interpolation / 4.3.2:
Linear on zero interpolation / 4.3.3:
Cubic spline interpolation / 4.3.4:
Root finding / 4.4:
Bisection method / 4.4.1:
Newton-Raphson method / 4.4.2:
Linear algebra / 4.5:
Matrix multiplication / 4.5.1:
Matrix inversion / 4.5.2:
Matrix pseudo-inverse / 4.5.3:
Solving linear systems / 4.5.4:
Solving tridiagonal systems / 4.5.5:
Solving upper diagonal systems / 4.5.6:
Singular value decomposition / 4.5.7:
Generalised linear least squares / 4.6:
Quadratic and cubic roots / 4.7:
Integration / 4.8:
Piecewise constant polynomial fitting / 4.8.1:
Piecewise polynomial integration / 4.8.2:
Semi-analytic conditional expectations / 4.8.3:
Market: Curves and Surfaces / 5:
Curves / 5.1:
Surfaces / 5.2:
Environment / 5.3:
Data Model / 6:
Observables / 6.1:
LIBOR / 6.1.1:
Swap rate / 6.1.2:
Flows / 6.2:
Adjuvants / 6.3:
Legs / 6.4:
Exercises / 6.5:
Trades / 6.6:
Trade utilities / 6.7:
Timeline: Events and Controller / 7:
Events / 7.1:
Timeline / 7.2:
Controller / 7.3:
The Hull-White Model / 8:
A component-based design / 8.1:
Requestor / 8.1.1:
State / 8.1.2:
Filler / 8.1.3:
Rollback / 8.1.4:
Evolve / 8.1.5:
Exercise / 8.1.6:
The model and model factories / 8.2:
Concluding remarks / 8.3:
Pricing using Numerical Methods / 9:
A lattice pricing framework / 9.1:
A Monte-Carlo pricing framework / 9.2:
Pricing non-callable trades / 9.2.1:
Pricing callable trades / 9.2.2:
Pricing Financial Structures in Hull-White / 9.3:
Pricing a Bermudan / 10.1:
Pricing a TARN / 10.2:
Hybrid Python/C++ Pricing Systems / 10.3:
nth_imm_of_year revisited / 11.1:
Exercising nth_imm_of_year from C++ / 11.2:
Python Excel Integration / 12:
Black-scholes COM server / 12.1:
VBS client / 12.1.1:
VBA client / 12.1.2:
Numerical pricing with PPF in Excel / 12.2:
Common utilities / 12.2.1:
Market server / 12.2.2:
Trade server / 12.2.3:
Pricer server / 12.2.4:
Appendices
Python / A:
Python interpreter modes / A.1:
Interactive mode / A.1.1:
Batch mode / A.1.2:
Basic Python / A.2:
Simple expressions / A.2.1:
Built-in data types / A.2.2:
Control flow statements / A.2.3:
Functions / A.2.4:
Classes / A.2.5:
Modules and packages / A.2.6:
Conclusion / A.3:
Boost.Python / B:
Hello world / B.1:
Classes, constructors and methods / B.2:
Inheritance / B.3:
Python operators / B.4:
Enums / B.5:
Embedding / B.7:
Hull-White Model Mathematics / B.8:
Pickup Value Regression / D:
Bibliography
Index
Welcome to Python / 1:
Why Python? / 1.1:
Python is a general-purpose high-level programming language / 1.1.1:
3.

電子ブック

EB
Jorg; Vogel, Hans-Joerg; Bettstetter, Christian; Vgel, Hans-Joerg ; Ebersp? Cher, J? Rg ; V? Gel, Hans-Joerg Eberspacher, Christian Bettstetter, Jorg Eberspacher, J? Ebersp?�Nacher, J?�Norg Ebersp?�Nacher, J?rg Ebersp?cher, J?org Ebersp?acher, J?org Ebersp?acher, J? Rg Ebersp? Cher, Christian Hartmann, Hans-Joerg V? Gel, Hans-Joerg V?gel
出版情報: Wiley Online Library - AutoHoldings Books , John Wiley & Sons, Incorporated, 2009
所蔵情報: loading…
目次情報: 続きを見る
Preface
Introduction / 1:
The idea of unbounded communication / 1.1:
The success of GSM / 1.2:
Classification of mobile communication systems / 1.3:
Some history and statistics of GSM / 1.4:
Overview of the book / 1.5:
The mobile radio channel and the cellular principle / 2:
Characteristics of the mobile radio channel / 2.1:
Separation of directions and duplex transmission / 2.2:
Frequency Division Duplex / 2.2.1:
Time Division Duplex / 2.2.2:
Multiple access / 2.3:
Frequency Division Multiple Access / 2.3.1:
Time Division Multiple Access / 2.3.2:
Code Division Multiple Access / 2.3.3:
Space Division Multiple Access / 2.3.4:
Cellular principle / 2.4:
Definitions / 2.4.1:
Carrier-to-interference ratio / 2.4.2:
Formation of clusters / 2.4.3:
Traffic capacity and traffic engineering / 2.4.4:
Sectorization of cells / 2.4.5:
Spatial filtering for interference reduction (SFIR) / 2.4.6:
System architecture and addressing / 3:
System architecture / 3.1:
The SIM concept / 3.2:
Addressing / 3.3:
International mobile station equipment identity / 3.3.1:
International mobile subscriber identity / 3.3.2:
Mobile subscriber ISDN number / 3.3.3:
Mobile station roaming number / 3.3.4:
Location area identity / 3.3.5:
Temporary mobile subscriber identity / 3.3.6:
Other identifiers / 3.3.7:
Registers and subscriber data / 3.4:
Location registers (HLR and VLR) / 3.4.1:
Security-related registers (AUC and EIR) / 3.4.2:
Subscriber data / 3.4.3:
Network interfaces and configurations / 3.5:
Interfaces / 3.5.1:
Configurations / 3.5.2:
Air interface - physical layer / 4:
Logical channels / 4.1:
Traffic channels / 4.1.1:
Signaling channels / 4.1.2:
Example: connection setup for incoming call / 4.1.3:
Bit rates, block lengths and block distances / 4.1.4:
Combinations of logical channels / 4.1.5:
Physical channels / 4.2:
Modulation / 4.2.1:
Multiple access, duplexing and bursts / 4.2.2:
Optional frequency hopping / 4.2.3:
Summary / 4.2.4:
Synchronization / 4.3:
Frequency and clock synchronization / 4.3.1:
Adaptive frame synchronization / 4.3.2:
Mapping of logical onto physical channels / 4.4:
26-frame multiframe / 4.4.1:
51-frame multiframe / 4.4.2:
Radio subsystem link control / 4.5:
Channel measurement / 4.5.1:
Transmission power control / 4.5.2:
Disconnection due to radio channel failure / 4.5.3:
Cell selection and operation in power conservation mode / 4.5.4:
Channel coding, source coding and speech processing / 4.6:
Source coding and speech processing / 4.7:
Channel coding / 4.8:
External error protection: block coding / 4.8.1:
Internal error protection: convolutional coding / 4.8.2:
Interleaving / 4.8.3:
Mapping onto the burst plane / 4.8.4:
Improved codecs for speech services: half-rate codec, enhanced full-rate codec and adaptive multi-rate codec / 4.8.5:
Power-up scenario / 4.9:
Protocols / 5:
Protocol architecture planes / 5.1:
Protocol architecture of the user plane / 5.2:
Speech transmission / 5.2.1:
Transparent data transmission / 5.2.2:
Nontransparent data transmission / 5.2.3:
Protocol architecture of the signaling plane / 5.3:
Overview of the signaling architecture / 5.3.1:
Transport of user data in the signaling plane / 5.3.2:
Signaling at the air interface (Um) / 5.4:
Layer 1 of the MS-BTS interface / 5.4.1:
Layer 2 signaling / 5.4.2:
Radio resource management / 5.4.3:
Mobility management / 5.4.4:
Connection management / 5.4.5:
Structured signaling procedures / 5.4.6:
Signaling procedures for supplementary services / 5.4.7:
Realization of SMS / 5.4.8:
Signaling at the A and Abis interfaces / 5.5:
Security-related network functions: authentication and encryption / 5.6:
Protection of subscriber identity / 5.6.1:
Verification of subscriber identity / 5.6.2:
Generating security data / 5.6.3:
Encryption of signaling and payload data / 5.6.4:
Signaling at the user interface / 5.7:
Roaming and handover / 6:
Mobile application part interfaces / 6.1:
Location registration and location update / 6.2:
Connection establishment and termination / 6.3:
Routing calls to MSs / 6.3.1:
Call establishment and corresponding MAP procedures / 6.3.2:
Call termination / 6.3.3:
MAP procedures and routing for short messages / 6.3.4:
Handover / 6.4:
Overview / 6.4.1:
Intra-MSC handover / 6.4.2:
Decision algorithm for handover timing / 6.4.3:
MAP and inter-MSC handover / 6.4.4:
Services / 7:
Classical GSM services / 7.1:
Teleservices / 7.1.1:
Popular GSM services: SMS and MMS / 7.2:
SMS / 7.2.1:
EMS / 7.2.2:
MMS / 7.2.3:
Overview of GSM services in Phase 2+ / 7.3:
Bearer and teleservices of GSM Phase 2+ / 7.4:
Advanced speech call items / 7.4.1:
New data services and higher data rates: HSCSD, GPRS and EDGE / 7.4.2:
Supplementary services in GSM Phase 2+ / 7.5:
Supplementary services for speech / 7.5.1:
Location service / 7.5.2:
Service platforms / 7.6:
Camel: GSM and INs / 7.6.1:
Service platforms on the terminal side / 7.6.2:
Wireless application protocol / 7.7:
Wireless markup language / 7.7.1:
Protocol architecture / 7.7.2:
Services and applications / 7.7.3:
Improved data services in GSM: GPRS, HSCSD and EDGE / 8:
GPRS / 8.1:
System architecture of GPRS / 8.1.1:
Session management, mobility management and routing / 8.1.2:
Signaling plane / 8.1.4:
Interworking with IP networks / 8.1.6:
Air interface / 8.1.7:
Authentication and ciphering / 8.1.8:
Summary of GPRS / 8.1.9:
HSCSD / 8.2:
Architecture / 8.2.1:
HSCSD resource allocation and capacity issues / 8.2.2:
EDGE / 8.3:
The EDGE concept / 8.3.1:
EDGE physical layer, modulation and coding / 8.3.2:
EDGE: effects on the GSM system architecture / 8.3.3:
ECSD and EGPRS / 8.3.4:
EDGE Classic and EDGE Compact / 8.3.5:
Beyond GSM and UMTS: 4G / 9:
Appendices
Data communication and networking / A:
Reference configuration / A.1:
Overview of data communication / A.2:
Service selection at transitions between networks / A.3:
Bit rate adaptation / A.4:
Asynchronous data services / A.5:
Transparent transmission in the mobile network / A.5.1:
PAD access to public packet-switched data networks / A.5.2:
Synchronous data services / A.6:
Synchronous X.25 packet data network access / A.6.1:
Teleservices: fax / A.7:
Aspects of network operation / B:
Objectives of GSM NM / B.1:
Telecommunication management network / B.2:
TMN realization in GSM networks / B.3:
GSM Addresses / C:
List of Acronyms / D:
References
Index
Preface
Introduction / 1:
The idea of unbounded communication / 1.1:
4.

電子ブック

EB
Zach Shelby, Carsten Bormann, Geoff Mulligan
出版情報: Wiley Online Library - AutoHoldings Books , John Wiley & Sons, Inc., 2009
所蔵情報: loading…
目次情報: 続きを見る
Preface
Introduction / 1:
The Wireless Embedded Internet / 1.1:
The 6LoWPAN Architecture / 1.2:
6LoWPAN Introduction / 1.3:
Network Example / 1.4:
The 6LoWPAN Format / 2:
Functions of an Adaptation Layer / 2.1:
Assumptions About the Link Layer / 2.2:
The Basic 6LoWPAN Format / 2.3:
Addressing / 2.4:
Forwarding and Routing / 2.5:
Header Compression / 2.6:
Fragmentation and Reassembly / 2.7:
Multicast / 2.8:
Bootstrapping and Security / 3:
Commissioning / 3.1:
Neighbor Discovery / 3.2:
Security / 3.3:
Mobility and Routing / 4:
Mobility / 4.1:
Routing / 4.2:
IPv4 Interconnectivity / 4.3:
Application Protocols / 5:
Design Issues / 5.1:
Protocol Paradigms / 5.3:
Common Protocols / 5.4:
Using 6LoWPAN / 6:
Chip Solutions / 6.1:
Protocol Stacks / 6.2:
Application Development / 6.3:
Edge Router Integration / 6.4:
System Examples / 7:
ISA100 Industrial Automation / 7.1:
Wireless RFID Infrastructure / 7.2:
Building Energy Savings and Management / 7.3:
Conclusion / 8:
IPv6 Reference / A:
Notation / A.1:
IPv6 Neighbor Discovery / A.2:
IPv6 Stateless Address Autoconfiguration / A.4:
IEEE 802.15.4 Reference / B:
Overall Packet Format / B.1:
MAC-layer Security / B.3:
Glossary
Bibliography
Preface
Introduction / 1:
The Wireless Embedded Internet / 1.1:
5.

電子ブック

EB
Olsen, Vincent F. Hendricks, Jan-Kyrre Berg Olsen, Stig Andur Pedersen, Jan Kyrre Berg;Pedersen, Stig Andur;Hendricks,Vincent F. Olsen
出版情報: Wiley Online Library - AutoHoldings Books , Wiley-Blackwell, 2009
所蔵情報: loading…
目次情報: 続きを見る
Notes on Contributors
Introduction
History of Technology / Part I:
Definitions of Technology / Thomas J. Misa ; Richard Li-Hua1:
Western Technology / Keld Nielsen3:
Chinese Technology / Francesca Bray4:
Islamic Technology / Thomas F. Glick5:
Japanese Technology / David Wittner6:
Technology and War / Bart Hacker7:
Technology and Science / Part II:
Science and Technology: Positivism and Critique / Don Ihde ; Hans Radder8:
Engineering Science / Louis L. Bucciarelli10:
Technological Knowledge / Anthonie W. M. Meijers ; Marc J. de Vries11:
The Interplay between Science and Technology / Bart Gremmen12:
Instruments in Science and Technology / Mieke Boon13:
Social Construction of Science / Harry Collins14:
Social Construction of Technology / Wiebe E. Bijker15:
Theory Change and Instrumentation / Joseph C. Pitt16:
Biology and Technology / Keekok Lee17:
Nuclear Technologies / William J. Nuttall18:
Engineering Design / Peter Kroes19:
Cybernetics / Andrew Pickering20:
Chemistry and Technology / Helge S. Kragh21:
Technology and Philosophy / Part III:
Introduction: Philosophy and Technology / Val Dusek22:
Semiotics of Technology / Robert E. Innis23:
Critical Theory of Technology / Andrew Feenberg24:
Cyborgs / Evan Selinger25:
Simulation / 26:
Technology as "Applied Science" / Robert C. Scharff27:
Technological Artifacts / Peter-Paul Verbeek ; Pieter E. Vermaas28:
Technical Practice / 29:
Technological Pragmatism / Larry Hickman30:
Hermeneutics and Technologies / 31:
Analytic Philosophy of Technology / Maarten Franssen32:
Technological Rationality / Lorenzo C. Simpson33:
Phenomenology and Technology / Iain Thomson34:
Expertise / 35:
Imaging Technologies / 36:
The Critique of the Precautionary Principle and the Possibility for an "Enlightened Doomsaying" / Jean-Pierre Dupuy37:
Technology and Metaphysics / 38:
Large Technical Systems / Erik van der Vleuten39:
Sociotechnical Systems / 40:
Information Technology / Luciano Floridi41:
Technology and Environment / Part IV:
The Precautionary Principle / Mary Tiles ; Andy Stirling42:
Boundary-work, Pluralism and the Environment / Jozef Keulartz44:
Global Warming / Sir John Houghton45:
The Reinvention of CO2 as Refrigerant for Both Heating and Cooling / Jan Hurlen46:
Environmental Science and Technology / 47:
Agriculture and Technology / John R. Porter ; Jesper Rasmussen48:
The Built Environment / Christian Illies49:
Technology and Politics / Part V:
The Idea of Progress / Daniel Sarewitz50:
Technology and Power / 52:
Technology and Culture / Lucien Scubla53:
Technology Management / 54:
Technology Strategy / 55:
Technology and Globalization / David M. Kaplan56:
Technology Transfer / 57:
Technology and Capitalism / 58:
The Politics of Gender and Technology / Elisabeth K. Kelan59:
European Politics, Economy and Technology / Erik Jones60:
Asian Politics, Economy and Technology / 61:
US Politics, Economy and Technology / David M. Hart62:
Energy, Technology and Geopolitics / John R. Fanchi63:
Technology and Ethics / Part VI:
Technology and Ethics: Overview / Carl Mitcham ; Katinka Waelbers64:
Agriculture Ethics / 65:
Architecture Ethics / Warwick A. Fox66:
Biomedical Engineering Ethics / Philip Brey67:
Bioethics / Paul B. Thomson68:
Biotechnology: Plants and Animals / 69:
Computer Ethics / 70:
Consumerism / Edward J. Woodhouse71:
Development Ethics / Thomas Kesselring72:
Energy Ethics / Kirsten Halsnæs73:
Engineering Ethics / Christelle Didier74:
Environmental Ethics / Thomas Søbirk Petersen75:
Food Ethics / 76:
Future Generations / Jesper Ryberg77:
Genethics / Nils Holtug78:
Technology and the Law / Richard Susskind79:
Media Ethics / Deni Elliott80:
Medical Ethics / Søren Holm81:
Nanoethics / John Weckert82:
Nuclear Ethics / Koos van der Bruggen83:
Religion and Technology / 84:
Technology and Personal Moral Responsibility / 85:
Value-sensitive Design / Jeroen van der Hoven ; Noemi Manders-Huits86:
Technology and the Future / Part VII:
Technology, Prosperity and Risk / Sven Ove Hansson87:
World Risk Society / Ulrich Beck88:
Risk Analysis / 89:
Prosperity and the Future of Technology / William Sims Bainbridge90:
Converging Technologies / 91:
Nanotechnology / Alfred Nordmann92:
Energy Forecast Technologies / 93:
Biotechnology / Jennifer Kuzma94:
Transportation / Jonathan L. Gifford95:
Global Challenges / 96:
Chemicals / Bruce E. Johansen97:
The Future of Humanity / Nick Bostrom98:
Index
Table of Contents
Introduction [to follow]
Technology as "Applied Science" / Thomas Misa ; Francesca Brey ; Louis L. Bucciarelli, MIT ; Marc J. de Vrie ; Bill Nuttall
The critique of the Precautionary Principle and the Possibility for an "Enlightened Doomsaying"
Jean-Pierre Dupuy, École Polytechnique
Boundary-Work, Pluralism and the Environment
Global Warming Sir John Houghton, Hadley Centre for Climate Prediction and Research
The Reinvention of CO2 as Refrigerant for both Heating and Cooling
European Politics, Economy, and Technology / John R. Porter, KVL ; Jesper Rasmussen, KVL ; Elizabeth K. Kelan
Asian Politics, Economy, and Technology
U.S. Politics, Economy, and Technology
Biomedical Engineering / Warwick Fox ; Ethics Philip Brey
Nuclear ethics Koos / Kirsten Halsnaes ; Thomas Søbirk Peterson ; Søren Holm ; van der Bruggen
Value-Sensitive Design Jeroen van der Hoven and Noëmi Manders-Huits both Delft University of Technology
Technology and Future
Technology, Prosperity and Risk Sven / Ove Hansson
Risk Analysis Sven
The critique of the Precautionary Principle and the Possibility for an "Enlightened Doomsaying" / Bruce E. Johnson ; Thomas Misa, University of Minnesota ; Newcastle Business School ; Keld Nielsen, University of Aarhus ; Francesca Brey, University of Edinburgh ; Thomas F. Glick, Boston University ; David Wittner, Utica College ; Bart Hacker, National Museum of American History ; Don Ihde, Stony Brook University ; Hans Radder, University Amsterdam ; Anthonie W. M. Meijers, University of Technology ; Marc J. de Vrie, Eindhoven University of Technology ; Bart Gremmen, Wageningen University ; Mieke Boon, University of Twente ; Harry Collins, Cardiff University ; Wiebe E. Bijker, Maastricht University ; Joseph C. Pitt, Virginia Tech ; Bill Nuttall, Cambridge University ; Peter Kroes, University of Technology ; Andrew Pickering, University of Exeter ; Helge S. Kragh, University of Aarhus ; Val Dusek, University of New Hampshire ; Robert E. Innis, University of Massachusetts Lowell ; Andrew Feenberg, Simon Fraser University ; Evan Selinger, Rochester Institute of Technology ; Robert C. Scharff, University of New Hampshire ; Peter-Paul Verbeek, University of Twente ; Pieter E. Vermaas, Delft University of Technology ; Larry Hickman, Southern Illinois University Carbondale ; Maarten Franssen, Delft University of Technology ; Lorenzo C. Simpson, State University of New York ; Iain Thomson, University of New Mexico ; Evan Selinger , Rochester Institute of Technology ; Jean-Pierre Dupuy, École Polytechnique
Global Warming Sir / Erik van der Vleuten, Eindhoven University of Technology ; Luciano Floridi, University of Oxford ; Mary Tiles, University of Hawaii ; Andy Stirling, University of Sussex ; Jozef Keulartz, Radboud University Nijmegen ; John Houghton
Hadley Centre for Climate Prediction and Research
Environmental / Jan Hurlen, Shecco Technology ; Christian Illies, Technical University, Eindhoven ; Daniel Sarewitz, Arizona State University ; Lucien Scubla, Ecole polytechnique ; David M. Kaplan, University of North Texas ; Elizabeth K. Kelan, London Business School ; Erik Jones, Johns Hopkins University ; Keekok Lee, University of Manchester ; David M. Hart, George Mason University ; John R. Fanchi, Colorado School of Mines ; Warwick Fox, University of Central Lancashire ; Philip Brey, University of Twente ; Paul B. Thomson, University of New Mexico ; Edward J. Woodhouse, Rensselaer Polytechnic Institute ; Thomas Kesselring, Institut Sekundarstufe ; Kirsten Halsnaes, UNEP Risø Centre ; Christelle Didier, Catholic University of Lille ; Ethics Thomas Søbirk Peterson, University of Roskilde
Value-Sensitive Design Jeroen / Jesper Ryberg, University of Roskilde ; Nils Holtug, University of Copenhagen ; Richard Susskind, Gresham College ; Deni Elliott, University of South Florida ; Søren Holm, Cardiff University ; John Weckert, Charles Stuart University ; van der Bruggen, Leiden University ; Carl Mitcham, Colorado School of Mines ; van der Hoven ; Noëmi Manders-Huits both Delft University of Technology
Notes on Contributors
Introduction
History of Technology / Part I:
6.

電子ブック

EB
Martin Sauter
出版情報: Wiley Online Library - AutoHoldings Books , John Wiley & Sons, Inc., 2009
所蔵情報: loading…
目次情報: 続きを見る
Preface
Evolution from 2G over 3G to 4G / 1:
First Half of the 1990s - Voice-centric Communication / 1.1:
Between 1995 and 2000: the Rise of Mobility and the Internet / 1.2:
Between 2000 and 2005: Dot Com Burst, Web 2.0, Mobile Internet / 1.3:
From 2005 to today: Global Coverage, VoIP and Mobile Broadband / 1.4:
The Future - the Need for Beyond 3G Systems / 1.5:
All Over IP / 1.6:
Summary / 1.7:
References
Beyond 3G Network Architectures / 2:
Overview / 2.1:
UMTS, HSPA and HSPA+ / 2.2:
Introduction / 2.2.1:
Network Architecture / 2.2.2:
Air Interface and Radio Network / 2.2.3:
HSPA (HSDPA and HSUPA) / 2.2.4:
HSPA+ and other Improvements: Competition for LTE / 2.2.5:
LTE / 2.3:
Basic Procedures / 2.3.1:
Summary and Comparison with HSPA / 2.3.5:
LTE-Advanced / 2.3.6:
802.16 WiMAX / 2.4:
The 802.16d Air Interface and Radio Network / 2.4.1:
The 802.16e Air Interface and Radio Network / 2.4.4:
Summary and Comparison with HSPA and LTE / 2.4.5:
802.16m: Complying with IMT-Advanced / 2.4.7:
802.16j: Mobile Multihop Relay / 2.4.8:
802.11 Wi-Fi / 2.5:
The Air Interface - from 802.11b to 802.11n / 2.5.1:
Air Interface and Resource Management / 2.5.4:
Wi-Fi Security / 2.5.5:
Quality of Service: 802.11e / 2.5.7:
Network Capacity and Usage Scenarios / 2.5.8:
Usage in Developed Markets and Emerging Economies / 3.1:
How to Control Mobile Usage / 3.2:
Per Minute Charging / 3.2.1:
Volume Charging / 3.2.2:
Split Charging / 3.2.3:
Small-screen Flat Rates / 3.2.4:
Strategies to Inform Users When Their Subscribed Data Volume is Used Up / 3.2.5:
Mobile Internet Access and Prepaid / 3.2.6:
Measuring Mobile Usage from a Financial Point of View / 3.3:
Cell Capacity in Downlink / 3.4:
Current and Future Frequency Bands for Cellular Wireless / 3.5:
Cell Capacity in Uplink / 3.6:
Per-user Throughput in Downlink / 3.7:
Per-user Throughput in the Uplink / 3.8:
Traffic Estimation Per User / 3.9:
Overall Wireless Network Capacity / 3.10:
Network Capacity for Train Routes, Highways and Remote Areas / 3.11:
When will GSM be Switched Off? / 3.12:
Cellular Network VoIP Capacity / 3.13:
Wi-Fi VoIP Capacity / 3.14:
Wi-Fi and Interference / 3.15:
Wi-Fi Capacity in Combination with DSL and Fibre / 3.16:
Backhaul for Wireless Networks / 3.17:
A Hybrid Cellular/Wi-Fi Network for the Future / 3.18:
Voice over Wireless / 4:
Circuit-switched Mobile Voice Telephony / 4.1:
Circuit Switching / 4.1.1:
A Voice-optimized Radio Network / 4.1.2:
The Pros of Circuit Switching / 4.1.3:
Packet-switched Voice Telephony / 4.2:
Network and Applications are Separate in Packet-switched Networks / 4.2.1:
Wireless Network Architecture for Transporting IP packets / 4.2.2:
Benefits of Migrating Voice Telephony to IP / 4.2.3:
Voice Telephony Evolution and Service Integration / 4.2.4:
Voice Telephony over IP: the End of the Operator Monopoly / 4.2.5:
SIP Telephony over Fixed and Wireless Networks / 4.3:
SIP Registration / 4.3.1:
Establishing a SIP Call Between Two SIP Subscribers / 4.3.2:
Session Description / 4.3.3:
The Real-time Transfer Protocol / 4.3.4:
Establishing a SIP Call Between a SIP and a PSTN Subscriber / 4.3.5:
Proprietary Components of a SIP System / 4.3.6:
Network Address Translation and SIP / 4.3.7:
Voice and Related Applications over IMS / 4.4:
IMS Basic Architecture / 4.4.1:
The P-CSCF / 4.4.2:
The S-CSCF and Application Servers / 4.4.3:
The I-CSCF and the HSS / 4.4.4:
Media Resource Functions / 4.4.5:
User Identities, Subscription Profiles and Filter Criteria / 4.4.6:
IMS Registration Process / 4.4.7:
IMS Session Establishment / 4.4.8:
Voice Telephony Interworking with Circuit-switched Networks / 4.4.9:
Push-to-talk, Presence and Instant Messaging / 4.4.10:
Voice Call Continuity / 4.4.11:
IMS with Wireless LAN Hotspots and Private Wi-Fi Networks / 4.4.12:
IMS and TISPAN / 4.4.13:
IMS on the Mobile Device / 4.4.14:
Challenges for IMS Rollouts / 4.4.15:
Opportunities for IMS Rollouts / 4.4.16:
Voice over DSL and Cable with Femtocells / 4.5:
Femtocells from the Network Operator's Point of View / 4.5.1:
Femtocells from the User's Point of View / 4.5.2:
Conclusion / 4.5.3:
Unlicensed Mobile Access and Generic Access Network / 4.6:
Technical Background / 4.6.1:
Advantages, Disadvantages and Pricing Strategies / 4.6.2:
Evolution of Mobile Devices and Operating Systems / 5:
The ARM Architecture / 5.1:
The x86 Architecture for Mobile Devices / 5.1.2:
From Hardware to Software / 5.1.3:
The ARM Architecture for Voice-optimized Devices / 5.2:
The ARM Architecture for Multimedia Devices / 5.3:
The x86 Architecture for Multimedia Devices / 5.4:
Hardware Evolution / 5.5:
Chipset / 5.5.1:
Process Shrinking / 5.5.2:
Displays and Batteries / 5.5.3:
Other Additional Functionalities / 5.5.4:
Multimode, Multifrequency Terminals / 5.6:
Wireless Notebook Connectivity / 5.7:
Impact of Hardware Evolution on Future Data Traffic / 5.8:
The Impact of Hardware Evolution on Networks and Applications / 5.9:
Mobile Operating Systems and APIs / 5.10:
Java and BREW / 5.10.1:
BREW / 5.10.2:
Symbian/S60 / 5.10.3:
Windows Mobile / 5.10.4:
Linux: Maemo, Android and Others / 5.10.5:
Fracturization / 5.10.6:
Operating System Tasks / 5.10.7:
Mobile Web 2.0, Applications and Owners / References:
(Mobile) Web 1.0-How Everything Started / 6.1:
Web 2.0 - Empowering the User / 6.3:
Web 2.0 from the User's Point of View / 6.4:
Blogs / 6.4.1:
Media Sharing / 6.4.2:
Podcasting / 6.4.3:
Advanced Search / 6.4.4:
User Recommendation / 6.4.5:
Wikis-Collective Writing / 6.4.6:
Social Networking Sites / 6.4.7:
Web Applications / 6.4.8:
Mashups / 6.4.9:
Virtual Worlds / 6.4.10:
Long-tail Economics / 6.4.11:
The Ideas Behind Web 2.0 / 6.5:
The Web as a Platform / 6.5.1:
Harnessing Collective Intelligence / 6.5.2:
Data is the Next Intel Inside / 6.5.3:
End of the Software Release Cycle / 6.5.4:
Lightweight Programming Models / 6.5.5:
Software above the Level of a Single Device / 6.5.6:
Rich User Experience / 6.5.7:
Discovering the Fabrics of Web 2.0 / 6.6:
Aggregation / 6.6.1:
AJAX / 6.6.2:
Tagging and Folksonomy / 6.6.3:
Open Application Programming Interfaces / 6.6.4:
Open Source / 6.6.5:
Mobile Web 2.0 - Evolution and Revolution of Web 2.0 / 6.7:
The Seven Principles of Web 2.0 in the Mobile World / 6.7.1:
Advantages of Connected Mobile Devices / 6.7.2:
Offline Web Applications / 6.7.3:
The Mobile Web, 2D Barcodes and Image Recognition / 6.7.4:
Walled Gardens, Mobile Web 2.0 and the Long Tail / 6.7.5:
Web Page Adaptation for Mobile Devices / 6.7.6:
(Mobile) Web 2.0 and Privacy / 6.8:
On-page Cookies / 6.8.1:
Inter-site Cookies / 6.8.2:
Flash Shared Objects / 6.8.3:
Site Information Sharing, Social Distribution / 6.8.4:
Session Tracking / 6.8.5:
Mobile Applications / 6.9:
Web Browsing / 6.9.1:
Audio / 6.9.2:
Video and TV / 6.9.3:
Voice and Video Telephony / 6.9.5:
Widgets / 6.9.6:
Social Media / 6.9.7:
Microblogging / 6.9.8:
Location / 6.9.9:
Shopping / 6.9.10:
Mobile Web Servers / 6.9.11:
Index / 7:
Preface
Evolution from 2G over 3G to 4G / 1:
First Half of the 1990s - Voice-centric Communication / 1.1:
7.

電子ブック

EB
Adeel Ahmed, Salman Asadullah
出版情報: Wiley Online Library - AutoHoldings Books , Hoboken, N.J. : John Wiley & Sons, Inc., 2009
所蔵情報: loading…
目次情報: 続きを見る
Foreword
Preface
Acknowledgments
About the Authors, Contributors, and Reviewers
IPv6 Drivers in Broadband Networks / 1:
IPv6-Based Services / 1.1:
Broadband Access Models / 1.2:
ISP-Operated Deployment Model / 1.2.1:
Wholesale Deployment Model / 1.2.2:
Summary / 1.3:
References
IPv6 Overview / 2:
IPv6 Protocol Basics / 2.1:
IPv6 and IPv6 Header Comparison / 2.1.1:
IPv6 Extension Headers / 2.1.2:
IPv6 Addressing / 2.1.3:
ICMPv6 / 2.1.4:
Neighbor Discovery / 2.1.5:
Secure Neighbor Discovery / 2.1.6:
Provisioning / 2.1.7:
Deploying IPv6 in Cable Networks / 2.2:
Cable Network Elements / 3.1:
Cable Network Today / 3.2:
Bridged CMTS Networks / 3.2.1:
Routed CMTS Networks / 3.2.2:
IPv6 Deployment in DSL, ETTH, and Wireless Networks / 3.3:
New Remote Access Architecture for IPv6 / 4.1:
DSL Networks / 4.2:
DSL Network Elements / 4.2.1:
DSL Service Models / 4.2.2:
Protocol Considerations / 4.2.3:
DSL Network Access Technologies / 4.2.4:
PPP Options / 4.2.5:
Addressing and Routing / 4.2.6:
Routing Considerations / 4.2.7:
Routed Bridged Encapsulation / 4.2.8:
IPv6 Security in DSL Networks / 4.2.9:
Ethernet Networks / 4.3:
Ethernet Networks Elements / 4.3.1:
Ethernet Deployment Options / 4.3.2:
Subscriber Identification / 4.3.3:
IPv6 Security in Ethernet Networks / 4.3.4:
IEEE 802.11A/B/G Wireless Networks / 4.4:
Wireless Network Elements / 4.4.1:
Layer2 NAP with Layer3 Termination at ER / 4.4.2:
Layer3-Aware NAP with Layer3 Termination at AR / 4.4.3:
IPv6 Security in Wireless Networks / 4.4.4:
Configuring and Troubleshooting IPv6 on Gateway Routers and Hosts / 4.5:
IPv6 Support on Gateway Routers / 5.1:
IPv6 Support on Windows XP, Windows Vista, and Windows Server 2003 and 2008 / 5.2:
IPv6 Deployment Options on Windows XP, Windows Vista, and windows Server 2003 and 2008 / 5.2.1:
IPv6 Support on Linux / 5.3:
Deploying IPv6 on Linux / 5.3.1:
IPv6 Support on MAC OS X / 5.4:
Enabling IPv6 on MAC OS X / 5.4.1:
Tunneling IPv6 on MAC OS X / 5.4.2:
PPPv6 Support on MAC OS X / 5.5:
IPv6 Support on Solaris / 5.6:
Manually Activating IPv6 on Solaris / 5.6.1:
Tunneling IPv6 on Solaris / 5.6.2:
Troubleshooting IPv6 on GWR and Hosts / 5.7:
Configuring and Troubleshooting IPv6 on Edge Routers / 5.8:
IPv6 Configuration on the Edge Router / 6.1:
Enabling IPv6 on ER / 6.1.1:
Configuring ER Upstream Interfaces / 6.1.2:
Configuring SP ER Downstream Interfaces / 6.1.3:
Configuring and Troubleshooting IPv6 on Provisioning Servers / 6.2:
IPv6 Support on DHCP Servers / 7.1:
DHCPv6 Support in a Cisco Network Registrar / 7.1.1:
Configuring DHCPv6 on CNR / 7.1.2:
Troubleshooting a CNR DHCPv6 Server / 7.1.3:
IPv6 Support on DNS Servers / 7.2:
IPv6 Support on a DNS Server in a Cisco Network Registrar / 7.2.1:
Configuring a CNR DNS Server for IPv6 / 7.2.2:
Troubleshooting a CNR DNS Server / 7.2.3:
IPv6 Support on TFTP Servers / 7.3:
Enabling TFTPv6 on Solaris 10 / 7.3.1:
Troubleshooting TFTPv6 / 7.3.2:
IPv6 Support on AAA and Radius Servers / 7.4:
Generic AAA Configuration on an ER / 7.4.1:
Troubleshooting IPv6 on an ER and on Radius AAA Servers / 7.5:
Troubleshooting AAA and IPv6 Configurations on an ER / 7.5.1:
Troubleshooting User Profile and VSA Configurations on a Radius AAA Server / 7.5.2:
Conclusion / 7.6:
IPv6 Addressing Considerations / 8.1:
IPv4-IPv6 and IPv6-IPv6 Interworking / 8.2:
Subscriber Logging / 8.3:
Recovery Options / 8.4:
IPv6 Case Study / 8.5:
DHCPv6 Message Types and Option Codes / Appendix B:
Index
Foreword
Preface
Acknowledgments
8.

電子ブック

EB
Rob Huddleston
出版情報: Wiley Online Library - AutoHoldings Books , John Wiley & Sons, Inc., 2009
所蔵情報: loading…
目次情報: 続きを見る
How to Use this Visual Blueprint Book
Introducing Actionscript / 1:
Introducing Flash
Understanding Flash Player 10
Introducing ActionScript 3.0
Create a New Flash Movie
Using the Actions Panel
Introducing the Basic Syntax of Actionscript / 2:
Understanding Object-Oriented Programming
Understanding ActionScript Syntax Rules
Create a Variable
Understanding Data Types
Test Your Flash Movie
Concatenate Strings
Trace Variables
Create an Array
Add and Remove Elements from an Array
Create an Array in an Array
Create a Generic Object
Add Constants
Add Comments to Your Code
Understanding Coding Best Practices
Controlling Objects on the Stage / 3:
Draw Shapes in Flash
Introducing Symbols
Create a Symbol
Insert and Name an Instance
Set Instance Properties Using the Properties Panel
Set Instance Properties in Code
Working With Nonvisual Classes / 4:
Perform Simple Mathematical Operations
Perform Complex Mathematical Operations with the Math Class
Generate Random Numbers
Create Instances of the Date Class
Perform Math on Dates
Writing Functions / 5:
Write a Function
Call a Function
Pass Data to Functions
Return a Value from a Function
Creating Custom Classes / 6:
Create a Package
Create a New ActionScript File
Create a Custom Class Skeleton
Define Properties of the Class
Create a Constructor
Define a Method
Extend a Class
Using a Custom Class
Define a Document Class
Get and Set Class Properties
Add a Static Property to a Class
Using Events / 7:
Create an Event Handler
Call an Event from a Button
Define Events in a Custom Class
Remove Event Listeners
Using the Target Property
Controlling the Timeline in Code / 8:
Stop a Movie
Go to a Specific Frame in a Movie
Add Code to a MovieClip's Timeline
Control a MovieClip from the Main Timeline
Work with the Stage in Code
Add MovieClips to the Stage through Code
Remove Elements from the Stage
Working with Text / 9:
Create a Dynamic Text Field Visually
Create a Dynamic Text Field in Code
Create an Input Text Field Visually
Create an Input Text Field in Code
Work with TextField Events
Find Characters within Strings
Manipulate Strings
Get Pieces of Strings
Convert Data Types
Formatting Text / 10:
Understanding the TextFormat Class
Apply Formatting to a Text Field
Using HTML Text
Making Decisions in Code / 11:
Write an If Statement
Using Else and Else If Clauses
Test Multiple Conditions
Replace If/Else Clauses with a Switch Statement
Looping Over Code / 12:
Write a For Loop
Write a While Loop
Loop over an Array
Animating in Code / 13:
Using the EnterFrame Event
Animate MovieClips That Scale and Fade
Change the Speed of Animation
Using the Timer Class
Create Tweens in Script
Ease Tweened Animation
Allow Users to Drag and Drop Objects
Animate in 3D
Adding Keyboard Controls / 14:
React to a Key Press
Using Keyboard Constants
Working With Sound / 15:
Understanding Sound in Flash
Add a Sound to the Library and Play It
Load and Play an External Sound
Avoid Errors Due to Loading Delays
Pause and Resume Sounds
Control Sound Volume
Display Information about Sound Files
Working With Video / 16:
Convert Video to Flash Video
Using the FLVPlayback Component Visually
Using the FLVPlayback Component in Code
Go Full Screen
Add Closed Captioning
Style Closed Captions
Working With Data / 17:
Understanding XML and E4X
Embed XML in ActionScript
Read XML
Filter XML
Write XML
Load XML at Runtime
Exchanging Data With a Server / 18:
Download the Apache Web Server
Install the Apache Server
Download Adobe ColdFusion
Install ColdFusion
Download PHP
Install PHP
Send Data to the Server
Create XML with ColdFusion
Create XML with PHP
Read Data from the Server
Drawing Vectors in Code / 19:
Draw Lines in Code
Draw Curves in Code
Draw Shapes in Code
Create Fills
Transform Visual Objects
Add Filters through Code
Cache Vectors As Bitmaps
Draw a Bitmap
Add an Image to the Library and Create a Bitmap from It
Working With Air / 20:
Understanding AIR
Create a New AIR Application
Digitally Sign Your Application
Detect User Inactivity
Allow Users to Save Data
Actionscript Class Reference / Appendix A:
Actionscript Operators Reference / Appendix B:
Supported HTML Tags / Appendix C:
Index
How to Use this Visual Blueprint Book
Introducing Actionscript / 1:
Introducing Flash
9.

電子ブック

EB
Michael L. Honig (ed), Michael L. Honig
出版情報: Wiley Online Library - AutoHoldings Books , John Wiley & Sons, Inc., 2009
所蔵情報: loading…
目次情報: 続きを見る
Preface
Contributors
Overview of Multiuser Detection / Michael HonigChapter 1:
Iterative Techniques / Alex Grant ; Lars RasmussenChapter 2:
Blind Multiuser Detection in Fading Channels / Daryl Reynolds ; H. Vincent Poor ; Xiaodong WangChapter 3:
Performance with Random Signatures / Matthew J. M. Peacock ; Iain B. Collings ; Michael L. HonigChapter 4:
Generic Multiuser Detection and Statistical Physics / Dongning Guo ; Toshiyuki TanakaChapter 5:
Joint Detection hor Multi-Antenna Channels / Antonio Tulino ; Mathew R. Mckay ; Jeffrey G. Andrews ; Robert W. HeathChapter 6:
Interference Avoidance for CDMA Systems / Dimitrie C. Popescu ; Christopher Rose ; Sennur Ulukus ; Roy YatesChapter 7:
Multiuser Communications over MIMO Broadcast Channels / 8:
Index
Preface
Contributors
Overview of Multiuser Detection / Michael HonigChapter 1:
10.

電子ブック

EB
Peter Jones, John Burger
出版情報: Wiley Online Library - AutoHoldings Books , John Wiley & Sons, Inc., 2009
所蔵情報: loading…
目次情報: 続きを見る
Configuration Tools / 1:
Financial Accounting Enterprise Structure / 2:
General Ledger / 3:
Accounts Payable / 4:
Accounts Receivable / 5:
Financial Supply Chain Management / 6:
New GL Accounting / 7:
Controlling Enterprise Structure / 8:
Cost Element Accounting / 9:
Cost Center Accounting / 10:
Internal Order Accounting / 11:
Profitability Analysis / 12:
Profit Center Accounting / 13:
Investment Management / 14:
FI Closing Cockpit / 15:
Configuration Tools / 1:
Financial Accounting Enterprise Structure / 2:
General Ledger / 3:
文献の複写および貸借の依頼を行う
 文献複写・貸借依頼