.AML 파일 확장자
ACPI Machine Language File
| 개발사 | The ACPICA Project |
| 인기도 |
4.1 | 24 투표 |
AML 파일이란 무엇인가요?
System file written in the ACPI (Advanced Configuration and Power Interface) Machine Language (AML), a low-level language used for configuring hardware properties; often used to boot Mac OS X on non-Apple hardware ("Hackintosh" systems), such as P55 motherboards; also used for enabling greater hardware compatibility and improving system performance.
추가 정보
An AML file contains a DSDT (Differentiated System Description Table), which stores instructions that notify the OS about certain hardware settings. For Mac OS X systems, the AML file should be placed in the root directory to be recognized.
Several premade AML files for Mac OS X are available from tonymacx86. These AML files can be edited with customizations using DSDTSE, which is developed by the EVOSX86 team. AML files are not edited directly, but are first decompiled into ".dsl" files, edited, and then compiled back into ".aml" files.
참고: AML files contain instructions at the ACPI level, which is between the BIOS and the operating system.
AML 파일을 열거나 참조하는 프로그램
Arc Macro Language File
| 개발사 | ESRI |
| 인기도 |
3.3 | 10 투표 |
Script used by ArcInfo Workstation, a GIS application that was the predecessor to ESRI's ArcGIS Desktop; written in the Arc Macro Language (AML), which is an interpreted language that provides facilities for creating ArcInfo applications; can include commands to execute instructions, generate user interface components, and manipulate map data; saved in an ASCII text format.
추가 정보
참고: ArcInfo Workstation has been replaced by ArcGIS Desktop.
AML 파일을 여는 프로그램
Automation Markup Language File
| 개발사 | AutomationML |
| 인기도 |
3.4 | 7 투표 |
An AML file is an Automation Markup Language (AutomationML or AML) data file. It is based on the .XML format and used to store and exchange plant engineering information. AML files are used in a variety of modern engineering tool disciplines, such as mechanical plant engineering, robot control, and programmable logic controllers.
추가 정보
The AutomationML format describes plant engineering components as objects with their different aspects. Objects may include an entire manufacturing cell with a lot of descriptive information or simplistic information about a screw or robot arm. Each object typically includes information about the topology, geometry, kinematics, and logic of the object.
참고: AML files can be created, opened, and edited by AutomationML Editor.
AML 파일을 여는 프로그램
Abstract Markup Language
| 개발사 | Daniel Esquivias |
| 인기도 |
2.7 | 9 투표 |
추가 정보
Every time you save your AML file, an HTML file is created with the same name. An example would be when test.aml is saved, test.html is created. Some features of the output HTML files are clearly tabbed language to prevent simple errors and variables that are easy to reference and define.
참고: Gem Abstract Markup Language requires RubyGems (with Ruby 2.0.0+) in order to be installed.
AML 파일을 열거나 참조하는 프로그램
Microsoft Assistance Markup Language File
| 개발사 | Microsoft |
| 인기도 |
2.4 | 7 투표 |
XML file formatted in the Microsoft Assistance Markup Language (MAML), a language used to create Windows help documentation; specifies help document structure, styles, and content; used for creating source code and application help pages.