Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
ModuleDeconstruct - モジュールの 1-D 表示をコントロール
使い方
module() export ModuleDeconstruct, ...; ... end module;
説明
ModuleDeconstruct ルーチンを使用すると、モジュールを 1-D 形式 (つまり、%a または %A フォーマットでモジュールが lprint に渡されるときやオブジェクトが printf、sprintf、fprintf に渡されるときに使用されるフォーマット) で表示することができます。
ModuleDeconstruct によって返された値を印刷する場合、出力を元のモジュールに対して parse することができます。このために、object と併用した場合は ModuleDeconstruct がコンストラクタに未評価のコールを返すことがあります。
ModuleDeconstruct は ModulePrint とは次の点で異なります。ModulePrint は印刷の見た目を良くすることを目的としているため、ModuleDeconstruct の戻り値に必要なコンテンツの一部が非表示になることがあります。
互換性
ModuleDeconstruct コマンドは Maple 16 で導入されました。
Maple 16 における変更点についての詳細は、Maple 16 の新機能 を参照してください。
関連項目
fprintf、lprint、module、ModuleIterator、ModuleLoad、ModulePrint、ModuleType、ModuleUnload、Object, 、オブジェクトの概要、parse、printf、procedure、sprintf
Download Help Document