عرض القائمة
الرئیسیة
البحث المتقدم
قائمة المکتبات
إختر اللغة
فارسی
English
العربی
عنوان
Dynamic modules :
پدید آورنده
Andreas Sorgatz.
موضوع
Mathematics -- Data processing.,MuPAD 1.4,MuPAD.
رده
کتابخانه
کتابخانه مطالعات اسلامی به زبان های اروپایی
محل استقرار
استان:
قم
ـ شهر:
قم
تماس با کتابخانه :
32910706
-
025
3540650431
9783540650430
b543198
Dynamic modules :
[Book]
user's manual and programming guide for MuPAD 1.4 ; with 8 tables
Andreas Sorgatz.
Berlin
Springer
1999
XXIV, 234 Seiten : Illustrationen, Diagramme + 1 CD-ROM (12 cm)
1 Introduction and Quick Start.- 1.1 How to Read this Manual.- 1.1.1 Remarks on the Paperback Version.- 1.1.2 Remarks on the CD-ROM Online Version.- 1.1.3 Technical Terms and Font Conventions.- 1.2 The Concept in Brief.- 1.2.1 Advantages of Dynamic Modules.- 1.2.2 How to Use Modules.- 1.2.3 How to Write and Create Modules.- 1.3 Where to Find Further Information.- 1.4 Challenges and Contributions.- 2 Modules User Interface.- 2.1 Basic Functions to Access Modules.- external.- loadmod.- unloadmod.- 2.2 Extended Module Management.- module: rage.- module::displace.- module::func.- module::help.- module:: load.- module:: max.- module::stat.- module::which.- 2.3 Module Domain Representation.- 2.4 Module Online Documentation.- 3 Introduction to Module Programming.- 3.1 Module Source Code.- 3.2 Creating Binary Code.- 3.3 Predefined Methods and Reserved Names.- 3.4 Online Documentation File Format.- 3.4.1 General Information Page.- 3.4.2 Function Help Pages.- 4 Inside MuPAD.- 4.1 System Components.- 4.2 The Kernel.- 4.3 The Interpreter.- 4.4 Memory Management System.- 4.4.1 Internal Data Type MTcell.- 4.4.2 Signatures.- 4.4.3 Reference Counter.- 4.4.4 C Memory Management.- 4.5 Data Types.- 4.5.1 Special MuPAD Objects.- 4.5.2 Strings and Identifiers.- 4.5.3 Booleans.- 4.5.4 Numbers.- 4.5.5 Lists, Expressions and Domain Elements.- 4.5.6 Sets, Tables and Domains.- 4.5.7 Arrays and Polynomials.- 4.5.8 Other Data Types.- 4.6 Displaying MuPAD Objects.- 4.7 Module Management System.- 4.7.1 Dynamic, Static and Pseudo Modules.- 4.7.2 Displacement and Replacement Strategies.- 4.7.3 Address Evaluation for Kernel Objects.- 5 Module Generator.- 5.1 Analysis and Code Extension.- 5.1.1 Inline Options.- 5.1.2 Module Functions.- 5.1.3 Module Procedures and Expressions.- 5.2 Creating Executable Modules.- 5.2.1 Compiling.- 5.2.2 Linking.- 5.2.3 Splitting Module Sources.- 5.3 Module Debugging.- 5.4 Module Generator Options.- 5.4.1 Module Properties.- 5.4.2 Module Creation.- 5.4.3 Compiler and Linker.- 5.5 Warning and Error Messages.- 6 Application Programming Interface (MAPI).- 6.1 Introduction and Conventions.- 6.1.1 Naming Conventions.- 6.1.2 Documentation Style.- 6.1.3 Examples.- 6.2 Defining Module Functions.- 6.2.1 Accessing Module Function Arguments.- 6.2.2 Leaving Module Functions.- 6.3 Type Checking.- 6.3.1 Basic Domains and Expressions.- 6.3.2 Domains and Constructed Data Types.- 6.4 Comparing Objects.- 6.4.1 Structural Comparison.- 6.4.2 Numerical Comparison.- 6.5 Data Conversion.- 6.5.1 Basic C/C++ Data Types.- 6.5.2 Arbitrary Precision Numbers.- 6.5.3 Strings and Expressions.- 6.6 Basic Object Manipulation.- 6.7 Constructing MuPAD Objects.- 6.7.1 Special MuPAD Objects.- 6.7.2 Strings and Identifiers.- 6.7.3 Booleans.- 6.7.4 Complex and Rational Numbers.- 6.7.5 Lists.- 6.7.6 Expressions.- 6.7.7 Domain Elements.- 6.7.8 Sets.- 6.7.9 Tables.- 6.7.10 Domains.- 6.7.11 Arrays.- 6.7.12 Polynomials.- 6.7.13 Other Objects.- 6.8 MuPAD Interpreter Interface.- 6.8.1 Calling Built-in and Library Functions.- 6.8.2 Evaluating MuPAD Objects.- 6.8.3 Accessing MuPAD Variables.- 6.9 Arbitrary Precision Arithmetic.- 6.9.1 Basic Arithmetic.- 6.9.2 Transcendental and Algebraical Functions.- 6.9.3 Special Functions.- 6.10 Miscellaneous.- 6.10.1 Displaying Data.- 6.10.2 Allocating Memory.- 6.10.3 Kernel and Module Management.- 6.10.4 Constants and Data Type Definitions.- 7 Special features.- 7.1 Module Initialization Function.- 7.2 Including MuPAD Code.- 7.2.1 Module Procedures.- 7.2.2 Hybrid Algorithms.- 7.3 Storing a Global State.- 7.3.1 Using Module Domain Entries.- 7.3.2 Temporary Static Modules.- 7.4 User-defined Data Types.- 7.5 MuPAD Preferences.- 8 Technical Information.- 8.1 Supported Operating Systems.- 8.1.1 Apple Macintosh.- 8.1.2 Windows 95/NT.- 8.1.3 Linux.- 8.1.4 Unix.- 8.2 Integrating Software Packages.- 8.2.1 Shared Libraries.- 8.2.2 Static Libraries.- 8.2.3 Source Code.- 8.3 Position Independent Code.- 8.4 Including Non C++ Code.- 8.4.1 Including K&R-C or ANSI-C Code.- 8.4.2 Including PASCAL Code.- 8.5 Shared Libraries.- 8.5.1 Library Search Path.- 8.5.2 Using Shared Libraries.- 8.6 Analyzing Module Object Code.- 8.6.1 Internal Names of Module Functions.- 8.6.2 Reading the Symbol Table.- 8.7 Debugging Dynamic Modules.- 8.7.1 Preparing the Module and MuPAD.- 8.7.2 Starting the Debugger.- 9 Trouble Shooting.- 9.1 Naming Conflicts.- 9.2 Exceptions and Threads.- 9.3 Streams and Templates.- 9.4 Signals.- 9.5 Questions and Answers.- 10 Demos and Applications.- 10.1 Some Introducing Examples.- 10.1.1 A Date Function for MuPAD.- 10.1.2 Splitting Modules into Several Source Files.- 10.1.3 Executing UNIX Filter Programs.- 10.1.4 Calling UNIX Programs via Pipes.- 10.1.5 A Simple Internet Access Function.- 10.1.6 Plotting Dragon Curves.- 10.1.7 Automatic Debugging of Modules.- 10.2 User-defined Data Types.- 10.2.1 Implementation of a Stack.- 10.2.2 Using Machine Floating Point Numbers.- 10.3 Numerics.- 10.3.1 Using the IMSL Library.- 10.3.2 Using the NAGC Library.- 10.4 Arbitrary Precision Arithmetic.- 10.4.1 Using the GMP Library.- 10.5 Polynomial Computations.- 10.5.1 Polynomial Factorization with MAGNUM.- 10.5.2 Using the NTL Library.- 10.5.3 The GB and RealSolving System.- 10.5.4 Interfacing Singular.- 10.6 Interprocess Communication Protocols.- 10.6.1 The ASAP Protocol.- 10.6.2 The MP Protocol.- 10.6.3 MuPAD Macro Parallelism.- 10.7 Miscellaneous.- 10.7.1 Including Motif Widgets.- 10.7.2 Integrating PASCAL Routines.- 10.7.3 Using POSIX Threads.- 10.7.4 Creating Scanner Modules using f l e x.- A The Accompanying CD-ROM.- A.1 Contents of the CD-ROM.- A.1.1 MuPAD.- A.1.2 ASAP.- A.1.3 GB and RealSolving.- A.1.4 GMP.- A.1.5 MAGNUM.- A.1.6 MP.- A.1.7 NTL.- A.1.8 PVM.- A.1.9 Singular.- A.2 System Requirements.- A.3 Installation.- A.3.1 Using the CD-ROM Live System.- A.3.2 Installation on Hard Disk.- A.4 MuPAD License Agreements.- A.4.1 General License.- A.4.2 Educational License.- A.4.3 How to Register MuPAD.- B Changes.- B.1 With Respect to Release 1.2.2.- B.2 With Respect to Release 1.3.0.- B.3 Latest News and Changes.- C mmg Short Reference.- D MAPI Short Reference.- E Glossary.
Mathematics -- Data processing.
MuPAD 1.4
MuPAD.
Andreas Sorgatz.
Andreas Sorgatz
مطالعه متن کتاب
[Book]
Y
الاقتراح / اعلان الخلل
×
الاقتراح / اعلان الخلل
×
تحذیر!
دقق في تسجیل المعلومات
اعلان الخلل
اقتراح