MPU6050 DMP官方使用手册

MPU6050 DMP官方使用手册
MPU6050 DMP官方使用手册

InvenSense Inc.

1197Borregas Ave.,Sunnyvale,CA 94089U.S.A.Tel:+1(408)988-7339Fax:+1(408)988-8104

Website:https://www.360docs.net/doc/db7230198.html,

Doc :SW-EMD-REL-5.1.1Doc Rev :1.0Date :12/14/2012

A printed copy of this document is NOT UNDER REVISION CONTROL unless it is dated and stamped in red ink as,

“REVISION CONTROLLED COPY.”

This information furnished by InvenSense is believed to be accurate and reliable. However, no responsibility is assumed by InvenSense for its use, or for any infringements or patents or other rights of third parties that may result from its use. S pecifications are subject to change without notice. Certain intellectual property owned by InvenSense and described in this document is patent protected. No license is granted by Implication or otherwise under any patent or patent rights of InvenSense. This is an unpublished work protected under the United States copyright laws. This work contains proprietary and confidential information of InvenS ense Inc. Use, disclosure or reproduction without the express written authorization of InvenS ense Inc. is prohibited.Trademarks that are registered trademarks are the property of their respective companies.

This publication supersedes and replaces all information previously supplied. InvenSense sensors should not be used or sold for the development, storing, production and utilization of any conventional or mass-destructive weapons or any other weapons or life threatening applications, as well as to be used in any other life critical applications such as medical, transportation, aerospace, nuclear, undersea, power, disaster and crime prevention equipment.

Copyright ?2010InvenSense Corporation.

Embedded Motion Driver v5.1.1

APIs Speci?cation

Chapter1

Purpose and Scope

This document is a guide to all of the functions available in the InvenSense Embedded Motion Driver(eMD),and corresponds with Embedded Motion Driver Release v5.1.1.

The eMD contains the code for con?guring the InvenSense devices and using the DMP hardware features.All of the source code is in ANSI C and can be compiled in C or C++environments.

All functions available in the eMD are described in this document,including all parameters involved in the function calls.

For more information on how to use these functions in a speci?c application,refer to InvenSense Application Notes.

Chapter2

About this document

This document is automatically generated from the source?les using Doxygen’s output format in the L A T E X.Heading, footer,and general document format are customized from the standard header template provided by Doxygen.The document is subdivided in the various sections,each describing the main source Modules composing the eMD and implementing speci?c features.

Every section starts with a brief description and an overview of the functions composing the module.Each of those functions is also fully documented in the analogous"Function Documentation"section.Clicking on the function prototype will lead to the portion of text full documentating it.

This Embedded Motion Driver Functional Speci?cation is best viewed in a PDF viewer,as it provides text hyper-links and bookmarks on the left-hand side for ease of browsing.There is an Alphabetical Index of the modules and their functions available at the bottom of this document.

Chapter3

Module Index

3.1Modules

Here is a list of all modules:

Sensor Driver Layer (3)

2Module Index

Generated on Fri Dec1411:17:092012for MotionDriver by Doxygen

Chapter4

Module Documentation

4.1Sensor Driver Layer

Hardware drivers to communicate with sensors via I2C. Files

??le inv_mpu.c

An I2C-based driver for Invensense gyroscopes.

??le inv_mpu_dmp_android.c

DMP image and interface functions.

Functions

?int dmp_enable_6x_lp_quat(unsigned char enable) Generate6-axis quaternions from the DMP.

?int dmp_enable_feature(unsigned short mask)

Enable DMP features.

?int dmp_enable_gyro_cal(unsigned char enable)

Calibrate the gyro data in the DMP.

?int dmp_enable_lp_quat(unsigned char enable)

Generate3-axis quaternions from the DMP.

4Module Documentation

?int dmp_enable_no_motion_detection(unsigned char enable)

Detect accel-based no motion events.

?int dmp_get_?fo_rate(unsigned short?rate)

Get DMP output rate.

?int dmp_get_pedometer_step_count(unsigned long?count)

Get current step count.

?int dmp_get_pedometer_walk_time(unsigned long?time)

Get duration of walking time.

?int dmp_load_android_?rmware(void)

Load the DMP with this image.

?int dmp_read_?fo(short?gyro,short?accel,long?quat,unsigned long ?timestamp,short?sensors,unsigned char?more)

Get one packet from the FIFO.

?int dmp_register_android_orient_cb(void(?func)(unsigned char))

Register a function to be executed on a android orientation event.

?int dmp_register_no_motion_cb(void(?func)(void))

Register a function to be executed on a no motion event.

?int dmp_register_tap_cb(void(?func)(unsigned char,unsigned char)) Register a function to be executed on a tap event.

?int dmp_set_accel_bias(long?bias)

Push accel biases to the DMP.

?int dmp_set_?fo_rate(unsigned short rate)

Set DMP output rate.

?int dmp_set_gyro_bias(long?bias)

Push gyro biases to the DMP.

?int dmp_set_interrupt_mode(unsigned char mode)

Specify when a DMP interrupt should occur.

?int dmp_set_no_motion_thresh(unsigned long thresh_mg)

Generated on Fri Dec1411:17:092012for MotionDriver by Doxygen

4.1Sensor Driver Layer5

Set no motion threshold.

?int dmp_set_no_motion_time(unsigned short time_ms)

Set no motion delay.

?int dmp_set_orientation(unsigned short orient)

Push gyro and accel orientation to the DMP.

?int dmp_set_pedometer_step_count(unsigned long count)

Overwrite current step count.

?int dmp_set_pedometer_walk_time(unsigned long time)

Overwrite current walk time.

?int dmp_set_shake_reject_thresh(long sf,unsigned short thresh)

Set shake rejection threshold.

?int dmp_set_shake_reject_time(unsigned short time)

Set shake rejection time.

?int dmp_set_shake_reject_timeout(unsigned short time)

Set shake rejection timeout.

?int dmp_set_tap_axes(unsigned char axis)

Set which axes will register a tap.

?int dmp_set_tap_count(unsigned char min_taps)

Set minimum number of taps needed for an interrupt.

?int dmp_set_tap_thresh(unsigned char axis,unsigned short thresh)

Set tap threshold for a speci?c axis.

?int dmp_set_tap_time(unsigned short time)

Set length between valid taps.

?int dmp_set_tap_time_multi(unsigned short time)

Set max time between taps to register as a multi-tap.

?int mpu_con?gure_?fo(unsigned char sensors)

Select which sensors are pushed to FIFO.

?int mpu_get_accel_fsr(unsigned char?fsr)

Generated on Fri Dec1411:17:092012for MotionDriver by Doxygen

6Module Documentation Get the accel full-scale range.

?int mpu_get_accel_reg(short?data,unsigned long?timestamp)

Read raw accel data directly from the registers.

?int mpu_get_accel_sens(unsigned short?sens)

Get accel sensitivity scale factor.

?int mpu_get_compass_fsr(unsigned short?fsr)

Get the compass full-scale range.

?int mpu_get_compass_reg(short?data,unsigned long?timestamp)

Read raw compass data.

?int mpu_get_compass_sample_rate(unsigned short?rate)

Get compass sampling rate.

?int mpu_get_dmp_state(unsigned char?enabled)

Get DMP state.

?int mpu_get_?fo_con?g(unsigned char?sensors)

Get current FIFO con?guration.

?int mpu_get_gyro_fsr(unsigned short?fsr)

Get the gyro full-scale range.

?int mpu_get_gyro_reg(short?data,unsigned long?timestamp)

Read raw gyro data directly from the registers.

?int mpu_get_gyro_sens(?oat?sens)

Get gyro sensitivity scale factor.

?int mpu_get_int_status(short?status)

Read the MPU interrupt status registers.

?int mpu_get_lpf(unsigned short?lpf)

Get the current DLPF setting.

?int mpu_get_power_state(unsigned char?power_on)

Get current power state.

?int mpu_get_sample_rate(unsigned short?rate)

Generated on Fri Dec1411:17:092012for MotionDriver by Doxygen

4.1Sensor Driver Layer7

Get sampling rate.

?int mpu_get_temperature(long?data,unsigned long?timestamp)

Read temperature data directly from the registers.

?int mpu_init(struct int_param_s?int_param)

Initialize hardware.

?int mpu_load_?rmware(unsigned short length,const unsigned char??rmware, unsigned short start_addr,unsigned short sample_rate)

Load and verify DMP image.

?int mpu_lp_accel_mode(unsigned char rate)

Enter low-power accel-only mode.

?int mpu_lp_motion_interrupt(unsigned short thresh,unsigned char time,un-signed char lpa_freq)

Enters LP accel motion interrupt mode.

?int mpu_read_?fo(short?gyro,short?accel,unsigned long?timestamp,un-signed char?sensors,unsigned char?more)

Get one packet from the FIFO.

?int mpu_read_?fo_stream(unsigned short length,unsigned char?data,unsigned char?more)

Get one unparsed packet from the FIFO.

?int mpu_read_mem(unsigned short mem_addr,unsigned short length,unsigned char?data)

Read from the DMP memory.

?int mpu_read_reg(unsigned char reg,unsigned char?data)

Read from a single register.

?int mpu_reg_dump(void)

Register dump for testing.

?int mpu_reset_?fo(void)

Reset FIFO read/write pointers.

?int mpu_run_self_test(long?gyro,long?accel)

Trigger gyro/accel/compass self-test.

Generated on Fri Dec1411:17:092012for MotionDriver by Doxygen

8Module Documentation

?int mpu_set_accel_bias(const long?accel_bias)

Push biases to the accel bias registers.

?int mpu_set_accel_fsr(unsigned char fsr)

Set the accel full-scale range.

?int mpu_set_bypass(unsigned char bypass_on)

Set device to bypass mode.

?int mpu_set_compass_sample_rate(unsigned short rate)

Set compass sampling rate.

?int mpu_set_dmp_state(unsigned char enable)

Enable/disable DMP support.

?int mpu_set_gyro_fsr(unsigned short fsr)

Set the gyro full-scale range.

?int mpu_set_int_latched(unsigned char enable)

Enable latched interrupts.

?int mpu_set_int_level(unsigned char active_low)

Set interrupt level.

?int mpu_set_lpf(unsigned short lpf)

Set digital low pass?lter.

?int mpu_set_sample_rate(unsigned short rate)

Set sampling rate.

?int mpu_set_sensors(unsigned char sensors)

Turn speci?c sensors on/off.

?int mpu_write_mem(unsigned short mem_addr,unsigned short length,unsigned char?data)

Write to the DMP memory.

4.1.1Detailed Description

Hardware drivers to communicate with sensors via I2C.

Generated on Fri Dec1411:17:092012for MotionDriver by Doxygen

4.1Sensor Driver Layer9 4.1.2Function Documentation

4.1.2.1int dmp_enable_6x_lp_quat(unsigned char enable)

Generate6-axis quaternions from the DMP.

In this driver,the3-axis and6-axis DMP quaternion features are mutually exclusive.

Parameters:

enable1to enable6-axis quaternion.

Returns:

0if successful.

4.1.2.2int dmp_enable_feature(unsigned short mask)

Enable DMP features.

The following#de?ne’s are used in the input mask:

DMP_FEATURE_TAP

DMP_FEATURE_ANDROID_ORIENT

DMP_FEATURE_LP_QUAT

DMP_FEATURE_6X_LP_QUAT

DMP_FEATURE_GYRO_CAL

DMP_FEATURE_SEND_RAW_ACCEL

DMP_FEATURE_SEND_RAW_GYRO

NOTE:DMP_FEATURE_LP_QUAT and DMP_FEATURE_6X_LP_QUAT are mutu-ally exclusive.

NOTE:DMP_FEATURE_SEND_RAW_GYRO and DMP_FEATURE_SEND_-CAL_GYRO are also mutually exclusive.

Parameters:

mask Mask of features to enable.

Returns:

0if successful.

Generated on Fri Dec1411:17:092012for MotionDriver by Doxygen

10Module Documentation 4.1.2.3int dmp_enable_gyro_cal(unsigned char enable)

Calibrate the gyro data in the DMP.

After eight seconds of no motion,the DMP will compute gyro biases and subtract them from the quaternion output.If dmp_enable_feature is called with DMP_FEATURE_-SEND_CAL_GYRO,the biases will also be subtracted from the gyro output. Parameters:

enable1to enable gyro calibration.

Returns:

0if successful.

4.1.2.4int dmp_enable_lp_quat(unsigned char enable)

Generate3-axis quaternions from the DMP.

In this driver,the3-axis and6-axis DMP quaternion features are mutually exclusive. Parameters:

enable1to enable3-axis quaternion.

Returns:

0if successful.

4.1.2.5int dmp_enable_no_motion_detection(unsigned char enable)

Detect accel-based no motion events.

Parameters:

enable1to enable accel-based no motion detection.

Returns:

0if successful.

4.1.2.6int dmp_get_?fo_rate(unsigned short?rate)

Get DMP output rate.

Generated on Fri Dec1411:17:092012for MotionDriver by Doxygen

4.1Sensor Driver Layer11

Parameters:

rate Current?fo rate(Hz).

Returns:

0if successful.

4.1.2.7int dmp_get_pedometer_step_count(unsigned long?count)

Get current step count.

Parameters:

count Number of steps detected.

Returns:

0if successful.

4.1.2.8int dmp_get_pedometer_walk_time(unsigned long?time)

Get duration of walking time.

Parameters:

time Walk time in milliseconds.

Returns:

0if successful.

4.1.2.9int dmp_load_android_?rmware(void)

Load the DMP with this image.

Returns:

0if successful.

Generated on Fri Dec1411:17:092012for MotionDriver by Doxygen

12Module Documentation 4.1.2.10int dmp_read_?fo(short?gyro,short?accel,long?quat,unsigned

long?timestamp,short?sensors,unsigned char?more)

Get one packet from the FIFO.

If sensors does not contain a particular sensor,disregard the data returned to that pointer.

sensors can contain a combination of the following?ags:

INV_X_GYRO,INV_Y_GYRO,INV_Z_GYRO

INV_XYZ_GYRO

INV_XYZ_ACCEL

INV_WXYZ_QUAT

If the FIFO has no new data,sensors will be zero.

If the FIFO is disabled,sensors will be zero and this function will return a non-zero error code.

Parameters:

gyro Gyro data in hardware units.

accel Accel data in hardware units.

quat3-axis quaternion data in hardware units.

timestamp Timestamp in milliseconds.

sensors Mask of sensors read from FIFO.

more Number of remaining packets.

Returns:

0if successful.

4.1.2.11int dmp_register_android_orient_cb(void(?)(unsigned char)func) Register a function to be executed on a android orientation event.

Parameters:

func Callback function.

Returns:

0if successful.

Generated on Fri Dec1411:17:092012for MotionDriver by Doxygen

4.1Sensor Driver Layer13 4.1.2.12int dmp_register_no_motion_cb(void(?)(void)func)

Register a function to be executed on a no motion event.

Parameters:

func Callback function.

Returns:

0if successful.

4.1.2.13int dmp_register_tap_cb(void(?)(unsigned char,unsigned char)func) Register a function to be executed on a tap event.

The tap direction is represented by one of the following:

TAP_X_UP

TAP_X_DOWN

TAP_Y_UP

TAP_Y_DOWN

TAP_Z_UP

TAP_Z_DOWN

Parameters:

func Callback function.

Returns:

0if successful.

4.1.2.14int dmp_set_accel_bias(long?bias)

Push accel biases to the DMP.

These biases will be removed from the DMP6-axis quaternion.

Parameters:

bias Accel biases in q16.

Returns:

0if successful.

Generated on Fri Dec1411:17:092012for MotionDriver by Doxygen

14Module Documentation 4.1.2.15int dmp_set_?fo_rate(unsigned short rate)

Set DMP output rate.

Only used when DMP is on.

Parameters:

rate Desired?fo rate(Hz).

Returns:

0if successful.

4.1.2.16int dmp_set_gyro_bias(long?bias)

Push gyro biases to the DMP.

Because the gyro integration is handled in the DMP,any gyro biases calculated by the MPL should be pushed down to DMP memory to remove3-axis quaternion drift. NOTE:If the DMP-based gyro calibration is enabled,the DMP will overwrite the biases written to this location once a new one is computed.

Parameters:

bias Gyro biases in q16.

Returns:

0if successful.

4.1.2.17int dmp_set_interrupt_mode(unsigned char mode)

Specify when a DMP interrupt should occur.

A DMP interrupt can be con?gured to trigger on either of the two conditions below:

a.One FIFO period has elapsed(set by mpu_set_sample_rate).

b.A tap event has been detected.

Parameters:

mode DMP_INT_GESTURE or DMP_INT_CONTINUOUS.

Returns:

0if successful.

Generated on Fri Dec1411:17:092012for MotionDriver by Doxygen

4.1Sensor Driver Layer15 4.1.2.18int dmp_set_no_motion_thresh(unsigned long thresh_mg)

Set no motion threshold.

The DMP detects no motion when linear acceleration in each accel axis is below this threshold.

Parameters:

thresh_mg Threshold in milli-gs,q16.

Returns:

0if successful.

4.1.2.19int dmp_set_no_motion_time(unsigned short time_ms)

Set no motion delay.

This function sets how long the device must be in no motion before a no motion event is reported.

Parameters:

time_ms Delay in milliseconds.

Returns:

0if successful.

4.1.2.20int dmp_set_orientation(unsigned short orient)

Push gyro and accel orientation to the DMP.

The orientation is represented here as the output of inv_orientation_matrix_to_-scalar.

Parameters:

orient Gyro and accel orientation in body frame.

Returns:

0if successful.

Generated on Fri Dec1411:17:092012for MotionDriver by Doxygen

16Module Documentation 4.1.2.21int dmp_set_pedometer_step_count(unsigned long count)

Overwrite current step count.

W ARNING:This function writes to DMP memory and could potentially encounter a race condition if called while the pedometer is enabled.

Parameters:

count New step count.

Returns:

0if successful.

4.1.2.22int dmp_set_pedometer_walk_time(unsigned long time)

Overwrite current walk time.

W ARNING:This function writes to DMP memory and could potentially encounter a race condition if called while the pedometer is enabled.

Parameters:

time New walk time in milliseconds.

4.1.2.23int dmp_set_shake_reject_thresh(long sf,unsigned short thresh)

Set shake rejection threshold.

If the DMP detects a gyro sample larger than thresh,taps are rejected. Parameters:

sf Gyro scale factor.

thresh Gyro threshold in dps.

Returns:

0if successful.

4.1.2.24int dmp_set_shake_reject_time(unsigned short time)

Set shake rejection time.

Sets the length of time that the gyro must be outside of the threshold set by gyro_-set_shake_reject_thresh before taps are rejected.A mandatory60ms is added to this parameter.

Generated on Fri Dec1411:17:092012for MotionDriver by Doxygen

企业用户手册版

企业用户手册版 LG GROUP system office room 【LGA16H-LGYY-LGUA8Q8-LGA162】

目录 目录................................................... 第1章进入系统 .......................................... 登录.................................................... 退出.................................................... 第2章报名业务 .......................................... 证书新办................................................ 申请新办............................................. 提交审核............................................. 已提交申请........................................... 证书复检................................................ 证书变更................................................ 证书补办................................................

Eclipse的debug操作手册

在本教程中,我们将看到使用Eclipse调试Java应用程序。调试可以帮助我们识别和解决应用程序中的缺陷。我们将重点放在运行时间的问题,而不是编译时错误。有提供像gdb的命令行调试器。在本教程中,我们将集中在基于GUI的调试,我们把我们最喜爱的IDE Eclipse来运行,通过本教程。虽然我们说的Eclipse,点大多是通用的,适用于调试使用的IDE像NetBeans。在看这篇文章前,我推荐你看一下Eclipse 快捷键手册,你也可以到这儿:下载PDF文件 我的eclipse版本是4.2 Juno。 0.三点特别提醒: ?不要使用System.out.println作为调试工具 ?启用所有组件的详细的日志记录级别 ?使用一个日志分析器来阅读日志 [ (System.out.println()对开发人员来说,有时候也许可以是一种调试手段,但是项目一旦完成他就没有什么用途了,就变成垃圾了,得必须注释或删除掉,这样会比较麻烦。启用所有组件的详细日志记录级别,运用日志分析器来记录详细系统运行状态,这对后期网站的优化和维护会有很多作用。)这仅仅是个人理解,仅供参考! ] 1.条件断点 想象一下我们平时如何添加断点,通常的做法是双击行号的左边。在debug视图中, BreakPoint View将所有断点都列出来,但是我们可以添加一个boolean类型的条件来决 定断点是否被跳过。如果条件为真,在断点处程序将停止,否则断点被跳过,程序继续执行。

2.异常断点 在断点view中有一个看起来像J!的按钮,我们可以使用它添加一个基于异常的断点,例如我们希望当NullPointerException抛出的时候程序暂停,我们可以这样: 3.观察点 这是一个很好的功能,他允许当一个选定的属性被访问或者被更改的时候程序执行暂停,并进行debug。最简单的办法是在类中声明成员变量的语句行号左边双击,就可以加入一个观察点。

eclipseCVS使用手册

Eclipse中CVS版本管理 版本管理 1.1 CVS简介 CVS是Concurrent Versions System(并发版本系统)的简称。它是一个开放源代码的项目,是当前最流行的版本控制系统,目前绝大部分Open Source项目都使用它来做版本管理。微软的VSS也可以用来进行Java项目的版本管理,但在学会使用Eclipse后,使用CVS。 CVS采用客户机/服务器体系,代码、文档的各种版本都存储在服务器端,开发者首先从服务器上获得一份复制到本机,然后在此基础上进行开发。开发者可随时将新代码提交给服务器,也可以通过更新操作获得最新的代码,保持与其他开发者的一致。 由于Eclipse本身内置了CVS客户端,只要再建立一个CVS服务器就可以使用这一功能强大的版本控制系统。CVS的功能虽强大,但一般项目通常只用到其20%的功能,所以只要了解最常用的操作就可以了。本系统是的是Eclipse 3.0.1版本,下面将以面向实际项目使用需要的方式来介绍CVS。 1.2 CVS服务器端的安装与配置 CVS起源于UNIX/Linux平台,由于我们平时大多使用的是Windows系统,所以在UNIX/Linux平台下安装使用CVS服务器端的方法,我们不再重复。CVS服务器在Windows 平台的版本:CVSNT,我们下面将着重介绍CVSNT的安装。 首先,我们得下载CVSNT,可以到CVSNT主页https://www.360docs.net/doc/db7230198.html,/downloads/去下载它,我们下载的是cvsnt 2.0.58d版本,把它安装在Windows XP系统上。 (1)运行安装程序,完全按照它的默认设置,连续单击“next”按钮,即可完成安装。我们把cvsnt安装在默认的“C:\Program Files\cvsnt”目录下。 (2)通过Windows选择“开始→所有程序→CVSNT”选项,打开cvsnt的设置面板“Service control panel”,如图1.1所示,表明上面两个服务已经启动。 注意 :如果提示找不到rundll32.exe,则单击“浏览”按钮,指向“C:\windows\system32\ 注意: rundll32.exe”并运行它。 (3)单击图1.1中的“Repositories”选项卡,再单击Add按钮,创建一个存放版本文件的目录“c:/cvsfile”,如图1.2所示,单击“OK”按钮后,在弹出的两个窗口中都回答“是”。 注意 注意: :建议在“Name”栏改写成绝对路径“c:/cvsfile”,就能够确保在cvsnt安装后可以 正常使用。

游戏用户手册

《英雄》用户手册 第六组

目录 1主要内容 (3) 1.1 游戏配置要求 (3) 1.2 执行游戏和片头动画 (3) 1.3 主菜单 (3) 1.4 游戏操作 (3) 1.5 游戏动作 (4) 1.6 战斗 (4) 2问题和回答(F A Q) (5) 3官方游戏攻略(提示) (5) 3.1 主线剧情 (5) 3.2 支线剧情 (5) 4结语 (6)

欢迎来到游戏《英雄》Demo的用户说明文档。这里我们将为你解决游戏内外遇到的种种问题,当你在游戏里遇到困难时可以参考这个文档。 1 主要内容 1.1 游戏配置要求 ?200M 硬盘空间 ?DirectX 9.0 ?MediaPlayer 9.0 ?256M内存 ?推荐P4 1.6G以上CPU ?声卡 1.2 执行游戏和片头动画 ?打开文件夹双击hero.exe执行文件即可。 ?执行游戏后出现的是片头动画,片头动画交待故事背景,可以按Esc键调过。 1.3 主菜单 ?主菜单有三个选项:“进入游戏”,“制作团队”,“退出游戏”。 ?“进入游戏”,从头开始游戏,先交代剧情。 ?“制作团队”播放的是第六小组的全体工作人员和分工动画。 ?“退出游戏”,就是退出游戏。 1.4 游戏操作 1.4.1 普通行走状态下的操作(下图左):

?方向键 - 移动人物 ?F1 - 人物属性菜单 ?F2 - 物品菜单 ?Enter - 调查/拣物品 ?Esc - 关闭菜单 ?退出- Alt + F4 (对不起,由于是Demo版,所以现在只能这样) 1.4.2 战斗状态下的操作(上图右): ?方向键 – 选择动作 ?F1 - 人物属性菜单 ?F2 - 物品菜单 ?Enter - 使用物品 ?Esc - 关闭菜单 1.4.3 菜单操作(F1和F2呼出菜单后): ?方向键 – 选择物品或者状态 ?Enter - 使用物品 1.5 游戏动作 1.5.1 NPC(电脑角色) ?游戏里除主角外每个电脑都可以对话,调查和战斗。地下室里的虫子会自动靠近主角然后转入战斗。 ?对话会促进剧情发展,是游戏进行的必然环节。 ?战斗也是游戏进行的必然环节之一,但不是每一个电脑人物都要战斗。有些 NPC是主角打不赢的,比如管家和栓柱。 1.5.2 物品 ?在游戏各个场景里都能“搜索”到各式各样的物品。 ?物品在战斗中和平时走动中都可以使用。 ?有些物品可以增加生命,有些物品可以增加法术值。 1.5.3 法术 ?只能在战斗中使用法术。 ?法术可以治疗自己或者打击敌人。 1.6 战斗 ?生命值。生命值显示的是主角和敌人现在的可战斗状态,每当收到攻击都会降低。 当生命值降到0的时候该方战败,战斗结束, ?法术值。使用法术时要消耗法术值。 ?攻击。攻击有多种选择,不同的选择有不同的生命值降低。

Eclipse完全手册

Eclipse 完全手册
Eclipse 是一个开放源码的、可扩展的应用开发平台,该平台为编程人员提供了一流的 Java 集成开发环境。作为一套开源工具,可用于构建 Web Services、J2EE 等各种类型的应用,其 所提供的功能不亚于、甚至要超过由专业的集成环境供应商所提供的商业化产品,如 JBuilder。
Eclipse 最有魅力的地方就在于它的插件体系结构。在这个体系中重要的概念是扩展点 (extension points),也就是为插件提供的接口。每一个插件都是在现有的扩展点上开发的, 并可能还留有自己的扩展点,以便在这个插件上继续开发。
由于有了插件,Eclipse 系统的核心部分在启动的时候要完成的工作十分简单:启动平台的 基础部分和查找系统的插件。在 Eclipse 中实现的绝大部分功能是由相应的插件完成的,比如 WrokBench UI 插件完成界面的外观显示,Resource Management 插件完成维护或生成项目或 文件等资源管理工作,而 Version and Configuration Management(VCM)插件则负责完成版 本控制功能,等等。虽然以上提到的每一个功能都是绝大多数 IDE 环境所必备的功能,Eclipse 却把它们都做成了插件模式,甚至用来开发 Java 程序的开发环境(Java development tooling, JDT),也只不过是 Eclipse 系统中的一个普通插件而已。整个 Eclipse 体系结构就像一个大拼 图,可以不断地向上加插件,同时,现有插件上还可以再加插件。
虽然大多数用户很乐于将 Eclipse 当做 Java IDE 来使用,但 Eclipse 的目标不仅限于此。 Eclipse 平台为工具提供者(Tools Provider)提供一套使用机制和一组需要遵循的规则,从而使 得开发出的工具之间可以实现无缝的集成。这些机制通过定义良好的 API 接口、类和方法提供 给用户使用,平台同样为新的工具的开发提供强有力的组件支持(如 Plug-in Development Environment,PDE——插件开发环境)。主要针对希望扩展 Eclipse 的软件开发人员,因为它 允许他们构建与 Eclipse 环境无缝集成的工具。由于 Eclipse 中的每样东西都是插件,对于给 Eclipse 提供插件,以及给用户提供一致和统一的集成开发环境而言,所有工具开发人员都具有 同等的发挥场所。
这种平等和一致性并不仅限于 Java 开发工具。尽管 Eclipse 是使用 Java 语言开发的,但 它的用途并不限于 Java 语言;例如,支持诸如 C/C++、COBOL 和 Eiffel 等编程语言的插件已 经可用, 或预计会推出。 Eclipse 框架还可用来作为与软件开发无关的其他应用程序类型的基础, 比如内容管理系统。

软件用户手册(软件使用说明书)-用户手册使用说明完整版.doc

大连化学物理研究所项目管理系统 用 户 使 用 手 册 2015年1月

目录 1引言 (3) 1.1编写目的 (3) 1.2背景 (3) 2. 软件概述 (3) 2.1目标 (3) 2.2功能概述 (3) 3. 运行环境 (3) 3.1硬件 (3) 3.2支持软件客户程序软件 (3) 4. 使用说明 (4) 4.1登录系统 (4) 4.2 系统菜单说明 (5) 4.3新建合同 (6) 4.4合同登记 (8) 4.5经费上账/预开发票 (9)

1引言 1.1编写目的 本文档是中科院大连化学物理研究所项目管理系统(以下简称为“项目管理系统”)针对用户所编写的使用说明手册,在本文档中通过对项目管理系统中的研究组用户进行了详细而具体的操作描述,通过该文档读者可以了解该系统的所有功能以及用户的具体权限。 1.2背景 项目的委托单位:大连化学物理研究所科技处 2. 软件概述 2.1目标 使用户能够轻松掌握本软件的使用。 2.2功能概述 研究组用户: 系统登录 录入合同、编辑合同、提交合同,合同执行过程中提交附件等 输出合同/协议审批单,提出预开发票申请、开发票申请、上账申请 合同查询,输出报表 3. 运行环境 3.1硬件 服务器支持PHP、MySQL服务,支持web服务 3.2支持软件客户程序软件 支持IE8到IE10版本、以及使用IE内核或者IE兼容模式的其他浏览器;IE11浏览器需要

将本系统加入到兼容性列表中;谷歌、火狐等浏览器有可能不能正常使用本系统的一些功能4. 使用说明 4.1登录系统 打开浏览器,输入系统地址,进入系统登录界面: 研究组用户,直接输入用户名密码点击登录系统。登录成功将会弹出成功信息: 如果出现登录错误的状况,系统会给出错误的原因提示:

用户手册编写规范

用户手册编写规范https://www.360docs.net/doc/db7230198.html,work Information Technology Company.2020YEAR

用户手册编写规范

目录 1.用户手册格式的统一规定 1.1章、节标题 1.2版面设置 2.用户手册的内容 2.1用户手册的目标 2.2用户手册的内容 2.3用户手册的风格

1. 用户手册格式的统一规定 1.1 章、节标题 一般情况下,用户手册用章、节来划分其内容。如果有的系统很大,其用户手册所包含的内容繁多,那么请根据其内容把用户手册划分为几个分册。每一分册根据本规定独立进行章、节编号。 1.1.1 章标题 每章的编号用阿拉伯数字表示,采用“第1章”、“第2章”、……的形式表示章的编号,章的编号后面空一个半角的格,然后是这一章的标题。 1)每一章必须另起一页开始; 2)章的编号和标题采用左对齐的格式放在行的左边; 3)章的编号和标题采用黑体小三号字; 4)章的编号和标题与其篇眉之间空一行,和其正文之间空三行。 1.1.2 节标题 节的编号格式为“§x.y”。其中,x为章的号码,y为节的号码,用阿拉伯数字表示。节的编号后面空一个半角的格,然后是这一节的标题。 1)每一节必须另起一页开始; 2)节的编号和标题采用左对齐的格式放在行的左边; 3)节的编号和标题采用黑体四号字; 4)节的编号和标题与其篇眉、正文之间均空一行。 1.1.3 小节标题 小节的编号格式为“§x.y.z”。其中,x为章的号码,y为节的号码,z为小节号码,用阿拉伯数字表示。小节的编号后面空一个半角的格,然后是这一小节的标题。 1)不必专为小节另起一页开始; 2)小节的编号和标题从左边开始顶格书写; 3)小节的编号和标题采用黑体小四号字; 4)小节的编号和标题与其前后的正文之间均空一行。 【注意】 1)一般情况下,章的下面可以划分为节和小节,但要具体情况具体分析。如果没有划分小节的必要,则可以划分到节为止;而且,如果有必要,还可以在小节下面划分更小的节,我们暂且称之为小小节。

ST官方电机控制套件用户手册

UM0709 User Manual STM8/128-MCKIT motor control starter kit 1 Introduction The STM8/128-MCKIT starter kit is an integrated system designed to provide a complete, ready-to-use motor control application developed around the STMicroelectronics STM8 microcontroller. This starter kit is particularly suited to drive 3-phase brushless motors (either AC induction or permanent magnet types) and demonstrates how effectively the STM8 microcontrollers can be used in real-world motor control applications. ●Drive is based on scalar control (BLDC or ACIM) for three-phase motors. ●Position and/or speed measurement is implemented using Hall sensors or a tachometer. ●Sensorless control is also implemented. ●The inverter is driven using the PWM modulation technique. The STM8/128-MCKIT starter kit can be run in various ways: ●As a plug-and play demo, out of the box, with the provided BLDC motor, in sensorless speed control mode. ●With an AC induction motor, after reprogramming the microcontroller, in open loop or in speed control mode. However, the main advantage of the STM8/128-MCKIT is that you can use it to create your own applications and re-program the STM8 microcontroller. Y ou can develop your own applications using the dedicated software libraries provided in the starter kit in conjunction with a third-party IDE and C compiler. This manual describes: ●The STM8/128-MCKIT starter kit components, and how to set up the hardware to run the provided BLDC motor or an AC induction motor. ●How to run the STM8/128-MCKIT starter kit in standalone mode. ●The BLDC daughterboard (MB843). For information about the STM8 microcontroller features, refer to the datasheet. The STM8 evaluation board features, peripherals, and connectors are described in the STM8/128- EVAL user manual (UM0482). For information on the BLDC and AC induction motor software libraries and how to use them in motor control application development projects, refer to the STM8S three-phase BLDC software library (UM0708) and the STM8S three-phase AC induction motor software library user manual (UM0712) respectively. Y ou will find these manuals, and all related documentation on the STM8/128-MCKIT CD-ROM. June 2009Doc ID 15774 Rev 21/22 https://www.360docs.net/doc/db7230198.html,

Eclipse使用指南

Eclipse使用指南(北京)技术有限公司

1 修订记录

2 目录 1修订记录 (1) 2目录 (1) 3概述 (1) 4基本操作 (1) 4.1常用的快捷键 (1) 4.2设置T ask (2) 4.3eclipse.ini配置 (2) 4.4代码模板 (2) 5插件 (3) 5.1Subversion插件 (3) 5.2Tomcat插件 (4) 6常见问题解答 (4) 6.1Javaw.exe启动有问题 (4) 6.2Ant不能执行 (4) 6.3ant超时解决办法 (4) 7参考资源 (5) 7.1插件地址 (5)

3 概述 本文是关于Eclipse的使用指南。内容包括:eclipse配置、快捷键的使用、使用建议、代码模版的配置、相关参考资源等。 4 基本操作 4.1 常用的快捷键 它可以大大的增强您的开发效率,要想成为高手的必备技能之一。 对于一个仅仅知道几个快捷键的选手,不要急于一天就能掌握所有的操作。可以每天重点使用几个,对于一个java程序员,几周就可以熟练掌握。 1. Alt+shift+s 操作source源代码的一些方式 2. F4 查看类的结构和继承关系 3.可以用Ctrl+shift+L可以查阅,它能增加巨大的效率。 4. Ctr+H:查找具体的类 5. F3 :等价于Ctr+被选中的某个单词 6.Ctrl+/:可以在选中一定的区域后,可以直接的全部加上注释。Ctrl + shift +/可以注释块。 7. Tab+shift:按钮可以跳tab距离。 8.全部选中+tab:可以向前跳置tab的距离。 9. F5和F6:是常用的调试按钮。非常的有用。 10.F4:在选中的类中可以查看类图的集成结构。 11.Shift+鼠标右键,可以选择一行,比直接的按住右键好用多了。 12.Ctr + Shift + o organize import 非常的好用。 13.Ctr + o Quick outline 14.Ctr + Shift + e 在单独的窗口中。列出当前所有的文件, 15.Ctr + T 查询调用该函数父函数。比F4好用。 16.Alt + shift + R 重命名选中的函数rename 17.Ctr + F3 可以查看类

企业版-用户手册

上海市特种设备使用单位隐患排查系统操作手册 2018年6月 上海市质量技术监督局特种设备监察处 上海九雏信息技术有限公司

目录 1.首次使用 (1) 1.1.首次登录需要使用法人一证通 (1) 1.1.1.安装“协卡助手”软件 (1) 1.1.2.使用法人一证通登录 (2) 1.2.初始化设置 (3) 1.2.1.企业信息确认 (4) 1.2.2.特种设备信息确认 (4) 1.2.3.初始管理账号创建 (5) 1.2.4.管理单元配置 (5) 1.2.5.人员及账号配置 (6) 2.电脑管理端使用 (7) 2.1.用户登录 (7) 2.2.排查计划 (8) 2.3.日常排查 (9) 2.3.1.排查记录 (9) 2.3.2.排查登记 (10) 2.4.问题识别 (11) 2.5.隐患管理 (13) 2.6.统计分析 (15) 2.6.1.常用报表 (15) 2.6.2.图表分析 (15) 3.手机端App使用 (16) 3.1.下载与安装 (16) 3.2.登录与首页 (18) 3.3.日常排查 (19) 3.3.1.新建排查记录 (19) 3.3.2.问题整改 (23) 3.3.3.隐患治理 (24)

3.4.辅助功能 (26) 3.4.1.设备信息 (26) 3.4.2.排查记录 (28) 3.4.3.知识库 (28) 3.4.4.企业信息 (29) 3.4.5.人员管理 (29) 3.4.6.管理单元 (30) 3.4.7.修改密码 (30)

1.首次使用 1.1.首次登录需要使用法人一证通 首次登录必须使用法人一证通,请准备法人一证通USB介质。 图1-1上海市法人一证通 为什么要使用“法人一证通”? “法人一证通”是法人网上身份统一认证的一项重要的网络安全基础服务。隐患排查系统通过该服务,实现对企业身份信息的快速、可靠、安全的认证。 是否每次登录都要使用“法人一证通”? 不是,仅首次登录需要。首次登录成功后,可自行创建账号密码,后续可使用账号密码直接登录。 1.1.1.安装“协卡助手”软件 在插入USB介质之前,请先安装“协卡助手”软件,可从系统登录界面上的链接下载(见图1-1),点击该链接后,会打开上海市法人一证通官方网站的协卡助手下载页面,点击该页右侧的红色“下载”按钮,待下载完成后安装即可。

Eclipse for C++使用说明

Eclipse(for C++)使用说明 1、启动eclipse,在命令行中输入eclipse,出现窗口,如下图所示: 2、添加工程 在file菜单中选择import,出现窗口如下: 3、在General下选择Existing Projects into Workspace,单击next,出现如下窗口:

4、点击Browse,选择工程位置,出现下图所示 5、单击Finish,工作区如下图所示:

6、修改build选项,有两种方法 方法一:在项目名称上单击右键,选择Properties 方法二:选中项目,在菜单栏,选择Project/Properties 出现下图: 在左边选择C/C++ Build,修改Build directory:选择File system,选择makefile所在的文件夹,点击OK 7、在菜单栏选择Project/Build All,整个项目开始编译,如下图所示:

8、Run,在菜单栏选择Run/Run Configurations,出现窗口如下: 选择Arguments,点击File System,然后选择可执行文件所在目录,点击Apply,Close 然后在工具栏点击,程序即可运行 9、Debug 在Project explorer中,选择可执行文件,然后在菜单栏选择Run/Debug As,出现如下对话框,或者在工具栏点击图标,配置如下图:

点击OK,会弹出如下窗口: 选择Yes,整个工作区将切换到debug模式,如下图所示:

10、切换工作区视图 11、其他 A、查看函数的定义,按下CTRL键后,将鼠标移动到函数名称上左键单击,即可跳转 到函数的定义处。 B、如果想返回到上一视图,在工具栏点击 C、将鼠标移动到函数定义处,然后按下F2键,即可在浮出的窗口中查看该函数的代码 D、在左边Project explore中双击文件,即可在工作区中打开该文件进行编辑 12、在Eclipse中使用CVS 在项目名上单击鼠标右键,在弹出的菜单中选择Team,会出现相关选项

Eclipse与CC集成操作手册

第一章综述 Eclipse开放工程是IBM集成开发工具,其强大完善的功能、开放的架构可以 适应各种级别的java开发。 Eclipse本身不集成有ClearCase ,需要添加插件才能集成。 第二章安装 Eclipse若要与CC集成,则需将ClearCase插件添加到Eclipse安装目录下的plugins文件里,如下所示: 配置结束后打开Eclipse,则在Eclipse的界面上显示ClearCase菜单项,如下图 所示:

第三章集成后的日常使用 3.1 创建工作区和共享文件夹 建立一个共享文件夹,用以存放视图信息(如:ccview_stg); 建立一个存放程序的文件夹(如:dzsbvob),该文件夹是用以存放从服务器上load下来的元素。 Eclipse的工作区(如:dzsb_work),该工作区用以存放Eclipse的相关信息;如下:

3.2 连接ClearCase Rational ClearCase 允许联机或脱机工作。如果决定访问 ClearCase 服务器,则必须与其连接。这里是必需的基本步骤。请注意,通常只需要连 接一次以启动任务的活动 要在Eclipse中连接到Rational ClearCase,请选择ClearCase→connect to Rational ClearCase菜单选项或单击ClearCase连接图标。当连接成功后,ClearCase里的菜单选项被激活。如下: 3.3 ClearCase创建视图 打开Project Explorer 控制台,如下:

在选择项目开发流(dzsb_dve_ks),右击→Create View,如下: 单击此菜单;

用户操作手册模板

XXXX项目xxxx系统用户操作手册 XXXX有限公司

二00四年七月

修订历史记录

阅读历史记录

目录 1. 引言.................................................................... .5... 1.1. 编写目的 (5) 1.2. 读者对象 (5) 1.3. 定义、首字母缩写词和缩略语 (5) 1.4. 参考资料 (5) 1.5. 环境要求 (5) 2. 软件配置................................................................ 5.. 2.1. 软件安装 (5) 2.2. 参数配置 (5) 3. 软件综述................................................................ 5.. 3.1. 系统简介 (5) 3.2. 系统流程介绍 (5) 4. 操作说明................................................................ 5.. 4.1. 功能一 (6) 4.1.1. 功能描述 (6) 4.1.2. 用户界面 (6) 4.1.3. 操作方法 (6) 4.2. 功能二 (6) 4.2.1. 功能描述 (6) 4.2.2. 用户界面 (6) 4.2.3. 操作方法 (6) 5. 附录:常见问题解答...................................................... 6.

Eclipse操作指南

Eclipse操作指南和地质建模数据附录 第一部分Eclipse操作指南 一功能介绍 ECLIPSE100是一个全隐式,三维、三相,还包括天然气、凝析油选项功能综合的黑油模拟软件。 Eclipse的输入资料是用关键字系统自由格式输入的。任何标准的编辑程序都可以编辑输入文件。EDIT是一个可供选择的专门用于屏幕编辑的Eclipse编辑程序。当数据输入后,EDIT程序能检查输入数据。 Eclipse软件提供的角点模型和常规筷中心模型非常实用,在一、二和三维模拟中,径向和笛卡尔块中心点模型也都很有用。三维径向模型能模拟0~360o界面上的圆形流动(关键词COORDSYS)。 Eclipse角点模型是唯一的能对正确代表油藏最复杂的几何地质图形进行模拟。前处理程序FILL和GRID常用来准备eclipse油藏模拟的角点数据。独立图形的处理GRAF和GRID 程序能用多种方法显示网格。例如,在进行大型的三维模拟时,用户可要求同时显示在XZ 方向的多条横剖面。网格的平面透明覆盖图是十分有用的,它能正确地对地质平面图进行检查。 Eclipse软件有一套综合的单井控制选择程序。生产井能在给定的油量、水量、液量、气量、油藏流体废弃产量、井底压力和井口压力等数值下进行运算。油藏工程师应对上述数值中一项定出一个目标值,而对其余数值的各项定出限制值。生产井只要不超过限制,在规定的目标下工作。若一个限制值将要超越他的限制界限,那么生产井将自动改变它的控制模式,使井保持在允许的限制条件下工作。效率系数还可用于考虑正常的停产时间。该程序将能计算处于正常流动条件下的流量和流动压力,但累计流量按照有效系数进行扣除。这有助于历史拟合的全过程,生产井可处于另处一种控制类型。输入这些井实际生产的油、气和水量,使井处于相同的产液量的条件下生产,这样,甚至当含水率和气/油比不完全拟合时,压力下降的速度也是大致正确的。实际生产的和计算的这两个产量都可以编入汇总文件,以便进行图形对比。 二建模 1 建立实际模型(Flogrid建模) 煤层气产能数值模拟是跟实际的地质情况紧密联系的,在煤层气田地质和开发资料数据充足的情况下,需要建立包含各种地质参数的三维地质模型,在此基础上全面布井(虚拟井),进一步对所有井开展值模拟工作,从而达到气田产能预测的最终目的。

Windows 7 官方用户手册(英文版)第五部分

Windows 7 for IT Pros: Microsoft Desktop Optimization Pack
Microsoft Enterprise Desktop Virtualization
Microsoft Enterprise Desktop Virtualization (MED-V), enables deployment and management of Microsoft virtual PC Windows desktops to address key enterprise scenarios. Primarily, MED-V helps enterprises upgrade to the latest version of Windows even when some applications are not yet functional or supported. MED-V builds on top of Virtual PC to run two operating systems on one device, adding virtual image delivery, policy-based provisioning, and centralized management. MED-V helps to minimize application-to-operating system compatibility issues while accelerating operating system migration. In fact, MED-V helps remove the barriers of upgrading the operating system. By delivering Windows XP or Windows 2000 productivity applications in a Virtual PC, you can complete testing more quickly and manage incompatible applications after the upgrade. MED-V also gives users a seamless experience because virtualized applications can be accessed from the standard desktop Start menu and appear alongside native applications. When you add MED-V to a Microsoft Virtual PC, you’ll get the following administration capabilities: ? Virtual images repository and delivery to provide mechanisms for simplifying the process of creating, testing, delivering, and maintaining virtual images from a central location. ? Centralized management and monitoring to help administrators manage the entire life-cycle of virtual machines deployed on desktops throughout the enterprise ? Usage policy and data transfer control on the MED-V client to enforce user or group usage policies, access permissions to virtual images, and data transfer permissions
120 121

Eclipse使用指南96

Eclipse使用指南 张大为 全星科技珠海有限公司 2009-9-1 一、简介(此节内容为转载,只有小部分修改和添加) Eclipse最初是替代由IBM公司开发的价值4千万美金的商业软件Visual Age for Java的下一代IDE开发环境,2001年11月交给非营利软件供应商联盟Eclipse基金会(Eclipse Foundation)管理。2003年,Eclipse 3.0选择OSGi服务平台规范为运行时架构。 Eclipse 是一个开放源代码的、基于Java 的可扩展开发平台。就其本身而言,它只是一个框架和一组服务,用于通过插件组件构建开发环境。幸运的是,Eclipse 附带了一个标准的插件集,包括Java 开发工具(Java Development Tools,JDT)。虽然大多数用户很乐于将Eclipse 当作Java IDE 来使用,但Eclipse 的目标不仅限于此。Eclipse 还包括插件开发环境(Plug-in Development Environment,PDE),这个组件主要针对希望扩展Eclipse 的软件开发人员,因为它允许他们构建与Eclipse 环境无缝集成的工具。由于Eclipse 中的每样东西都是插件,对于给Eclipse 提供插件,以及给用户提供一致和统一的集成开发环境而言,所有工具开发人员都具有同等的发挥场所。 这种平等和一致性并不仅限于Java 开发工具。尽管Eclipse 是使用Java 语言开发的,但它的用途并不限于Java 语言;例如,支持诸如C/C++、COBOL、Eiffel、PHP、Ant等等编程语言的插件已经可用。Eclipse 框架还可用来作为与软件开发无关的其他应用程序类型的基础,比如内容管理系统,数据库系统。另外,很多Eclipse的爱好者开发了非常小巧且实用的插件,譬如Column(可以像UltraEdit那样按列编辑),Spell(检查拼写错误),Subclipse(SVN在Eclipse中的客户端插件)。 基于Eclipse 的应用程序的突出例子是IBM 的WebSphere Studio Workbench,它构成了IBM Java 开发工具系列的基础。例如,WebSphere Studio Application Developer 添加了对JSP、servlet、EJB、XML、Web 服务和数据库访问的支持。 注:本人最常用的插件为Column,Spell和Subclipse。

用户操作手册

用户操作手册 拟制人:*** 审核人:*** 批准人:*** 2010年09月02日

软件概述....................................................................................................................................... 2.1代码结构............................................................................................................................ 2.2运行说明............................................................................................................................ 运行环境....................................................................................................................................... 3.1硬设备................................................................................................................................ 安装信息....................................................................................................................................... 4.1 用户安装说明................................................................................................................... .其他信息..................................................................................................................................... 5.1 加载程序........................................................................................................................... 5.2 异常情况处理................................................................................................................... 重要声明

相关文档
最新文档