展开为用于调用此 bash 实例的完整路径名。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
展开为此 bash 实例的版本号。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
cd 命令的搜索路径。这是以冒号分隔的目录列表,shell 在其中查找 cd 命令指定的目标目录。一个示例值是 ``.:~:/usr''。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
如果在 bash 执行 shell 脚本时设置此参数,则其值将被解释为包含初始化 shell 命令的文件名,如 .bashrc。ENV 的值在被解释为路径名之前,会经过参数扩展、命令替换和算术扩展。PATH 不用于搜索结果路径名。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
在执行文件名补全时要忽略的后缀的冒号分隔列表(请参阅下面的 READLINE)。后缀与 FIGNORE 中的条目之一匹配的文件名将从匹配的文件名列表中排除。一个示例值是 ``.o:~''。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
当前命令的历史记录号或历史记录列表中的索引。如果 HISTCMD 未设置,即使随后重置,它也会失去其特殊属性。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
如果设置为 ignorespace 值,则以空格字符开头的行不会输入到历史记录列表中。如果设置为 ignoredups 值,则与最后一行历史记录行匹配的行不会输入。ignoreboth 值结合了这两个选项。如果未设置,或者如果设置为除上述值之外的任何其他值,则解析器读取的所有行都将保存在历史记录列表中。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
保存命令历史记录的文件名。(请参阅下面的 HISTORY。)默认值为 ~/.bash_history。如果未设置,则交互式 shell 退出时不会保存命令历史记录。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
历史记录文件中包含的最大行数。当为此变量分配一个值时,历史记录文件将被截断(如有必要),使其包含的行数不超过该值。默认值为 500。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
要在命令历史记录中记住的命令数(请参阅下面的 HISTORY)。默认值为 500。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
当前用户的主目录;cd 内置命令的默认参数。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
包含与 /etc/hosts 格式相同的文件名,当 shell 需要完成主机名时应读取该文件。该文件可以交互式更改;下次尝试主机名补全时,bash 会将新文件的内容添加到已有的数据库中。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
自动设置为一个字符串,唯一描述 bash 正在其上运行的机器类型。默认值取决于系统。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
在 UNIX 中,$IFS 变量分隔命令。它通常配置为分号 (;) 和换行符。但是,它也可以重新配置为其他字符。数据驱动的攻击有时会试图重置 IFS 变量(例如 IFS=x),然后在数据字段内引起执行,而无需插入 shell 元字符。小知识:在 Linux 上,$FF 变量也可以像 $IFS 一样使用。来自 Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
内部字段分隔符,用于扩展后的单词分割,以及使用 read 内置命令将行分割成单词。默认值为 ``<space><tab><newline>''。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
控制 shell 在收到 EOF 字符作为唯一输入时的操作。如果设置,则该值是在 bash 退出之前作为输入行上的第一个字符键入的连续 EOF 字符的数量。如果变量存在但没有数值,或者没有值,则默认值为 10。如果它不存在,则 EOF 表示 shell 输入结束。这仅对交互式 shell 有效。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
readline 启动文件的文件名,覆盖默认值 ~/.inputrc(请参阅下面的 READLINE)。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
每次引用此参数时,shell 都会替换一个十进制数字,该数字表示脚本或函数中当前的顺序行号(从 1 开始)。当不在脚本或函数中时,替换的值不能保证有意义。当在函数中时,该值不是命令出现的源行号(该信息在函数执行时已丢失),而是当前函数中执行的简单命令数的近似值。如果 LINENO 未设置,即使随后重置,它也会失去其特殊属性。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
如果此参数设置为文件名且 MAILPATH 变量未设置,则 bash 会通知用户指定文件中邮件的到达。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
指定 bash 检查邮件的频率(以秒为单位)。默认值为 60 秒。当需要检查邮件时,shell 会在提示之前执行此操作。如果此变量未设置,则 shell 将禁用邮件检查。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
要检查邮件的路径名的冒号分隔列表。要打印的消息可以通过用 `?` 分隔路径名和消息来指定。$_ 代表当前邮件文件的名称。示例:MAILPATH='/usr/spool/mail/bfox?"您有邮件":~/shell-mail?"$_ 有邮件!"' Bash 为此变量提供默认值,但它使用的用户邮件文件的位置取决于系统(例如,/usr/spool/mail/$USER)。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
如果设置,并且 bash 正在检查邮件的文件自上次检查以来已被访问,则会打印消息“The mail in mailfile has been read”。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
由 cd 命令设置的上一个工作目录。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
自动设置为一个字符串,描述 bash 正在其上运行的操作系统。默认值取决于系统。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
命令的搜索路径。它是 shell 在其中查找命令的冒号分隔的目录列表(请参阅下面的命令执行)。默认路径取决于系统,由安装 bash 的管理员设置。一个常见的值是 ``/usr/gnu/bin:/usr/local/bin:/usr/ucb:/bin:/usr/bin:.''。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
shell 在存储在 PATH 环境变量中的文件路径列表中查找命令和程序。环境变量将信息存储在其他程序和命令可以访问的位置。环境变量存储诸如您正在使用的 shell、您的登录名和您当前的工作目录之类的信息。要查看当前定义的所有环境变量的列表;在提示符下键入“set”。当您在 shell 提示符下键入命令时,shell 将按顺序在 PATH 变量中列出的每个目录中查找该命令的程序文件。找到的第一个与您键入的命令匹配的程序将运行。如果命令的程序文件不在您 PATH 环境变量中列出的目录中,则 shell 返回“commands not found”错误。默认情况下,shell 不会在您当前的工作目录或主目录中查找命令。这实际上是一种安全机制,以防止您意外执行程序。如果恶意用户在您的主目录中放置了一个名为 ls 的有害程序怎么办?如果您键入 ls,并且 shell 在 /bin 目录中的真实程序之前在您的主目录中查找伪造程序,您认为会发生什么?如果您认为会发生不好的事情,那么您就走对了。由于您的 PATH 没有将当前目录作为其搜索位置之一,因此必须使用绝对路径或指定为“./program-name”的相对路径来调用当前目录中的程序。要查看 PATH 中包含哪些目录,请输入以下命令:# echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11 来自 Complete-Idiot's Guide to Linux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
如果设置,则该值在发出每个主提示符之前作为命令执行。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
此参数的值已扩展(请参阅下面的 PROMPTING),并用作主提示符字符串。默认值为 ``bash\$ ''。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
此参数的值已扩展,并用作辅助提示符字符串。默认值为 ``> ''。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
此参数的值用作 select 命令的提示符(请参阅上面的 SHELL GRAMMAR)。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
此参数的值已扩展,并且该值在 bash 在执行跟踪期间显示的每个命令之前打印。PS4 的第一个字符会根据需要多次复制,以指示多个级别的间接引用。默认值为 ``+ ''。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
由 cd 命令设置的当前工作目录。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
每次引用此参数时,都会生成一个随机整数。随机数序列可以通过为 RANDOM 赋值来初始化。如果 RANDOM 未设置,即使随后重置,它也会失去其特殊属性。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
每次引用此参数时,都会返回自 shell 调用以来的秒数。如果为 SECONDS 分配一个值。随后引用时返回的值是自分配以来的秒数加上分配的值。如果 SECONDS 未设置,即使随后重置,它也会失去其特殊属性。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
每次启动 bash 实例时,此值都会递增 1。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
及更高版本 用于对胶卷图片文件进行编号的方法,该胶卷已扫描用于计算机演示 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
由 OS/2 用于跟踪存档文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
本机格式 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (GEOWorks) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于编号旧(备份)版本的文件(例如,由安装程序更改的 CONFIG.SYS);也用于编号 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
由 (Superbase) 使用的数据库索引文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备份文件 (Iomega Backup) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备份数据文件 (Iomega Backup) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus 123 97 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Smartmaster 文件 (Lotus 1-2-3 '97) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档向导列表 (Microsoft Visual FoxPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二维绘图文件 (VersaCAD) (http://www.versacad.com/vcadhome.htm) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
和 3GR VGA 图形驱动程序/配置文件 (Microsoft Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于 80386 或更高微处理器的文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
三维绘图文件 (VersaCAD) (http://www.versacad.com/vcadhome.htm) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D NURBS 建模器, (Rhino) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D Studio (for DOS) 格式的文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (数码相机使用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译代码 (Informix 4GL) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码 (Informix 4GL) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐文件 (Quartet) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐 mod 文件 (Composer 669)(Unis Composer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tracker 模块 (Composer 669) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源文件 (汇编) (类似于 Microsoft 汇编器) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
屏幕文件,用于安装和使用 Microsoft Codeview for C 等应用程序的说明 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
归档文件。lib*.a 是一个静态库。来自 Rute 用户指南 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
库文件 (Unix) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
目标代码库 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware 3.x 库 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware MacIntosh 文件 (未打包) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware Windows 文件 (未打包) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware 4.x 库 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware MacIntosh 文件 (未打包) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware 文件 (已打包,不带运行时) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware Windows 文件 (未打包) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware 5.x 库 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware Windows 文件 (未打包) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audible 音频文件 (通常用于可下载的音频书籍) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware shocked 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware shocked 数据包 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applix Builder 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adobe 二进制屏幕字体 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备份文件 (PrintMaster Gold) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Draw 自动备份 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频专辑文件 (HitPlayer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applix Builder Turbo 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG 音频声音文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
有时用于表示摘要(如科学论文的摘要或概要) 自动备份 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PC 平台的标准 GNU 编译器输出文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HTTP 动画文件 (Microsoft Agent) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project Manager Workbench 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ACBM 图形图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DR-DOS Viewmax 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字符定义文件 (Microsoft Agent) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ACE Archiver 压缩 <http://searchStorage.techtarget.com/sDefinition/0,,sid5_gci211828,00.html> 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HTTP 字符文件 (Microsoft Agent) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ACI 开发评估 (ACIWEB) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Draw 6 键盘快捷键文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
动态链接库 (DLL) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interplay 压缩声音文件 (Fallout 1,2, Baulder's Gate) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows 系统目录文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Office 助手预览文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American College of Radiology 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字符结构化存储文件 (Microsoft Agent) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Action Presentation 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档向导操作图 (Microsoft Visual FoxPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FoxPro Foxdoc 操作图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Office 助手 Actor 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于压缩和解压缩音频数据 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
After Dark 屏幕保护程序 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://search390.techtarget.com/sDefinition/0,,sid10_gci211523,00.html> Ada 源代码文本文件 (非 GNAT) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ada 源代码文本主体文件 (GNAT) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HP 100LX Organizer 约会数据库 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Scanstudio 16 色位图图形文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
OS/2 适配器驱动程序文件,用于启动过程 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Amiga <http://WhatIs.techtarget.com/definition/0,,sid9_gci211557,00.html> 磁盘文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AutoCAD 设备无关二进制绘图仪文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
QEMM Mca 适配器描述库 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
After Dark MultiModule 屏幕保护程序 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows NT <http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci213368,00.html> 策略模板 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus 1-2-3 加载项文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Astound Dynamite 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
动态页面文件 (AOLserver) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FaxWorks 传真调制解调器设置文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
After Dark Randomizer 屏幕保护程序 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Smart Address 地址簿 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ada 源代码文本规范文件 (GNAT) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AdTech 传真文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HP NewWave 数据文件,用于卡片应用程序 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Archetype Designer 文档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dynazip Active Delivery 脚本 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus Approach dBase 索引 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打包的 ADF 文件 (使用 WinZip 解压) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Author/Editor 文件 (SoftQuad) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ArcExplorer 项目文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ABC FlowCharter 2.0 流程图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ABC Flowchart 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Sound 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Truevision 位图图形 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adobe 度量 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HP NewWave Cardfile 应用程序 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applix graphic 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adobe Illustrator 绘图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Trace 绘图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频交换文件,Silicon Graphics 和 Macintosh 应用程序使用的一种声音格式 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
类似于 AIF (已压缩) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://WhatIs.techtarget.com/definition/0,,sid9_gci213472,00.html> 类似于 AIF 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AOL Instant Messenger 启动文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AIN 压缩归档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
APL 传输文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ACDSee 图像序列 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Velvet Studio 乐器文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
施乐强度样本阵列图形 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HP NewWave 卡片文件应用程序数据 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
包含 RoboHELP 帮助项目索引设计器中未与主题关联的所有 A 关键字 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
欧洲电话音频 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JASC Image Commander 相册 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档文件 (SAP 专有格式) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alias 图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
X 窗口系统字体别名目录。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arts & Letters 图库 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 通用打印机信息文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alias 图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect 图库菜单 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applix SHELF 宏 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DSMIA/Asylum 模块音乐 (Crusader,No Remorse,Aladdin) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐文件 (高级模块格式) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ACTOR 系统映像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AMGC 压缩存档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
注释文件 (Cocreate SolidDesigner) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Extreme's Tracker 模块 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Velvet Studio 音乐模块 (MOD) 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (Sterling Software) (Groundworks COOL 业务团队模型) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
佳能计算机图案制作器文件,是可选择的列表 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Windows 动画光标 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DeluxPaint 动画 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows 3.x 帮助注释 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ANSI <http://searchCIO.techtarget.com/sDefinition/0,,sid19_gci213776,00.html> 文本文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows 版 SimAnt 保存的游戏 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
诺基亚 9000 附加软件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
应用程序二进制对象模板文件 (ZenWorks snAPPshot) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applix Presents 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WHAP 压缩 Amiga 存档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译的应用程序文件 (Centura Team Developer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus 1-2-3 打印机驱动程序 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
动态应用程序库文件 (Centura Team Developer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus 1-2-3 打印机驱动程序 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus 1-2-3 打印机驱动程序 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目文件 (Allaire) (由 Homesite 创建) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
应用程序编程接口;由 Adobe Acrobat 使用 <http://searchCIO.techtarget.com/sDefinition/0,,sid19_gci211517,00.html> 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus 1-2-3 打印机驱动程序 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
APL 工作区文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
应用程序库文件 (Centura Team Developer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase 应用程序生成器对象 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DR-DOS 可执行应用程序 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FoxPro 生成的应用程序 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
生成的应用程序或活动文档 (Microsoft Visual FoxPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
正常模式应用程序文件 (Centura Team Developer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Symphony 插件应用程序 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ArcView 项目文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
员工评估绩效评估文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus Approach 97 视图文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
具有错误检查的高级修补系统,(类似于 IPS) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Visual C++ 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus Approach 数据视图文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本模式应用程序文件 (Centura Team Developer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland C++ Appexpert 数据库 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus Approach Paradox 特定信息文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applix 数据 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
LH ARC (旧版本) 压缩存档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SQUASH 压缩存档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
自动响应文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ARI 压缩存档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Aristotle 音频文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Robert Jung ARJ 压缩存档 (ARJ) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ARC 文件归档器 CPM/Port 存档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AOL v4.0 组织器文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atari Cubase Arrangement 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
使用 Johson-Grace 压缩算法压缩的 AOL 图像文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
佳能 Crayola 艺术 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
剪贴画 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
First Publisher 栅格图形 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
光线追踪器文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Xara Studio 绘图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ARX 压缩存档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applix 电子表格 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Visual InterDev <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci213682,00.html> 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASCII <http://WhatIs.techtarget.com/definition/0,,sid9_gci211600,00.html> 文本文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PGP <http://searchSecurity.techtarget.com/sDefinition/0,,sid14_gci214292,00.html> 加密装甲 <encrypti.htm> 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Astound 演示文稿 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus 1-2-3 屏幕驱动程序 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft 高级流媒体格式 (ASF) 描述文件;打开 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WinWord 自动保存文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Velvet Studio 采样文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus 1-2-3 屏幕字体 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft 高级流媒体格式 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐文件 (Electronic Arts) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
StratGraphics 数据文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TASM 3.0 汇编语言头文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland C++/Turbo C 汇编程序包含文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
汇编程序 <http://search390.techtarget.com/sDefinition/0,,sid10_gci211604,00.html> 语言源文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pro/E 装配文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Astound Dynamite 对象 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci213787,00.html> Active Server Page (包含 Microsoft 服务器处理脚本的 HTML 文件) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Astound 演示文稿 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Procomm Plus 设置和连接脚本 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Astound 多媒体文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Claris Works “助手”文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DataCAD 自动保存文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cheyenne 备份脚本 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft 高级流媒体重定向器文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视频文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Aldus Persuasion 2.0 自动模板 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adobe Type Manager 数据/信息文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AT&T Group 4 位图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows 版 AnyTime Deluxe 个人信息管理器文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频格式 (原始 Sun Microsystems 通用声音文件)。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频 U-law (发音为 mu-law) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sun/NeXT/DEC/UNIX 声音文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频文件 (Westwood Studios) (Kyrandia 3,C&C,RedAlert,C&C:TS) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ChiWriter 辅助字典文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TeX/LaTeX 辅助参考文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Avagio 出版物 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Inculan Anti-Virus 病毒感染文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft 音频视频交错文件,用于 Windows 电影 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视频格式。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频视觉研究文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
应用程序可视化系统文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Stardent AVS-X 图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文件扩展名 (ArcView) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applix Words 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HP AdvanceWrite 文本文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FaxView 文档图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
awk 程序源代码文件。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AWK 脚本/程序 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Animation Works 电影 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于数字存储音频的 Telsis 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
StatGraphics 数据文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ArcIMS XML 项目文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASCII 应用程序对象模板 (ZenWorks snAPPshot) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
来自多卷存档的 ARJ 压缩文件 (xx = 01 到 99 之间的数字) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applause 批处理列表 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
1st Reader 单色二进制屏幕图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atari/Macintosh 黑白图形 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
1st Reader 单色和彩色二进制屏幕图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ABC Ventura 出版商打印机字体 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Helix Nuts and Bolts 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原始图形文件 (Piclab Plane II) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Oracle 坏文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备份文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ballade 乐谱 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase 应用程序生成器水平菜单对象 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BASIC <http://searchVB.techtarget.com/sDefinition/0,,sid8_gci213805,00.html> 源代码 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
批处理文件 <http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci211642,00.html> 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Papyrus 数据库备份 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TeX/BibTeX 书目参考文献文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Deluxe Paint 位图图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子公告板系统文本 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
批处理对象 (dBase 应用程序生成器) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datalex Entry Point 90 数据文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Works 通信文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitstream Outline 字体描述文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland C++ Makefile 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland C++ 4.5 环境设置文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Works 数据库文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Egret 数据文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
西点桥梁设计器文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Publisher 边框 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitstream Outline 字体描述 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bradford 2 字体 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows 95 公文包文档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体度量文件 (Unix/大型机) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真文档文件 (BitFax) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft 双陆棋游戏文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
OS/2 图形阵列 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland 图形界面驱动程序 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft 飞行模拟器场景文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
pcAnywhere 主机文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二进制 <http://WhatIs.techtarget.com/definition/0,,sid9_gci211661,00.html> 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
书目文件 (ASCII) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
bibtex LATEX 书目源文件。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TeX/BibTeX 文献数据库 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GroupWise 初始化文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像采集板二进制图像黑白图形 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
XLITE 3D 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二进制 <http://WhatIs.techtarget.com/definition/0,,sid9_gci211661,00.html> 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
OS/2 Bios 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
X11 位图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备份文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JetFax 传真簿文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 文档备份 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备份文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 文档窗口 1 的定时备份文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 文档窗口 2 的定时备份文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 文档窗口 3 的定时备份文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 文档窗口 4 的定时备份文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 文档窗口 5 的定时备份文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 文档窗口 6 的定时备份文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 文档窗口 7 的定时备份文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 文档窗口 8 的定时备份文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 文档窗口 9 的定时备份文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TurboVidion 对话框设计器备份,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
IBM BookManager Read 书架文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Works 电子表格备份,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FontEdit 字体集镜像,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
资源存档 (DreamWorks),(Neverhood),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BASIC 可加载图片文件 (Bloadable picture file),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alias Wavefront 图像,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 临时文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows 系统位图,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apogee BioMenace 数据,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Gallery 文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows 帮助书签,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft 位图文件图像格式。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows 或 OS/2 位图,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
乐器库文件 (AdLib),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
乐器库文件 (AdLib),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音效库文件 (Electronic Arts),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档库文件 (Microsoft Booasm.arc),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
物料清单文件 (Orcad Schematic Capture),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Booasm.arc 压缩存档,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adobe FrameMaker 书籍,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus Notes 文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
商业计划工具包图表,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland Delphi 4 打包库,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Works 文档,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CorelDraw 位图填充文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Truevision Targa 位图,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BrioQuery 文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bridge 脚本,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Eagle 布局文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Brooktrout 传真邮件文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
与金融机构贷款申请相关的应用程序文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于浏览多媒体选项索引的文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于非常大的数据库备份或恢复的 DbBRZ 文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apogee Blake Stone 数据文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BSARC 压缩存档,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple II 压缩存档,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fortran Pwbrmake 对象,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MS Developer Studio (MSDev) 浏览器信息,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Quake 地图文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Bookshelf 查找菜单 shell 扩展,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Norton Utilities 使用的批处理 <http://search390.techtarget.com/sDefinition/0,,sid10_gci211641,00.html> 文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库文件 (Btrieve 5.1),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Quicken 的备份磁盘,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bug 和问题文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CakeWalk 音频捆绑包 (一个 MIDI <http://WhatIs.techtarget.com/definition/0,,sid9_gci212572,00.html> 程序),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备份,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Buttons! 按钮定义,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电影数据文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 文档 1 中插入点下方的溢出文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 文档 2 中插入点下方的溢出文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 文档 3 中插入点下方的溢出文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 文档 4 中插入点下方的溢出文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 文档 5 中插入点下方的溢出文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 文档 6 中插入点下方的溢出文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wordperfect for Windows 文档 7 中插入点下方的溢出文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 文档 8 中插入点下方的溢出文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 文档 9 中插入点下方的溢出文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SGI 黑白图像文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Silicon Graphics 原始红、绿和蓝字节文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Baler 电子表格应用程序,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Kermit Beware 错误列表,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Business Wave 文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BYU 电影,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bzip 压缩文件 (Inix),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
使用 bzip 压缩算法/程序压缩的文件。这些文件现在大多是冗余的。绝大多数文件都使用更优越的 bzip2 程序压缩。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bzip 压缩文件 (Unix) (取代 Bz),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
使用 bzip2 压缩程序压缩的文件。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atari/Macintosh 黑白图形 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C 代码,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C 程序源代码。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secure Remote (CheckPoint VPN) 的站点配置,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sphinx C-- 源代码,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ventura Publisher 打印文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
台风波 (Typhoon wave),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Innovation (C86) 源代码,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Telnet 服务器初始缓存数据文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft cabinet 文件(为软件分发压缩的程序文件),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase IV 可执行文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Softdesk Drafix Cad 文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
目录文件 (Microsoft Clip Gallery v. 2.x,3.x,4.x),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
日历计划数据文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CALS 压缩位图,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SuperCalc 4/5 电子表格,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Casio 相机文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Navigator 传真,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩音乐文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Telix 会话捕获文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ventura Publisher 标题,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AtHome 助手文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
逗号分隔的 ASCII 文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase 目录文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Quicken IntelliCharge 分类文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft 干净启动 <http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci211696,00.html> 文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CubiCalc 模糊逻辑系统文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
列二进制文件(用于 IBM 大型机系统),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cobol 源代码,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
XLib 编译位图,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
通用计算机辅助培训文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C++ 源代码,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual dBASE 自定义类文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C++ 程序源代码。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
cc:mail 存档文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Basic 动画按钮配置文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Curtain Call 本机位图图形,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Calendar Creator Plus),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
OS/2 中使用的多媒体查看器配置文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Symphony Communications 通信配置文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Chart 图表,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Intalk 通信命令语言,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus CC:Mail “邮箱”文件(例如,INBOX.CCM),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CyberChat 数据文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
XBTX 图形,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macromedia Director Shockwave 演员文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CD 音频轨道,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CardScan 数据库 (CardScan),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
剪贴板文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
概念模型备份文件 (PowerDesigner),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TCU Turbo C Utilities 主数据库,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci213841,00.html> Microsoft 频道定义格式,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Netcdf 图形文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
光盘文件系统 (WindRiver),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Phillips Compact Disk Interactive 文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atari Calamus 文档,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
概念数据模型文件 (PowerDesigner Data Architect) (Sybase),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
概念模型文件 (PowerDesigner),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual dBASE 自定义数据模块,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Draw 矢量绘图文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原始音频 CD 数据文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Draw 模板,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CorelDraw 数据文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Draw 压缩绘图,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft 的 Visual Foxpro <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci213705,00.html> 索引,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The FarSide 计算机日历主 CE 文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tempra Show 位图图形,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AutoDesk Animator Cel 图像,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CIMFast 事件语言文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
证书文件 (MIME x-x509-ca-cert),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Imake 配置文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件或脚本。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Comptons 多媒体文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CorelFLOW 图表,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ColdFusion <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci211812,00.html> 模板,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel FontMaster 文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Creative FM-Music,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual dBASE Windows 客户表单,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atari Calamus 字体数据文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TCU Turbo C Utilities C 表单对象,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Complete Fax 便携式传真文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ventura Publisher 显示字体文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci213846,00.html> 通用网关接口脚本,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
生成网页输出的可执行脚本。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
计算机图形元文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Clipper 5 标头,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
OS/2 配置文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Harvard Graphics 3.0 图表,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Charisma 4.0 演示文稿,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FontChameleon 字体描述符,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
pcAnywhere 远程控制文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ChiWriter 文档,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
由 Windows 磁盘碎片整理程序或 ScanDisk 保存的文件片段,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 临时文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置历史记录,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译的 HTML 文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ethnograph 数据文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ventura Publisher 章节文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字符集(字体文件),来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ChartMaster dBase 接口文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ChartViewer 文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Harvard Graphics 矢量 <http://WhatIs.techtarget.com/definition/0,,sid9_gci528553,00.html> 文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CalTech Intermediate Graphic,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Easy CD Creator 映像,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
pcAnywhere 呼叫者文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Clip Gallery 下载包文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sim City 2000 文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
OS/2 更改控制文件,用于跟踪对 INI 文件的更改,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TCU Turbo C Utilities 数据库索引,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
iD/Apogee Commander Keen 1 数据,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
iD/Apogee Commander Keen 2 数据,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
iD/Apogee Commander Keen 3 数据,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
iD/Apogee Commander Keen 4 数据 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
iD/Apogee Commander Keen 5 数据 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
iD/Apogee Commander Keen 6 数据 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland C++ 键盘映射文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
通用 LISP 源代码 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
布局文件 (Adaptec Easy CD Creator) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Java 类 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
磁盘目录数据库 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cricket Software Clicker 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cloe 图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Clipper 5 编译器脚本 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Quattro Pro 剪贴画 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows 剪贴板 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
1st Reader 二进制彩色屏幕图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PhotStyler 颜色定义 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C++ 类定义 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Basic 类模块 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Craftman 数据 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
纯文本格式的数据库文件 (APPLIX TM1) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
1st Reader 外部命令菜单 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows NT 的命令文件(类似于 DOS 的 .BAT 文件), OS/2 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase-II 程序文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DOS CP/M 命令文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel 元文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chessmaster 保存的游戏 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Card Shop Plus 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CEnvi 批处理文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
地址文档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CorelDRAW 4.0 Postscript 打印机页眉 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JPEG 位图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Word for DOS 用户词典 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Route 66 地址文档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MediaPlayer 电影 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Move 动画 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Presentation Exchange 图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原始青色、品红色、黄色和黑色字节文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CNC 通用程序数据 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Telnet、Windows 和其他应用程序使用的配置文件,内部格式各不相同 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows 应用程序菜单选项和设置文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compuworks Design Shop 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows(或其他)系统内容文件,用于帮助索引和其他目的 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
转换文件 (WS_FTP Pro) 文件,这些文件将从(例如)“HTML-”HTM“转换为上传 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Word for Windows 数据转换支持文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows 临时文件,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COBOL 源代码 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
trueSpace 2 对象 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase 应用程序生成器模板源文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FORTRAN 编译代码 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft C 编译器输出,作为可显示的机器语言/汇编程序,并以原始 C 代码作为注释 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视频文本文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AutoDesk Animator 调色板 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Multiplan 电子表格 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
命令文件(程序) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
尝试编译帮助系统的源文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Simdir 配置文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件。 来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CP8 256 灰度图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
投诉台脚本 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel PrintOffice 文件(绘图) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真封面文档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真封面文档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Complete Fax (传真文件) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (Corel Print House) 参见 CPO 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ColorLab 处理的图像位图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft MS-DOS 代码页信息 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CeQuadrant CD 项目 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compel 演示文稿 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
控制面板模块 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel 调色板 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (Corel Print Office) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C++ 源代码,来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CA-Cricket Presents 演示文稿 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Presents 演示文稿 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central Point PC Tools 备份 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
彩色 postscript 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CA-Cricket Presents 模板 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Photo-Paint 图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase 加密备忘录 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macintosh 压缩存档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Presentation Exchange 压缩绘图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Copy Books) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COMPOZ 音乐文本 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
检查文件 (Win-SFV32) (Fantasia Software) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
循环引用文件 (Pro/Engineer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Windows 3.x Cardfile 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Zortech C++ 交叉引用 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (Microsoft Golf) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Presents 运行时演示文稿 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase IV 加密数据库 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual dBASE 自定义报表 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect 5.1 for Windows 文件转换资源 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
证书文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Crontab 文件) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Oracle 终端设置信息 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CRUSH 压缩存档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
逗号分隔文本 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel 脚本 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Statistica/w 图形文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C shell 脚本文件 (Hamilton Labs) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
csh shell 脚本。 来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland C++ 4.5 预编译头文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
脚本文件 (Kodak Dc265 Camera) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
客户服务数据和结果文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PC Emcee 屏幕图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
层叠样式表 (MIME) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Statistica/w 数据表 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Stats+ 数据文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macromedia Director "Cast" (资源) 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
逗号分隔值文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CompuShow 调整后的 EGA/VGA 调色板 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
与 Paint Shop Pro 图形编辑器关联的图形文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Scitex CT 位图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PC Installer Control 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Symphony 字符代码转换 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase IV Control 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
通常用于包含控制信息的文件。FAXWorks 使用它来保存有关每个已发送和已接收传真的信息。 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft 在线课程文本 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pretty Good Privacy (PGP) 密文文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Basic 用户控件二进制文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Cue Cards 数据 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
光标库文件 (IconForge) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows 光标 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sun Microsystems 光标 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dr Halo 位图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Versions 存档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft CodeView 信息屏幕 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Canvas 绘图文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Claris Works 数据 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Claris Works 模板 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macromedia Director 受保护的(不可编辑)"Cast"(资源)文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C++ 源代码 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
2D/3D 对象文件 (3-D Fassade Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Commodore 64 模拟器磁盘映像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows 注册表备份 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据访问页 (Microsoft Access 2000) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件扩展名,用于在以下位置指定错误消息 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于某些 MPEG 文件的扩展名 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect 合并数据 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borderland's Paradox 7 表数据库 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库文件。 来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft 的 Visual FoxPro 数据库容器文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
一个 dBASE 文件,一种由 Ashton-Tate 发起的格式,但被 Act!、Clipper、FoxPro、Arago、Wordtech、xBase 以及类似的数据库或数据库相关产品所理解。 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
启用数据库(可以用 Excel 97 打开) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Oracle 8.1.x 表空间文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase 数据库备份 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原理图备份文件 (Orcad Schematic Capture) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译的程序文件 (dBase IV) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Paradox 备忘录 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase 文本备忘录 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备忘录字段文件 (Flexfile 2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Windows 9.x 数据库文件 (DataBoss) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DataBeam 图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft 的 Visual FoxPro 表文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CAD 文件 (DesignCAD) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CAD 文件 (DesignCAD) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DataCAD 绘图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档内容架构文本文件 (IBM DisplayWrite) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Basic Active Designer 缓存 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Dyadic) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
磁盘映像文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
医学数字成像和通信 (图像和数据) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DCM 模块 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据代码页 (OS/2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shockwave 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图图形 (Quark XPress) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (ACT! 活动文件) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
桌面分色文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库字典文件 (Clarion Database Developer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库拼写检查字典 (Harvard Graphics 3.0-Symphony) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft 的 Visual FoxPro 数据库容器文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Delphi 编译单元 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图图形文件 (多页 PCX) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真图像(基于 PCX) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft 的 Visual FoxPro 数据库容器文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (Macintosh DISKDOUBLER) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图图形文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Btrieve 或 Xtrieve 数据定义文件,其中包含描述 Btrieve 或 Xtrieve 文件的元数据 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (DISKDUPE) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digital Equipment 或 Compaq 文件。用于存储图像及其 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设备驱动程序配置文件 (OS/2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Debian 发行版的 Debian 软件包。 来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
调试脚本 (DOS Debug) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
汇编头文件 (Geoworks) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C++ 定义文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
定义模块文件 (3-D Fassade Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SmartWare II 数据 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Oracle 7 卸载脚本 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
符合美国地质调查局 (USGS) 数字高程模型 (Vista Pro) 标准的文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
演示文件 (Descent) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (Vista Pro) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Basic 安装向导依赖文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
证书文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设备驱动程序 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macintosh SoundCap/SoundEdit 录制的乐器文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
加密的 zip 文件 (DES 加密) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据流程图图形 (Prosa) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
轮廓字体描述 (Digifont) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
默认程序设置 (Signature) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据流程图模型 (Prosa) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
声音文件 (Delight) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印窗体值 (Microsoft Word) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microstation95 CAD 工程图 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
诊断报告 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
依赖信息文件 (Geoworks) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (Dr. Halo II-III PIC 格式) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Gauss) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Diagraph 图形文件 (Computer Support Corporation) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设备无关位图 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字典文件 (Lotus Notes, Domino) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字典文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
医学数字成像和通信文件 (DICOM) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据交换格式电子表格 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据交换输出文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库文件 (VisiCalc) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (来自数据交换格式的输出) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
diff 程序的输出,指示文件或源树之间的差异。 来源: Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digilink 文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound Designer I 音频 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
拨号目录 (ProComm Plus) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
目录 (VAX) (DEC) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macromedia Director 文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电影 (MacroMind Director 4.x) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
X Window 系统字体/其他数据库目录。 来源: Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
分发文件 (VAX Mail) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
光线追踪器文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
同义词库文件 (CorelDraw) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
描述文件 (ZIP 中的描述) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (光线跟踪 DKBTrace) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Lotus 1-2-3) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C++ 对话脚本 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci213902,00.html> 动态链接库文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
导出/导入过滤器 (CorelDraw) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可下载声音 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
交互式音乐架构 (IMA)(Microsoft),(Blood2) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
安装文件 (Norton DiskLock) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual dBASE 数据模块 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打包的 Amiga 磁盘映像 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
X-Trakker 音乐模块 (MOD) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
演示文件 (Derive) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
转储文件 (屏幕或内存) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (Amiga DISKMASHER) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Basic 用户文档 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DisplayWrite 文档 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档格式 (Interleaf) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FrameMaker 或 FrameBuilder 文档 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Word 文档 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect 文档 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordStar 文档 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
屏幕保护程序文件 (Laughing Dog Screen Saver) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
依赖信息文件 (Geoworks) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
外部命令文件 (1st Reader) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
网络驱动程序文件 (PKT_DIS.dos) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (DOS) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
线型定义 (CorelDraw) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Word 文档模板 (Microsoft Word for Windows) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (MultiMate 4.x) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用户文档二进制形式 (Visual Basic) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Zip 外的描述 (VENDINFO) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
日历文件 (Daily Planner) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (DataPhile) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland Delphi 3 打包库 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目头文件 (Borland C++) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
出版物文件 (Publish-It!) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
目录文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Acorn 的基于对象的矢量图像 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设计规则检查报告文件 (Orcad Schematic Capture) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
显示资源文件 (WordPerfect for Windows) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设备驱动程序 (使设备运行所必需) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
驱动程序 <http://searchStorage.techtarget.com/sDefinition/0,,sid5_gci212002,00.html> 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus Freelance 图像 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pro/E 工程图 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
矢量图形 (Micrografx) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Micrografx Designer 图像 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
矢量图形 (Micrografx) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
丢弃文件 (Oracle) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库文件 (DataShaper) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Micrografx Designer v7.x 文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DooM 保存的游戏 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
驱动程序文件 (Novell Netware) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目桌面文件 (Borland C++/Turbo Pascal) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数字声音模块 (DSI) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dynamic Studio 音乐模块 (MOD) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐模块文件 (DSIK) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设计 (Object System Designer) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ODBC 数据源 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原理图文件 (Orcad Schematic Capture) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
显示参数 (Signature) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形显示驱动程序 (Dr. Halo) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Developer Studio 项目 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel QUERY 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
驱动程序资源 (WordPerfect for Windows) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Basic Active designer 文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数字声音文件 (Digital Soup)) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
屏幕保护程序文件 (DCC) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
分发文件 (PC-RDist, by Pyzzo) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
绣花机图形文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
桌面设置 (Borland C++ 4.5) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Developer Studio 工作区文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Basic Active designer 二进制文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Turbo C++) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
世界银行 STARS 数据 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci213918,00.html> SGML 文档类型定义 (DTD <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci213918,00.html>) 文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数字地形高程数据(地理数据格式) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库文件 (PFS-Questions & Answers) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Symantec Q&A 关系数据库 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模块文件 (DigiTrakker) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
桌面布局文件 (SecurDesk!/SecurDesk! LV) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模板文件 (Pressworks) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文档 (Timeworks Publisher 3.x) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件分支 (Macintosh) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft 拨号网络导出文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
重复备份 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数字视频 (MIME) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Lotus 1-2-3) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
与摄像机相关的图形文件 (DV Studio) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二进制文件 (TeX) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设备无关文档 (TeX) (LaTeX) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设备无关文件。 .tex LATEX 文件的格式化输出。 来源: Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Desqview 程序信息 (DESQview) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设备参数文件 (AutoCAD) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工程图文件 (DesignCAD for Windows) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (DWC) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DiamondWare 数字文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工程图 Web 文件 (Microsoft WHIP autoCAD reader) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
矢量图形 (Autodesk) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AutoCAD 工程图 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AutoCAD 工程图,或更旧的通用 CAD 工程图文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档文件 (DeScribe) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工作区文件 (Dyadic) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数字电气公司 (DEC) 数据交换文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据交换文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
绘图交换 (eXchange) 格式,二进制 DWG 格式的文本表示 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
绘图交换格式 (AutoCAD) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真文档 (Fujitsu dexNet) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macromedia Director 受保护的(不可编辑的)电影文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Lotus 1-2-3) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Coverage 导出文件 (ArcInfo) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
交换文件 (Arc/Info) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
错误检查对象文件 (Geoworks) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
EDMICS 图像 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
EDMICS 图像 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq ASR 磁盘映像 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ROOTS3 家谱数据文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
元素定义文档 (FrameMaker+SGML 文档) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq EPS 磁盘映像 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq KT 磁盘映像 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq SQ1/SQ2/KS32 磁盘映像 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq SQ80 磁盘映像 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
默认设置 (VAX Edt 编辑器) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq VFX-SD 磁盘映像 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
公式编辑器按钮栏 (WordPerfect for Windows) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq ASR 文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq EPS 文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq KT 文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq SQ1/SQ2/KS32 文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq SQ80 文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
高分辨率屏幕字体 (ChiWriter) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq VFX-SD 文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真文档 (Efax Reader) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真文档 (Everex EFax) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
EGA 显示字体 (Ventura Publisher) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lisp 程序源代码。 来源: Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lisp 源代码 (eMacs) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
eMac Lisp 源代码 (字节编译) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
主题包文件,用于 (Microsoft FrontPage) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
事件列表文本文件 (Prosa) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
嵌入式库文件 (Everest) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ABT 扩展模块 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
增强型 Windows 元文件 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Outlook Express 邮件消息 (MIME RFC 822) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
增强型菜单系统配置文件 (PC Tools) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
终端仿真数据文件 (BITCOM) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编码文件 (UUENCODEd File, Lotus 1-2-3) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐文件 (Encore) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视频文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
箭头头定义表 (CorelDraw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
中性格式 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图表图形文件 (EnerGraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字典引擎文件 (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
包络宏 (WOPR) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
环境文件 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
出版物文件 (Express Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
增强型 Perl 解析 HTML From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档文件 (Express Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
封装 Postscript 图像文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
封装 Postscript 矢量图形 (Adobe Illustrator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机字体 (Epson, Xerox, Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adobe Level II 封装 Postscript From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
封装 PostScript From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adobe 封装 Postscript 交换格式 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
方程式文件 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ERWin 文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
实体关系图图形文件 (Prosa) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
实体关系图模型文件 (Prosa) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译错误文件 (Microsoft Visual FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
存储 RoboHELP Help 生成时产生的错误消息 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ERWin 文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
扩展 Shell 批处理文件 (DOS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可分发支持库文件 (Microsoft Visual FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ESPS 音频文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档文件 (Ethnograph 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
结构化增强文本 (SetText) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq ESP 系列压缩磁盘映像 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
事件日志 (Microsoft Windows NT, 2000) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (WordPerfect for Windows Envoy) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文档 (Express Publisher for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Encarta 文档 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设备驱动程序文件 (Harvard Graphics 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Optimize 的排除文件 (不处理, QEMM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Word 排除字典文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码文件 (Rexx VM/CMS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可执行 <http://WhatIs.techtarget.com/definition/0,,sid9_gci212086,00.html> 文件 (程序) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
已保存的聊天记录 (ICQ) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASCII 二进制传输文件 (WS_FTP PRO) (IPSWITCH Software) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
第二扩展文件系统 (Linux) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
第三扩展文件系统 (Linux) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩文件 (Edify.zip) (Edify Electronic Workforce Backup Utility) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩文件存档 (FREEZE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FORTRAN 文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真文档 (Perfect Fax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos 屏幕文本字体 (高度= 6 像素) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos 屏幕文本字体 (高度= 7 像素) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos 屏幕文本字体 (高度= 8 像素) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos 屏幕文本字体 (高度= 9 像素) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos 屏幕文本字体 (高度= 10 像素) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos 屏幕文本字体 (高度= 11 像素) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos 屏幕文本字体 (高度= 12 像素) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos 屏幕文本字体 (高度= 13 像素) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos 屏幕文本字体 (高度= 14 像素) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos 屏幕文本字体 (高度= 15 像素) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos 屏幕文本字体 (高度= 16 像素) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
线性音乐模块 (Farandole) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
块状音乐模块 (Farandole) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码文件 (FORTRAN 77) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FORTRAN 文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真文档 (Frecom FAX96) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
面部图形 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
常见问题文档 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐模块 (MOD) (Farandole Composer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
基本模块文件 (3-D Fassade Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
导航栏 (Microsoft Outlook) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchNetworking.techtarget.com/sDefinition/0,,sid7_gci212098,00.html> From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
类型图像 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备份 (Navison Financials) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
拼写检查字典文件 (Harvard Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
虚拟 CD-ROM 文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二进制文件补丁 (Forward Compression) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
声明文件 (FORTRAN) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译器字段偏移量 (DataFlex) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库 (Navison Financials) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表单文档 (Adobe Acrobat) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档表单 (F3 Design and Mapping) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形编辑器按钮栏 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CADRE 有限元网格 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
轮廓字体描述 (AGFA CompuGraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MS 快速查找文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真文档 (defFax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GUS PnP 音色库文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (PrintMaster Gold) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MS 快速查找文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MS 快速查找文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
最终格式文本 (IBM DCA 的一部分) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MS 快速查找文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Aldus Freehand 3 绘图 (矢量图形) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Aldus Freehand 4 绘图 (矢量图形) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文件接口 (FORTRAN) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
分形 <http://WhatIs.techtarget.com/definition/0,,sid9_gci212149,00.html> 图像 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
REND386/AVRIL 文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文件列表对象 (dBase Application Generator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文件模板 (Application Generator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
叠加 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印格式化文本 (Perfect Writer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文件索引表 (Microsoft Windows NT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形 (FITS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CCD 相机图像 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
灵活图像传输系统文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
补丁文件 (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏 (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
影片 (Macromedia Flash) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
格式库 (Papyrus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FLIC 动画 (AutoDesk) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字段定义模块文件 (3-D Fassade Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文件夹 (Charisma) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
已交付表单 (Corel Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
驱动程序 (OS/2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
许可证 (Navison Financials) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FLIC 动画 (AutoDesk) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体库 (EmTeX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可分发动态链接库 (DLL) (Microsoft Visual FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
胶卷 (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FlowCharter 文件 (MicroGrafx) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文件列表文档 (Farrukh Imposition Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
过滤器 (Corel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
过滤器 (Micrografx Picture Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形过滤器 (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形过滤器支持文件 (Asymetrix ToolBook) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐模块 (MOD) (StarTrekker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Open Flight 文件 (MulitGen) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
已编译二进制文件 (DataFlex) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FrameMaker 文档 (Adobe) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (FileMaker Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (Lotus 1-2-3, 版本 2.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设备驱动程序 (Harvard Graphics, 版本 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (Lotus 1-2-3, 版本 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表单的二进制源代码,(Oracle, v4.x 及更高版本) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文件管理器按钮栏 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体或图标 (IBM LinkWay) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MakeFile (FORTRAN PowerStation) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
镜像列表 (Oracle) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
已编译格式 (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档文件 (FileMaker Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
屏幕格式文件 (Microsoft Visual FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印文件 (Microsoft Schedule+) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
样式表 (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表单文件的文本格式 (Oracle, v4.x 及更高版本) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可执行表单,(Oracle,v4.x 及更高版本) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体 (Harvard Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
已保存的搜索 (查找小程序) (Microsoft Explorer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体组 (Font Navigator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模块 (FunkTracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体 (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
非活动字体 (Exact) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体 (Borland Turbo C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体 (Borland Turbo C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fontographer 字体 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
已保存的消息文件夹 (1st Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
呼叫日志 (Procomm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
拨号目录 (Telix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体 (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
系统字体 (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表单 (WindowBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FORTRAN 源代码 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
在 UNIX 系统中,用户可以将电子邮件地址放在其“.forward”文件中。这将导致发送到其帐户的所有电子邮件被转发到该电子邮件地址。此文件是攻击者的主要目标。如果他们可以覆盖此文件,他们可以巧妙地开始捕获用户的电子邮件。如果所讨论的帐户是 root 帐户,则尤其危险。请注意,用户不必了解有关此文件的任何信息,也不必在其系统上拥有该文件。入侵者仅仅创建此文件就会激活此功能。此外,由于此文件以“点”开头,因此通常对用户隐藏,因此他们甚至不会意识到此功能的存在。 From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体相关文件 (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
已安装的 TrueType 字体 (Microsoft Windows Font Installer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件 (FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FileMaker Pro 文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
"Flying Pigs" 屏幕保护程序数据文件 (Microsoft Windows 9.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FileMaker Pro v.3 & 4 文档文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档文件 (FileMaker Pro v.5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
目录文件 (FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FileMaker Pro 文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备注字段 (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
楼层平面图 (FloorPlan Plus for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图 (FlashPix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
重命名的 dBaseIII+ 表单 (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体 (FontMonger) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
未编译的报表 (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Zip (压缩) 文件 (Macintosh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (FrameMaker 或 FrameBuilder) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可执行文件 (Oracle,v3.0 及更早版本) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表单 (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表单 (Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
合并表单 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
符号报表 (DataCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
已编译的报表 (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表单 (PerForm PRO Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
屏幕字体资源 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
报表菜单 (FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表单暂存文件 (Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
报表 (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
fPrint 审核工具 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表单 (Paradox for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Paradox 7 表单 (Borderland) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
已保存的表单 (Corel Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
示例文件 (Farandoyle) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可链接程序 (dBFast) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据 (Lotus 1-2-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
全文索引 (Lotus Notes) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
索引文件 (Roots3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
客户端访问数据规范文件 (AS/400) (客户端到服务器) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
帮助系统全文搜索组文件 (Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体 (MicroGrafx) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文件传输协议 (Internet Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
帮助系统全文搜索索引 (Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档文件 (Family Tree Maker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库 (Framework II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库 (Framework II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库 (Framework III) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库 (Framework IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于文件拆分配置的数据文件备份 (FileWrangler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于文件拆分配置的数据文件 (FileWrangler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
在线指南 (FastLynx) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电话簿 (FAXit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
已编译的源代码 (FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真传输图形 (WinFax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音色库转储文件 (Casio FZ-1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
完整转储文件 (Casio FZ-1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
声音转储文件 (Casio FZ-1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据图表 (APPLAUSE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
G3 传真格式图像文件。 From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原始 CCITT G.721 //$bit ADPCM 数据 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原始 CCITT G.723 3 或 5 位 ADPCM 数据 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原始图形 (每个像素一字节) Plane III (PicLab) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
相册 (Corel Multimedia Manager) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真文档 (GammaFax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模拟器 ROM 映像文件 (Nintendo GameBoy) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
彩色模拟器 ROM 镜像文件 (任天堂 GameBoy) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
全局定义 (VAXTPU 编辑器) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lisp 源代码 (Golden Common Lisp 1.1) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lisp 源代码 (Golden Common Lisp 1.1) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
通用 (TM) CADD 绘图 (后期版本) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像处理文件 (地面控制点) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库文件 (InterBase) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字典文件 (GEOS) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
铃声、口哨和声卡模块 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
家谱数据 (GEDCOM) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形环境文档 (绘图) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形编辑器文件 (EnerGraphics) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形编辑器原生格式 (Arts & Letters) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图元文件 (GEM) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
矢量图形 (Ventura Publisher) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译模板 (dBase Application Generator) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
生成的文本 (Ventura Publisher) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Geode (Geoworks) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
未完成的下载 (GetRight) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩的 gif 图像 (GIFBLAST) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Patton&Patton Flowcharting 4 流程图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形链接演示文稿 (Genigraphics) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体 (NeoPaint) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Genigraphics 图形链接演示文稿 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图表 (Graph-in-the-Box) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci212189,00.html> Windows 95 全局索引 (包含帮助状态) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci213984,00.html> 位图 (CompuServe) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GIF 图像文件。 来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形链接演示文稿 (Genigraphics) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
演示文稿 (Windows 版 Graph-in-the-Box) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形链接演示文稿 (Genigraphics) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq EPS 系列磁盘镜像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GripKey 文档 (Gravis) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
动画文件 (GRASP 图形演示系统) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Glim) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Across) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
词汇表 (Microsoft Word) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CGM 图形 (APPLAUSE) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
瓦片地图 (Geomorph) (SPX) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形监视器记录 (Schlafhorst Automation) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形链接演示文稿 (Genigraphics) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
家谱文档文件 (Genopro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
生成的执行代码 (Micro Focus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形链接演示文稿 (Genigraphics) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Goc 源代码 (Geoworks) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Goc 标头 (Geoworks) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Geode 参数文件 (Geoworks Glue) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图表 (Lotus 1-2-3/G) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序包 (Omnigo) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
方格纸应用程序文件 (GraphPap) (生成方格纸) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
屏幕驱动程序 (Microsoft Windows 3.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (SigmaPlot) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图表 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shell Monitor (MS-DOS v5.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像处理网格 (CHIPS) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图表 (Charisma Graph Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Grapher (Golden Software) 图表 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图片组 (PixBase) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序管理器组 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原始图形 (GREY) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
演示文稿 (GraphShow) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
矢量图形 (Professional Draw) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频流原始 '字节对齐 (GSM 6.10 音频流) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频流原始 GSM (6.10 音频流) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
带标头的 GSM/QuickLink 文件 (US Robotics 语音调制解调器) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
不带标头的 GSM/VoiceGuide/RapidComm 文件 (US Robotics 语音调制解调器) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
草图板文件 (GeoMeter Sketch Pad) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Zip 文件 (Gnuzip) (允许输出到 html) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工作表 (GraphShow) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐模块 (Graoumftracker) (新) (MOD) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐模块 (Graoumftracker) (旧) (MOD) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据 (PopMail) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Greetings WorkShop 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形链接演示文稿 (Genigraphics) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形链接演示文稿 (Genigraphics) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形库 (Genus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩文件 (Unix gzip) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
使用 gzip 压缩程序压缩的文件。 来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C/C++ 程序头文件。 来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序头文件 (C) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
在线帮助 (Flambeaux Help!) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
头文件 (C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
头文件 (Sphinx C--) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (HA) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
驱动程序文件 (Novell Netware) 来源: Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
矢量图形保存文件 (Amiga) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (HA) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
会计数据文件 (Humanic Software) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
手册 (MathCad) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件 (IBM HCM) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound Tools 文件 (HCOM) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
生产配置文件 (IBM HCD/HCM) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
帮助文件 (帮助开发工具包) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
国家超级计算应用中心 (NCSA) 地理空间分层数据 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备用下载列表 (ProComm Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库标头 (Pc-File+) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Egret) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
消息标头文本 (1st Reader) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
消息标头文本 (ProComm Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
矢量图形 (Harvard Draw) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
帮助索引 (AutoCAD) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
帮助索引 (Zortech C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (HighEdit) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Hellbender 保存的游戏 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macintosh BinHex <http://WhatIs.techtarget.com/definition/0,,sid9_gci211663,00.html> 2.0 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HP 字体信息 (GEM) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
绘图文件 (HP Graphics Language) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
头文件 (C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
帮助系统映射 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
预编译标头 (Power C) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
远程用户的帮助信息 (ProComm Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频文件 (HitPlayer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
帮助库 (VAX) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
帮助文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows 帮助文件 (DataCAD) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
人机界面 MIDI 音乐文件 (Descent) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备用邮件读取选项菜单 (ProComm Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
人机界面 MIDI 音乐文件 (Descent) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序文件 (CNC) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lucas Arts Dark Forces WAD <http://WhatIs.techtarget.com/definition/0,,sid9_gci213332,00.html> 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
主数据包文件 (Descent3) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
任务文件 (Descent 1-2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档文件 (HotSend) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ascii 文本 Roman8 字符集 (NewWave Write) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体语言文件 (Hewlett-Packard) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HP LaserJet 字体 (Adobe Pagemaker) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
部分下载文件 (HotLine) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HPGL 绘图仪矢量图形 (AutoCAD) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HPGL 绘图仪矢量图形 (Harvard Graphics) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体信息 (GEM) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
帮助项目文件 (Visual Basic) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (HPACK) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
特权用户的备用菜单 (ProComm Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Emm 文本 (HP NewWave) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
头文件 (Zortech C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序头文件 (C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BinHex (Macintosh 4.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
光栅图形 (Hitachi) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
有限用户的备用菜单 (ProComm Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
单色图像 (Postering) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FM 合成音乐文件 (许多旧游戏使用,例如:FINTRIS, ROL) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形 (Handmade Software, Inc.) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
历史文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
历史文件 (ProComm Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HyperTerminal 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
已被病毒用于更新系统注册表的 HTML 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
网页 (包含超文本标记语言 - HTML - 标记的文件) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
超文本标记语言。某种网页。 来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212286,00.html> 网页 (包含超文本标记语言 - HTML - 标记的文件) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
超文本模板 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模板 (扩展 HTML) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
演示文稿 (Hollywood) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
韩语文字处理器文档格式 (HanGul) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备用协议选择菜单 (ProComm Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HAM 扩展 (Descent2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
头文件 (C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
连字符算法 (Ventura Publisher) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
连字符算法 (Ventura Publisher) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Windows 版 WordPerfect) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
连字符字典 (Windows 版 WordPerfect) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D 图像二进制文件 (Hymarc Scandata Scanner) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (HYPER) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
中间文件 (Borland C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SWIG 源代码,或 C 预处理器输出。 来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (Sterling Software) (Groundworks COOL 业务团队模型) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图 (IBM Image Acess eXecutive) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (ARCHDOS, 仅限 IBM 内部) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图图形 (图像对象内容架构) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Citrix 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Targa 位图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
目录文件 (IronClad) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机文件 (Kodak) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
绘图文件 (IronClad) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图标库 (通用行业标准) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像色彩匹配配置文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图标源代码 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图标 (Microsoft Windows 3.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
场景文件 (IronClad) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
磁盘标识文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
中间文件 (Microsoft Developer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MIDI <http://WhatIs.techtarget.com/definition/0,,sid9_gci212572,00.html> 乐器定义 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目文件 (Borland C++ v4.5) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MIDI 乐器定义 (Windows 95 必需文件) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
标识文件 (Netscape 保存的地址簿) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据查询 (互联网) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
矢量图形 (IntelliDraw) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
索引文件 (Microsoft Clip Gallery v. 1.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
索引文件 (Pro/Engineer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Outlook Express 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
关系数据库索引 (Microsoft FoxPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
关系数据库索引 (Symantec Q&A) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表单 (JetForm Design) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像 (Sun TAAC/SDSC Image Tool) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
交换文件,(通用数据存储格式)) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数字视频光盘 (DVD) 数据文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形对象图层数据 (ImageForge Pro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
脚本文件 (KnowledgeMan) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩的分形图像 (Yuvpak) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
创建可执行库 (ImageForge/ImageForge Pro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
系统文件 (OS/2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
初始图形交换规范 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图元文件 (Inset Systems) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
交换文件 (Windows 版 QuickBooks) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐模块 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Scream Tracker) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图 (图形图像) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序轮廓 (Microsoft ILink 增量链接器) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
光栅图形 (Sun Microsystems) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像 (WinImage) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
矢量图形 (EGO,Chart) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MIDI 音乐文件 (Corridor 7, Blake Stone, Wolfenstein 3D, Spear of Destiny) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图图形 (Ventura Publisher) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像 (GEM) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (Lotus Improv) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像演示文稿 (ImageQ) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
创建可执行库数据 (IconForge) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置输入文件。 来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
安装文件 (HP NewWave) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
输入设备驱动程序 (Harvard Graphics v3.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
测试脚本 (Vermont High Test) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
互联网电子邮件消息 (Microsoft Exchange Server v 5.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
包含文件 (汇编语言或 Active Server) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
索引 (dBase IV) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
共享数据库文件 (特别是在 Microsoft Windows 中) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Software MultiModule 屏幕保护程序 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
信息文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
安装脚本 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Type I LaserJet 字体信息文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
使用 info 命令读取的信息页。 来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bank 设置文件 (Gravis UltraSound) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
初始化文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设置文件 (MWave DSP 合成器的 mwsynth.ini GM) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pantone 参考色填充文件 (CorelDRAW) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
内联函数文件 (Microsoft Visual C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表单的源代码,(Oracle,版本 3.0 及更早版本) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
INRS-电信音频 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Windows 版 WordPerfect) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
安装脚本 (InstallShield) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
安装脚本 (1st Reader) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
乐器文件 (Ensoniq EPS Family) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
乐器音乐文件 (Adlib) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
采样 (Cell/II MAC/PC instruments) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
注册文件 (X-Internet) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
接口单元 (Borland) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
中间可执行代码 (在源代码程序进行语法检查时生成) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
索引文件 (Foxbase) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (CPIO) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D 图形数据库 (TDDD 格式) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
组织结构图 (Instant ORGcharting!) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Findit 文档 (Microsoft Findit) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文件描述 (4dos descript.ion) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pantone 专色参考调色板 (CorelDRAW) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
国际修补系统二进制补丁文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Internet 查询 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
资源文件 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
拼写检查器词典 (RapidFile) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (ISH) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchCIO.techtarget.com/sDefinition/0,,sid19_gci214046,00.html> 列出 CD-ROM 上的文件;基于 ISO 9660 CD-ROM 文件系统标准 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ISO (国际标准化组织表,又名:ISO) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
注册文件 (X-Internet) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
乐器文件 (Digitaltracker) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
卸载脚本 (InstallShield) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐模块 (MOD) (Impulse Tracker) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设置文件 (intalk) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
接口文件 (JPI Pascal TopSpeed) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
乐器文件 (Impulse Tracker) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Internet 文档集 (可能是 Microsoft 文件) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
采样文件 (Impulse Tracker) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Open Inventor 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
微数据维度或变量级别文件 (Beyond 20/20) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用户子集配置文件 (Beyond 20/20) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表格或聚合数据 (Beyond 20/20) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
微数据目录 (Beyond 20/20) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
演示流程图 (IconAuthor-HSC Interactive) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
屏幕保护程序 (Idlewild) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (IBM Writing Assistant) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Install Watch 文档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
启动文件 (IconAuthor) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (Wang) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二进制令牌文件 (IZT) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ricoh 相机文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Java 存档 (用于小程序和相关文件的压缩文件) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码 (Java) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (SigmaScan) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像浏览器文件 (Paint Shop Pro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目文件 (Project Scheduler 4.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JPEG <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212425,00.html> 图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JPEG <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212425,00.html> 图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JPEG <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212425,00.html> 图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
探索图表到统计 (SAS JMP) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Jill of the Jungle 数据 (Epic MegaGames) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工作簿文件 (Sigma Plot 5) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
通过转换 IMG 文件创建的矢量图形文件 (QuestVision) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
日志 (Microsoft SQL Server) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
日志备份 (VAX Edt editor) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形 (Japan PIC) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JPEG <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212425,00.html> 图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212425,00.html> 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩位图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JPEG 位图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JPEG 图像文件。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JavaScript 源代码 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Jet Suite 文档 (eFAX) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
包含对 Java servlet 引用的 HTML 页面 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图图形 (JPEG Tagged Interchange Format) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真文档 (Hayes JT Fax) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JPEG 位图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Java ToolKit 文件 (Sun Microsystems) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文档 (JustWrite) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
库 (JustWrite) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (Jazz) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
采样文件 (Kurzweil 2500) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MIDI 文件 (文本+MIDI) (卡拉 OK) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
键盘脚本 (Borland C++ 4.5) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序源代码 (Knowledge Pro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
键盘映射脚本 (Procomm Plus, LocoScript, Signature) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
键盘映射脚本 (Reflection 4.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lisp 源代码 (Kyoto Common Lisp) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像 (Kodak Photo-Enhancer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏 (KEDIT) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Forecast Pro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图标工具栏 (DataCAD) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
键盘宏 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
安全文件 (例如软件注册号) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像 (KoFax Group 4) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数字明信片 (Kodak) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
包含 RoboHELP Help 项目索引设计器中未与主题关联的所有 K 关键字 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
KeyMaP (Korg Trinity) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工具面板 (SmartPad) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图图形 (IBM KIPS) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原生相机文件 (Konica) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
采样 (多软盘) 文件 (Kurzweil 2000) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
采样文件 (Kurzweil 2000) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
采样文件 (Korg Trinity) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
键盘映射 (FTP) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
游戏数据 (Kye) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
链接器指令文件 (WATCOM wlink) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码 (Lex) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码 (Lisp) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (NCSS-SOLO) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
标签文件 (Visual dBase) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
邮件标签 (Microsoft Excel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可加载模块 (LAN DLL) (NetWare) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
剪贴画文件 (Printmaster Gold) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Word Chart 布局 (APPLAUSE) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
标签生成器数据 (dBase IV) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
标签 (Clipper 5) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
标签 (dBase IV) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
标签 (dBFast) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图 (DeluxePaint) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
线性位图图形 (XLib) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译标签 (dBase IV) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (LU) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
显示驱动程序 (Lotus 1-2-3) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
标签 (Microsoft FoxPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
标签 (Microsoft FoxPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
链接器控制文件 (Norton Guides compiler) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
在程序 (未知) 中使用,该程序监视网络的响应时间 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
锁定文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (FTP) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lection 文档 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据历史文件 (ACT!) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (Lucid 3-D) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
长途区号文件 (Telix) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
覆盖文件 (dBase) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
锁定文件 (Microsoft Access) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
库定义文件 (Geoworks Glue) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于在电子邮件客户端 (Microsoft、Netscape 和其他) 之间共享信息的结构化文本文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
库 (Corel Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
旧文档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
系统游戏配置文件 (与 REG 文件相同) (Logitec Entertainment) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
关卡文件 (NetHack 3.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
词典文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据资源文件 (LucasArts Dark Forces) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
LaserForms Plus 文件 (Evergreen) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
激光打印机字体 (ChiWriter) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Loft 文件 (3-D Studios) (DOS) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Logo 过程定义 (LSRHS Logo) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
应用程序日志文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
应用程序日志文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
页眉和页脚徽标 (SuperFax) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
徽标文件 (PaintBrush) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
启动徽标 (Microsoft Windows 3.x-9.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
LZH 的备用文件后缀 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (LHA/LHARC) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩 Amiga 存档 (LHWARP) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
库文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
逻辑交换数据 (Hewlett-Packard) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (LIMIT) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
交互式音乐序列数据文件 (Electronic Arts) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
线型文件 (DataCad) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
列表 (VAX) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
结构化查询报表 (SQR) 程序生成的输出文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Logos 库系统文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
LaserJet 文件。适用于 HP LaserJet 打印机的输入。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (Hewlett-Packard LaseJet II 打印机) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库文件 (OpenSight-16 bit) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
链接对象 (Microsoft Outlook Express 垃圾邮件文件) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档文件 (LapLink III) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
交换代理 (Laplink) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Revelation) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
链接器响应文件 (RTLink) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
快捷方式文件 (Microsoft Windows 9.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
加载文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
日志文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
系统服务的日志文件。此文件随某些系统程序的状态消息增长。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩文件 (FileWrangler) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于下载抵押贷款结束信息的文档阅读器 (DesertDocs) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机驱动程序 (TEKO) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Helix Nuts and Bolts 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
激光打印机的信息文件 (某些扫描软件常用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视频电话文件 (Intel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
链接器响应文件 (Microsoft C/C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
语言资源文件 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Logos 库系统文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
已保存库 (Corel Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
脚本库 (Lotus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
LINUX 软件地图条目。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AutoLISP、CommonLISP 和其他 LISP 语言文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (Legato) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
键盘宏 (1st Reader) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
列表文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
假脱机文件 (Oracle) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表单 (Lotus Forms) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
库单元文件 (ThoughtWing) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Miner Descent/D2 关卡扩展 (Parallax Software) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文档 (LotusWorks) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
小波图形文件 (Luratech) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
分层对象文件 (Lightwave) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
对象文件 (Lightwave) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wordpro 96/97 文件 (Lotus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
场景文件 (Lightwave) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
语言增强型声音文件 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图层文件 (DataCAD) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
LyX 文字处理器文档。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二进制文件的差异文件 (Ldiff 1.20) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (LH ARC) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (LARC) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Skyroads) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩 Amiga 存档 (LHWARP) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏模块 (Brief) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序文件 (Matlab) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
标准包 (Mathematica) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (MASS11) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG 相关文件 (MIME 类型 'mpeg') 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码文件 (Modula 3) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D 动画 (Corel Motion) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG URL (MIME 音频文件) (MP3 播放列表) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
M4 预处理器文件 (Unix) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏 (Harvard Graphics 3.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像 (MacPaint) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模块 (Microsoft Access) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
窗体 (Microsoft Access) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
在一些日语文件中找到的图形格式 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
由 Woody Lynn (MPS Magro Paint System) 创建的 MAG 图形格式 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件 (Magic Mail Monitor) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
邮件 (VAX) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Makefile (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目 (Visual Basic 或 Microsoft C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏 (Microsoft Access) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
命令模块 (Unix) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
手册页。 来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
手册页输出 (Unix) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
调色板 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
格式化数据 (Micrografx Picture Publisher) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
链接器映射文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
映射文件 (Atlas MapMaker) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
映射文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于颜色选择的映射文件 (Pro/Engineer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
网络映射 (AccView) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WAD
查询 (Microsoft Access) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
汇编程序 (VAX Macro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
报表 (Microsoft Access) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (Lotus Freelance Smartmaster) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二进制文件 (Matlab) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表 (Microsoft Access) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
采样格式 (Maud) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D 场景 (Kinetix 3D Studio Max) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (Paperport) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
布局文件 (OrCad) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码 (MAX) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Division's dVS/dVISE 使用的格式 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
迷宫数据文件 (Hover) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库的备注字段值 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Apogee Monster Bash) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
多重索引归档 (dBase IV) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
邮箱文件 (Berkeley Unix) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Outlook 添加到已保存电子邮件和 Eudora 邮箱的扩展名 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
呼叫卡 (Dialer10) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件 (MathCad) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (MathCad) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体文件 (MathCad) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Magic 控制文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
命令脚本 (媒体控制接口) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
应用程序脚本 (Capsule) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机驱动程序 (MathCad) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目文件 (Metrowerks CodeWarrior) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
键盘宏文件 (DataCad) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (Microsoft Word for Macintosh) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (MacWrite II) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩归档 (MDCD) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
加载项文件 (Microsoft Access) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工作组 (Microsoft Access version 2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库 (Microsoft Access) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MDE 文件 (Microsoft Access) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模型 (3D Design Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模型文件 (Quake) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模型文件元素 (Rational Rose) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐模块 (MOD) (Digital Trakker) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (CA-Compete!) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
调制解调器定义 (Telix) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
空白数据库模板 (Microsoft Access) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
加载项文件 (数据) (Microsoft Access) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据表 (Microsoft ILink 增量链接器) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工作组 (Microsoft Access) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
多重索引文件 (dBase IV) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
向导模板 (Microsoft Access) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASCII 文本文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏编辑器底部溢出库 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏编辑器删除保存文件 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐模块 (MOD) (OctaMed Music Editor) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏编辑器宏 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
内存变量保存文件 (Clipper) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
内存变量保存文件 (dBase IV) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
内存变量保存文件 (Microsoft FoxPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏编辑器打印队列文件 (WordPerfect for Windows Library) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于交换电子表格/数据库数据的格式;被 Filemaker、Excel 和其他软件识别 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏编辑器常驻区域 (WordPerfect for Windows Library) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏编辑器工作区文件 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
消息文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档文件 (OmniPage Pro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏编辑器顶部溢出文件 (WordPerfect for Windows Library) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Presentation Manager 元文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
菜单组 (DOS Shell) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可执行命令 (Matlab) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏编辑器详细文件 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Meta-Font 字体程序源文件。 来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Metafont 文本文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
制造文件 (Pro/ENGINEER) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
材料和几何格式文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体文件 (MicroGrafx) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MHTML 文档 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MHTML 文档 (MIME) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MHTML 文档 (MIME) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Cocreate ME10) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
杂项文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像合成器文件 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MIDI
交换格式 (Adobe FramMaker) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
机器无关文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (MicroStat-II) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
目标文件 (Power C) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
包文件 (命令与征服) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图片文件 (Microsoft PhotoDraw 2000) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图片文件 (Microsoft Picture-It!) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
资源归档 (Westwood Studios) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
类似于 MP3 的音频文件 (Mjuice)(用 WinAmp 打开) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Makefile (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Makefile (Microsoft Windows SDK) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形图像 (MagView 5.0) (日语) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (TACT) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目文件 (Milestones 3.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏库 (Symphony) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D Studio Material-Library 格式的文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
多链路接口驱动程序文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Groupwise 电子邮件文件 (Novell Groupwise) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (MultiMate Advantage II) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
目录文件 (Microsoft Clip Gallery 5.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
邮件文件 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
邮件消息文件 (Microsoft Mail) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Meal Master 格式,一种食谱编目格式 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Beyond 20/20 表格或聚合数据文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
批量邮件文件 (由 MyMailList 创建) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
多媒体电影 (MacroMind Director 3.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
多媒体电影 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备忘录编写器文件 (RapidFile) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MindManager 文件 (MindMapor) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
输出视频 (Bravado) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
任务文件 (Descent2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
任务文件 (Descent3) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
菜单源文件 (AutoCAD 菜单编译器) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MNI Mandelbrot for Windows 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
地图 (DeLorme Map'n'Go) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
多图像网络图形 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
菜单文件 (Microsoft FoxPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
高级宏 (HP NewWave) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
交互菜单 (Intertal Systems) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
菜单 (AutoCAD 菜单编译器) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
菜单 (Norton Commander) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
菜单文件 (Visual dBase) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译菜单 (AutoCAD) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
菜单 (Microsoft FoxPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
账簿 (Microsoft Money) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设备定义 (PEN for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Amiga/PC 跟踪器模块 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FastTracker、StarTrekker、Noise Tracker(等)音乐模块文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
内核模块 (Microsoft Windows 9.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Modula-2 源代码文件 (Clarion Modula-2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (Microsoft Multiplan) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
监视器描述 (ReadMail) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电影 (AutoCAD/AutoFlix) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电影 (QuickTime for Microsoft Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩的 mod 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG 音频层 2 文件 (MIME 视频文件) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG 音频层 2 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG 音频层 3 (AC3) 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG 音频层 3 (AC3) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG 相关文件 (MIME 类型 'mpeg') 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
日历文件 (Microsoft Project) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库文件 (Microsoft Project) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG 动画 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
动画 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG 动画 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mathplan 宏库 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
绘图文件 (CAD) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目文件 (Microsoft Project) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
菜单 (已编译) (Microsoft FoxPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图图形 (多页 TIFF) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视图文件 (Microsoft Project) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译菜单程序 (Microsoft FoxPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于导出数据的交换文件 (Microsoft Project) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
多分辨率位图图形 (Microsoft C/C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MRI 扫描 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏资源文件 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
归档 (Magic Shadow) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
通用控制台文档 (Microsoft Windows 2000) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Makefile (Microsoft C) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
诊断报告文件 (Microsoft MSD) (诊断) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
场景描述语言 (Manchester) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
邮件消息 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
安装程序包 (Microsoft Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
任务文件 (Descent) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
网络文档 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
绘图位图 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows Installer 补丁文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
手稿文本文件 (Jove) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
手稿文本文件 (MINCE) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
手稿文本文件 (Perfect Writer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
手稿文本文件 (Scribble) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
小规格文件 (Prosa) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
安装脚本 (Microsoft SDK) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows Installer 转换 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (Microsoft Word) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩的 CP/M 归档 (MSX) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数学文件 (Derive) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐模块 (MOD) (Multitracker) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Minitab) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Twain 设备驱动程序 (32 位) (UMax) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
菜单 (Quattro Pro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
名为 Ultima Online 的在线游戏 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
交互式音乐音频数据文件 (Electronic Arts) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐 (MusicTime) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频 (Mus10) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
服务器端脚本文件 (Miva) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视频加速器文件 (Matrox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
多媒体查看器文件 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (Sony Digital Mavica) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interplay 视频文件 (Descent2, Fallout2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
停止帧文件 (AutoCAD-AutoFlix) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电影命令文件 (AutoCAD-AutoFlix) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
日志文件 (Saber LAN) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
动画 (ProMotion) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Smartmaster 文件 (Lotus WordPro 97) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
地图文件 (ArcInfo) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Microsoft C) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
演示文稿文件 (Make Your Point) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
硬盘驱动器引导扇区备份 (MazeGold) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Nanoscope 文件 (Raw Grayscale) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
元文件 (NAP) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视频文件 (EnerGraphics) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (Nota Bene) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数控机床指令 (CAMS) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Developer Studio 文件 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CNC (计算机数控) 文件 (CamView 3D) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
更改目录 (Norton) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
命令文件 (Netware) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
内部剪贴板 (Lotus Notes) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
网络数据库 (Intellicom) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D 低多边形建模器 (Nendo) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库文件 (1ACT! for Microsoft Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
索引文件 (Cindex) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
索引文件 (dBase II-III-IV) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
光栅图形 (Atari Neochrome) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
游戏机模拟器 ROMS (Nintendo) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
网络列表输出文件 (Orcad Schematic Capture) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
网络配置文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
网络通用数据格式 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
新信息 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于游戏机的模拟器文件 (NES) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
中性文件格式 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
信息文件数据库文本 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
信息库文件 (Folio) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模板文件 (Netobject Fusion) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
在线文档数据库 (Norton Guide) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图标库文件 (与 EasyIcons 兼容) (Norton) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频 (NIST Sphere) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据 (Oracle 7) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可加载模块 (Netware) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于本地化的国家语言支持文件 <http://searchCIO.techtarget.com/sDefinition/0,,sid19_gci212496,00.html> (例如,由 Uniscape <http://www.uniscape.com/index.shtml>) 使用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子邮件触发文件 (Norton LiveUpdate) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表单 (FormWorx 3.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文件 (Netobject Fusion) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目计划 (Nokia Planner) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目计划 (Visual Planner 3.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
解释器源文件 (dBase Application Generator) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (NICOLET) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
镜像文件 (Nero) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库 (Lotus Notes version 2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库 (Lotus Notes version 3) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库 (Lotus Notes version 4) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库 (Lotus Notes) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档文件 (NetObject Fusion) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐模块 (MOD) (Noise Tracker) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
启动文件 (Microsoft Windows NT) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库模板 (Lotus Notes) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可执行 ASCII 文本文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可执行 ASCII 文本文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
教程 (Norton) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
索引文件 (CA-Clipper) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
新用户消息 (首次呼叫) (Procomm Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
歌曲文件 (Noteworthy Composer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
新闻消息 (MIME RFC822) (Microsoft Outlook Express) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
声音文件 (NeXT) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
目标文件 (Atari) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
目标文件 (GCC) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
目标文件 (Unix) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
输出文件 (Sprint) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字处理器文档 (富士通 OAS)(日语) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真 (NetFax Manager) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
对象剪切/粘贴文件 (IBM LinkWay) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
活页夹 (Microsoft Office) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
活页夹模板 (Microsoft Office) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
目标文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
对象浏览器数据文件 (Borland C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
脚本 (ObjectScript) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可视化界面 (ObjectScript) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
活页夹向导 (Microsoft Office) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
对象工艺文件 (Object Craft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
转录的传真到文本文件 (FAXGrabber) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
类型库源文件 (Visual C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
邮箱文件 (Microsoft Outlook Express) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表单定义 (ObjectView) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
对象文件 (3D 网格) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FileNew 文件 (Microsoft Office) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模板 (Microsoft Outlook) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Feldeinteilung 模块文件 (3-D Fassade Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐模块 (MOD) (Oktalyzer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
对象库 (OLE) (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
对象库 (VAX) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备份文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci214126,00.html> 对象链接和嵌入 (OLE) 自定义控件 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci214126,00.html> OLE 对象 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (Olivetti) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
语音文件 (Typhoon) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
面向对象图形库 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
交换文件 (Shroom) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目文件 (Orcad Schematic Capture) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Organiser 编程语言源文件 (Psion/Symbian) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
活动选项 (Exact) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
输出可执行文件 (OPL) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Developer Studio 文件 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
优化支持文件 (QEMM) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
组织结构图 (Org Plus for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
扩展 DLL (OPL) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
非活动选项 (Exact) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
日历文件 (Lotus Organizer 2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus Organizer 97 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件 (Oracle 7) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
参数文件 (Oracle) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
脚本 (Oracle 7) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
日历文件 (Lotus Organizer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
搜索文件 (Microsoft Office) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
脱机文件 (Microsoft Exchange/Outlook) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
轮廓字体描述 (Z-Soft Type Foundry) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模板文件 (PrintMaster Gold) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模板文件 (Super NoteTab) (Fookes) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (Olivetti Olitext Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
输出文件 (Microsoft C) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库文件 (Revelation-DOS) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
覆盖文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
覆盖文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (ObjectVision) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
覆盖文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
覆盖文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
应用程序参数文件 (ReaGeniX 代码生成器) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图片文件 (APPLAUSE) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码 (Pascal) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Plot 10 绘图 (Tektronics) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
16 声道音乐文件 (ProTracker 16) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
补丁文件 (Patch 22) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目计划文件 (Primavera) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档文件 (PageMaker 6.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数字 ID 文件 (MIME) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工作台 (PageAhead) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
个人地址簿 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像 (Stad) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
包文件 (Sound Blaster Studio II) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
键盘定义 (Telemate) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (PAK) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WAD <http://WhatIs.techtarget.com/definition/0,,sid9_gci213332,00.html> 文件 (Quake) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩文件 (Generic) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
调色板 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机特定文件 (CorelDRAW) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
密码加密的 zip 文件 (Hewlett-Packard) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
参数文件 (Fractint) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Parts 应用程序 (Digitalk PARTS) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
永久输出文件 (Microsoft Windows 3.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码文件 (Borland Pascal) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于 Warcraft2 的 exePatch 实用程序 (WarHack) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
阴影线图案文件 (DataCAD) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
补丁文件 (Advanced Gravis Ultrasound/Forte Technologies) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图案文件 (CorelDRAW) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
颜色 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真 (FAXability Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电话簿 (WinFax Pro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
安装文件 (PixBase) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (First Publisher for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码文件 (Powerbasic BASIC) (Genus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
动态库,是本地 <http://searchVB.techtarget.com/sDefinition/0,,sid8_gci212624,00.html> DLL <http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci213902,00.html> 的替代方案 (PowerBuilder) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电话簿 (FaxNOW!-Faxit) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Turtle Beach Pinnacle Bank 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
包含文件 (PowerBasic) (Genus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Profiler 二进制输入文件 (Microsoft Source Profiler) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft 电话簿 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
开发环境中使用的库文件 (PowerBuilder) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PowerBasic 库 (Genus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PBM 图像文件格式。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
平面位图图形 (XLib) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
便携式位图图形 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Profiler 二进制输出 (Microsoft Source Profiler) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
资源文件 (PowerBuilder) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Profiler 二进制表 (Microsoft Source Profiler) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (IBM) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
自定义调色板 (Harvard Graphics 3.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ascii 文本 IBM8 字符集 (NewWave Write) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
应用程序数据文件 (Microsoft Powerpoint) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
剪切图片矢量图形 (PC Paintbrush) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像 (柯达 Photo-CD) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
P-Code 编译的测试脚本,如 Microsoft Test 和 Microsoft Visual Test 中的脚本 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
将 Eudora 邮箱名称映射到 DOS 文件名 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PCF 图像文件 - 字体的中间表示。X Window 系统字体。 From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
分析器命令文件 (Microsoft Source Profiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
补丁文件 (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
预编译头文件 (Microsoft C/C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PCI Miniport 文件 (Microsoft Windows 系统文件) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
多媒体创作工具图形 (IBM Linkaway-Live) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pickfile (Turbo Pascal) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://WhatIs.techtarget.com/definition/0,,sid9_gci214283,00.html> From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PCM 文件 (OKI MSM6376 合成器芯片) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Live Update Pro 文件 (Symantec) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
动画 (PICS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图片存储文件 (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PICT 绘图 (Macintosh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (PC Write) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PC Paintbrush 位图 (ZSoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PCX 图像文件。 From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图图形 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (TACT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库文件 (3Com PalmPilot) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
物理模型备份文件 (PowerDesigner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可以使用 Paint Shop Pro 和 Adobe PhotoDeluxe 打开的图形图像 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchMobileComputing.techtarget.com/sDefinition/0,,sid40_gci214288,00.html> 便携式文档文件 (Adobe Acrobat) (可以使用 Web 浏览器显示) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
定义文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
格式化文档,类似于 PostScript 或 dvi。 From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (ED-SCAN 24bit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机定义文件 (Netware) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目描述语言文件 (Borland C/C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
物理模型文件 (PowerDesigner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Print Shop Deluxe 文件 (Broderbund) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
流程图 PDQ Lite 文件 (Patton&Patton) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
硬件汇编源代码文件 (Pldasm) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
摄影图像文件 (来源尚未确定) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库文件 (ProCite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机驱动程序 (Paintbrush) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (Professional Draw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库索引文件 (ProCite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像存档文件 (QuickViewer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像存档文件 (Ulead PhotoImpact) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像存档文件 (Ulead PhotoImpact v.4.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序编辑器底部溢出文件 (WordPerfect for Windows Library) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序编辑器删除保存文件 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序编辑器宏 (WordPerfect for Windows library) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序编辑器打印队列文件 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序编辑器常驻区域文件 (WordPerfect for Windows Library) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序编辑器工作区文件 (WordPerfect for Windows Library) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序编辑器顶部溢出文件 (WordPerfect for Windows Library) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
加密文件 (Alladin Systems) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Type 3 字体 (ASCII) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Type 1 字体 (二进制) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
X Window 系统字体文件。 From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
个人文件柜文件 (AOL) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PF 组件文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (First Choice) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于 3D 建模的 Paraform 文件 (Scandata) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可编程功能键 (XTreePro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机字体度量 (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库文本文件 (PFS:Write) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机字体 (ChiWriter) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
页面剪切/粘贴文件 (IBM LinkWay) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机图形文件设备驱动程序 (PGRAPH Library) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
绘图仪绘图 (Hewlett-Packard) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
便携式灰度图 (位图) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序文件 (Signature) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
便携式游戏表示法文件 (ChessMaster 和其他) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PGP 加密文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
手册页 (man4dos) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
优化的 .goh 文件 (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Perl 头文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
短语表 (Microsoft C/C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
由 Microsoft Help Compiler 生成的临时文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电话列表 (QmodemPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电话列表 (UltraFax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电话数据库 (Metz Phone for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchEnterpriseLinux.techtarget.com/sDefinition/0,,sid39_gci334246,00.html> 包含 PHP <http://searchEnterpriseLinux.techtarget.com/sDefinition/0,,sid39_gci334246,00.html> 脚本的 HTML 页面 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PHP 程序源代码 (用于网页设计)。 From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HTML 页面,包含 PHP <http://searchEnterpriseLinux.techtarget.com/sDefinition/0,,sid39_gci334246,00.html> 脚本 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
短语 (LocoScript) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HTML 页面,包含 PHP <http://searchEnterpriseLinux.techtarget.com/sDefinition/0,,sid39_gci334246,00.html> 脚本 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
perl <http://searchEnterpriseLinux.techtarget.com/sDefinition/0,,sid39_gci214291,00.html>-解析的 HTML From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
低分辨率图片文件 (Dages Elite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
中分辨率图片文件 (Dages Elite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
高分辨率图片文件 (Dages Elite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D 图像文件 (SoftImage) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图 (PC Paint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PICT 绘图 (Macintosh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图片文件 (Lotus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pixar 图片文件 (SDSC Image Tool) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PICT 图像文件 (Macintosh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (Macintosh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PIF 绘图 (IBM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序信息文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
矢量图形 GDF 文件 (IBM Mainframe) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WAD 文件 (Lucas Arts Dark Forces <http://WhatIs.techtarget.com/definition/0,,sid9_gci213332,00.html>) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Epic Pinball) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Epic Pinball) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alias 图像文件 (SDSC Image Tool) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图 (Inset Systems) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目文件 (CA-SuperProject) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码完整性文件 (MKS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual FoxPro 备注文件 (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Foxpro 项目 (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual FoxPro 项目文件 (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打包的位图字体文件 (TeX DVI) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩文件存档 (PKARC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Developer Studio 应用程序扩展 (类似于 DLL 文件) (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
安装程序脚本 (NEXT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
公钥环 (PGP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据包文件 (Fidonet) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interleaf printerleaf (或 WorldView) 格式 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
调色板 (Harvard Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Perl 或 Prolog 程序源代码。 From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
属性列表字体度量文件 (TeX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码文件 (Perl) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码文件 (Prolog) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
房间平面图 (3D Home Architect) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图表调色板 (Harvard Graphics 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
库文件 (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
加载项文件 (Lotus 1-2-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
REND386/AVRIL 使用的格式 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据描述文件 (Oracle 7) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
预链接库文件 (Clipper 5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模块 (DisorderTracker2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
飞行员文件 (Descent 1-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG 播放列表文件 (由 WinAmp 使用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
样本文件 (DisorderTracker2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
绘图 (HPGL 绘图仪) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
调色板 (通用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
绘图 (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
预链接传输文件 (Clipper 5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
标牌制作软件 (Gerber Optical) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (PopMail) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
演示屏幕 (Harvard Spotlight) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图图形 (Presentation Manager) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模块 (Perl) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (PageMaker 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (PageMaker 4.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (PageMaker 5.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (PageMaker 6.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形 (A4TECH 扫描仪) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序文件 (Amaris BTX/2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机设备驱动程序 (Harvard Graphics 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci214307,00.html> 位图 (便携式网络图形) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图文件 (MacroMedia FireWorks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
浏览器目录 (Paint Shop Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
便携式 aNY 地图图形 (PBM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (MacPaint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
笔表绘图文件 (Pro/Engineer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
QWK 阅读器指针文件 (MarkMail 2.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
与 PNT 文件相同 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PIG 文件扩展名 (Descent2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
优化的 .goh 文件 (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D 多边形建模文件 (Innovmetric) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows NT <http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci213368,00.html> 策略文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
消息索引 (PopMail) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
弹出文件 (Visual dBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PowerPoint 模板 (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视觉暂留文件 (光线追踪器) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
和弦图表 (PowerChords) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩的 Amiga 存档 (POWERPACKER) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图 (Picture Publisher 4) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PowerPoint 加载项 (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印预览的按钮栏 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PostScript 打印机定义文件规范 (Adobe Acrobat v.4.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pinnacle 程序文件 (Turtle Beach) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (Microsoft PowerPoint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PolaroidPalettePlus ColorKey 设备驱动程序 (Harvard Graphics 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
便携式像素图位图 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
预处理的输出文件 (Clipper 5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
桌面出版默认输出文件 (Serif PagePlus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档或完成的项目 (Parson Power Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PowerPoint 幻灯片放映 (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
故事板 (Personal Producer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PowerPoint 演示文稿 (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
主引导备份文件 (PowerQuest BootMagic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
驱动器映像文件 (PowerQuest) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
演示文稿 (Aldus Persuasion 2.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机驱动程序 (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Postscript 打印机驱动程序 (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
演示文稿 (Aldus Persuasion 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
资源 (文本或程序) 文件 (3com PalmPilot) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机驱动程序 (通用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
演示文稿 (Lotus Freelance) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设置 (Microsoft C/C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设置 (Programmer's WorkBench) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
输出文件 (分析器) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
像素运行格式图形 (Improces-Fastgraph) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机驱动程序 (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设置文件 (Macromedia Director) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
系统文件 (Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序文件 (WAVmaker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序源文件 (Atari) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序源文件 (dBase IV, Clipper 5 和 Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机定义 (LocoScript) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
控制语言文件 (打印机就绪位图) (Hewlett-Packard) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目文件 (3D Studio) (DOS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
参数文件 (通用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印表 (空格分隔文本) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机驱动程序 (Signature) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (Lotus 1-2-3-Symphony) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows 打印机文件 (DataCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件 (Pro/Engineer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形配置文件 (DOS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目文件 (Terramodel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码文件 (Prolog) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据转换保存的项目文件 (Oberon Prospero) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
演示文稿文件 (Harvard Graphics for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机资源字体文件 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序文件 (dBase IV) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印格式化文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
部件文件 (CADkey) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
部件文件 (Pro/Engineer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机驱动程序 (Dr. Halo) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
互联网服务提供商模板文件 (psiMail) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译程序 (Microsoft FoxPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (Lotus Freelance 97) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Postscript <http://WhatIs.techtarget.com/definition/0,,sid9_gci212814,00.html>-格式文件 (Postscript 打印机就绪文件) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PostScript 文件,用于打印或查看。 来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
声音库文件 (Pinnacle) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图 (Adobe Photoshop) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图图形 (IBM 打印机页面段) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
轮廓 PostScript 打印机字体 (ChiWriter) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A-law 音频文件 (psion) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
声音数据文件 (Epic Pinball) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工作室模块 (ProTracker) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
IDE 的符号表 (Turbo Pascal) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (PaintShop Pro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
过程 (Prodea Synergy) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
报告文件 (PowerSoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
个人文件夹文件 (Microsoft Outlook) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设备驱动程序 (Harvard Graphics 3.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模板 (PageMaker 3.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模板 (PageMaker 4.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
脚本文件 (PubTech BatchWorks) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表格文件 (Pro/Engineer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表格文件 (Pro/ENGINEER) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
花瓣文件 (Microsoft Visual Modeler 的 ASCII 版本) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏 (PubTech BatchWorks) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐模块 (MOD) (Polytracker) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
QWK 阅读器指针文件 (QMail) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (Microsoft Publisher) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
公钥环文件 (PGP) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
出版物 (Ventura Publisher) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
地图文件 (WarCraftII) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩文档 (PUT) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
脚本文件 (Instalit) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
库文件 (Instalit) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
本地点列表 (Fidonet) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (Professional Write) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Word 文档 (Microsoft Pocket) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
密码列表文件 (Microsoft Windows 9.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (使用 Photoworks 查看的胶卷) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文档 (Professional WritePlus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PowerPoint 向导 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
主数据库索引 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pocket Excel 电子表格 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
python <http://searchEnterpriseLinux.techtarget.com/sDefinition/0,,sid39_gci213538,00.html> 脚本文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Python 程序源代码。 来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
已保存的电子邮件 (YAHOO) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
python <http://searchEnterpriseLinux.techtarget.com/sDefinition/0,,sid39_gci213538,00.html> 编译脚本文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
默认设置 (Pizazz Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
覆盖文件 (Pizazz Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
调色板 (Pizazz Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设置 (Pizazz Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传输文件 (Pizazz Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
交换文件 (Pizazz Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (PF QuickArt) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
快速访问组数据文件 (Norton Desktop) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
应用程序文件 (Omnis Quartz) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
已保存的查询 (dBase IV) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
已保存的查询 (Quattro Pro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译查询 (dBase IV) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序文件 (Microsoft QuickBasic) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格数据 (QuickBooks for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
语音文件 (Qualcomm Pure Voice) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件段 10 (Omnis Quartz) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件段 1 (Omnis Quartz) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件段 2 (Omnis Quartz) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件段 3 (Omnis Quartz) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
QuickDraw 3D 元文件 (Apple) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件段 4 (Omnis Quartz) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件段 5 (Omnis Quartz) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件段 6 (Omnis Quartz) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件段 7 (Omnis Quartz) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件段 8 (Omnis Quartz) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件段 9 (Omnis Quartz) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Quicken) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
启动文件备份 (QEMM) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
来自 Quicken UK 会计/税务/发票程序的数据文件 (QuickBooks) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (Steve Blackstock Giffer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
查询文件 (Microsoft Excel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子库文件 (Quicken) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (FAMILY LAWYER) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真 (QuickLink) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备份文件 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像 (MIME)(QuickTime) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
导入文件 (Quicken) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
库文件 (Microsoft C/C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
库文件 (Quick) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据 (PostScript 帮助文件) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机驱动程序 (QuickLink) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
运动文件 (Quality) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
选项或服务文件 (QMail 4.x Mail Door) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
生成的查询程序 (Microsoft FoxPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印队列设备驱动程序 (OS/2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译的查询程序 (Microsoft FoxPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Qardware 定义文件 (Quick Qard Technology) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
报表生成器文件 (Centura) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
报告文件 (Liberty for Windows 2.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
公式编辑器支持文件 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
QRT 图形文件 (Ray Tracer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
查询 (dBase IV) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
查询 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Quicken) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
标签文件 (Quake Spy) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电影文件 (QuickTime) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (QuickTime) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (QuickTime) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电影文件 (QuickTime) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
首选项文件 (QuickTime) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (QuickTime) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PICT 图像文件 (Macintosh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (QuickTime) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
写入程序文件 (Symantec Q&A) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
消息文件 (QWK Reader) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Quark Xpress) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
元素库 (Quark Xpress) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模板文件 (Quark Xpress) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ratfor 文件 (FORTRAN Preprocessor) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
资源文件 (Pegasus Mail) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原始图形 (每像素一字节) 平面一 (PicLab) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pcl 4 位图字体 (Intellifont) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
声音文件 (RealAudio) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
雷达数据文件 (Radar ViewPoint) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
元文件 (RealAudio) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ReadAllOver (YOUniverse) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
RAR 压缩文档 (Eugene Roshall's format) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图 (Sun Raster Images) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (RATS) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原始文件格式 (位图) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原始带符号 PCM 数据 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原始带符号 PCM 数据 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Rbase) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
由 RoboHELP 维护,RBH 文件添加到帮助项目文件中包含的信息 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件 (emacs) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
资源脚本 (Borland C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
资源脚本 (Micosoft C/C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
新闻组文件 (Netscape) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
注册关卡文件 (Descent1) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译的 UIC 源代码 (Geoworks UI Compiler) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
研究文档信息格式 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
资源描述框架文件 (与 XML <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci213404,00.html> 和元数据 <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci212555,00.html> 相关) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
设备无关的位图文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
注册关卡文件 (Descent) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Reflex) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (EpiInfo) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
记录文件 (Sprint) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
录制的宏 (Microsoft Windows 3.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
语音文件 (RapidComm) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
路径信息文件 (Clarion Modula-2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
参考文件 (Generic) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
OLE 注册文件 (Microsoft Windows 3.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
注册文件 (Corel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
注册文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
小型 PC 应用程序多用户的数据文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备注文件 (Generic) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
回复文件 (QWK Reader) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
报告文件 (CodeReporter) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
报告文件 (DataBoss) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
报告文件 (Report Designer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
报告文件 (Visual dBase) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
请求文件 (Generic) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译的资源文件 (Borland C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
资源文件 (dBase IV) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
资源文件 (Microsoft Visual C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
修订文件 (GeoWorks) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
报表定义 (Oracle) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码文件 (REXX) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
资源文件 (Generic) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
栅格图形文件 (Sun) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可修订格式文本 (IBM 的 DCA 或文档内容架构的一部分) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
RGB 文件 (Silicon Graphics) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
符号表 (ReaGeniX 代码生成器) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
资源头文件 (Borland C++ 4.5) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Lotus 1-2-3) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Renderman 格式的图形 (3DReality) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真文档 (Ricoh) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (Metacreations Painter 5) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
RIFF 位图图形 (Fractal Design Painter) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形 (远程访问) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图图形 (ColorRIX VGA Paint) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
注册关卡文件 (Descent1) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
注册关卡文件 (Descent2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图图形文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图图形文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wavefront 栅格图像 (SDSC Image Tool) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Harvard Graphics Win 9.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (每像素 1 位扫描仪输出文件) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
行程长度编码位图 (SDSC Image Tool) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Realizer 源代码文件 (CA-Realizer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视频文件 (RealAudio) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (Microsoft RegMaid) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
丰富地图格式 (3-D 游戏编辑器用于存储地图) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
丰富音乐格式 (Beatnik) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MIDI 音乐 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Makefile (Clipper RMake) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Xpl 程序文件 (Nota Bene) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
渲染幻灯片 (AutoCAD-AutoShade) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Runoff 文件 (VAX) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FM 音乐 Adlib 音乐文件 (Roland) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
基于卡带的家用视频游戏模拟器文件 (来自 Atari 2600、Colecovision、Sega、Nintendo 等卡带中 ROM 内容的精确副本;在模拟器之间不可互换) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Rescue Rover) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库 (RapidFire) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文档 (Replica) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视频文件 (Tomb Raider) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
包管理器 (RedHat Linux) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
RedHat 包管理器 rpm 文件。 来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Crystal Reports 文件 (以及 Microsoft Visual Basic 的子集) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
已保存的游戏文件 (Ace Road Rash) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Amiga Resource Reassembler) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
红 Storm 位图 (Rainbow 6 (游戏) 和多个图像编辑程序) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
资源文件 (Generic) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Paradox 7 报表 (Broderland) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
简历文件 (WinWay Resume Writer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
响应文件 (Generic) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
资源分支文件 (Macintosh Mac-ette) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchExchange.techtarget.com/sDefinition/0,,sid43_gci214276,00.html> 富文本格式文档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
帮助文件脚本 (Microsoft Windows 9.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
RoboHELP 用于模拟 Windows 帮助的搜索功能 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
运行时库 (NU 7.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (Generic) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐模块 (MOD) (Real Tracker) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
软件更新包数据文件 (RTpatch) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
RoboHELP 加速复杂操作 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
RTSL 文档 (RealAudio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
运行时库文件 (CA-Realizer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
InstallShield 中使用的扩展名 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译输出 p 代码文件 (Softworks basic compiler) (SoftworksLtd) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
扫描配置文件 (MIME) (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
审阅文件 (通用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resource Workshop 数据文件 (Borland C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
脚本文件 (RenderWare) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
来自多卷存档的 RAR 压缩文件 (xx = 01 到 99 的数字) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
汇编器源代码 (Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码文件 (Scheme) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
临时排序文件 (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
乐器文件 (Scream Tracker v 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
16 声道音乐文件 (Scream Tracker v 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
加密视频文件 (Integrated Sensors) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (SORITEC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (AMI Professional) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
带符号 8 位采样数据文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (SAR) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备份文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件 (通用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
保存的游戏文件 (通用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原始带符号字节 (8 位) 音频数据 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
锁定文件 (Superbase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据定义文件 (Superbase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
故事板数据文件 (Storyboard Editor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文件数据 (Superbase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
乐器文件 (Creative Labs SoundBlaster) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bank 文件 (Soundblaster)/EMU SoundFont v1.x (Creative Labs Soundfont 1.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Flash 对象 (ShockWave) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dml 程序文件 (Superbase 4) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序文件 (Superbase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
查询定义文件 (Superbase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
支持文件 (Source Browser) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
与记录数据相关的注释 (Windows 版 Superbase 4) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表单定义文件 (Superbase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
显示驱动程序 (Framework II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pal 脚本 (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SAS 目录 (Windows 95/NT, OS/2, Mac) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Schedule+ 7.0 文件 (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
重命名的 dBase III 屏幕掩码文件 (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
保存的游戏文件 (SIMM City 3000) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
屏幕设备驱动程序 (Harvard Graphics 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
关卡文件 (Roller Coaster Tycoon) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (SCA) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source Safe 文件 (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (Generic) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Microsoft Schedule+ 7.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
对象描述语言图形 (Scodl Scan Conversion) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
幻灯片图像 (Matrix/Imapro SCODL) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
命令文件 (Microsoft Windows Explorer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
多媒体演示 (ScoreMaker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
拼写检查器配置文件 (Symphony) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Microsoft Schedule+ 7.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原理图文件 (ORCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真文档 (SciFAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Inspire 本机格式 (ScanVec) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
系统配置信息文件 (通用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Scheme 源代码文件 (通用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视频游戏机 ROM 模拟器文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
场景数据文件 (TrueSpace2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
屏幕文件 (Kermit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
高分文件 (通用游戏文件) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
拨号网络脚本 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
脚本文件 (BITCOM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
调试源代码 (DOS Debug) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真图像 (通用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
屏幕字体文件 (LocoScript) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
屏幕快照文件 (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
屏幕快照文件 (Procomm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
屏幕保护程序文件 (Microsoft Windows 9.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CT 位图 (Scitex) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FoxPro 表单 (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SAS 目录 (Dos) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SAS 目录 (Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CASmate 本机格式 (ScanVec) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图图形 (ColorRIX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图表 (Stanford Chart) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FoxPro 表单 (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
屏幕文件 (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
安全文件 (ReaGeniX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频 (Sound Designer I) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
扁平文件/数据分支 (Sound Designer II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SAS 数据库 (Windows 95/NT OS/2, Mac) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文件存档描述 (Fidonet 软件分发网络) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (Staroffice)(StarCalc) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
演示文稿文件 (Staroffice)(Starimpress) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
系统数据文件格式 - 传统 Unisys (Sperry) 格式 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
软件分发网络信息文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
软盘映像 (Roland) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
库文件 (SmartDraw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
软件分发网络压缩存档 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Cocreate SolidDesigner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Cocreate SolidDesigner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
绘图 (SmartDraw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原始 Midi 采样转储标准文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模板 (SmartDraw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
分号分隔值文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (Lotus WordPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原始带符号 DWord (32 位) 数据 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
由 SDX 压缩的 Midi 采样转储标准文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
自解压存档 (Stuffit 用于 Mac 文件,也可能用于其他文件) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
密钥环文件 (PGP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
安全动画文件 (Disney Animation Studio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
屏幕编辑器脚本文件 (SED) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Copy Books) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机分隔页 (通用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
标记图像文件格式 (TIFF) 位图 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
动画文件 (Atari) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
顺序指令文件 (Bubble Chamber) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
会话文件 (Cool Edit) (通用数字音频编辑器文件) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
会话信息文件 (Clarion Modula-2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Internet Security Scanner 文件 (ISS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件 (1st Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
安装驱动程序集 (Symphony) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
安装选项文件 (通用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
语音集文件 (Quartet) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
缝纫程序文件 (通用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SoundFile 格式 (IrCam) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wps 属性存储文件 (OS/2 WorkPlace Shell) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bank 文件 (Creative Labs Soundfont 2.0)(Soundblaster) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SoundFont 文件 (EMU 版本 2.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
声音文件数据 (SoundStage) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (SIS Framegrabber) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机字体文件 (Hewlett-Packard Laser Jet Landscape) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机字体文件 (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
声音文件信息 (SoundStage) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
声音文件 (Sonic Foundry) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pcl 4 位图字体 (Intellifont) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pcl 4 位图字体 (LandScape) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pcl 4 位图字体 (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体文件 (SPX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pcl 位图字体 (Intellifont) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pcl 位图字体 (Portrait) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pcl 位图字体 (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
采样资源 (Sonic Foundry) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pcl 5 可缩放字体文件 (Intellifont) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
屏幕字体 (ChiWriter) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
损坏的 JPEG (Seattle Filmworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
自解压存档 (RAR) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (SnapGraphix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (Stanford Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
带图形的文档 (StarWriter) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (Sonique) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (IRIS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (Silicon Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
标准通用标记语言 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
标准通用标记语言。用于创建可转换为多种不同格式的文档。From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
统计文件 (STATGRAPHICS Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
保存/获取键盘宏 (Signature) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASCii 存档 (Unix/SHAR) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
sh shell 脚本。From Rute-Users-Guide 它可以被任何 Bourne 兼容 shell 解释。 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shell 脚本 (Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
演示文稿文件 (Harvard Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档快捷方式文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
演示文稿 (Corel Show) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图 (HotSpot) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩 Apple 存档 (SHRINKIT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (Arthurian Shrink Archiver) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shell 宏 (Windows 版 WordPerfect 库) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频压缩文件 (Shorten) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DOS 形状文件 (3D Studios) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
某些程序用于多部分交互式三角形模型 3D 建模的文件格式 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shapefile 空间数据格式 (被许多 GIS 程序使用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本字体的源代码和形状文件 (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文件存档 (Unix ASCii) (SHAR) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shell 碎片文件;据报道用于发送“密码窃取器” From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
包含服务器端包含 (SSI) 的 HTML 文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
演示文稿 (Corel Show) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
演示文稿 (Harvard Graphics 2.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
幻灯片放映 (Windows 版 WordPerfect) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
形状实体 (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shapefile 空间索引文件 (ArcView) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
安装程序文件 (Microsoft Windows NT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
当前程序设置 (Signature) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
签名文件 (PopMail) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备份文件 (Windows 版 Microsoft Word) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备份文件 (Sicherungskopie) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mac 文件的压缩存档 (Stuffit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件 (Oracle 7) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
密钥环文件 (PGP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
绘图文件 (AutoSketch) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
资源文件 (Macromedia Director) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
保存布局扩展名 (PACT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码文件 (S-Lang) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
幻灯片库文件 (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译的 SALT 脚本 (Telix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
幻灯片文件 (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
幻灯片文件 (MAGICorp Slide Service) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
符号链接电子表格 (SLYK) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
声音数据文件 (通用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
脚本应用程序语言 (SALT) (Telix 脚本源) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
邮件列表 (SoftSpoken Mailer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
脚本文件 (ScriptMaker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码文件 (Smalltalk) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (Samna Word) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
符号文件 (DataCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视频游戏机 ROM 模拟器文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真文档 (SMARTFAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (Deer's Revenge) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (Nascar Racing '99) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (Smack Player) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏 (AMI Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
采样文件 (AdLib Gold) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Samplevision 格式 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模拟器 ROM 映像文件 (8 位世嘉 Master System) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SmartObject 文件 (IconAuthor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (Smart Ware II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原始无符号 PCM 数据 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
采样 (AKAI MPC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
声音文件 (NeXt) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
声音资源 (Macintosh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
声音文件 (Sounder) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
声音文件 (SndTool) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Midi 歌曲文件 (Midisoft Studio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Midi 歌曲文件 (Prism) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
邮箱(邮件文件夹)索引 (Netscape) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码文件 (Snobol4) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
输出视频文件 (Computer Eyes) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
共享库文件 (Unix)(相当于 Windows DLL)From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
共享对象文件。lib*.so 是一个动态链接库。[可执行程序代码被多个程序共享,以节省磁盘空间和内存。] From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
解决方案文件 (常用于游戏示例,教程) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
网络序列号 (Quattro Pro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
排序信息文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
歌曲文件 (Creative Labs SoundBlaster Studio II) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
声音文件 (Creative Labs SoundBlaster Studio) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Unix 的压缩文档 (Sprint) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
保存的游戏 (过山车大亨) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序文件 (Microsoft MultiPlan) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
临时文件 (Windows 版 WordPerfect) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (语音) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可缩放字体 (Harvard Graphics 3.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可缩放字体 (Speedo) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Speedo X Window 系统字体文件。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
幻灯片演示文件 (EnerGraphics) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
词汇表文件 (Sprint) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (Phillips 扫描仪) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (西门子扫描仪) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩文档 (SPLINT) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
自定义打印机驱动程序 (Sprint) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
对象文件 (ShockWave Flash) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
个人拼写字典 (Signature) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机假脱机文件 (Microsoft Windows 3.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
采样文件 (DigiTracker) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
采样文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Windows 版 WordPerfect) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机文件 (Sprint) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
声音采样 (SP Pack) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档信件 (Sprint) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
生成的屏幕程序 (Microsoft FoxPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
精灵图 (图像分层和调整大小) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图文件 (Acorn) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
屏幕驱动程序 (Sprint) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spssx 源代码文件 (VAX/VMS) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码文件 (Spitbol) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
支持文件 (MITAC 磁盘/系统管理实用程序包) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图片文件 (Spectrum 512) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工作表 (SigmaPlot) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译的屏幕程序 (Microsoft FoxPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
结构化查询语言 (SQL) 公共代码文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
通常被数据库产品用作 SQL 查询的扩展名 (脚本、文本或二进制) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SQL 查询 (Informix) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频搜索的查询结果 (Sonique) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
结构化查询语言 (SQL) 程序文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩文档 (SQUEEZE) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source RPM 文件。一个可以重新编译和安装的“tarball”,也允许基于 RPM 的系统管理它们。来自 Binh http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
未定义文件 (摩托罗拉) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
栅格图形文件 (Sun) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视频游戏机 ROM 模拟器文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
脚本文件 (QuickLink) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源文件 (DataFlex) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图图形 (Splash) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视频文件 (Sub Station Alpha) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (SAS/PC) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SAS 数据库 (Dos) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SAS 数据集 (Unix) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格文件 (Enable) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (SAS 传输) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
磁盘映像文件 (Atari) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
乐器库 (Scream Tracker) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码文件 (Little SmallTalk) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图章文件 (NeoPaint) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
保存状态 (Reflection 4.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
堆栈文件 (SpinMaker Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
存根库 (Genus GX Kernel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
标准脚本文件 (LocoScript) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
状态转换图图形文件 (Prosa) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩文档 (SHRINKTOFIT) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
立体光刻文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐文件 (Scream Tracker) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐模块 (MOD) (Scream Tracker 2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
.shtml 的较短后缀,一个包含服务器端包含的 HTML 文件 (SSI <http://WhatIs.techtarget.com/definition/0,,sid9_gci214225,00.html>) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
状态转换图模型文件 (Prosa) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pascal 存根 OBJ 文件 (Genus GX Kernel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (Statistica) (StatSoft Software) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
屏幕保护程序文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
结构列表 OBJ 文件 (dBase IV 应用程序生成器) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目状态信息文件 (Microsoft C/C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
歌曲文件 (音乐) (Scream Tracker) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Windows 版 SmartTerm) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子书文件 (SmarText) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
税务表格 (CA-Simply Tax) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
样式表 (通用文本和图形程序) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
样式表 (Ventura Publisher) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Suit 库 (Simple User Interface Toolkit) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
摘要文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
光栅文件图形 (Sun) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
补充字典文件 (Windows 版 WordPerfect) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档的自动保存文件 (Windows 版 WordPerfect) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
简单矢量格式 2D 图像 (Microstation) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
词汇表的自动保存文件 (Windows 版 WordPerfect) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可缩放矢量图形文件 (Adobe) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (Sonique) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
样式表的自动保存文件 (Windows 版 WordPerfect) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
交换文件格式,8SVX/16SV 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
声音文件 (Amiga 8SVX) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库文件 (SAVVY/PC) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原始带符号字 (16 位) 数据 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macromedia Director 中的 Shockwave 音频文件 (一个 MP3 文件) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
对象 (ShockWave Flash) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Swag Packet 文件 (SWAG Reader) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档备份文件 (Sprint) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
交换文件 (DataCAD) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
交换文件 (DOS) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Smartpix 符号库 (Ami Pro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
符号文件 (Harvard Graphics 2.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
启动文件备份 (QEMM) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
预编译头文件 (Borland C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序符号表 (编译器通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
符号文件 (Harvard Graphics 2.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SDSC Synu 图像文件 (SDSC Image Tool) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
同义词文件 (Microsoft Word 5.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (SPSS/PC) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (SYGRAPH) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (SYSTAT) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
系统文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
系统文件设备驱动程序或硬件配置文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形符号 (Harvard Graphics) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wave 文件 (Yamaha SV 系列) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源文件 (TADS) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
磁带存档 (TAR) (无压缩) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
测试器符号文件 (ReaGeniX 代码生成器) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
建模软件文件 (Sonata CAD) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于排序索引的临时文件 (dBase IV) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模拟器磁带映像文件 (Commodore 64) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
吉他谱文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表格文件 (MapInfo GIS) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像位图文件 (TIFF) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
查询标记名称文件 (DataFlex) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Turbo 汇编程序帮助文件 (Borland C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本插图文件 (TypeAlign) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchEnterpriseLinux.techtarget.com/sDefinition/0,,sid39_gci213093,00.html> 磁带存档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩文档 (TAR) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
tar 压缩的目录树。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
参见 tarball。来自 Binh http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩 ASCII 文档 (COMPRESS) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩 ASCII 文档 (TAR) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Gzip/磁带存档 (Unix) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体文件 (Borland Turbo C) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体文件 (Borland Turbo C) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真文档 (Imavox TurboFax) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
交互式多媒体文件 (Asymetrix Toolbook) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备忘录备份文件 (dBase IV) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备忘录备份文件 (Microsoft FoxPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Toolbook 文件 (Asymetrix Toolbook) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形 (本机格式) (Pagemaker TableEditor) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
值表 (OS/2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本元素 (Windows 版 Microsoft Word) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表格 (Project Scheduler 4) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件 (Borland C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件 (Turbo C) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Turbo C 帮助文件 (Borland C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TCL/TK 语言脚本 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tcl/Tk 源代码 (编程语言)。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
绘图文件 (Windows 版 TurboCAD) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件 (DOS 版 Turbo Debugger) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
磁盘映像文件 (Teledisk) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件 (WIN32 版 Turbo Debugger) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
保存的轨道设计 (过山车大亨) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库文件 (TACT) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库文件 (Thumbs Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Imagine 和 Turbo Silver 光线追踪器使用的文件格式 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体文件 (TheDraw) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体定义文件 (Speedo) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
帮助文件 (Turbo Debugger) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
击键记录文件 (Turbo Debugger) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
符号表 (Turbo Debugger) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件 (Windows 版 Turbo Debugger) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真文档 (Relisys TEFAX) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
主机文件 (Telnet) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
输入模板 (IconAuthor) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Turbo Editor 宏语言脚本 (Borland C++) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据表文件 (Idealist) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TEX 或 LATEX 文档。LATEX 用于文档处理和排版。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TEX 文本文件 (Scientific Word) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
纹理文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Texinfo 源代码。Info 页面由此编译而来。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件 (Turbo Profiler) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
区域文件 (Turbo Profiler) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
目录文件 (Tobi's Floppy Disk Cataloguer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
帮助文件 (Turbo Profiler) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表单文件 (Form Tool Gold) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
LATEX 字体度量文件。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
标记字体度量文件 (TeX) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TeX 字体度量文件 (TeX) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
统计文件 (Turbo Profiler) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目文件 (On Target) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Targa 位图 (Adobe Acrobat,TrueVision) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Targa 位图 (Countour Mortgage Loan Format) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TARGA 图像文件。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Winpoint 贷款文件 (Microsoft Excel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电影文件 (地下城守护者 2) (Bullfrog Software) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视频文件 (Electronic Arts) (极品飞车 I/II/III, NBA '96) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
已使用 tar 存档,然后使用 gzip 压缩的目录树。也是 Slackware 发行版的软件包。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Gzip/磁带存档 (Unix) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
桌面主题 (Microsoft Windows 9.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
缩略图图像文件 (Microsoft Clip Gallery v.1.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
缩略图 (Graphics Workshop for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
同义词词典 (Windows 版 WordPerfect) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
标记图像位图文件 (TIFF) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://WhatIs.techtarget.com/definition/0,,sid9_gci214180,00.html> 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TIFF 图像文件。 From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
地图文件 (Tiger) (美国政府用于分发地图文件) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模糊逻辑知识库文件 (Togai InfraLogic Fuzzy-C 编译器) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
纹理/图像文件 (Playstation) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图块集 (麻将 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备份文件 (VAXTPU 编辑器) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
OLE 类型库文件 (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
参考表 (Bubble Editor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本库 (VAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
类型库 (Visual C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译的工具命令语言源代码文件 (Swat) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
双行元素集 (NASA) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目时间线文件 (Microsoft Project) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Trellix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
标记字体度量文件 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ztg 全局优化器默认优化器文件 (Zortech C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
临时文件 (Microsoft Windows) (全部) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
脚本文件 (Telemate) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (BitWare) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
目录文件 (Eudora 邮箱) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (柯达照片增强器) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
自解压存档 (Atari ST) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atari 16/32 和 32/32 计算机系列的操作系统 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件 (Turbo Pascal) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
会话状态文件 (Turbo Profiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模板文件 (哈佛图形) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
保存的图片文件 (过山车大亨) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可下载的 PCL 软字体文件备份 (HiJaak) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可下载的 PCL 软字体文件 (HiJaak) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
帮助文件 (Turbo Pascal) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
加密的课程文件 (TutorPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
常驻单元库 (Turbo Pascal) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模板文件 (Cakewalk 音频) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模板文件 (DataCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模板文件 (哈佛图形 2.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目文件 (Teleport Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
保护模式单元 (Borland Pascal 7.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
命令文件 (VAXTPU 编辑器) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Turbo Pascal 单元 (Turbo Pascal)(BGI) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打包图形文件 (TutorPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打包波形文件 (TutorPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
会话状态文件 (适用于 Microsoft Windows 的 Turbo Profiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Turbo Pascal 单元 (BGI) (适用于 Windows 9.x 的 Turbo Pascal) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (ULead Photo Express) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (GNUzip) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩文档 (TAR) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
会话状态设置 (适用于 DOS 的 Turbo Charge Debugger) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
会话状态设置 (适用于 Win32 的 Turbo Charge Debugger) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
保存的游戏文件 (Coaster) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
调试支持文件 (Power CTrace) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
目录树文件 (PC-Tools) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
脚本文件 (Kermit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
终端文件 (通用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
终端设置文件 (Microsoft Windows 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目使用日志 (MKS Source Integrity) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
翻译支持文件 (Quattro Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可执行文件 (MicroGraphix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
会话状态设置 (适用于 Windows 的 Turbo Debugger) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机测试文件 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TrueType 字体 (通用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Truetype 字体。 From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
翻译工具包文件 (Corel Catalyst) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
客户端访问数据规范文件 (AS/400) (服务器到客户端) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
教程文件 (许多程序使用此后缀作为其教程) (通用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表格视图设置 (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 1 中插入点上方的溢出文件 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 2 中插入点上方的溢出文件 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 3 中插入点上方的溢出文件 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 4 中插入点上方的溢出文件 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 5 中插入点上方的溢出文件 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 6 中插入点上方的溢出文件 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 7 中插入点上方的溢出文件 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 8 中插入点上方的溢出文件 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 9 中插入点上方的溢出文件 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表格视图设置 (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (TABWorks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模板文件 (TagWrite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MS-DOS 文本 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编码的简报文件 (Descent/D2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (FREEZE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩文档 (TAR) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
税务交换格式 (Quicken 等) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
支持文件 (TeX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASCII <http://WhatIs.techtarget.com/definition/0,,sid9_gci211600,00.html> 文本格式数据 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
纯英文文本文件。 From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
波形文件 (Yamaha TX16W) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
时间戳文件 (PageMaker 4.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
旧压缩文件 (TAR), (COMPRESS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (Tar) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用户代理配置文件 (无线电话应用程序使用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原始无符号字节 (8 位) 数据 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩存档 (UltraCompressor II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
新的压缩存档 (UltraCompressor II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像过滤器 (Photostyler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
唯一数据库 (Microsoft Windows NT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原始无符号双字 (32 位) 数据 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
加密存档 (UltraCompressor II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
对象文件 (Ulead) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
绘图文件 (AutoCAD 和其他) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二进制文件 (通用提示系统) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Espire 源代码 (Geoworks UI 编译器) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用户界面文件 (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Windows 的长提示 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Espire 头文件 (Geoworks UI 编译器) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频文件 (ULAW) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
(CCITT G.711) 音频 (美国电话) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
上传的文件信息 (Procomm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐模块 (MOD) (UltraTracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备份文件 (存档) (MemMaker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Forcast Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
UniMod 音乐模块 (MOD) (MikMod) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (特定于 Unix 的信息) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
更新的程序数据 (dBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
更新的程序数据 (通用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序文件 (ULead Photo Impact) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译的更新数据文件 (dBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
保存的图像文件 (ULead Photo Express) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
通用雷达格式 (雷达 ViewPoint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
互联网快捷方式文件 (通用资源定位器) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码完整性文件 (MKS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
带有更新的 USACII 扩展字符集的打印机字体 (Pagemaker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
审计跟踪文件 (Pro/Engineer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用户数据库文件 (Procomm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用户数据库文件 (Tour) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用户数据库文件 (Turbo C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩的 ASCII 存档 (UUDE/ENCODE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
UU 编码文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可执行的压缩 ASCII 存档 (UUDE/ENCODE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
UU 编码文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
原始无符号 16 位) 数据文件 (Word) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
波形文件 (UltraTracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
一致性检查支持文件 (ReaGeniX 代码生成器) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
主图像输入文件 (Vivid 2.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
8 位音频文件 (CoVox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
资产管理文档 (Milliplex OmniValue) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
有效性检查/引用完整性检查 (Paradox for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
值列表对象文件 (dBase 应用程序生成器) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
动画文件 (VistaPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
带注释的语音文件 (通用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于数据字典的 ASCII 文本文件 (Sterling Software Groundworks, COOL Business Team Enterprise Model) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
变量文件 (IconAuthor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
VBase 文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目文件 (Microsoft Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
远程自动注册文件 (Microsoft Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
脚本文件 (Microsoft Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工作区文件 (Microsoft Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
自定义控件文件 (Microsoft Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual basic 扩展 (Microsoft Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
包含颜色定义的包含文件 (Vivid 2.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (VisaCalc) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
未格式化的语音文件 (Natural Microsystems) (NMS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
未格式化的语音文件 (Cool Edit 使用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件;定义用于 Sense8 的 WorldToolKit (Vevi) 的对象 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
虚拟卡文件 (许多程序使用此扩展名) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
虚拟卡文件 (Netscape) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
类库 (Microsoft FoxPro) (MFC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可视化工作台信息文件 (Microsoft Visual C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
类库 (Microsoft FoxPro)(MFC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形图像 (通用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Targa 位图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
绘图文件 (ComputerEasy Draw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D 绘图文件 (CAD( (Ashlar) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视图文件 (Clipper 5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视图文件 (Lotus Approach) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
剪贴画文件 (PrintMaster Gold) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
投票表单 (Voter) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
客户的投票表单 (VFN) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视频图形阵列 (用于在 VGA 显示器上显示的字体类型) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视频图形阵列 (显示器类型,也定义您的显示器是否符合新的 (1994) SVGA (超级视频图形阵列) (SVGA) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可视化显示驱动程序 (通用 CADD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (Jovian Logic VI) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
虚拟仪器文件 (National Instruments LABView) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (Vicar) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bethesda 视频文件 (Terminator, Future Shock) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图图形 (YUV12C M-Motion 帧缓冲区) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
屏幕设备驱动程序 (Microsoft Word) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shell 监视器文件 (Microsoft DOS v.5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Khoros 可视化图像 (SDSC 图像工具) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Khoros 可视化图像 (SDSC 图像工具) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形图像 (Viking) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Norton AntiVirus 和其他程序识别为感染病毒的文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形图像文件 (VIS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
流媒体视频文件 (VivoActive) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dVS/dVISE 文件 (Division) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
库文件 (Corel Ventura) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
绘图程序文件 (Vellum, by Ashler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
虚拟内存文件 (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
虚拟内存配置文件 (Adobe Acrobat Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
在线视频文件 (Sierra) (Torin's Passage) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频文件 (FaxWorks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
字体特性文件 (Ventura Publishing) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
矢量标记语言 (Microsoft Office 2000 使用) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
包含 vms 特定信息的文本文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
包含对象定义的包含文件 (Vivid 2.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
当前 DVD 上使用的加密视频和音频文件 (数字视频光盘) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频文件 (Creative Labs Sound Blaster) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频文件 (Quartet) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频格式 (Soundblaster 自己的格式)。 From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
对象文件夹 (VZ Programmer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频文件 (Talking Technology) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
使用 ADPCM <http://WhatIs.techtarget.com/definition/0,,sid9_gci213763,00.html> 编码的 Dialogic 音频文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
格式化语音文件 (Natural Microsystems) (NMS) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
出版物 (Ventura Publisher) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形图像文件 (VPGraphics) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视频文件 (Westwood Studios) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
VQ 定位器文件 (Yamaha Sound) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
VQ 文件 (Yamaha Sound) (可能的新的标准) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
VQ 定位器文件 (Yamaha Sound) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
配置文件 (Oracle 7) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
覆盖文件 (Quattro Pro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
一个 VRML 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目文件 (VXRexx) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视频设备驱动程序 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
包含表面定义的文件 (Vivid 2.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
绘图文件 (流程图或示意图) (Shapeware Visio) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
下载列表文件 (GetRight) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
仿真模型 (VisSim) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
一个 Windows 9x/NT ViruSafe 版本文件;用于保存目录中所有文件的信息;当文件被访问时,信息会与 VSN 信息进行比较,以确保它们匹配 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据打印文件 (Schedule Soft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像精灵 (SPX) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Smartshapes 图像文件 (Shapeware Visio) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模具文件 (Shapeware Visio) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
位图图形文件 (TrueVison Vista) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Targa 位图 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工作区文件 (Shapeware Visio) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
动画文件 (3D Studio) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视图文件 (dBase IV) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
视图文件 (Microsoft FoxPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (Volkswriter) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频 MetaSound 插件 (VoxWare Audio Compression Toolkit 版本 2.02.61) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频插件 (Voxware MetaVoice Toolkit) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文件查看器 (PC Tools) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
虚拟设备驱动程序 (Microsoft Windows 9.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
单词图表文件 (APPLAUSE) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机字体 (AST TurboLaser) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机字体 (Ventura Publisher) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
启动文件 (Microsoft Windows 3.1) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
W3Launch 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于排序或索引的临时文件 (dBase) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Outlook 文件 (Microsoft Outlook, Outlook Express) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://WhatIs.techtarget.com/definition/0,,sid9_gci213332,00.html> Doom 游戏的大型文件,包含视频、玩家级别和其他信息 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
纹理文件 (Quake 2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
脚本源代码文件 (Procomm Plus Aspect) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://WhatIs.techtarget.com/definition/0,,sid9_gci213473,00.html> 波形声音 (Microsoft Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频格式 (Microsoft Windows 常用的声音文件)。 来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
编译后的脚本文件 (Procomm Plus Aspect) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
笔记本 (QuattroPro for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (QuattroPro for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (QuattroPro for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (Webshots) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
批处理文件 (Microsoft Windows 9.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备份文件 (Microsoft Word for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
上传文件 (Argo Webload II) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordBar 文件 (Crick Software) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
批处理文件 (WinBatch) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wordbar 模板 (Crick Software) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏令牌列表文件 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据传输文件 (Microsoft Works) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
产品信息描述文件 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库文件 (Info Select) 由 (Micro Logic) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据库文件 (Microsoft Works) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WebArt 数据文件 (可转换为多种程序使用的数据库文件) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Warftpd 远程守护进程 <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci211888,00.html> 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Web 文档 (Corel Zara) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Web 源代码文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bank 文件 (Maui/Rio/Monterey) (Turtle Beack WaveFront) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音频波形 (WaveForm Manager Pro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
鼓组 (Maui/Rio/Monterey)(Turtle Beach WaveFront) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
流程图文件 (Winflow) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows 窗体 (Virtual dBase) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
符号 (Corel Draw) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
程序文件 (Turtle Beach WaveFront)(Maui/Rio/Monterey) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (NICOLET (旧格式), 参见 NRF) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (WinFax) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工作表 (Lotus 1-2-3/G) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工作表 (Lotus 1-2-3 for O/S2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Wild Board Games) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
小波压缩位图 (Corel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宽度表 (Ventura Publisher) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
小波图像文件 (参见 WI) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WinImage 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
无线身份模块 (用于无线应用协议) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
窗口文件 (dBase) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
窗口文件 (Microsoft FoxPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
窗口首选项文件 (Pro/Engineer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
脚本文件 (Reynolds & Reynolds) (存储数据库查询的结果) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
NSREX 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
页面向导 (Microsoft Publisher) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
向导文件 (Microsoft Word) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (Lotus 1-2-3 v. 1 和 2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (Lotus 1-2-3 v. 3) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (Lotus 1-2-3 v. 4) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档文件 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (Lotus 1-2-3 教育版) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (Quattro Pro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (Microsoft Works) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (Symphony 1.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工作表电子表格 (Lotus 1-2-3) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工作区文件 (Xlisp) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
REND386/AVRIL 文件 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
上传文件 (Argo Upload I) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (Virtus Walkthrough) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
加载项文件 (Microsoft) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Windows Media 格式的音频文件 (可以更改为 ASF) Siren (Sonic Foundry) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
启动备份文件 (MathCAD for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏文件 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (WordMARC) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
元文件 (Microsoft Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (NeXT WriteNow) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
轮廓字体描述文件 (CorelDRAW) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
交换文件 (Microsoft Windows 3.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
组织结构图 (Microsoft Windows OrgChart) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文字处理文档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐模块 (MOD) (Grave Composer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档文件 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (WordPerfect for Windows 4.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (WordPerfect for Windows 5.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (WordPerfect for Windows 6.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文字处理器文档 (ACT!) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
演示文件 (WordPerfect for Windows) (ALL) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (Enable) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真文档 (WorldPort) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
表单文件 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (Microsoft Word for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Word for Windows 矢量图形 (DrawPerfect) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏 (Microsoft Word for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏 (Microsoft Word for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文档 (Microsoft Works) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模板 (Microsoft Word for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PerfectWorks 文档 (Novell) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩的电子表格 (QuattroPro) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (QuattroPro/DOS) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (QuattroPro 版本 5) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (Symphony 1.1-2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Symphony 文件 (Lotus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模板 (Charisma) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ReGet 文档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Write 文档 (Windows Write) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目文件 (CakeWalk Music Audio) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
电子表格 (Symphony 1.0) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
虚拟现实模型 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D 建模文件 (Raindrop Geomagic) (Scandata) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩的 Amiga 存档 (WARP) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
资源文件 (Microsoft Word for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
另一个 VRML <http://WhatIs.techtarget.com/definition/0,,sid9_gci214153,00.html> 文件ject 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (WordStar) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (WordStar for Windows 版本 1) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (WordStar for Windows 版本 2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (WordStar for Windows 版本 3) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (WordStar for Windows 版本 4) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (WordStar for Windows 版本 5) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (WordStar for Windows 版本 6) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (WordStar for Windows 版本 7) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (WordStar for Windows 2000) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工作区文件 (Fortran PowerStation) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档 (WordStar for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
皮肤 (WinAmp) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于无线电话应用 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
小波压缩位图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interleaf WorldView 格式 (一种 PDF 格式) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档窗口的按钮栏 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
键盘布局文件 (WordPerfect for Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
加载项文件 (Microsoft Word) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐资源文件 (Relic Entertainment)(Home World) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档文件 (用于 Microsoft Windows 的 EXP) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AVS 图像 (SDSC Image Tool) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
源代码文件 (Lex) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二级索引文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二级索引文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二级索引文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二级索引文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二级索引文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二级索引文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二级索引文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二级索引文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二级索引文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macromedia Extra (程序扩展), 16 位 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macromedia Extra (程序扩展), 32 位 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Xara 绘图 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MIME 'X11" 位图图像 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
XML Schema 文件 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机字体文件 (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机字体文件 (Xerox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
打印机字体文件 (24 针) (ChiWriter) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
传真文档 (各种) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可扩展超文本标记语言 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
乐器文件 (FastTracker II) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
乐器采样文件 (ScreamTracker) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (Pagis) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图像文件 (Xerox) (与 TIF 相同) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
扩展图像文件 (ScanSoft),该文件类似于 TIFF,并且是 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wang 图像文件 (包含在 Windows 95 中) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
加载项文件 (Microsoft Excel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
存档 (Xlib) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Microsoft Excel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工具栏文件 (Microsoft Excel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图表文件 (Microsoft Excel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
对话框文件 (Microsoft Excel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
备份文件 (Microsoft Excel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
加载项文件 (Microsoft Excel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
动态链接库 (Microsoft Excel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏文件 (Microsoft Excel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工作表文件 (Microsoft Excel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
模板文件 (Microsoft Excel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
转换表 (Lotus 1-2-3) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
转换表 (Procomm Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
转换表 (Symphony) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
VBA 模块 (Microsoft Excel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
工作簿 (Microsoft Excel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
音乐模块 (MOD) (Fast Tracker 2) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩的 midi 音乐 (eXtended) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可扩展标记语言 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
XML 源文件。参见 XML。来自 Binh http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
网络文件 (标准) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
快捷方式文件 (Microsoft Exchange) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Axon) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
X 位图格式 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
XPM 图像文件。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
可执行文件 (Waffle) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
宏文件 (SuperCalc) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Epic Megagames Xargon) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
交叉引用文件 (通用) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
外部翻译表 (LocoScript) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Xtree) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
X Window Dump 格式 (SDSC Image Tool) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Works 文件 (Yamaha XG) (MIDI <http://WhatIs.techtarget.com/definition/0,,sid9_gci212572,00.html> 音序) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
键盘映射文件 (Crosstalk) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
会话文件 (Crosstalk) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (Xerox Writer) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩 ASCII 存档 (XXENCODE) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩 ASCII 存档 (XXENCODE) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
XXXX 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文本文件 (XYWrite) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档文件 (XYWrite III) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档文件 (XYWrite IV) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档文件 (XYWrite III Plus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
文档文件 (XYWrite for Windows 4.x) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩 Amiga 存档 (YABBA) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
语法文件 (Yaac) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
yacc 源文件。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二级索引文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二级索引文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二级索引文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二级索引文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二级索引文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二级索引文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二级索引文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二级索引文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二级索引文件 (Paradox) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
剪贴画库 (Arts & Letters) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
年鉴文件 (Microsoft Encarta) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (YUV) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩文件存档 (YAC) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩 ASCII 文档 (COMPRESS) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
使用 compress 压缩程序压缩的文件。来自 Rute-Users-Guide 可以使用 'uncompress' 实用程序解压缩。 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Unix 文件 压缩 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
游戏模块 (Infocom) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩文件 (FileWrangler) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
软件安装设置文件 (Microsoft Windows) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩文本文件 (Zview) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
数据文件 (Zerberus) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
图形文件 (ZenoGraphics) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
使用 pkzip(或 DOS 的 PKZIP.EXE)压缩程序压缩的文件。来自 Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Zip 文件 压缩存档 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
压缩 Amiga 存档 (ZOOM) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
早期压缩文件格式 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
语音文件 (Zyxel Z-Fax) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
临时文件 (1ST Reader) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AppExpert 项目数据库文件 (Borland C++ 4.5) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目备份文件 (Borland C++ 4.5) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
菜单备份 (Norton Commander) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
项目备份文件 (Terramodel) 来自 Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
一个包含可执行程序的目录,主要是二进制文件。来自 I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
一个包含可执行程序的目录,其中大部分以二进制文件形式存储。大多数程序都可以在 /bin 和 /usr/bin 目录中找到;但是,用户通常会在私有 bin 目录中保存其他程序,例如 /home/linux/bin。来自 Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
在 UNIX 上,这是一个可以写入的虚拟文件。写入此文件的数据将被丢弃。它类似于 Windows 机器上的 NUL 文件调用。重点:当入侵者入侵机器时,通常会将日志重定向到 /dev/null。例如,命令 ln -s /dev/null .bash_history 将导致系统停止记录 bash 命令。文化:在白话中,意思与黑洞几乎相同。典型用法:如果您不喜欢我要说的话,请将您的评论定向到 /dev/null。来自 Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
UNIX 上用于保存大部分配置信息的目录。它大致类似于 Windows 注册表。特别值得关注的是 /etc/passwd 文件,其中存储了所有密码。重点:如果入侵者可以从此目录读取文件,那么他们很可能可以使用这些信息来攻击机器。来自 Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
包含主机名到 IP 地址映射列表的文件。在互联网的早期,机器就是这样相互联系的。维护了一个主 hosts 文件并定期下载到机器上。然后 DNS 就出现了。就像退化的阑尾。在 Windows 上,此文件存储在 %SystemRoot%\system32\drivers\etc 中。黑客技巧:如果您可以将文件写入用户的机器,那么您可以将条目添加到他/她的 hosts 文件中,以指向您自己的机器。例如,放入一个 www.microsoft.com 的条目以指向您的机器,然后代理用户的所有连接。这将使您能够执行中间人攻击。来自 Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
在 UNIX 上,“hosts.equiv”文件列出了可以被认为是与此文件“等效”的其他主机。因此,这台机器将“信任”这些其他机器。从列出的机器连接到这台机器的用户不必出示密码,假设这些其他机器已经验证了密码。类比:欧盟(EU)国家之间没有护照检查。您只需在进入第一个欧洲国家时出示护照,一旦进入欧盟,您就可以自由漫游。“hosts.equiv”文件创建了一个类似的机器联盟。黑客技巧:黑客将以该文件为目标。如果他们的目标是机器 A,他们可能会发现 A 信任 B,而 B 可能更容易首先入侵。那时,黑客可以使用 B 上的帐户跳回 A。同样,如果黑客可以写入此文件,他们可以告诉系统信任网络上的任何其他系统(包括黑客自己的机器)。黑客技巧:较旧的软件会对连接的 IP 地址执行反向 DNS 查找。如果黑客控制了 DNS 服务器,他/她可以返回受信任的域名,因此被允许进入系统。另一个较旧的黑客技巧是默认的“+”条目。来自 Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
UNIX 文件,其中包含帐户信息,例如用户名、密码、登录目录和默认 shell。系统上的所有普通用户都可以读取此文件。重点:密码是加密的,因此即使每个人都可以读取该文件,也不能自动保证访问系统。但是,像 crack 这样的程序在解密密码方面非常有效。在任何具有多个帐户的系统上,如果黑客获得此文件,则很有可能破解某些帐户。重点:现代 UNIX 系统允许使用影子密码文件,存储在诸如 /etc/shadow 之类只有 root 用户才能访问的位置。正常的密码文件仍然存在,但没有密码信息。这为仍然必须访问密码文件以获取帐户信息,但对密码本身没有兴趣的程序提供了向后兼容性。重点:针对 UNIX 系统的大多数黑客攻击的主要目标是检索密码文件。许多攻击不会直接危及机器,而是能够从机器读取文件,例如此文件。来自 Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
在 UNIX 上,配置文件 /etc/services 将端口号映射到命名服务。重点:它在生活中的作用是让程序可以在其代码中执行 getportbyname() 套接字调用,以便获得它们应该使用的端口。例如,POP3 电子邮件守护程序将执行 getportbyname("pop3"),以检索 pop3 运行的端口号 110。其想法是,如果所有 POP3 守护程序都使用 getportbyname(),那么无论您运行什么 POP3 守护程序,您始终可以通过编辑 /etc/services 重新配置其端口号。误解:此文件不适合找出端口号的含义。如果您想找出程序正在使用的端口,您应该改用程序 lsof 来准确找出哪些端口绑定到哪些进程。如果运行 lsof 不合适,那么您应该在更通用的参考资料中查找端口。来自 Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
术语 0-day 漏洞描述的是未公开的漏洞。它描述了精英黑客的工具,他们发现了新的漏洞,并且只与密友分享。它还描述了用于入侵流行服务(常见的嫌疑对象:BIND、FTP 服务、Linux 发行版、Microsoft IIS、Solaris 服务器)的一些新漏洞。许多 0-day 漏洞是在黑客使用它们时被受害者发现的,或者被蜜罐发现的。“0-day”一词描述了漏洞的价值在公开后迅速下降的事实。第二天,它们的价值只有一半。第二天,它们的价值只有 1/4。十天后,它们的价值是第 0 天的 1/1000。这是因为脚本小子迅速在整个互联网的计算机上使用这些漏洞,在其他人可以访问它们之前就入侵了系统。对比:术语 0-day 漏洞描述了发现者本人(或密友)难以使用的漏洞,与脚本小子使用的易于使用的脚本形成对比。例如,缓冲区溢出脚本将经历许多阶段,因为人们试图为目标平台找到正确的偏移量,但最终将成为任何人都可以使用的广谱瞄准射击脚本。重点:0-day 漏洞的危险之一是 BUGTRAQ 露营。黑客发现目标受害者上运行的所有服务,并等待漏洞宣布的第 0 天。届时,黑客将使用新漏洞攻击系统。重点:“0-day”一词描述了社区中的任何信息,无论是序列号、代理列表还是色情网站的密码。一旦此类信息变得广为人知并被大量人利用,受害者就会修复它。信息具有“半衰期”:它越旧,价值就越低。来自 Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
100 语音级 [技术] 来自 VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mungkie Associates Inc. 提供 2-Disk Xwindow 嵌入式 Linux。该发行版旨在演示 Mungkie Associates 的嵌入式设备开发环境,展示可以为小型设备 GUI 系统创建的环境类型。它还旨在在一个磁盘上提供最小的 Linux 基础系统,并在第二个磁盘上提供完全可扩展的 X 系统实现。这两个磁盘可以一起用于最小系统,或者 X 磁盘可以单独用于任何 libc2.1 linux 系统。源代码树在 Debian 上编译,/lib/ 文件直接取自 Debian-2.2.3 发行版。2-disk 系统可免费用于个人用途,但商业用途受到限制。1.4rc802 版本于 2002 年 11 月 6 日发布。1disk1.0 final 版本于 2003 年 1 月 18 日发布。1disk 1.0 更新于 2003 年 2 月 5 日发布。1.0.8 版本(源代码)于 2003 年 5 月 30 日发布。来自 LWN 发行列表 http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
双面 - 双密度 (FDD) 来自 VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于 X11 的 3D 国际象棋 用于 X11R6 的 3 维国际象棋。三个棋盘,96 个棋子和 26 个方向。来自 Debian 3.0r0 APT 3Dwm 是 Linux 的 3D 窗口管理器 来自 Binh http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D 设备相关接口 (MS),"3D DDI" 来自 VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3 维随机存取存储器 (RAM) 来自 VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3dwm 项目正在创建可以在 3D 立方体以及台式计算机中运行的三维工作区管理器。请注意,wm 并非代表术语窗口管理器。这有点误导性;3dwm 不是真正意义上的窗口管理器,而更像是通用的用户环境。系统的窗口管理器功能仅仅是冰山一角;3Dwm 包含用于构建具有三维界面的应用程序的通用原语。来自 3dwm http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3Dwm 应用程序 3Dwm 时钟应用程序 (tdwm-clock) 是第一个即使是远程有用的实际应用程序。它利用 3Dwm Nobel API,包括新的实体建模支持,来创建一个三维模拟时钟,显示当前时间。来自 Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3Dwm 客户端 一个使用新的 libsolid 构建的简单客户端。这只是关于 libsolid 如何工作的示例。来自 Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3Dwm 客户端 这是一个非常简单的 3Dwm 客户端,它连接到服务器中导出的 GeometryKit,创建一个 Geometry,从本地系统加载 3D 文件(在本例中是一个简单的办公室模型,恰好也是 Rob 的房间),并将其传递给 3Dwm 服务器。3Dwm 服务器将愉快地渲染创建的任何几何图形,因此多次运行 geoclient 将向图形输出添加更多几何图形。请注意,您可能需要缩小(使用“X”键)才能看到图形输出。geoclient 能够打开本机 .raw 文件以及标准 3ds 文件(使用 MeshIO)。换句话说,您可以尝试加载除提供的办公室模型之外的其他文件到 3Dwm 服务器。来自 Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3Dwm 客户端 这是一个演示 libzorn 如何工作的示例。来自 Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
二进制服务器守护程序 此软件包包含显示二进制服务器守护程序。来自 Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3Dwm 客户端 这是一个用于测试 3Dwm 纹理功能的简单客户端。来自 Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3Dwm 客户端 这将打开从 3Dwm 服务器到 VNC 服务器的连接,图形输出将显示在 3Dwm 世界中的单个四边形中(您可能需要缩小才能看到它)。目前,vncclient 不支持与 VNC 窗口的交互(绑定和实际通信代码已实现,仅缺少 3Dwm 端)。来自 Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
第三代 . 互联网协议 (org., IP, GPRS, WLAN, 移动系统), "3G.IP" 来自 VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
第三代语言 来自 VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
第三代合作伙伴计划 (org.) 来自 VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/for' poynt too'/ 名词。如果没有前缀,这几乎总是指 BSD Unix 版本 4.2。请注意,说“版本 4.2”是缺乏见识的表现,而“发行版 4.2”很少见;该数字本身就成立,或者以更明确的形式 4.2BSD 或(较不常见)BSD 4.2 使用。类似的评论适用于“4.3”、“4.4”以及更早、不太广泛的版本 4.1 和 2.9。来自 Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
4.4BSD rdist。这是来自 4.4BSD Lite 的传统 rdist,带有 FreeBSD 修复程序。它为了与第三方 rdist 实现兼容而提供。这是 4.4BSD rdist 的二进制包。来自 Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
第四代语言 来自 VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
4 GB [RAM] 调优 (RAM, GB) 来自 VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
4Suite 软件包包含用于 Python 的 XML 相关工具和库,包括 4DOM、4XSLT、4XPath、4RDF 和 4XPointer。4DOM 是万维网联盟 (W3C) 标准 DOMAPI 的实现,用于 HTML 和 XML 内容操作。4DOM 基于正式 DOM 规范中使用的 IDL 提供完整的分布式对象支持。4XSLT 是一个 XSLT 处理器,可用于将 XML 文档呈现为定制和风格化的 HTML,供当前 Web 浏览器使用。4XSLT 还为应用程序提供了一个强大的编程 API,用于对 XML 文档进行低级、定制的转换。4XPath 是一个库,实现了 W3C 的 XPath 语言,用于指示和选择 XML 文档的各个部分。4RDF 是一个用于 RDF 处理的工具包和库。4XPointer 是一个工具包,用于处理 URI 引用的片段标识符,这些标识符定位 Internet 媒体类型 text/xml 的资源。来自 Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
第五代语言 来自 VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于非 IPv6 应用程序的 TCP 代理 6tunnel 允许您将 IPv6 主机提供的服务与仅支持 IPv4 的应用程序一起使用,反之亦然。它可以绑定到您的任何 IPv4 或 IPv6 地址,并将所有数据转发到 IPv4 或 IPv6 主机。例如,它可以用作支持 IPv6 的 IRC 代理。来自 Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
某些系统(如 Win9x 和 Solaris)将用户密码限制为 8 个字符。重点:此类系统的具有安全意识的用户需要确保他们使用更随机的字符组合,因为他们无法创建长密码。重点:破解此类系统的密码更容易一些。来自 Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
与标准 MS-DOS 整理约定对应的文件名,该约定将文件名限制为 8 个字符,可选扩展名限制为 3 个字符。来自 QUECID 这样的限制可能会证明是一个令人恼火的问题,例如在 Windows 和 Linux 机器等异构网络之间传输文件时。由于旧版本的 Windows 仅支持 8.3 样式文件名,因此传输到它的文件将被截断。例如,“C:\Program Files”可能会显示为“C:\Progra~1” 来自 Binh http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
用于射频无线数据传输和联网的标准协议。也称为 Wi-Fi。来自 Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
802.11 高速率 (IEEE, WLAN), "802.11/HR" 来自 VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
以 RFC822 格式打印日期和时间的命令 来自 whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
8 相位偏移键控 (EDGE, 移动系统) 来自 VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
8-残留边带, "8-VSB" 来自 VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
从 shell 创建 X 菜单。这是 9menu,一个简单的程序,允许您从 shell 创建 X 菜单,其中每个菜单项将运行一个命令。9menu 旨在与 9wm 一起使用,但可以与任何其他窗口管理器一起使用。来自 Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Plan 9 窗口管理器 8-1/2 的模拟。9wm 是一个 X 窗口管理器,它试图在 X 施加的约束范围内尽可能地模拟 Plan 9 窗口管理器 8-1/2。它提供了一个简单而舒适的用户界面,没有华丽的装饰或标题栏。或图标。并且它是点击输入式的。来自 Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
检查文件类型并比较值 来自 whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
在 UNIX 上,可以使用波浪号 (~) 后跟其登录名来引用主目录。例如,我计算机上的 "ls ~rob" 将列出 "/home/rob" 中的所有文件。重点:Web 服务器通常允许以这种方式访问用户的目录。一个例子是 http://www.robertgraham.com/~rob。重点:互联网上的一个大漏洞是人们意外地公开信息。例如,.bash_history 文件是一个人目录中的隐藏文件,其中包含他们输入到 shell 中的所有命令的完整文本(假设他们的 shell 是 bash,这是 Linux 上最流行的 shell)。来自 Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html