文档库 最新最全的文档下载
当前位置:文档库 › php扩展列表-2011中英文版本

php扩展列表-2011中英文版本

php扩展列表-2011中英文版本
php扩展列表-2011中英文版本

Windows 下安装扩展库

在 Windows 下安装完 PHP 和 web 服务器之后,可能想要安装一些扩展库来获得更多功能。可以通过修改php.ini来选择当 PHP 启动时加载哪些扩展库。也可以在脚本中通过使用 dl()来动态加载。

PHP 扩展库的 DLL 文件都具有php_前缀。

很多扩展库都内置于Windows 版的 PHP 之中。这意味着要加载这些扩展库不需要额外的 DLL 文件和 extension配置指令。Windows 下的 PHP 扩展库列表

列出了需要或曾经需要额外 PHP DLL 文件的扩展库。下面是内置的扩展库列表:

PHP 4 中(截止到 PHP 4.3.11): BCMath, Caledar, COM, Ctype, FTP,MySQL, ODBC, Overload, PCRE, Session, Tokenizer, WDDX, XML&listendand; Zlib。

PHP 5 中(截止到 5.0.4)有以下修改。新增内置: DOM, LibXML, Iconv,SimpleXML, SPL&listendand; SQLite。以下不再内置: MySQL和 Overload。

PHP 搜索扩展库的默认位置在 PHP 4 中是C:\php4\extensions,在 PHP 5 中是C:\php5。要修改此项以符合用户自己的 PHP 设置,需要编辑php.ini文件:?需要修改 extension_dir设置以指向用户放置扩展库的目录或者说放置php_*.dll文件的位置。例如:

extension_dir = C:\php\extensions

?要在php.ini中启用某扩展库,需要去掉该行extension=php_*.dll前的注释符号,将想要加载的扩展库前的分号(;)删除即可。

Example #1 启用 Bzip2扩展库

// 将这一行

;extension=php_bz2.dll

// 改成这样

extension=php_bz2.dll

?有些扩展库需要额外的 DLL 才能工作。其中一部分包括在发行包里,PHP

4 中在C:\php\dlls\目录下,PHP

5 中在主目录下,但还有一些,例如

Oracle(php_oci8.dll)所需要的 DLL 没有绑定在发行包里。如果安装

PHP 4,将绑定的 DLL 从C:\php\dlls拷贝到主目录C:\php中。别忘了

将C:\php放到系统路径PATH中去(此过程在另外的 FAQ 条目中有说

明)。

某些 DLL 没有绑定在 PHP 发行包中,详情见每个扩展库的文档页。此外有关 PECL的说明见手册页 PECL 扩展库安装。在 PECL中有日益增加数目巨大的 PHP 扩展库,这些扩展库需要单独下载。

Note: 如果运行服务器模块版的 PHP,在修改了php.ini之后别忘了重新启动web 服务器以使其改动生效。

下表说明了哪些扩展库需要额外的 DLL。

PHP 扩展库

扩展库说明注解

php_bz2.dll bzip2压缩函数库无

php_calendar.dll 历法转换函数库自 PHP 4.0.3 起内置

php_crack.dll 密码破解函数库无

php_ctype.dll ctype家族函数库自 PHP 4.3.0 起内置

php_curl.dll CURL,客户端 URL 库函

数库

需要:libeay32.dll,

ssleay32.dll(已附带)

php_dba.dll DBA:数据库(dbm 风格)抽象层函数库

php_dbase.dll dBase函数库无php_dbx.dll dbx函数库

php_domxml.dll DOM XML函数库PHP <= 4.2.0 需要:libxml2.dll (已附带),PHP >= 4.3.0 需要:iconv.dll(已附带)

php_dotnet.dll .NET函数库PHP <= 4.1.1

php_exif.dll EXIF函数库需要 php_mbstring.dll。并且在php.ini中,php_exif.dll必须在php_mbstring.dll之后加载。

php_fbsql.dll FrontBase函数库PHP <= 4.2.0

php_fdf.dll FDF:表单数据格式化函

数库

需要:fdftk.dll(已附带)

php_filepro.dll filePro函数库只读访问

php_ftp.dll FTP函数库自 PHP 4.0.3 起内置

php_gd.dll GD库图像函数库在 PHP 4.3.2 中删除。此外注意在GD1 中不能用真彩色函数,用php_gd2.dll替代。

php_gd2.dll GD库图像函数库GD2

php_gettext.dll Gettext函数库PHP <= 4.2.0 需要

gnu_gettext.dll(已附带),PHP >= 4.2.3 需要libintl-1.dll,iconv.dll(已附带)。

扩展库说明注解php_hyperwave.dll HyperWave函数库无

php_iconv.dll ICONV字符集转换需要:iconv-1.3.dll(已附带),PHP >=4.2.1 需要iconv.dll

php_ifx.dll Informix函数库需要:Informix 库php_iisfunc.dll IIS 管理函数库无

php_imap.dll IMAP,POP3 和 NNTP 函

数库

php_ingres.dll Ingres II函数库需要:Ingres II 库

php_interbase.dll InterBasefunctions 需要:gds32.dll(已附带)

php_java.dll Java函数库PHP <= 4.0.6 需要:jvm.dll(已附带)

php_ldap.dll LDAP函数库PHP <= 4.2.0 需要libsasl.dll (已附带),PHP >= 4.3.0 需要libeay32.dll,ssleay32.dll(已附带)

php_mbstring.dll 多字节字符串函数库无

php_mcrypt.dll Mcrypt 加密函数库需要:libmcrypt.dll

php_mhash.dll Mhash函数库PHP >= 4.3.0 需要:libmhash.dll (已附带)

php_mime_magic.dll Mimetype函数库需要:magic.mime(已附带)php_ming.dll Ming函数库(Flash)无

php_msql.dll mSQL函数库需要:msql.dll(已附带)php_mssql.dll MSSQL函数库需要:ntwdblib.dll(已附带)

php_mysql.dll MySQL函数库PHP >= 5.0.0 需要libmysql.dll (已附带)

php_mysqli.dll MySQLi函数库PHP >= 5.0.0 需要libmysql.dll (PHP <= 5.0.2 中是libmysqli.dll)(已附带)

php_oci8.dll Oracle 8函数库需要:Oracle 8.1+ 客户端库php_openssl.dll OpenSSL函数库需要:libeay32.dll(已附带)php_overload.dll 对象重载函数库自 PHP 4.3.0 起内置

php_pdf.dll PDF函数库无

php_pgsql.dll PostgreSQL函数库无

php_printer.dll 打印机函数库无

php_shmop.dll 共享内存函数库无

php_snmp.dll SNMP函数库仅用于 Windows NT!

php_soap.dll SOAP函数库PHP >= 5.0.0

扩展库说明注解

php_sockets.dll Socket函数库无

php_sybase_ct.dll Sybase函数库需要:Sybase 客户端库php_tidy.dll Tidy函数库PHP >= 5.0.0

php_tokenizer.dll Tokenizer函数库自 PHP 4.3.0 起内置php_w32api.dll W32api函数库无

php_xmlrpc.dll XML-RPC函数库PHP >= 4.2.1 需要iconv.dll(已附带)

php_xslt.dll XSLT函数库PHP <= 4.2.0 需要sablot.dll,expat.dll(已附带)。PHP >= 4.2.1 需要sablot.dll,expat.dll,iconv.dll(已附带)。

php_yaz.dll YAZ函数库需要:yaz.dll(已附带)php_zip.dll Zip 文件函数库只读访问

php_zlib.dll ZLib压缩函数库自 PHP 4.3.0 起内置

Installation of extensions on Windows

After installing PHP and a web server on Windows, you will probably want to install some extensions for added functionality. You can choose which extensions you would like to load when PHP starts by modifying your php.ini. You can also load a module dynamically in your script using dl().

The DLLs for PHP extensions are prefixed with php_.

Many extensions are built into the Windows version of PHP. This means additional DLL files, and the extension directive, are not used to load these extensions. The Windows PHP Extensions table lists extensions that require, or used to require, additional PHP DLL files. Here's a list of built in extensions:

In PHP 4 (updated PHP 4.3.11): BCMath, Caledar, COM, Ctype, FTP, MySQL, ODBC, Overload, PCRE, Session, Tokenizer, WDDX, XML and Zlib

In PHP 5 (updated PHP 5.0.4), the following changes exist. Built in: DOM, LibXML, Iconv, SimpleXML, SPL and SQLite. And the following are no longer built in: MySQL and Overload.

The default location PHP searches for extensions is C:\php4\extensions in PHP 4 and C:\php5 in PHP 5. To change this setting to reflect your setup of PHP edit your php.ini file:

?You will need to change the extension_dir setting to point to the directory where your extensions lives, or where you have placed your php_*.dll files. For example:

extension_dir = C:\php\extensions

?Enable the extension(s) in php.ini you want to use by uncommenting the extension=php_*.dll lines in php.ini. This is done by deleting the leading ; from the extension you want to load.

Example #1 Enable Bzip2 extension for PHP-Windows

// change the following line from ...

;extension=php_bz2.dll

// ... to

extension=php_bz2.dll

?

Some of the extensions need extra DLLs to work. Couple of them can be found in the distribution package, in the C:\php\dlls\ folder in PHP 4 or in the main folder in PHP 5, but some, for example Oracle (php_oci8.dll ) require DLLs which are not bundled with the

distribution package. If you are installing PHP 4, copy the bundled DLLs from C:\php\dlls folder to the main C:\php folder. Don't forget to include C:\php in the system PATH (this process is explained in a separate FAQ entry).

? Some of these DLLs are not bundled with the PHP distribution. See each extensions documentation page for details. Also, read the manual section titled Installation of PECL extensions for details on PECL. An increasingly large number of PHP extensions are found in PECL, and these extensions require a separate download.

Note : If you are running a server module version of PHP remember to restart your web server to reflect your changes to php.ini .

The following table describes some of the extensions available and required additional dlls.

PHP Extensions

Extension Description Notes

php_bz2.dll

bzip2 compression

functions

None

php_calendar.dll Calendar

conversion

functions Built in since PHP 4.0.3

php_crack.dll Crack functions None

php_ctype.dll ctype family functions

Built in since PHP 4.3.0

php_curl.dll

CURL, Client URL library functions Requires: libeay32.dll , ssleay32.dll (bundled) php_dba.dll DBA: DataBase (dbm-style)

Abstraction layer functions

None

php_dbase.dll dBase functions None php_dbx.dll dbx functions

php_domxml.dll DOM XML functions PHP <= 4.2.0 requires: libxml2.dll

(bundled) PHP >= 4.3.0 requires:

iconv.dll (bundled) php_dotnet.dll

.NET functions

PHP <= 4.1.1

Extension Description Notes

php_exif.dll

EXIF functions php_mbstring.dll. And,

php_exif.dll must be loaded

afterphp_mbstring.dll in php.ini . php_fbsql.dll FrontBase functions

PHP <= 4.2.0

php_fdf.dll FDF: Forms Data

Format functions.

Requires: fdftk.dll (bundled)

php_filepro.dll filePro functions Read-only access php_ftp.dll

FTP functions

Built-in since PHP 4.0.3

php_gd.dll

GD library image functions Removed in PHP 4.3.2. Also note that truecolor functions are not available in GD1, instead, use

php_gd2.dll . php_gd2.dll

GD library image

functions

GD2

php_gettext.dll

Gettext functions

PHP <= 4.2.0 requires

gnu_gettext.dll (bundled), PHP >=

4.2.3 requires libintl-1.dll , iconv.dll (bundled). php_hyperwave.dll HyperWave functions None

php_iconv.dll ICONV

characterset conversion Requires: iconv-1.3.dll (bundled), PHP >=4.2.1 iconv.dll php_ifx.dll Informix functions Requires: Informix libraries php_iisfunc.dll IIS management functions

None

php_imap.dll IMAP POP3 and NNTP

functions

None

php_ingres.dll Ingres functions Requires: Ingres libraries php_interbase.dll InterBase functions Requires: gds32.dll (bundled) php_java.dll

Java functions

PHP <= 4.0.6 requires: jvm.dll (bundled)

php_ldap.dll LDAP functions

PHP <= 4.2.0 requires libsasl.dll (bundled), PHP >= 4.3.0 requires libeay32.dll , ssleay32.dll (bundled)

Extension Description Notes

php_mbstring.dll Multi-Byte String

functions

None

php_mcrypt.dll Mcrypt Encryption

functions Requires: libmcrypt.dll

php_mhash.dll

Mhash functions

PHP >= 4.3.0 requires: libmhash.dll (bundled)

php_mime_magic.dll

Mimetype

functions Requires: magic.mime (bundled)

php_ming.dll Ming functions for

Flash

None

php_msql.dll mSQL functions

Requires: msql.dll (bundled) php_mssql.dll MSSQL functions Requires: ntwdblib.dll (bundled) php_mysql.dll MySQL functions

PHP >= 5.0.0, requires libmysql.dll (bundled)

php_mysqli.dll MySQLi functions PHP >= 5.0.0, requires libmysql.dll

(libmysqli.dll in PHP <= 5.0.2)

(bundled) php_oci8.dll Oracle 8 functions

Requires: Oracle 8.1+ client

libraries php_openssl.dll

OpenSSL functions Requires: libeay32.dll (bundled)

php_overload.dll Object

overloading

functions Built in since PHP 4.3.0 php_pdf.dll PDF functions None php_pgsql.dll PostgreSQL functions None

php_printer.dll Printer functions None

php_shmop.dll Shared Memory functions

None

php_snmp.dll SNMP get and walk

functions NT only!

php_soap.dll SOAP functions

PHP >= 5.0.0

php_sockets.dll Socket functions None php_sybase_ct.dll Sybase functions Requires: Sybase client libraries

php_tidy.dll Tidy functions PHP >= 5.0.0

php_tokenizer.dll

Tokenizer functions

Built in since PHP 4.3.0

Extension Description Notes

php_w32api.dll W32api functions None

php_xmlrpc.dll

XML-RPC functions

PHP >= 4.2.1 requires: iconv.dll

(bundled) php_xslt.dll XSLT functions PHP <= 4.2.0 requires sablot.dll , expat.dll (bundled). PHP >= 4.2.1 requires sablot.dll , expat.dll , iconv.dll (bundled). php_yaz.dll YAZ functions

Requires: yaz.dll (bundled)

php_zip.dll Zip File functions Read only access php_zlib.dll

ZLib compression

functions

Built in since PHP 4.3.0

手机电路图中英文对照

手机电路图中英文对照 手机电路图中英文对照 A A 模拟 AB 地址总线ACCESSORIES 配件ADC 模拟到数字的转换ADDRESS BUS 地址总线 AFC 自动频率控制 AFPCB 音频电路板 AGC 自动增益控制 AGND 模拟地 ALARM 告警 ALERT 振铃 ALRT 铃声电路 ALRT-VCC 振铃器电源 ANTSW 天线开关 AOC-DRIVE 自动功率控制驱动AUDIO 音频 AUX 辅助 AVCC 音频供电 APC 音频处理芯片GSM-LNA275 900MHz低噪声放大器电压() GSM-PINDIODE 功率放大器输出到匹配电路的切换控制信号 GSM-SEL 频段切换控制信号之一(900 MHz) G-TX-VCO 900MHz发射压控振荡器 H Hex 十六进制 Hamonic Filter 谐波滤波器 HAND SET 手持机 HARDWARE 硬件 HOOK 外接免提计算机 HEAD-INT 头戴耳机控制 I Insert Card 插入卡 Initial 初始化 IMSI 国际移动用户识别码 IWF 各种业务功能接口 I/O 输入/输出 ICTRL 供电电流大小控制 IFLO 中频本振 INFRARED RAY 红外线 INT 中断 K KEYBOARD 键盘 KEY 键、键控 KHz 千赫兹 KBC 按键列地址线 L

ANT 天线 AUC 鉴权中心 A/D 模拟/数字转换AUTO 自动 A/L 音频/逻辑板ACCESS 接入 APC 自动功率控制 B BIT 比特 BURST 突发脉冲串BCCH 广播信道 BW 带宽 BUSY 忙 BUS 总线BARRING 限制 BCD 二/十进制码BPF 带通滤波器Block Digram 方框图Backlight 背光LPF 低通滤波器 LCD 液晶显示器 LCD DATA 显示屏数据 LCD EN 显示屏使能 LCD WR 显示屏写入 LINE 连接线、线路 LO 本振 LOCK 锁定 LOGIC 逻辑 LOOP FLITER 环路滤波器 LSPCTRL 扬声器控制 M MIN 移动用户电话识别码 MSN 机械序列号 MIC 拾音器 MS 移动台 MODEM 调制解调器 MENU 菜单 MOD Freq 调制频率 MCLK 主时锺 MDM 调制解调器 MEMORY 存储器 MISO 主机输入从机输出(摩托罗拉)Mixed Second 第二混频 MOBILE 移动 MOD 调制 MODIN 调制I信号负 MODIP 调制I信号正 MODQN 调制Q信号负 MODQP 调制Q信号正 MOSI 主机输出从机输入 MPU 主处理单元(中央处理器)MUC 主控制单元

中英文专业资料

中文资料 PowerBuilder是著名的数据库应用开发工具生产厂商PowerSoft公司推出的产品(PowerSoft现已被数据库厂商Sybase所收购),它完全按照客户机/服务器体系结构研制设计,在客户机/服务器结构中,它使用在客户机中,作为数据库应用程序的开发工具而存在。由于PowerBuilder采用了面向对象和可视化技术,提供可视化的应用开发环境,使得我们利用PowerBuilder,可以方便快捷地开发出利用后台服务器中的数据和数据库管理系统的数据库应用程序。 在当前,网络技术迅速发展,随之发展的还有OLE,OCX,跨平台等技术,而在PowerBuilder的最新版PowerBuilder中提供了对这些技术的全面支持。总之在数据库开发工具领域,PowerBuilder是其中非常优秀的一个,利用它我们可以开发出功能强大的数据库应用程序。 PowerBuilder提供了对目前流行的大多数关系数据库管理系统的支持,由于在PowerBuilder的应用程序中对数据库访问的部分一般采用国际化标准数据库查询语言SQL,使得用PowerBuilder开发的应用程序可以不做修改或者只做少量的修改就可以在不同的后台数据库管理系统上使用。也就是说用PowerBuilder开发的应用程序是独立于服务器上的数据库管理系统的。 和大多数的windows应用程序一样,PowerBuilder也是事件驱动工作方式。在这种工作方式中,程序的运行没有固定的流程,程序中的代码也是为各种可能发生的事件编写的,当程序开始运行之后,它就可以接受来自系统,用户或者其它应用程序触发的事件,然后执行相应的事件代码。事件驱动的工作方式与面向对象技术是紧密相关的。在PowerBuilder应用程序中,接受发生的事件的往往就是程序界面中的各种可视化对象。 PowerBuilder是一种面向对象的开发工具,各种windows应用程序中常见的窗口、菜单、控件等在PowerBuilder中都是一个个的对象。在PowerBuilder中我们还可以创建自己的用户对象。特别要指出的是PowerBuilder提供了对面向对象方法中的各种技术的全面支持,我们可以利用面向对象方法中的对象的封装性、继承性、多态性等特点使得我们开发的应用程序具有极大的可重用性和可扩展性,而这一点正是软件工程中对应用程序所提出的重要目标。 在当前,由于网络技术的发展,许多种不同的操作系统平台在INTERNET网上同时被使用,这对开发的应用程序的跨平台性提出了更高的

Maya所有版本菜单全部中英文对照表

Maya菜单中英文对照表Standard标准菜单File文件 .. New Scene 建立新场景 Open Scene 打开场景 Save Scene 保存场景 Save Scene As 另存场景为 Archive Scene Save Preferences 保存参数Optimize Scene Size 优化场景尺寸 Import 导入 Export All 全部导出 Export Selection 导出选定项目Export Proxy Container View Image 查看图像 View Sequence 查看序列帧 Create Reference 创建参照 Reference Editor 参照编辑器 Project 方案 New 新建 Edit Current 编辑当前 Set 设置 Recent Files 最近使用文件 Recent Increments 最近增加 Recent Projects 最近使用方案 Exit退出 Edit编辑

.. Undo 取消上一次操作 Redo 恢复上一次操作 Repeat 重复最后一次操作 Recent Commands List 最近使用命令列表 Cut 剪切 Copy 复制 Paste 粘贴 Keys 关键帧 Cut Keys 剪切关键帧 Copy Keys 复制关键帧 Paste Keys 粘贴关键帧 Delete Keys 删除关键帧 Delete FBIK Keys 删除完整躯体IK关键帧 Delete All FBIK Keys 删除全部完整躯体关键帧 Delete Body Part Keys 删除躯体部分关键帧 Delete Selected FBIK Keys 删除选定完整躯体IK关键帧 Scale Keys 缩放关键帧 Snap Keys 捕捉关键帧 Bake Simulation 模拟烘焙 Delete 删除 Delete by Type 根据类型删除 History 历史记录 Non-Deformer History 没有变形的历史记录 Channels 通道 Static Channels 静态通道 Motion Paths 运动路径 Non-particle Expressions 非粒子表达式 Constraints 约束 Sounds 声音 Containers Rigid Bodies 刚体 Delete All by Type 根据类型删除所有 History 历史记录 Non-Deformer History 没有变形的历史记录 Channels 通道 Static Channels 静态通道 Clips 剪辑 Motion Paths 运动路径 Non-particle Expressions 非粒子表达式 Constraints 约束 Sounds 声音 Joints 连接

(电力行业)电力系统继电保护中英文对照表

1 Directional protection 方向保护 2 Distance protection 距离保护 3 Over current protection 过流保护 4 Pilot protection 高频保护 5 Differential protection 差动保护 6 Rotor earth-fault protection 转子接地保护 7 Stator earth-fault protection 定子接地保护 8 Over fluxing protection 过励磁保护 9 Back-up protection 后备保护 11 Sequential tripping 顺序跳闸 12 Start up/Pick up 起动 13 Breaker 断路器 14 Disconnecting switch 隔离开关 15 Current transformer 电流互感器 16 Potential transformer 电压互感器

17 Dead zone/Blind spot 死区 18 Vibration/Oscillation 振荡 19 Reliability 可靠性 20 Sensitivity 灵敏性 21 Speed 速动性 22 Selectivity 选择性 23 Step-type distance relay 分段距离继电器 24 Time delay 延时 25 Escapement/interlock/blocking 闭锁 26 Incorrect tripping 误动 27 Phase to phase fault 相间故障 28 Earth fault 接地故障 29 Through- fault 穿越故障 30 Permanent fault 永久性故障 31 Temporary fault

PS中英文对照资料

Photoshop中英文对照 1、File 文件 New 新建 Open 打开 Open As 打开为 Open Recent 最近打开文件 Close 关闭 Save 存储 Save As 存储为 Save for Web 存储为Web所用格式Revert 恢复 Place 置入 Import 输入 PDF Image PDF图象导入Annotations 注释 Export 输出 Manage Workflow 管理工作流程Check In 登记 Undo Check Out 还原注销 Upload To Server 上载到服务器Add To Workflow 添加到工作流程 Open From Workflow 从工作流程打开 Automate 自动 Batch 批处理 Create Droplet 创建快捷批处理 Conditional Mode Change 条件模式更改 Contact Sheet 联系表 Fix Image 限制图像 Multi Page PDF to PSD 多页面PDF文件到PSD文件 Picture package 图片包 Web Photo Gallery Web照片画廊File Info 文件简介 Print Options 打印选项 Page Setup 页面设置 Print 打印 Jump to 跳转到 Exit 退出 2、Edit 编辑 Undo 还原 Step Forward 向前 Step Backward 返回 Fade 消退 Cut 剪切 Copy 拷贝 Copy Merged 合并拷贝 Paste 粘贴 Paste Into 粘贴入 Clear 清除 Fill 填充 Stroke 描边 Free Transform 自由变形Transform 变换 Again 再次 Scale 缩放 Rotate 旋转 Skew 斜切 Distort 扭曲 Perspective 透视 Rotate 180°旋转180度 Rotate 90°CW 顺时针旋转90度Rotate 90°CCW 逆时针旋转90度

maya中英文对照表

File文件 New Scene建立新场景 Open Scene打开场景 Save Scene存盘场景 Save Scene As改名存盘 Import导入 Export All导出所有 Export Selection导出选定物体 Create Reference引入场景文件 Reference Editor引入场景编辑器 Project项目 New建立新项目 Edit Current编辑当前项目 Set指定当前项目 Exit退出 Edit编辑 Undo取消上一次操作 Redo恢复上一次操作 Repeat重复最后一次操作 Keys关键帧 Cut Keys裁剪关键帧 Copy Keys拷贝关键帧 Paste Keys粘贴关键帧 Delete Keys删除关键帧 Scale Keys缩放关键帧 Bake Simulation模拟复制 Delete删除 Delete by Type根据类型删除 History构造历史 Channels通道 Static Channels静帧通道 Motion Paths运动路径 Expressions表达式 Constraints约束 Rigid Bodies刚体 Delete All by Type根据类型删除所有 Unused Transforms未用变形 Joints连接 IK Handles逆向运动控制柄 Lattices车削

Clusters族 Sculpt Objects雕刻物体 Wires网格 Lights灯光 Cameras照相机 Image Planes图像板 Shading Groups and Materials阴影组和材质 Particles粒子 Rigid Bodies刚体物体 Rigid Constraints刚体约束 Select All选择所有 Select All by Type根据类型选择所有 Joints连接 IK Handles逆向运动控制柄 Lattices车削 Clusters族 Sculpt Objects雕刻物体 Wires网格 Transforms变形 Geometry几何体 NURBS Geometry NURBS几何体 Polygon Geometry多边形几何体 Lights灯光 Cameras照相机 Image Planes图像板 Particles粒子 Rigid Bodies刚体物体 Rigid Constraints刚体约束 Quick Select Set快速选择集 Layers层 New Layers建立新层 Rename Layer更改层名称 Remove Current Layer移去当前层 Layer Editor层编辑器 Transfer to Layer转化为层 Select All on Layer选择层上所有物体 Hide Layer隐藏层 Hide All Layers隐藏所有层 Show Layer显示层

电力系统常用英文名词

英文缩写对照表 英文缩写英文全称中文全称 AGC Automatic Generation Control 自动发电控制 AVC Automatic Voltage Control 自动电压控制 BIPV Building Integrated Photovoltaic 光伏建筑一体化 CIM Common Information Model 公共信息模型 CMS Customer Management System 客户管理系统 CSR Controlled Shunt Reactor 可控并联电抗器 DCS Distributed Control System 分散控制系统 DSCADA Distribution Supervisory Control And Data Acquisition 配电监控系统DWDM Dense Wavelength Division Multiplexing 光通信集成式密集波分复用EENS Expected Energy Not Serve 电量不足期望值 EMS Energy Management System 能量管理系统 ERP Enterprise Resource Planning 企业资源规划 FA Feeder Automation 馈线自动化 FACTS Flexible AC Transmission Systems 柔性交流输电系统 FCB Fast Cut Back 机组快速切负荷 FCL Fault Current Limiter 故障电流限制器 GDP Gross Domestic Product 国民生产总值 GIS Gas Insulated Switchgear 气体绝缘开关 GIS Geographic Information System 地理信息系统 IEC International Electro-technical Commission 国际电工委员会 IEEE Institute of Electrical and Electronic Engineers 电气电子工程师协会IGBT Insulated Gate Bipolar Transistor 绝缘栅双级型功率管 IP Internet Protocol 互联网协议 IPTV Internet Protocol Television 网络电视 LCAM Life Cycle Asset Manager 资产全寿命周期管理 LLS Lightning Location System 雷电定位系统 MPLS Multiple Protocol Label Switch 多协议标签协议 Ofgem Office of Gas and Electricity Markets 天燃气与电力市场办公室 OMS Outage Manamgement System 故障管理系统 PFTTH Power Fiber To The Home 电力光纤到户 PLC Power line Communication 电力线通信 PMS Production Management System 生产管理系统 PMU Phasor Measurement Unit 相量测量单元 PSS Power System Stablizer 电力系统稳定器 RTU Remote Terminal Unit 远程终端单元 SCADA Supervisory Control And Data Acquisition 数据采集与监视控制系统SDH Synchronous Digital Hierarchy 同步数字系列 SOA Service-Oriented Architecture 面向服务框架 SSSC Static Synchronous Series Compensator 静止同步串联补偿器STATCOM Static Synchronous Compensator 静止同步补偿器 SVC Static Var Compensator 静止无功补偿器

最新中国传统文化(中英文)资料

中国传统文化 一、“传统节日”单词预热vocabulary work 烹调cooking cuisine 鱼肉满架well stocked with fish and meat 象征意义symbolic significance 农历lunar calendar 阳历solar calendar 端午节Dragon Boat Festival 元宵节Lantern Festival 清明节Pure Brightness Day 重阳节Double Ninth Day 放逐be exiled 忠臣loyal minister 糯米粽子glutinous rice dumplings wrapped in bamboo leaves 祭祀亡灵in memory of sb. 龙舟比赛dragon boat races 中秋节Mid Autumn Festival 满月full moon 月饼moon cake 蜜饯preserved fruits 豆沙bean paste 蛋黄egg yolk 海鲜seafood 家禽poultry 饺子dumplings 八宝饭eight treasure rice 米羹rice balls 油条fried sticks 麻花fried twisted stick 炒面Chaomian 叉烧包steamed bun with roast pork 粥porridge 芋头taro 葱油饼pan-fried cake with sesame seeds and green onion 有关春节的常用词 放鞭炮let off firecrackers 耍龙灯play the dragon lantern 耍狮子play the lion dance 拜年pay a new-year call 二、有关“介绍”的翻译 ?我很高兴向各位介绍中国的主要传统节日。 →I am very happy to have the opportunity to talk to you about major traditional Chinese holidays. 表示“介绍情况”时,我们可以这样翻译: 1.to share with you brief information ?在此,我愿意向朋友们介绍这些方面的情况。 →I'd like to share with you brief information in this respect. 2.to brief you on ?借此机会,我愿意向各位朋友介绍中国加入世贸组织和参与经济全球化的有关情况。 →I would like to avail myself of this opportunity to brief you on China's accession to WTO and participation in economic globalization. 3.to give a brief account of ?我简单介绍我厂的情况。 →Let me, first of all, give you a brief account of this factory. ?在来宾们参观我校之前,请允许我简要介绍一下我校的概况。 →Before you start to look around, I would like to give you a brief account of our

Maya菜单中英文对照表

Maya8.5菜单中英文对照表 General 通用菜单 Ⅰ.File 文件 01.New Scene 新建场景 02.Open Scene 打开场景 03.Save Scene保存场景 04.Save Scene As 另存场景为 05.Save Preferences 保存首选项 06.Optimize Scene Size 优化场景大小 07.Import 导入 08.Export All 全部导出 09.Export Selection 导出选定项目 10.View Image 查看图象 11.View Sequence 查看序列 12.Create Preference 创建参照 13.Preference Editor 参照编辑器 14.Project 工程 New 新建 Editor Current 编辑当前 Set 设置 15.Recent Files 最近使用的文件 16.Recent Increments 最近增加

17. Recent Projects 最近使用方案 18.Exit 退出 Ⅱ.Edit 编辑 01.Undo 返回上一步操作 02.Redo 返回上一步撤消的操作 03.Repeat 重复执行上一次的操作 04.Recent Commands List 最近使用命令列表 05.Cut 剪切 06.Copy 拷贝 07.Paste 粘贴 08.Keys 关键帧 Cut Keys 剪切关键帧 Copy Keys 拷贝关键帧 Paste Keys 粘贴关键帧 Delete Keys 删除关键帧 Delete FBIK Keys 删除完整躯体IK关键帧 Delete All FBIK Keys 删除全部FBIK关键帧 Delete Body Part Keys 删除躯体部分关键帧 Delete Selected FBIK Keys 删除选定FBIK关键帧Scale Keys 缩放关键帧 Snap Keys 捕捉关键帧

手机电路图英汉翻译 英汉对照

模数转换 地址线 音频 自动频率控制控制基准频率时钟电路在手机电路中只要看到字样则马上可以断定该信号线所控制地是主时钟电路该信号不正常则可能导致手机不能进入服务状态严重地导致手机不开机有些手机地标注为文档收集自网络,仅用于个人学习 自动增益控制该信号通常出现在接收机电路地低噪声放大器被用来控制接收机前端放大器在不同强度信号时给后级电路提供一个比较稳定地信号文档收集自网络,仅用于个人学习告警属于接收音频电路被用来提示用户有电话进入或操作错误 铃声电路 放大器 先进地移动电话系统 天线用来将高频电磁波转化为高频电流或将高频信号电流转化为高频电磁波在电路原理图中找到就可以很方便地找到天线及天线电路文档收集自网络,仅用于个人学习 天线开关控制信号 自动频率控制通常出现在手机发射机地功率放大器部分(摩托罗拉手机比较常用) 自动功率控制参考电平 专用应用集成电路在手机电路中.它通常包含多个功能电路提供许多接口主要完成手机地各种控制文档收集自网络,仅用于个人学习 鉴权中心 音频 辅助 音频供电 背光 平衡不平衡转换 频段 频段选择只出现在双频手机或三频手机电路中该信号控制手机地频段切换 基带信号 电源 电池电压 广播信道 接收数据信号 发射数据信号 背景灯控制 偏压常出现在诺基亚手机电路中被用来控制功率放大器或其他相应地电路 屏蔽罩 发光 基站 基站控制器 频段切换 基站收发器 电池尺寸在诺基亚地许多手机中若该信号不正常会导致手机不开机 缓冲放大器常出现在电路地输出端 通信总线

蜂鸣器出现在铃声电路 带宽 卡 码分多址多址接人技术一种通信系统容量比更大其微蜂窝更小手机所需地电源消耗更小所以手机待机时间更长文档收集自网络,仅用于个人学习 小区 蜂窝 信道 检查 充电正电源 充电电源负端 时钟出现在不同地方起地作用不同若在逻辑电路则它与手机地开机有很大地关系在卡电路则可能导致卡故障文档收集自网络,仅用于个人学习 复制 金属氧化半导体 编译码器主要出现在手机地音频编译码电路 列地址线出现在手机地按键电路 串口 连接器 联系服务商 代码 耦合 覆盖 表示鉴相器地输出端 控制信号输出 发射控制输出端 中央处理器在手机地逻辑电路完成手机地多种控制 晶振 片选 数模转换 数据 数据总线 外接电源输入 直流接通 数字通信系统工作频段在频段该系统地使用频率比更高也是数字通信系统地一种它是地衍生物地很多技术与一样文档收集自网络,仅用于个人学习 频段选择信号 功率放大器输出地信号 射频接收信号 调解 检测 数字址 数字 二极管

常用材料中英文对照表

常用原材料英文缩写与中文名称对照表A 英文缩写全称 A/MMA 丙烯腈/甲基丙烯酸甲酯共聚物 AA 丙烯酸 AAS 丙烯酸酯-丙烯酸酯-苯乙烯共聚物 ABFN 偶氮(二)甲酰胺 ABN 偶氮(二)异丁腈 ABPS 壬基苯氧基丙烷磺酸钠 B 英文缩写全称 BAA 正丁醛苯胺缩合物 BAC 碱式氯化铝 BACN 新型阻燃剂 BAD 双水杨酸双酚A酯 BAL 2,3-巯(基)丙醇 BBP 邻苯二甲酸丁苄酯 BBS N-叔丁基-乙-苯并噻唑次磺酰胺 BC 叶酸 BCD β-环糊精 BCG 苯顺二醇 BCNU 氯化亚硝脲 BD 丁二烯 BE 丙烯酸乳胶外墙涂料 BEE 苯偶姻乙醚 BFRM 硼纤维增强塑料 BG 丁二醇 BGE 反应性稀释剂 BHA 特丁基-4羟基茴香醚 BHT 二丁基羟基甲苯 BL 丁内酯 BLE 丙酮-二苯胺高温缩合物 BLP 粉末涂料流平剂 BMA 甲基丙烯酸丁酯 BMC 团状模塑料 BMU 氨基树脂皮革鞣剂

BN 氮化硼 BNE 新型环氧树脂 BNS β-萘磺酸甲醛低缩合物 BOA 己二酸辛苄酯 BOP 邻苯二甲酰丁辛酯 BOPP 双轴向聚丙烯 BP 苯甲醇 BPA 双酚A BPBG 邻苯二甲酸丁(乙醇酸乙酯)酯 BPF 双酚F BPMC 2-仲丁基苯基-N-甲基氨基酸酯 BPO 过氧化苯甲酰 BPP 过氧化特戊酸特丁酯 BPPD 过氧化二碳酸二苯氧化酯 BPS 4,4’-硫代双(6-特丁基-3-甲基苯酚) BPTP 聚对苯二甲酸丁二醇酯 BR 丁二烯橡胶 BRN 青红光硫化黑 BROC 二溴(代)甲酚环氧丙基醚 BS 丁二烯-苯乙烯共聚物 BS-1S 新型密封胶 BSH 苯磺酰肼 BSU N,N’-双(三甲基硅烷)脲 BT 聚丁烯-1热塑性塑料 BTA 苯并三唑 BTX 苯-甲苯-二甲苯混合物 BX 渗透剂 BXA 己二酸二丁基二甘酯 BZ 二正丁基二硫代氨基甲酸锌 C 英文缩写全称 CA 醋酸纤维素 CAB 醋酸-丁酸纤维素 CAN 醋酸-硝酸纤维素 CAP 醋酸-丙酸纤维素 CBA 化学发泡剂

电力中英文词汇对照

abrasion-Proof component of burner 燃烧器耐磨件arm-brace 撑脚 ash conditoner 调灰器 basket removal panel 元件盒检修护板 BDV blow down valve 疏水阀,排污阀 blind 堵板 blind flange 法兰堵板/盲板法兰(盖calling 催交 campell diagram 叶片埃贝尔曲线 dado 墙裙 daily service fuel tank level switch 日用油缸液位掣 damage 损毁 damper 挡板 damper linkage 风闸联动装置 damper motor 风闸马达 damping mat 阻尼垫 dangerous earth potential 危险性对地电势dashpot 减震器 data transmission 数据传输 DC/AC converter 直流电/交流电转换器dead 不带电 dead weight 自重 decanter 沉淀分取器 declaration of conformity 符合标准声明decommissioning 解除运作;停止运作decompression chamber 减压室 decorative lighting 装饰照明;灯饰 deep bore well pump 深钻井泵 defect liability period 故障修理责任期;保用期 defectograph 钢缆探伤仪;故障检查仪defence in depth 纵深防御 definite sequence 固定次序 deflection 偏转;挠度 deflector sheave 折向轮;导向轮 defrost timer 防霜时间掣defrost unit 溶雪组合 dehumidifier 抽湿机 deleterious substance 有害物质 delivery and return air temperature 送风及回风温度 delivery connection 出油接头 delivery pressure 输出压力 demand side management 用电需求管理demand side management agreement 用电需求管理协议 demand side management programme 用电需求管理计划 dent 凹痕 dental instrument 牙科仪器 dental scaler 洗牙具 Departmental Administration Division [Electrical and Mechanical Services Department] 行政部〔机电工程署〕Departmental Safety Unit [Electrical and Mechanical Services Department] 部门安全组〔机电工程署〕 deposition 沉积物 depth measuring facility 深度测量装置derating factor 额定值降低因子 derust 除锈 descale 清除氧化皮 design current 设计电流 design parameter 设计参数 designated employee 指定雇员 detachable grip 可拆除的夹扣 Details of Branch Offices of Registered Electrical Contractors 注册电业承办商分行详情申报 deterioration 变质;变坏 Deutsche Industrie Normen [DIN] 德国工业标准 device 器件;装置 dewatering 脱水;排水 diaphragm 膜片;隔板 dielectric strength test 电介质强度测试diesel fuel tank 柴油燃料缸 diesel oil 柴油 differential gasket 差速器衬垫differential lock 差速器锁

有限元分析中英文对照资料

The finite element analysis Finite element method, the solving area is regarded as made up of many small in the node connected unit (a domain), the model gives the fundamental equation of sharding (sub-domain) approximation solution, due to the unit (a domain) can be divided into various shapes and sizes of different size, so it can well adapt to the complex geometry, complex material properties and complicated boundary conditions Finite element model: is it real system idealized mathematical abstractions. Is composed of some simple shapes of unit, unit connection through the node, and under a certain load. Finite element analysis: is the use of mathematical approximation method for real physical systems (geometry and loading conditions were simulated. And by using simple and interacting elements, namely unit, can use a limited number of unknown variables to approaching infinite unknown quantity of the real system. Linear elastic finite element method is a ideal elastic body as the research object, considering the deformation based on small deformation assumption of. In this kind of problem, the stress and strain of the material is linear relationship, meet the generalized hooke's law; Stress and strain is linear, linear elastic problem boils down to solving linear equations, so only need less computation time. If the efficient method of solving algebraic equations can also help reduce the duration of finite element analysis. Linear elastic finite element generally includes linear elastic statics analysis and linear elastic dynamics analysis from two aspects. The difference between the nonlinear problem and linear elastic problems: 1) nonlinear equation is nonlinear, and iteratively solving of general; 2) the nonlinear problem can't use superposition principle; 3) nonlinear problem is not there is always solution, sometimes even no solution. Finite element to solve the nonlinear problem can be divided into the following three categories: 1) material nonlinear problems of stress and strain is nonlinear, but the stress and strain is very small, a linear relationship between strain and displacement at this time, this kind of problem belongs to the material nonlinear problems. Due to theoretically also cannot provide the constitutive relation can be accepted, so, general nonlinear relations between stress and strain of the material based on the test data, sometimes, to simulate the nonlinear material properties available mathematical model though these models always have their limitations. More important material nonlinear problems in engineering practice are: nonlinear elastic (including piecewise linear elastic, elastic-plastic and viscoplastic, creep, etc. 2) geometric nonlinear geometric nonlinear problems are caused due to the nonlinear relationship between displacement. When the object the displacement is larger, the strain and displacement relationship is nonlinear relationship. Research on this kind of problem Is assumes that the material of stress and strain is linear relationship. It consists

maya中英文对照(常用)

maya中英文对照(常用) Standard标准菜单File文件 New Scene建立新场景 Open Scene打开场景Save Scene存盘场景Save Scene As改名存盘 Import导入 Export All导出所有Export Selection导出选定物体 Create Reference引入场景文件

Reference Editor引入场景编辑器 Project项目 New建立新项目 Edit Current编辑当前项目 Set指定当前项目Exit退出 Edit编辑 Undo取消上一次操作Redo恢复上一次操作 Repeat重复最后一次操作 Keys关键帧 Cut Keys裁剪关键帧

Copy Keys拷贝关键帧 Paste Keys粘贴关键帧 Delete Keys删除关键帧Scale Keys缩放关键帧 Bake Simulation模拟复制 Delete删除 Delete by Type根据类型删除 History构造历史Channels通道 Static Channels静帧通道

Motion Paths运动路径 Expressions表达式Constraints约束Rigid Bodies刚体Delete All by Type根据类型删除所有 History构造历史Channels通道 Static Channels静帧通道 Motion Paths运动路径 Expressions表达式Constraints约束

Unused Transforms未用变形 Joints连接 IK Handles逆向运动控制柄 Lattices车削Clusters族 Sculpt Objects雕刻物体 Wires网格 Lights灯光Cameras照相机Image Planes图像板Shading Groups and Materials阴影组和材质Particles粒子

中英文资料

英文参考资料 The enterprise information system is the enterprise information material base, enterprise information system construction good and the badness, regarding enhances the enterprise the economic efficiency to have the very important function. The establishment enterprise information system, carries on the management in enterprise's each level and each function domain to enterprise's management decision-making activity, is enhances the enterprise competitive ability the important way. The level each kind of enterprise information system construction, specially faces the supervisory work the management information information system construction, has become the enterprise information advancement the main part. The enterprise information system establishment mainly is in the management information system (MIS) in the foundation, uses the computer-aided design and makes (CAD/CAM), establishes the computer integration manufacture system (CIMS). In development decision-making support program (DSS) in the foundation, and controls through the man-machine dialogue action program, from material demand plan (MRP), manufacture resources plan (MRPII) and enterprise resources plan (ERP). Also has a volume of development, the production and the material object retails to a body punctual production (JIT), unceasingly eliminates the waste the fine production (LP), supplies in the chain management the fast response and the agile manufacture (AM), non- pollution clean production and green manufacture, as well as through network coordination design and production parallel project (CE) and so on. These information society new production methods merge into one organic whole the information technology revolution and the management progress, cause the enterprise to win in the aspects the competitive advantage, these information systems applications also cause the enterprise to produce, the business data, in the enterprise policy-maker three levels in the enterprise realize the information. Under introduced several kind of main enterprises information system management information system (Management Information System, MIS), is by the artificial leadership, using the computer hardware, software, the network corresponds these equipment and other office equipments carries on the information the collection, the transmission, the processing, the storage, the renewal and the maintenance achieved the enterprise strategy competes superior, enhances the benefit and the efficiency goal, supports the enterprise the high level decision-making, the intermediate deck control and the basic unit operation integration man-machine system. MIS is the superintendent provides the report, provides the enterprise the recent situation as well as the historic record. This system main localization is aims at in the enterprise, for management function and so on level plan, control and decision-making serves, generally provides the data by the lower level handling of traffic system. MIS will be able the actual enterprise's each kind of movement situation, and using the past historical data forecast future, embarks the assistance enterprise from the enterprise overall situation angle to carry on the decision-making, used the message control enterprise the behavior, helped the enterprise to achieve its plan goal. The present management information system is, "Antony which design and the deduction comes according to renowned" Antony the model "model" is the modern management information system founder. In 1965, Antony (Anthony) and so on the business management studied the expert through 15 years massive practices to the European and American system modelling enterprise to observe and to confirm, established the manufacturing industry management management service flow and its the information system skeleton theory, namely renowned "Antony model", this theory thought the management management service activity, namely the business management system might

相关文档