Size: px
Start display at page:

Download ""

Transcription

1 25. I 2 C Slave I2C Slave Data Sheet I2Cs vx.y 赛普拉斯半导体公司 年版权所有 所有权利均予保留 资源 PSoC 模块 应用程序接口内存 ( 字节 ) 引脚 ( 单端口 ) 数字 模拟 CT 模拟 SC 闪存 RAM CY8C26/25xxx 特点和概述 工业标准飞利浦 I 2 C 总线兼容接口 与 I 2 C 总线接口只需 2 个引脚 (SDA 和 SCL) 标准模式数据支持速度为 100 kbps 只需最少用户编程工作量的高层 API 7 位寻址模式 I 2 Cs 用户模块能够以固件形式来实现一个 I 2 C 从设备 I 2 C 总线是一种由飞利浦 公司开发的采用双线式硬件接口的工业标准 主设备能够发起 I 2 C 总线上的所有通讯, 并且向所有从设备提供时钟信号 I 2 Cs 用户模块支持速率高达 100 kbps 的标准模式 本模块不占用任何数字或模拟用户模块 I2Cs 用户模块能够兼容位于同一总线的其它从设备 I 2 C 原理框图 功能说明 2007 年 8 月 7 日文件编号 修定版 ** - 1 -

2 本用户模块以固件方式实现了一个 I 2 C 从设备 在 CPU 时钟配置为在 24 MHz 下运行时, 本模块能够在高至 100 kbps 速率下传输数据 也可以使用较慢的 CPU 时钟, 但数据速率也会相应放慢 I 2 C 技术规格允许主设备运行在从 100 khz 下至直流的频率范围内 同一端口的任意 2 个引脚均可以选择用于驱动 SDA 和 SCL 信号 只支持 7 位寻址模式 本模块在传输数据时不要求任何模拟或数字 PSoC 模块 一个 I 2 C 起动状况会产生一个 GPIO 引脚中断 所有数据传输均在中断 ISR 内执行 在正在执行数据传输时, CPU 占用率为 100% 其它中断将对正确数据传输产生干扰 这样可能导致 ISR 在数据传输内失去同步 这里提供的超时参数以在同步丢失时终止传输 设计考虑事项 若要与一个运行在 100 khz 下的主设备正常通信, 从设备必须运行在设置为 24 MHz 的系统时钟下 如果设备预计运行在 3.3V 下, 则主设备时钟频率必须降低 除了与本用户模块相关联 GPIO 中断以外, 其它中断应当被禁用 虽然可以将 I 2 C 时钟保持为低电平以获得额外的处理时间, 但是不可能将时钟的高电平位拉宽 因此, 一旦 I 2 C 时钟变为有效, 则输入数据必须在短至 4.8µs 的时间内处理 出于对检测起动条件时的时序考虑,I 2 C 从设备将保持处于自己的 ISR 内, 直到完成了所有 I 2 C 报文传输, 包括那些地址并不是它的报文 这样能够在数据与该从设备的地址相符时, 避免该从设备对于预备发给其它设备的数据做出响应 在以下条件下, 这项限制条件可以由用户通过修改 ISR 软件来进行变更 ( 参见程序注释 ): 该从设备所使用的 I 2 C 地址将不会作为数据被发送至其它从设备或从其它从设备发送 该从设备是 I 2 C 总线上唯一使用的从设备 在 I 2 C 从设备内部的读取和写入数据操作采用了缓冲区来完成 用户必须在启用 I 2 C 设备前初始化适当的缓冲区 在 I 2 C 主设备启动了读取或写入操作时, 将在 I2Cs_Status 字节内对适当的状态位执行置位 从设备内的前台进程可以随后对存入写入缓冲区内或从读取缓冲区内提取的数据执行操作 从设备数据传输子程序 (ISR) 不会允许缓冲区的存取操作超出在进入 ISR 时所定义的长度 对缓冲区的读取和写入操作的处理方式如下 如果 I 2 C 主设备试图读取超过缓冲区内所包含范围以外的数据时, 最后一个字节将重新发送, 直至 I 2 C 主设备停止读取为止 (I 2 C 通讯协议并没有定义一种供 I 2 C 从设备阻止主设备进行读取的方式 ) 在 I 2 C 主设备正在向 I 2 C 从设备写入一项或多项数据时, 在接收了存储区所能容纳的最后一个字节时, 从设备将产生一个否认 (NAK) 应答 如果 I 2 C 主设备继续写入数据, 则从设备将继续否认数据 一旦产生了第一个否认应答 ( 数据存在在最后一个可用位置 ), 以后的数据将不会被存储起来 如果缓冲区定义时采用了零长度, 则写入到 I 2 C 从设备的数据将被否认而且不会存储起来 从闪存中启用读取数据的能力还能够允许使用 RAM 缓冲区和 Flash 缓冲区 论数据传输 ISR 是否使 用了位于 Flash/ROM 或 RAM 内的读取缓冲区, 数据传输可以通过配置使用模块所提供的 API 2007 年 8 月 7 日文件编号 修定版 ** - 2 -

3 外部电气接线 正如上面的方框图所示,I 2 C 总线要求配备外部上拉电阻 上拉电阻 (R P) 取决于于供电电压 时钟速度和总线电容值 对于输出级的 V OLmax = 0.4V 时, 应当让任何设备 ( 主设备或从设备 ) 的最小拉电流不低于 3mA 这样就将 5V 系统的最小上拉电阻值限制在约 1.5K 欧姆 R P 的最大值取决于总线电容值和时钟频率 对于总线电容值为 150 pf 的 5V 系统来说, 上拉电阻不应当大于 6K 欧姆 有关 I 2 C 总线技术规格 的更多信息请浏览飞利浦公司网站 备注 : 凡从赛普拉斯公司或获得其许可证的关联公司购买 I 2 C 部件时, 均会转获一个在 I 2 C 系统内使用这些部件的 Philips I 2 C 专利权使用许可证, 前提条件是此系统符合 Philips 所定义的 I 2 C 标准规格 参数和资源 所有缓冲区名称在编写时均表明了这些缓冲区为 I 2 C 主设备所使用 例如,I2Cs_pRead_Buf 指包含了要由 I 2 C 主设备读取的数据的 RAM 位置 Slave_Addr 此参数选择 I 2 C 主设备用于确定从设备地址的 7 位从设备地址 有效的选择项为从 0 至 127( 十进制数 ) I 2 C 地址包含在地址字节的高 7 位内 这个字节的最低有效位 (LSB) 包含了 R/~W( 读取 / 写入 ) 位 如果 此位为 0, 则对此地址写入, 如果这个最低有效位 (LSB) 为 1, 则将从此地址中读取数据 在内部, 用户模块将采用输入地址, 对其进行移位以便与收到地址做出对比, 然后测试读取 / 写入位来确定 所请求的事务处理的方向 由于用户模块接受基于十进制的数字输入, 则 7 位地址也必须采用十进制数输入 2 例如 : 输入十进制数 72 作为地址参数 这个数值对应于 0x48 的 7 位地址 如果需要写入数据至从设备, 那么 I 2 C 主设备会发送一个内容为 0x90 的字节 (8 位 ) 如果需要自从设备中读取数据,I 2 C 主设备会发送一个内容为 0x91 的字节 I2C_Port 选择采用哪一个 PSoC I/O 端口作为 SDA 和 SCL 信号的接口 SDA_Pin 选择哪一个引脚将被用于实现 I2C_Port 中的 SDA( 数据线 ) 没有必要为此引脚选择适当的驱动模式,PSoC Designer 会自动完成这项选择 SCL_Pin 选择哪一个引脚将被用于实现 I2C_Port 中的 SCL( 时钟线 ) 没有必要为此引脚选择适当的驱动模式,PSoC Designer 会自动完成这项选择 2007 年 8 月 7 日文件编号 修定版 ** - 3 -

4 Interrupt Generation Control 中断发生控制 只有在 PsoC Designer 内的 启用中断发生控制 复选框被选中以后, 以下参数才能访问 此复选框位于 项目 (Project)>> 设置 (Settings) >> 设备编辑器 (Device Editor) 之下 IntDispatchMode IntDispatchMode 参数用于指定针对由处于同一模块但处于不同重叠层的多个用户模块共享中断时如何处理中断请求 选择 活动状态 (ActiveStatus) 会导致固件在为共享的中断请求提供服务之前检查哪一个重叠层正处于活动状态 这项检查发生在每次请求共享中断的时候 这样会导致延迟增加, 并且还产生了一个服务共享中断请求的非决定性的程序, 但并不要求任何 RAM 资源 选择 OffsetPreCalc 参数会导致固件在最初只有一个重叠层载入时计算共享中断请求的来源 这项计算减少了中断延迟并产生了一个服务共享中断请求的决定性程序, 但其代价是 1 个字节的 RAM 资源 Read_Buffer_Types 选择数据读取所支持的缓冲区的类型 有 2 种选择项可用 : 仅 RAM(RAM ONLY), 或, RAM 或 FLASH(RAM OR FLASH) 仅 RAM 选项会删除支持直接 Flash-ROM 读取所要求的代码和变量 选择 RAM 或 FLASH 项能够提供用于读取 RAM 缓冲区或 Flash-ROM 缓冲区以便数据发送到主设备的代码和变量支持 如果选择了 RAM 或 FLASH 项, 则可以使用 API 调用来选择是使用 RAM 读取缓冲区还是使用 Flash 读取缓冲区 Slave_Timeout_(usec) 超时循环必须放置在 I 2 C 从设备中断子程序的整个部分 这些超时循环提供了一个子设备在发生总线错误或 如果只是由于某些原因而导致 I 2 C 传输停止情况下的退出途径 设置超时数值为 0 时, 可提供一种超时设 置或不限长的等待周期 完全清除限时循环将会删除相关联的代码并导致 ROM 占用量有少量下降 小心 由于 I2C 传输操作的位宽在 100 khz 下为 10µs, 因此推荐采用 0µs 至 10µs 之间的数值 由于在 I 2 C 从设备子程序评估输入时可能执行了不至一个超时循环, 在超时状态下退出中断的实际时间有可 能是所配置超时周期的倍数 放置 I2Cs 用户模块采用了同一端口的 2 个 I/O 引脚, 而不需要数字或模拟 PSoC 模块 这里不存在布置方面的 限制 如果要尝试放置多个本 I 2 C 模块, 则应当谨慎处理, 以确保中断得到了仔细的控制, 因为绝对不允许 2 个模块相互发生干扰 应用程序接口 2007 年 8 月 7 日文件编号 修定版 ** - 4 -

5 应用程序接口 (API) 函数也是本模块的组成部分, 用于让设计人员能够在 更高层次上与本模块打交道 本节具体指明了每个函数的接口以及由 include 文件所提供的常数 备注 : 在这里, 就像在所有用户模块 API 中一样,A 和 X 寄存器的数值有可能在调用 API 函数时发生改变 如果在调用时需要使用 A 寄存器和 X 寄存器的数值, 则调用函数需在调用前保存 A 寄存器和 X 寄存器内的数值 选择这种 寄存器易变 策略原因在于提高效率, 并且自从 PsoC Designer 的 1.0 版本起使用 C 语言编译器会自动处理好这项要求 汇编语言编程者也必须确保自己的代码遵守这一规则 虽然某些用户模块 API 函数可能保持寄存器 A 和 X 不变, 但也不保证这些函数以后还能保证如此 读取缓冲区可以设置在 RAM 或闪存之内 写入缓冲区只能设置在 RAM 内存之内 I2Cs_Start 2 初始化 I2Cs I 2 C 总线接口 void I2Cs_Start(void); call I2Cs_Start I2Cs_Stop 通过禁用 SDA 中断来禁用 I2Cs void I2Cs_Stop(void); 2007 年 8 月 7 日文件编号 修定版 ** - 5 -

6 call I2Cs_Stop I2Cs_EnableInt 启用 SDA 中断以便实现起动状况检测 请牢记要通过使用以下这个宏来调用这个全局中断启用函数 : M8C_EnableGInt. void I2Cs_EnableInt(void); Call I2Cs_EnableInt I2Cs_DisableInt 通过禁用 SDA 中断来禁用 I2Cs 从设备 执行与 I2Cs_Stop 相同的操作 void I2Cs_DisableInt(void); 2007 年 8 月 7 日文件编号 修定版 ** - 6 -

7 call I2Cs_DisableInt I2Cs_InitWrite 此函数初始化一个指向用于存储数据的从设备数据缓冲区指针, 并初始化同一缓冲区的计数字节的数值 计数器初始化为最大的供应缓冲区长度 在主设备写入操作的下一个实例中, 数据将放置到由此函数所定义的地址 void I2Cs_InitWrite(BYTE * pwritebuf, BYTE bbuflen); AREA bss (RAM, REL) abwritebuf blk 10h AREA text (ROM,REL) push X ; save registers push A add SP, 3 mov X, SP dec X ; X points at data SP points at next 2007 年 8 月 7 日文件编号 修定版 ** - 7 -

8 ; empty stack location mov [X], abwritebuf ; place the buffer address ; (page 0)on the stack at [X] mov [X-2], 10 ; place the count at [x-2] ; don't care what [X-1] is ; the compiler would assign 0 as the ; MSB of the Ramtbl addr call I2Cslave_InitWrite add SP, -3 ; restore the stack pop A ; restore registers pop X pwritebuf: 指向某个 RAM 缓冲区位置的指针 buf_len: 写入缓冲区的长度 I2Cs_InitRamRead previously 初始化一个 Flash 数据缓冲区指针, 从设备可以从这个缓冲区取回数据, 并初始化同一缓冲区的 1 个计数字节的数值 清空 I2Cs_SlaveStatus 标志位 I2Cs_READFLASH 为 0, 下一次读取操作将从 RAM 内的某预设缓冲区位置来执行 void I2Cs_InitRamRead(BYTE * preadbuf, BYTE bbuflen); 2007 年 8 月 7 日文件编号 修定版 ** - 8 -

9 AREA bss (RAM,REL) abreadbuf: blk 10h AREA text (ROM,REL) push X ; save registers push A add SP, 3 mov X, SP dec X ; X points at data SP points at next ; empty stack location mov [X], abreadbuf ; place the read buffer address ; (page0)on the stack at [X] mov [X-2], 10 ; place the count at [x-2] ; don't care what [X-1] is ; the compiler would assign 0 as ; the MSB of the Ramtbl addr call I2Cslave_InitRamRead add SP, -3 ; back up the stack (subtract 3) pop A ; restore registers pop X preadbuf: 指向某个 RAM 缓冲区位置的指针 buf_len: 读取缓冲区的长度 2007 年 8 月 7 日文件编号 修定版 ** - 9 -

10 I2Cs_InitFlashRead previously 初始化一个用于取回数据的 Flash 数据缓冲区指针 置位 I2Cs_SlaveStatus 标志位 I2Cs_READFLASH 为 1, 下一次读取操作将从 Flash 内的某预设缓冲区位置来执行 void I2Cs_InitFlashRead(const BYTE * pflashbuf, WORD wbuflen); area table(rom,abs) org 0x1015 abflashbuf: db 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88 db 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff area text(rom,rel) push X ; save registers push A add SP, 年 8 月 7 日文件编号 修定版 **

11 mov X, SP dec X ; X points at data SP points at next ; empty stack location mov [X], <abflashbuf ; place the LSB of rom ; address on the stack at [X] mov [X-1], >abflashbuf ; place the MSB of the rom address ; at [x-1] variable mov [X-2], 0x0F ; place the LSB of length ; at [x-2] mov [X-3], 0x00 ; place the MSB of length ; at [x-3] call I2Cslave_InitFlashRead add SP, -4 ; adjust the stack (subtract 4) pop A ; restore registers pop X pflashbuf: 指向某个 Flash/ROM 缓冲区位置的指针 buf_len: 缓冲区的长度 I2Cs_bReadI2CStatus 在控制 / 状态寄存器内返回状态位 2007 年 8 月 7 日文件编号 修定版 **

12 BYTE I2Cs_bReadI2CStatus(void); call I2Cs_bReadI2CStatus ; Accumulator contains status BYTE I2Cs_SlaveStatus 参见下表 I2Cs 从设备状态定义 常数 数值 说明 I2Cs_RD_NOERR I2Cs_RD_ OVERFLOW 01h 主设备读取数据, 正常中断服务子程序退出 02h 主设备所读取的数据字节超出了可用字节数量 I2Cs_RD_ INCOMPLETE 04h 一项读取操作已经启动且尚未完成 I2Cs_READFLASH I2Cs_WR_NOERR I2Cs_WR_OVERFLOW 08h 下一次读取操作将来自某个闪存位置 10h 主设备成功地写入了数据 20h 主设备在写入缓冲区中写入了过多字节 I2Cs_WR_INCOMPLETE 40h 启动了一项主设备写入操作而且目前尚未完成 I2Cs_ISR_ACTIVE 80h I 2 C 中断服务程序尚未退出并正处于活动状态下 I2Cs_ ClrRdStatus 清空 I2Cs_SlaveStatus 寄存器内的读取状态位 其它位不受影响 void I2Cs_ClrRdStatus (void); call I2Cs_ClrRdStatus 2007 年 8 月 7 日文件编号 修定版 **

13 I2Cs_ClrWrStatus 清空 I2Cs_SlaveStatus 寄存器内的写入状态位 其它位不受影响 void I2Cs_ClrWrStatus (void); call I2Cs_ClrWrStatus 固件源代码范例 /***********************************************************/ /* This sample code will echo bytes received from a master */ /* The master can send and request up to 64 bytes. */ /* */ 2007 年 8 月 7 日文件编号 修定版 **

14 assumed */ /* The instance name of the I2Cs User Module is /* to be I2Cs. */ /* */ /* NOTE that the CPU clock must be set to 24 MHz. */ /***********************************************************/ #include <m8c.h> #include <i2cs.h> /* setup a 64 byte buffer */ BYTE abbuffer[64]; void EchoData() { /* Enable the global and local interrupts */ M8C_EnableGInt; I2Cs_EnableInt(); /* Setup the Read and Write Buffer - set to the same buffer */ I2Cs_InitRamRead(abBuffer,64); I2Cs_InitWrite(abBuffer,64); /* Start the slave and wait for the master */ I2Cs_Start(); /* Echo forever */ while( 1 ) { /* Wait to read data from the master */ 2007 年 8 月 7 日文件编号 修定版 **

15 I2CslaveWR_NOERR )); while(!(i2cs_breadi2cstatus() & /* Data received - clear the Write status */ I2Cs_ClrWrStatus(); /* Reset the pointer for the next read data */ I2Cs_InitWrite(abBuffer,64); /* wait until data is echoed */ while(!(i2cs_breadi2cstatus() & I2CslaveRD_NOERR )); /* Data echoed - clear the read status */ I2Cs_ClrRdStatus(); /* Reset the pointer for the next data to echo */ I2Cs_InitRamRead(abBuffer,64); } } 赛普拉斯半导体公司公司地址 :198 Champion Court San Jose, CA 电话 : 传真 : 应用支持热线 : 网址 : 赛普拉斯半导体公司, 版权所有 此处包含的信息如有更改, 恕不另行通知 赛普拉斯半导体公司对使用任何其他非赛普拉斯产品中所包含的电路不承担任何责任 也不对任何受专利或其他权利保护的许可作任何明示或暗示 除非与赛普拉斯公司签订明确的书面协议, 否则不得将赛普拉斯产品用于医疗 生命支持 临界控制或者安全应用, 赛普拉斯公司对此使用不作任何担保 此外, 赛普拉斯并未授权其产品作为关键的零部件用于生命支持系统, 因为其产品故障或失灵可能会给其用户带来严重伤害 若将赛普拉斯产品用于生命支持系统应用之中, 则表示该系统的厂商应承担因使用该产品所带来的所有风险, 并赔偿赛普拉斯因此受到的任何损失 PSoC Designer Programmable System-on-Chip 以及 PSoC Express 均为商标, 并且 PSoC 是赛普拉斯半导体公司的注 册商标 此处所提到的所有其他商标或注册商标均为其各自的公司所有 2007 年 8 月 7 日文件编号 修定版 **

16 所有源代码 ( 软件和 / 或固件 ) 均归赛普拉斯半导体公司所有, 并在世界范围内受专利保护 ( 美国和国外 ) 和美国版权法以及国际条约规定条款的保护 为了创建定制软件和 / 或创建仅用于和可适用协议中所指定的赛普拉斯集成电路的许可证产品固件, 赛普拉斯在此授予被授予方一个私人的 非专有并且不可转让的许可证以用于复制 使用 修改 创作其衍生作品和编译赛普拉斯源代码及其衍生作品 如果没有赛普拉斯半导体公司明确的书面协议, 除非上面另有规定, 否则禁止对源代码进行复制 修改 翻译 编译和展示 免责声明 : 赛普拉斯对本材料不提供任何担保, 论是明示的或暗示的, 包括但不限于对适销性或适用某种特殊目的的默示担保 赛普拉斯保留对这里所描述的材料做出更改而不另行通知的权利 赛普拉斯对因具体应用 使用任何产品或此处所描述的电路而造成的任何后果不承担任何责任 赛普拉斯并未授权其产品作为关键的零部件用于生命支持系统, 因为其产品故障或失灵可能会给其用户带来严重伤害 若将赛普拉斯产品用于生命支持系统应用之中, 则表示该系统的厂商应承担因使用该产品所带来的所有风险, 并赔偿赛普拉斯因此受到的任何损失 具体使用应当依照可适用的赛普拉斯软件许可协议并受其限制 Cypress Semiconductor Corporation, The information contained herein is subject to change without notice. Cypress Semiconductor Corporation assumes no responsibility for the use of any circuitry other than circuitry embodied in a Cypress product. Nor does it convey or imply any license under patent or other rights. Cypress products are not warranted nor intended to be used for medical, life support, life saving, critical control or safety applications, unless pursuant to an express written agreement with Cypress. Furthermore, Cypress does not authorize its products for use as critical components in life-support systems where a malfunction or failure may reasonably be expected to result in significant injury to the user. The inclusion of Cypress products in life-support systems application implies that the manufacturer assumes all risk of such use and in doing so indemnifies Cypress against all charges. PSoC Designer, Programmable System-on-Chip, and PSoC Express are trademarks and PSoC is a registered trademark of Cypress Semiconductor Corp. All other trademarks or registered trademarks referenced herein are property of the respective corporations. Any Source Code (software and/or firmware) is owned by Cypress Semiconductor Corporation (Cypress) and is protected by and subject to worldwide patent protection (United States and foreign), United States copyright laws and international treaty provisions. Cypress hereby grants to licensee a personal, non-exclusive, non-transferable license to copy, use, modify, create derivative works of, and compile the Cypress Source Code and derivative works for the sole purpose of creating custom software and or firmware in support of licensee product to be used only in conjunction with a Cypress integrated circuit as specified in the applicable agreement. Any reproduction, modification, translation, compilation, or representation of this Source Code except as specified above is prohibited without the express written permission of Cypress. Disclaimer: CYPRESS MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Cypress reserves the right to make changes without further notice to the materials described herein. Cypress does not assume any liability arising out of the application or use of any product or circuit described herein. Cypress does not authorize its products for use as critical components in life-support systems where a malfunction or failure may reasonably be expected to result in significant injury to the user. The inclusion of Cypress product in a life-support systems application implies that the manufacturer assumes all risk of such use and in doing so indemnifies Cypress against all charges. Use may be limited by and subject to the applicable Cypress software license agreement 年 8 月 7 日文件编号 修定版 **

001-13675_I2CHW.dita

001-13675_I2CHW.dita I 2 C 硬 件 模 块 数 据 表 I2CHWV 1.5 001-66290 Rev. ** I2C Hardware Block Copyright 2003-2010 Cypress Semiconductor Corporation. All Rights Reserved. 资 源 CY8C20x34 CY8C20x24 ( 仅 从 器 件 ) PSoC 模 块 API 存 储 器 (

More information

Microsoft Word - Atmel-45136A-Pick-Best-Microcontroller-Strom-Eiland-Flodell_Article_CS

Microsoft Word - Atmel-45136A-Pick-Best-Microcontroller-Strom-Eiland-Flodell_Article_CS 如 何 为 您 的 下 一 款 设 计 选 出 最 好 的 8 位 或 32 位 微 控 制 器 作 者 : Atmel 产 品 营 销 高 级 总 监 Oyvind Strom Atmel 产 品 营 销 总 监 Andreas Eieland Atmel 研 发 工 具 部 门 高 级 产 品 营 销 经 理 Henrik Flodell 不 久 之 前, 嵌 入 式 系 统 还 是 既 昂 贵

More information

T stg -40 to 125 C V cc 3.8V V dc RH 0 to 100 %RH T a -40 to +125 C -0.3 to 3.6V V -0.3 to VDD+0.3 V -10 to +10 ma = 25 = 3V) VDD

T stg -40 to 125 C V cc 3.8V V dc RH 0 to 100 %RH T a -40 to +125 C -0.3 to 3.6V V -0.3 to VDD+0.3 V -10 to +10 ma = 25 = 3V) VDD 1/16 T stg -40 to 125 C V cc 3.8V V dc RH 0 to 100 %RH T a -40 to +125 C -0.3 to 3.6V V -0.3 to VDD+0.3 V -10 to +10 ma (@T = 25 C, @Vdd = 3V) VDD 1.8 3.0 3.6 V (1) 0.08 0.3 µa Idd 300 450 500 µa 0.25

More information

Applied Biosystems StepOne™ Real-Time PCR System Quick Reference Card for Installation

Applied Biosystems StepOne™ Real-Time PCR System Quick Reference Card for Installation Applied Biosystems StepOne Real-Time PCR System StepOne 系统安装 快速参考卡 本文档提供在并置布局中安装 StepOne 系统的简明指导 有关 完整步骤或独立安装步骤 请参阅 Applied Biosystems StepOne Real-Time PCR System 安装 联网和维护指南 目录 1. 安装准备........................................

More information

Panaboard Overlayer help

Panaboard Overlayer help Panaboard Overlayer Image Capture Software for Electronic Whiteboard (Panaboard) ... 3... 5... 6... 13...14 Panaboard Overlayer 1. 2. 3. 4. 4-1. 4-2. [ / ] ( ) 4-3. 5. 6. 6-1. 6-2. [ / ] ( ) 7. Panaboard

More information

1. 請 先 檢 查 包 裝 內 容 物 AC750 多 模 式 無 線 分 享 器 安 裝 指 南 安 裝 指 南 CD 光 碟 BR-6208AC 電 源 供 應 器 網 路 線 2. 將 設 備 接 上 電 源, 即 可 使 用 智 慧 型 無 線 裝 置 進 行 設 定 A. 接 上 電 源

1. 請 先 檢 查 包 裝 內 容 物 AC750 多 模 式 無 線 分 享 器 安 裝 指 南 安 裝 指 南 CD 光 碟 BR-6208AC 電 源 供 應 器 網 路 線 2. 將 設 備 接 上 電 源, 即 可 使 用 智 慧 型 無 線 裝 置 進 行 設 定 A. 接 上 電 源 1. 請 先 檢 查 包 裝 內 容 物 AC750 多 模 式 無 線 分 享 器 安 裝 指 南 安 裝 指 南 CD 光 碟 BR-6208AC 電 源 供 應 器 網 路 線 2. 將 設 備 接 上 電 源, 即 可 使 用 智 慧 型 無 線 裝 置 進 行 設 定 A. 接 上 電 源 B. 啟 用 智 慧 型 裝 置 的 無 線 Wi-Fi C. 選 擇 無 線 網 路 名 稱 "edimax.setup"

More information

自然辩证法索引

自然辩证法索引 自 然 与 科 学 技 术 哲 学 名 词 索 引 上 海 交 通 大 学 可 信 任 数 字 技 术 实 验 室 制 Copyright 2009 Trust Digital Technology Laboratory, Shanghai Jiao Tong University. Permission is hereby granted, free of charge, to any person

More information

2

2 2 3 1 2 3 9 bk 8 7 4 5 6 bn bm bl 1 2 3 4 5 6 7 8 9 p bk bl bm bn bo bo bp bq bq bp 1 2 8 . 1 2 3 4 5 6 bs 7 br 8 bq 9 bp bk bo bn bm bl 1 2 3 4 5 6 7 8 9 cm cl ck bt bk bl bm bn bo bp bq br bs bt

More information

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO Car DVD New GUI IR Flow User Manual V0.1 Jan 25, 2008 19, Innovation First Road Science Park Hsin-Chu Taiwan 300 R.O.C. Tel: 886-3-578-6005 Fax: 886-3-578-4418 Web: www.sunplus.com Important Notice SUNPLUS

More information

AI-AUTO-011 Saflex® Advanced PVB - Color Interlayer (Chinese)

AI-AUTO-011 Saflex® Advanced PVB - Color Interlayer (Chinese) Saflex Saflex (PVB) / Saflex B Saflex PVB 96% Saflex PVB Saflex PVB Saflex Saflex PVB * RB47 367700 x x x x x RB47 377800 / x x x x x RB47 547800 x x x x x RB47 147800 x x x x x RB47 156100 x x x x RB47

More information

* * 2

* * 2 * * 2 3 4 6 p 1234567 bl bm bn bo bp bq bk 9 8 cl ck bt bs br 1 0 2 3 4 5 6 7 8 9 bk bl bm bn bo bp bq br bs p bt ck 8 2 4 6 cl cm cn co co cn cm 10 . co cn cm cl ck bt bs 1 2 34567 8 9 bk bl bm bn

More information

发行说明, 7.0.1 版

发行说明, 7.0.1 版 发 行 说 明 Websense Web Security Websense Web Filter 7.0.1 版 本 版 本 的 新 特 点 Websense Web Security 和 Websense Web Filter 的 7.0.1 版 本 均 已 本 地 化 为 以 下 语 言 : 法 语 德 语 意 大 利 语 日 语 葡 萄 牙 语 简 体 中 文 西 班 牙 语 繁 体 中 文

More information

SPHE8202R Design Guide Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provi

SPHE8202R Design Guide Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provi SPHE8202R Design Guide V2.0 JUN, 2007 19, Innovation First Road Science Park Hsin-Chu Taiwan 300 R.O.C. Tel: 886-3-578-6005 Fax: 886-3-578-4418 Web: www.sunplus.com SPHE8202R Design Guide Important Notice

More information

EMC® VNX® Series VNX8000™ Block 安装指南

EMC® VNX® Series VNX8000™ Block 安装指南 EMC VNX Series VNX8000 Block 安 装 指 南 300-999-791 REV 05 版 权 所 有 2014-2015 EMC Corporation 保 留 所 有 权 利 中 国 印 刷 发 布 日 期 : 2015 年 2 月 EMC 确 信 本 出 版 物 在 发 布 之 日 内 容 准 确 无 误 本 出 版 物 中 的 信 息 可 随 时 更 改 而 不 另

More information

:5-6

:5-6 License Agreement for Bible Texts These Scriptures: May not be altered or modified in any form. They must remain in their original context. May not be sold or offered for sale in any form. May not be used

More information

Microsoft Word - Functional_Notes_3.90_CN.doc

Microsoft Word - Functional_Notes_3.90_CN.doc GeO-iPlatform Functional Notes GeO Excel Version 3.90 Release Date: December 2008 Copyrights 2007-2008. iplatform Corporation. All rights reserved. No part of this manual may be reproduced in any form

More information

Chn 116 Neh.d.01.nis

Chn 116 Neh.d.01.nis 31 尼 希 米 书 尼 希 米 的 祷 告 以 下 是 哈 迦 利 亚 的 儿 子 尼 希 米 所 1 说 的 话 亚 达 薛 西 王 朝 二 十 年 基 斯 流 月 *, 我 住 在 京 城 书 珊 城 里 2 我 的 兄 弟 哈 拿 尼 和 其 他 一 些 人 从 犹 大 来 到 书 珊 城 我 向 他 们 打 听 那 些 劫 后 幸 存 的 犹 太 人 家 族 和 耶 路 撒 冷 的 情 形

More information

LH_Series_Rev2014.pdf

LH_Series_Rev2014.pdf REMINDERS Product information in this catalog is as of October 2013. All of the contents specified herein are subject to change without notice due to technical improvements, etc. Therefore, please check

More information

关 于 瓶 装 水, 你 不 得 不 知 的 8 件 事 情 关 于 瓶 装 水, 你 不 得 不 知 的 8 件 事 情 1 水 质 : 瓶 装 的, 不 一 定 就 是 更 好 的 2 生 产 : 监 管 缺 位, 消 费 者 暴 露 于 风 险 之 中 人 们 往 往 假 定 瓶 装 水 是

关 于 瓶 装 水, 你 不 得 不 知 的 8 件 事 情 关 于 瓶 装 水, 你 不 得 不 知 的 8 件 事 情 1 水 质 : 瓶 装 的, 不 一 定 就 是 更 好 的 2 生 产 : 监 管 缺 位, 消 费 者 暴 露 于 风 险 之 中 人 们 往 往 假 定 瓶 装 水 是 关 于 瓶 装 水, 你 不 得 不 知 的 件 事 情 关 于 瓶 装 水, 你 不 得 不 知 的 8 件 事 情 关 于 瓶 装 水, 你 不 得 不 知 的 8 件 事 情 1 水 质 : 瓶 装 的, 不 一 定 就 是 更 好 的 2 生 产 : 监 管 缺 位, 消 费 者 暴 露 于 风 险 之 中 人 们 往 往 假 定 瓶 装 水 是 干 净 安 全 健 康 的, 广 告 传 递

More information

目 录

目 录 1 Quick51...1 1.1 SmartSOPC Quick51...1 1.2 Quick51...1 1.3 Quick51...2 2 Keil C51 Quick51...4 2.1 Keil C51...4 2.2 Keil C51...4 2.3 1 Keil C51...4 2.4 Flash Magic...9 2.5 ISP...9 2.6...10 2.7 Keil C51...12

More information

Logitech Wireless Combo MK45 English

Logitech Wireless Combo MK45 English Logitech Wireless Combo MK45 Setup Guide Logitech Wireless Combo MK45 English................................................................................... 7..........................................

More information

6 4 6 5 5 2 2 3 1 2 3 1 6 6 6 6 5 5 5 2 2 4 126% * * GOLD COAST OFFICE. Cnr 2681 Gold Coast Highway and Elizabeth Avenue, Broadbeach Queensland 4218 PHONE 07 5531 8188 www.emandar.com.au Whilst every

More information

Xear 3D USB CH-IN-2 SPKs 2 6 :

Xear 3D USB CH-IN-2 SPKs 2 6 : 13 6 CH-IN-2 SPKs 2 6 : 13 2003 7 0 13 Notice The content furnished in this document is C-Media audio product knowledge for customers reference However, C-Media Inc assumes no responsibility for the consequences

More information

2 2 3 DLight CPU I/O DLight Oracle Solaris (DTrace) C/C++ Solaris DLight DTrace DLight DLight DLight C C++ Fortran CPU I/O DLight AM

2 2 3 DLight CPU I/O DLight Oracle Solaris (DTrace) C/C++ Solaris DLight DTrace DLight DLight DLight C C++ Fortran CPU I/O DLight AM Oracle Solaris Studio 12.2 DLight 2010 9 2 2 3 DLight 3 3 6 13 CPU 16 18 21 I/O DLight Oracle Solaris (DTrace) C/C++ Solaris DLight DTrace DLight DLight DLight C C++ Fortran CPU I/O DLight AMP Apache MySQL

More information

Applied Biosystems StepOne™ Real-Time PCR System User Bulletin: StepOne™ System Updates (PN A / SN 117UB20-01)

Applied Biosystems StepOne™ Real-Time PCR System User Bulletin: StepOne™ System Updates (PN A / SN 117UB20-01) Applied Biosystems StepOne Real-Time PCR System ЪßÕ ³Ê Applied Biosystems StepOne Real-Time PCR System StepOne 2007 3............................................................... 2...............................................................

More information

Bus Hound 5

Bus Hound 5 Bus Hound 5.0 ( 1.0) 21IC 2007 7 BusHound perisoft PC hound Bus Hound 6.0 5.0 5.0 Bus Hound, IDE SCSI USB 1394 DVD Windows9X,WindowsMe,NT4.0,2000,2003,XP XP IRP Html ZIP SCSI sense USB Bus Hound 1 Bus

More information

Microsoft Word - A_Daily20160229

Microsoft Word - A_Daily20160229 高 曉 慶, Stanley Kao 陳 漢 輝, Freddy Chan 申 萬 宏 源 研 究 ( 香 港 ) 有 限 公 司 申 萬 宏 源 A 股 每 日 資 訊 - Shenwan Hongyuan A-Share Daily Notes stanley.kao@swhyhk.com freddy.hf.chan@swhyhk.com 2016 年 2 月 29 日 星 期 一 (852)

More information

Microsoft Word - A_Daily20160329

Microsoft Word - A_Daily20160329 高 曉 慶, Stanley Kao 陳 漢 輝, Freddy Chan 申 萬 宏 源 研 究 ( 香 港 ) 有 限 公 司 申 萬 宏 源 A 股 每 日 資 訊 - Shenwan Hongyuan A-Share Daily Notes stanley.kao@swhyhk.com freddy.hf.chan@swhyhk.com 2016 年 3 月 29 日 星 期 二 (852)

More information

QQGQ2.E Power Supplies, Information Technology Equipment Including Ele... 1/10

QQGQ2.E Power Supplies, Information Technology Equipment Including Ele... 1/10 QQGQ2.E232014 - Power Supplies, Information Technology Equipment Including Ele... 1/10 QQGQ2.E232014 Power Supplies, Information Technology Equipment Including Electrical Business Equipment - Component

More information

PCM-3386用户手册.doc

PCM-3386用户手册.doc PCM-3386 BBPC-4x86 10/100M PC/104 (Lanry technology Co. Ltd. Zhuhai) 38 1012836 (Address: Room 1012,Linhai Building,No. 38,west of Shihua Road,Zhuhai City,Guangdong Province,China) (post code)519015 (phone)0756-3366659

More information

封面及首頁.doc

封面及首頁.doc Terms of Use The copyright of this thesis is owned by its author. Any reproduction, adaptation, distribution or dissemination of this thesis without express authorization is strictly prohibited. All rights

More information

Microsoft Word - A_Daily20151103

Microsoft Word - A_Daily20151103 陳 鳳 珠, Ellie Chan 高 曉 慶, Stanley Kao 申 萬 宏 源 研 究 ( 香 港 ) 有 限 公 司 申 萬 宏 源 A 股 日 評 - Shenwan Hongyuan A-Share Daily Notes ellie.chan@swhyhk.com stanley.kao@swhyhk.com 2015 年 11 月 3 日 星 期 二 (852) 2509-8431

More information

Microsoft Word - Xinhua Far East_Methodology_gb_2003.doc

Microsoft Word - Xinhua Far East_Methodology_gb_2003.doc 新 华 远 东 中 国 资 信 评 级 新 华 财 经 有 限 公 司 上 海 远 东 资 信 评 估 有 限 公 司 新 华 远 东 中 国 资 信 评 级 2003 年 电 子 邮 箱 评 级 总 监 联 系 电 话 rating@xfn.com 钟 汶 权 CFA 852-3102 3612 8621-5306-1122 目 的 新 华 财 经 有 限 公 司 与 上 海 远 东 资 信 评

More information

(Microsoft PowerPoint - 2015A UPEC IR ppt \(cn\) \(NDR\)4.8 [\317\340\310\335\304\243\312\275])

(Microsoft PowerPoint - 2015A UPEC IR ppt \(cn\) \(NDR\)4.8 [\317\340\310\335\304\243\312\275]) 股 票 代 號 :1216 TT 2015 全 年 度 業 績 發 佈 (2016.4.11 更 新 ) Disclaimers The information contained in this presentation is intended solely for your personal reference. Such information is subject to change without

More information

封面.PDF

封面.PDF Terms of Use The copyright of this thesis is owned by its author. Any reproduction, adaptation, distribution or dissemination of this thesis without express authorization is strictly prohibited. All rights

More information

2014 年 前 言 房 地 产 投 资 信 托 基 金 (Real Estate Investment Trusts,REITs) 在 海 外 早 已 发 展 成 熟, 而 香 港 政 府 去 年 也 进 一 步 准 备 放 宽 房 托 限 制, 相 比 之 下, 中 国 已 经 改 革 开 放

2014 年 前 言 房 地 产 投 资 信 托 基 金 (Real Estate Investment Trusts,REITs) 在 海 外 早 已 发 展 成 熟, 而 香 港 政 府 去 年 也 进 一 步 准 备 放 宽 房 托 限 制, 相 比 之 下, 中 国 已 经 改 革 开 放 研 究 报 告 REITs 中 国 路 2014 年 2014 年 前 言 房 地 产 投 资 信 托 基 金 (Real Estate Investment Trusts,REITs) 在 海 外 早 已 发 展 成 熟, 而 香 港 政 府 去 年 也 进 一 步 准 备 放 宽 房 托 限 制, 相 比 之 下, 中 国 已 经 改 革 开 放 三 十 年, 对 房 托 发 展 至 今 还 未

More information

Autodesk Product Design Suite Standard 系统统需求 典型用户户和工作流 Autodesk Product Design Suite Standard 版本为为负责创建非凡凡产品的设计师师和工程师提供供基本方案设计和和制图工具, 以获得令人惊叹叹的产品

Autodesk Product Design Suite Standard 系统统需求 典型用户户和工作流 Autodesk Product Design Suite Standard 版本为为负责创建非凡凡产品的设计师师和工程师提供供基本方案设计和和制图工具, 以获得令人惊叹叹的产品 Autodesk Product Design Suite Standard 20122 系统统需求 典型用户户和工作流 Autodesk Product Design Suite Standard 版本为为负责创建非凡凡产品的设计师师和工程师提供供基本方案设计和和制图工具, 以获得令人惊叹叹的产品设计 Autodesk Product Design Suite Standard 版本包包括以下软件产产品

More information

SA2RGA Chinese user manual

SA2RGA Chinese user manual www.philips.com/welcome SA2RGA02 SA2RGA04 SA2RGA08 ZH-HK sa2rga_um_02_20zht.indd 1 2/24/10 12:06:56 PM 1 2 2 4 2 RAGA 6 6 3 7 7 7 7 8 RAGA 9 RAGA 9 9 18 FM ( ) 18 18 18 18 19 RAGA 19 10 20 11 22 22 12

More information

Microsoft Word - LR1122B-B.doc

Microsoft Word - LR1122B-B.doc UNISONIC TECHNOLOGIES CO., LTD LOW NOISE ma LDO REGULATOR DESCRIPTION The UTC is a typical LDO (linear regulator) with the features of High output voltage accuracy, low supply current, low ON-resistance,

More information

K301Q-D VRT中英文说明书141009

K301Q-D VRT中英文说明书141009 THE INSTALLING INSTRUCTION FOR CONCEALED TANK Important instuction:.. Please confirm the structure and shape before installing the toilet bowl. Meanwhile measure the exact size H between outfall and infall

More information

1.ai

1.ai HDMI camera ARTRAY CO,. LTD Introduction Thank you for purchasing the ARTCAM HDMI camera series. This manual shows the direction how to use the viewer software. Please refer other instructions or contact

More information

IBM 全 球 企 业 咨 询 服 务 部 中 国 五 矿 筑 起 人 力 资 源 信 息 大 厦 2 回 顾 篇 慎 选 巧 选 软 件 平 台 由 于 五 矿 集 团 下 属 的 很 多 公 司 是 最 近 几 年 才 加 盟 的 新 成 员 企 业, 这 些 公 司 所 应 用 的 人 力 资

IBM 全 球 企 业 咨 询 服 务 部 中 国 五 矿 筑 起 人 力 资 源 信 息 大 厦 2 回 顾 篇 慎 选 巧 选 软 件 平 台 由 于 五 矿 集 团 下 属 的 很 多 公 司 是 最 近 几 年 才 加 盟 的 新 成 员 企 业, 这 些 公 司 所 应 用 的 人 力 资 IBM 全 球 企 业 咨 询 服 务 部 IBM 商 业 价 值 研 究 院 案 例 研 究 中 国 五 矿 筑 起 人 力 资 源 信 息 大 厦 中 国 五 矿 集 团 公 司 ( 以 下 简 称 五 矿 集 团 ) 人 力 资 源 系 统 就 像 一 座 虚 拟 的 人 力 资 源 大 厦, 它 帮 助 五 矿 集 团 创 建 了 一 套 人 力 资 源 的 信 息 标 准, 形 成 了 一

More information

chap-1_NEW.PDF

chap-1_NEW.PDF Terms of Use The copyright of this thesis is owned by its author. Any reproduction, adaptation, distribution or dissemination of this thesis without express authorization is strictly prohibited. All rights

More information

<4D F736F F D20B5DAC8FDCBC4D5C2D7F7D2B5B4F0B0B82E646F63>

<4D F736F F D20B5DAC8FDCBC4D5C2D7F7D2B5B4F0B0B82E646F63> 第三章 Q3 1 1. 省略了 I/O 操作的复杂逻辑, 易实现, 耗费低 ; 2. 可以利用丰富的内存寻址模式实现灵活的 I/O 操作 Q3 2 假设存储单元 ds1 处寄存器地址为 0x2000, 代码如下 #define ds1 0x2000 while ( *ds1 == 0 ) ; Q3 3 假设设备 (dev1) 中有两个寄存器 ds1 和 dd1,dev1 的地址为 0x1000,ds1

More information

HKG_ICSS_FTO_sogobrilingual_100_19Feb2016_31837_tnc

HKG_ICSS_FTO_sogobrilingual_100_19Feb2016_31837_tnc Terms and conditions: 1. The extra 5 Membership Rewards points promotion at SOGO ( the Promotion Offer ) is valid for spending only at SOGO Department Store at Causeway Bay and Tsim Sha Tsui within the

More information

图 书 在 版 编 目 (CIP) 数 据 临 床 肿 瘤 学 : 全 2 册 /( 美 ) 尼 德 胡 贝 尔 (Niederhuber,J.E.) 等 原 著 ; 孙 燕 译. -- 北 京 : 人 民 军 医 出 版 社, ISBN Ⅰ.1 临

图 书 在 版 编 目 (CIP) 数 据 临 床 肿 瘤 学 : 全 2 册 /( 美 ) 尼 德 胡 贝 尔 (Niederhuber,J.E.) 等 原 著 ; 孙 燕 译. -- 北 京 : 人 民 军 医 出 版 社, ISBN Ⅰ.1 临 Abeloff s Clinical Oncology 临 床 肿 瘤 学 ( 第 5 版 ) 原 著 者 John E. Niederhuber James O. Armitage James H. Doroshow Michael B. Kastan Joel E. Tepper 主 译 孙 燕 ( 下 卷 ) 图 书 在 版 编 目 (CIP) 数 据 临 床 肿 瘤 学 : 全 2 册 /(

More information

运动员治疗用药豁免申报审批办法

运动员治疗用药豁免申报审批办法 运 动 员 治 疗 用 药 豁 免 管 理 办 法 第 一 条 为 了 保 护 运 动 员 的 身 心 健 康, 保 证 运 动 员 的 伤 病 得 到 及 时 安 全 的 治 疗, 保 障 运 动 员 公 平 参 与 体 育 运 动 的 权 利, 根 据 国 务 院 反 兴 奋 剂 条 例, 参 照 世 界 反 兴 奋 剂 条 例 和 治 疗 用 药 豁 免 国 际 标 准 的 有 关 条 款,

More information

CANVIO_AEROCAST_CS_EN.indd

CANVIO_AEROCAST_CS_EN.indd 简 体 中 文...2 English...4 SC5151-A0 简 体 中 文 步 骤 2: 了 解 您 的 CANVIO AeroCast CANVIO AeroCast 无 线 移 动 硬 盘 快 速 入 门 指 南 欢 迎 并 感 谢 您 选 择 TOSHIBA 产 品 有 关 您 的 TOSHIBA 产 品 的 详 情, 请 参 阅 包 含 更 多 信 息 的 用 户 手 册 () 安

More information

AL-MX200 Series

AL-MX200 Series PostScript Level3 Compatible NPD4760-00 TC Seiko Epson Corporation Seiko Epson Corporation ( ) Seiko Epson Corporation Seiko Epson Corporation Epson Seiko Epson Corporation Apple Bonjour ColorSync Macintosh

More information

The presentation is prepared by BH Global Corporation Limited. (the Company ) and is intended solely for your personal reference and is strictly confi

The presentation is prepared by BH Global Corporation Limited. (the Company ) and is intended solely for your personal reference and is strictly confi 2016 2017 3 14 The presentation is prepared by BH Global Corporation Limited. (the Company ) and is intended solely for your personal reference and is strictly confidential. The information contained in

More information

Microsoft PowerPoint - STU_EC_Ch08.ppt

Microsoft PowerPoint - STU_EC_Ch08.ppt 樹德科技大學資訊工程系 Chapter 8: Counters Shi-Huang Chen Fall 2010 1 Outline Asynchronous Counter Operation Synchronous Counter Operation Up/Down Synchronous Counters Design of Synchronous Counters Cascaded Counters

More information

ch_code_infoaccess

ch_code_infoaccess 地 產 代 理 監 管 局 公 開 資 料 守 則 2014 年 5 月 目 錄 引 言 第 1 部 段 數 適 用 範 圍 1.1-1.2 監 管 局 部 門 1.1 紀 律 研 訊 1.2 提 供 資 料 1.3-1.6 按 慣 例 公 布 或 供 查 閱 的 資 料 1.3-1.4 應 要 求 提 供 的 資 料 1.5 法 定 義 務 及 限 制 1.6 程 序 1.7-1.19 公 開 資

More information

* RRB *

* RRB * *9000000000RRB0010040* *9000000000RRB0020040* *9000000000RRB0030040* *9000000000RRB0040040* *9000000000RRC0010050* *9000000000RRC0020050* *9000000000RRC0030050* *9000000000RRC0040050* *9000000000RRC0050050*

More information

WFC40810

WFC40810 9000086873 (PD 85 05 10) Operating and Installation Instructions Please read this specification carefully before you use the product. Any failure and losses caused by ignoring the above mentioned items

More information

216 年 8 月 市 场 概 述 216 年 月 日, 通 州 出 台 了 商 住 限 购 新 政, 规 定 新 建 商 业 办 公 项 目 应 当 按 照 规 划 用 途 销 售, 并 只 能 出 售 给 企 事 业 单 位 或 社 会 组 织, 且 上 述 单 位 购 买 后 再 出 售 时,

216 年 8 月 市 场 概 述 216 年 月 日, 通 州 出 台 了 商 住 限 购 新 政, 规 定 新 建 商 业 办 公 项 目 应 当 按 照 规 划 用 途 销 售, 并 只 能 出 售 给 企 事 业 单 位 或 社 会 组 织, 且 上 述 单 位 购 买 后 再 出 售 时, Savills World Research Beijing 市 场 简 报 销 售 及 投 资 216 年 8 月 概 述 总 体 来 看, 本 季 度 北 京 物 业 市 场 投 资 热 度 不 减 图 片 : 空 港 国 际, 顺 义 区 大 宗 整 售 市 场 本 季 度 见 证 两 宗 整 售 交 易, 成 交 总 金 额 达 48. 亿 元 人 民 币 截 至 目 前,216 年 大 宗

More information

AL-M200 Series

AL-M200 Series NPD4754-00 TC ( ) Windows 7 1. [Start ( )] [Control Panel ()] [Network and Internet ( )] 2. [Network and Sharing Center ( )] 3. [Change adapter settings ( )] 4. 3 Windows XP 1. [Start ( )] [Control Panel

More information

精 神 與 自 然 : 楊 慈 湖 心 學 研 究 趙 燦 鵬 哲 學 博 士 嶺 南 大 學 二 零 零 五 年

精 神 與 自 然 : 楊 慈 湖 心 學 研 究 趙 燦 鵬 哲 學 博 士 嶺 南 大 學 二 零 零 五 年 Terms of Use The copyright of this thesis is owned by its author. Any reproduction, adaptation, distribution or dissemination of this thesis without express authorization is strictly prohibited. All rights

More information

Microsoft PowerPoint - IAS 21 - IFRS宣導會.pptx

Microsoft PowerPoint - IAS 21 - IFRS宣導會.pptx IAS 21 Nov 19, 2010 Agenda Page 1 1 2 4 3 11 4 17 5 IFRS 23 Section 1 Section 1 WHY IAS 21? IAS 21 2 Section 1 Determination Functional Currency Presentation Currency First Time Adoption IFRS IAS 21 2

More information

使用 Adobe® Extension Manager CS4

使用 Adobe® Extension Manager CS4 ADOBE EXTENSION MANAGER CS4 2008 Adobe Systems Incorporated. Windows Mac OS Adobe Extension Manager 2.0 Adobe Systems Incorporated : Adobe Systems Incorporated Adobe Systems Incorporated Adobe, the Adobe

More information

<4D6963726F736F667420576F7264202D20C4CFBEA9D0C2B0D9A3A8363030363832A3A9A3BAC7C9BDB3BFAAB3F6BAC3D3F1C0B4A3ACB9D8D7A2D2B5CEF1BDE1B9B9B5F7D5FBA3BBCDB6D7CAC6C0BCB6A1B0BDF7C9F7CDC6BCF6A1B12E646F63>

<4D6963726F736F667420576F7264202D20C4CFBEA9D0C2B0D9A3A8363030363832A3A9A3BAC7C9BDB3BFAAB3F6BAC3D3F1C0B4A3ACB9D8D7A2D2B5CEF1BDE1B9B9B5F7D5FBA3BBCDB6D7CAC6C0BCB6A1B0BDF7C9F7CDC6BCF6A1B12E646F63> 巧 匠 开 出 好 玉 来, 关 注 业 务 结 构 调 整 公 司 调 研 南 京 新 百 (600682) 投 资 评 级 : 谨 慎 推 荐 2009-11-27 市 场 数 据 2009 年 11 月 26 日 当 前 价 格 ( 元 ) 9.46 52 周 价 格 区 间 ( 元 ) 4.48-10.59 总 市 值 ( 百 万 ) 3389.72 流 通 市 值 ( 百 万 ) 2835.22

More information

Microsoft Word - (web)_F.1_Notes_&_Application_Form(Chi)(non-SPCCPS)_16-17.doc

Microsoft Word - (web)_F.1_Notes_&_Application_Form(Chi)(non-SPCCPS)_16-17.doc 聖 保 羅 男 女 中 學 學 年 中 一 入 學 申 請 申 請 須 知 申 請 程 序 : 請 將 下 列 文 件 交 回 本 校 ( 麥 當 勞 道 33 號 ( 請 以 A4 紙 張 雙 面 影 印, 並 用 魚 尾 夾 夾 起 : 填 妥 申 請 表 並 貼 上 近 照 小 學 五 年 級 上 下 學 期 成 績 表 影 印 本 課 外 活 動 表 現 及 服 務 的 證 明 文 件 及

More information

ansoft_setup21.doc

ansoft_setup21.doc Cadence Cadence Cadence 1000 (1) (2) CIC (3).. CIC Cadence (a) CIC license license server license CIC license CIC license (b) 2000 Cadence license 92 1 1 license server CIC 92 1 1 Cadence license licenser

More information

* 1 * *1 *2 2

* 1 * *1 *2 2 * 1 * 2 1 2 *1 *2 2 3 1 2 7 bo 8 9 6 5 4 3 bn bm bl bk 1 2 3 * 4 5 6 7 8 9 bk bl p bq bp bm * bn bo bp bq * br br 8 . bs br bq bp bo 1234567 bo bnbm bl 8 9 bk 1 2 3 4 5 6 7 8 9 bk b bl bm bn bo bp

More information

Product Type Batteries (only) Circuit Breatkers & Load Protection Connection Devices Contactors Ethernet Switches, Stratix Switches I/O Modules; PLC N

Product Type Batteries (only) Circuit Breatkers & Load Protection Connection Devices Contactors Ethernet Switches, Stratix Switches I/O Modules; PLC N 1201 South Second Street Milwaukee, Wisconsin U.S.A. 53204 Tel 414-382-2000 1 July 2016 RE: China Restriction of Hazardous Substances (RoHS) Dear Customer, Rockwell Automation is committed to demonstrating

More information

WVT new

WVT new Operating and Installation Instructions 5120 004601 (PD 84 09 25) Please read this specification carefully before you use the product. Any failure and losses caused by ignoring the above mentioned items

More information

經濟部智慧財產局

經濟部智慧財產局 經 濟 部 智 慧 財 產 局 我 國 著 作 權 合 理 使 用 實 務 見 解 之 研 究 期 末 報 告 書 執 行 單 位 益 思 科 技 法 律 事 務 所 中 華 民 國 一 一 年 十 二 月 八 日 I 我 國 著 作 權 合 理 使 用 實 務 見 解 之 研 究 期 末 報 告 書 計 畫 主 持 人 賴 文 智 : 益 思 科 技 法 律 事 務 所 所 長 臺 灣 大 學 法

More information

Product Type Batteries (only) Circuit Breakers & Load Protection Connection Devices Contactors Ethernet Switches, Stratix Switches I/O Modules; PLC Ne

Product Type Batteries (only) Circuit Breakers & Load Protection Connection Devices Contactors Ethernet Switches, Stratix Switches I/O Modules; PLC Ne 1201 South Second Street Milwaukee, Wisconsin U.S.A. 53204 Tel 414-382-2000 1 July 2016 RE: China Restriction of Hazardous Substances (RoHS) Dear Customer, Rockwell Automation is committed to demonstrating

More information

市 场 综 述 三 季 度, 上 海 投 资 市 场 交 易 量 持 续 攀 升, 共 有 八 宗 主 要 交 易 达 成, 交 易 金 额 共 计 人 民 币 160 亿 元, 环 比 增 长 59% 投 资 者 尤 其 是 国 际 投 资 者, 逐 渐 增 购 租 金 收 入 稳 定 的 核 心

市 场 综 述 三 季 度, 上 海 投 资 市 场 交 易 量 持 续 攀 升, 共 有 八 宗 主 要 交 易 达 成, 交 易 金 额 共 计 人 民 币 160 亿 元, 环 比 增 长 59% 投 资 者 尤 其 是 国 际 投 资 者, 逐 渐 增 购 租 金 收 入 稳 定 的 核 心 Savills World Research Shanghai 市场简报 投资 2015年10月 图片 企业天地1号 2号楼 概述 国际投资者调整投资策略 逐渐增加核心资产收购 不再局限于资产增值投资机会 三季度共达成八宗主要成交 交 易总额约人民币160亿元 环比增长 59% 国际投资者的重心逐渐转向核 心资产 十幅土地高价成交 成交楼面价均 超每平方米人民币20,000元 平均溢价 率为49.5%

More information

PCPDbooklet_high-res.pdf

PCPDbooklet_high-res.pdf MISSION STATEMENT To secure the protection of privacy of the individual with respect to personal data through promotion, monitoring and supervision of compliance with the Ordinance. WHO WE ARE personal

More information

A Preliminary Implementation of Linux Kernel Virus and Process Hiding

A Preliminary Implementation of Linux Kernel Virus and Process Hiding 邵 俊 儒 翁 健 吉 妍 年 月 日 学 号 学 号 学 号 摘 要 结 合 课 堂 知 识 我 们 设 计 了 一 个 内 核 病 毒 该 病 毒 同 时 具 有 木 马 的 自 动 性 的 隐 蔽 性 和 蠕 虫 的 感 染 能 力 该 病 毒 获 得 权 限 后 会 自 动 将 自 身 加 入 内 核 模 块 中 劫 持 的 系 统 调 用 并 通 过 简 单 的 方 法 实 现 自 身 的

More information

Edge-Triggered Rising Edge-Triggered ( Falling Edge-Triggered ( Unit 11 Latches and Flip-Flops 3 Timing for D Flip-Flop (Falling-Edge Trigger) Unit 11

Edge-Triggered Rising Edge-Triggered ( Falling Edge-Triggered ( Unit 11 Latches and Flip-Flops 3 Timing for D Flip-Flop (Falling-Edge Trigger) Unit 11 Latches and Flip-Flops 11.1 Introduction 11.2 Set-Reset Latch 11.3 Gated D Latch 11.4 Edge-Triggered D Flip-Flop 11.5 S-R Flip-Flop 11.6 J-K Flip-Flop 11.7 T Flip-Flop 11.8 Flip-Flops with additional Inputs

More information

入學考試網上報名指南

入學考試網上報名指南 入 學 考 試 網 上 報 名 指 南 On-line Application Guide for Admission Examination 16/01/2015 University of Macau Table of Contents Table of Contents... 1 A. 新 申 請 網 上 登 記 帳 戶 /Register for New Account... 2 B. 填

More information

换向阀 线圈系列 CO1 产品手册

换向阀 线圈系列 CO1 产品手册 系列 CO1 产品手册 2 Rexroth Pneumatics 系列 CO1 线圈宽度 30 mm A 型 3 线圈宽度 22 mm B 型 5 线圈宽度 15 mm 类型 C, 线圈组 7 线圈宽度 15 mm M8, 线圈组 9 补充性产品, 系列 CO1 线圈 online Rexroth Pneumatics 3 线圈宽度 30 mm A 型 标准化电路接口 EN 175301-803,

More information

截 至 2016 年 3 月 23 日, 农 林 牧 渔 板 块 累 计 涨 幅 为 -13.99%, 在 申 万 28 个 一 级 行 业 分 类 中 排 名 第 八, 在 年 初 至 今 所 有 板 块 全 线 下 跌 的 情 况 下, 农 林 牧 渔 板 块 跌 幅 相 对 较 小 主 要 原

截 至 2016 年 3 月 23 日, 农 林 牧 渔 板 块 累 计 涨 幅 为 -13.99%, 在 申 万 28 个 一 级 行 业 分 类 中 排 名 第 八, 在 年 初 至 今 所 有 板 块 全 线 下 跌 的 情 况 下, 农 林 牧 渔 板 块 跌 幅 相 对 较 小 主 要 原 甘 肃 省 上 市 公 司 研 究 系 列 报 告 行 业 点 评 报 告 行 业 研 究 : 农 林 牧 渔 报 告 日 期 :2016 年 3 月 23 日 猪 价 屡 创 新 高, 禽 价 有 望 接 棒 农 林 牧 渔 行 业 点 评 华 龙 证 券 研 究 员 : 刘 喆 执 业 证 书 编 号 :S0230513080001 TEL:0931-4890521 EMAIL:liuzhe0606@163.com

More information

使用 Adobe® Extension Manager CS4

使用 Adobe® Extension Manager CS4 ADOBE EXTENSION MANAGER CS4 2008 Adobe Systems Incorporated Windows Mac OS Adobe Extension Manager 2.0 Adobe Systems Incorporated Adobe Systems Incorporated Adobe Systems Incorporated Adobe, the Adobe

More information

an153f

an153f 153 2016 1 Linduino Michael Jones (PSM) LTpowerPlay (BMC) PSM PSM PMBus PMBus SMBus SMBus I2C PSM BMC Linduino (API) PSM Linduino PSM BMC BMC Robust PMBus System Software for the LTC3880) I 2 C / SMBus

More information

Epson

Epson WH / MS CMP0087-00 TC WH/MS EPSON EPSON EXCEED YOUR VISION EXCEED YOUR VISION Seiko Corporation Microsoft and Windows are registered trademarks of Microsoft Corporation. Mac and Mac OS are registered trademarks

More information

I2Cm.dita

I2Cm.dita I 2 C 主器件 (I2C Master) 基本介绍 I2Cm V 1.4 001-84320 Rev. ** I2C Master Copyright 2012 Cypress Semiconductor Corporation. All Rights Reserved. 资源 PSoC 模块 API 存储器 ( 字节 ) 数字模拟 CT 模拟 SC 闪存 RAM 引脚 ( 每个外部 I/O)

More information

Microsoft Word - A1译者的话.doc

Microsoft Word - A1译者的话.doc BC 省 司 机 道 路 意 识 手 册 根 据 ICBC 2000 年 版 ROADSENSE FOR DRIVERS 编 译 尤 其 适 合 于 用 国 语 ( 普 通 话 ) 考 试 的 人 士 原 文 译 者 : 彭 铁 兵 (pengtiebing@yahoo.com) 修 订 排 版 : 张 文 (wenzhangok@gmail.com) 修 订 日 期 :2006/2/14 译 者

More information

EPSON Easy Interactive Tools Ver.4.2 Operation Guide

EPSON Easy Interactive Tools Ver.4.2 Operation Guide Esy Interctive Tools Ver.4.2 Esy Interctive Tools Ver.4.2 Esy Interctive Tools Esy Interctive Tools () s 11 s 10 () s () 10 s 16 s 18 s 26 PowerPoint s 27 Esy Interctive Tools EsyMP Multi PC Projection

More information

13. DTMF Dialer Analog Output 双音多频拨号器模拟输出数据手册 DTMFDialer vx.y 赛普拉斯半导体公司 2003-2007 年版权所有 所有权利均予保留 资源 PSoC 模块 应用程序接口内存 ( 字节 ) 引脚 ( 每个外部 I/O) 数字 模拟 CT 模拟 SC 闪存 RAM CY8C29/27/24/22xxx, CY8CLED04/08/16 后台 1

More information

1377_SNAP_Selection_Guide.fm

1377_SNAP_Selection_Guide.fm I/O? PC OptoTerminal Form 377-040325 www.opto-tech.com.cn support@opto-tech.com.cn 2 www.opto-tech.com.cn support@opto-tech.com.cn Form 377-040325 4 3 2 ÎÒ 5 ioproject FactoryFloor ioproject FactoryFloor

More information

untitled

untitled niosii H:\DB2005\project\niosDK\Example\NiosSmall QuartusII4.2 File -> New Project Wizard Diectory,Name,Top-Level Entity Add Files EDA Tools Setting Finish, OK H:\DB2005\project\niosDK\Example\NiosSmall

More information

(Load Project) (Save Project) (OffLine Mode) (Help) Intel Hex Motor

(Load Project) (Save Project) (OffLine Mode) (Help) Intel Hex Motor 1 4.1.1.1 (Load) 14 1.1 1 4.1.1.2 (Save) 14 1.1.1 1 4.1.2 (Buffer) 16 1.1.2 1 4.1.3 (Device) 16 1.1.3 1 4.1.3.1 (Select Device) 16 2 4.1.3.2 (Device Info) 16 2.1 2 4.1.3.3 (Adapter) 17 2.1.1 CD-ROM 2 4.1.4

More information

Microsoft PowerPoint - ch6 [相容模式]

Microsoft PowerPoint - ch6 [相容模式] UiBinder wzyang@asia.edu.tw UiBinder Java GWT UiBinder XML UI i18n (widget) 1 2 UiBinder HelloWidget.ui.xml: UI HelloWidgetBinder HelloWidget.java XML UI Owner class ( Composite ) UI XML UiBinder: Owner

More information

Microsoft Word - 山西焦化(600740)--焦炭价格上涨提升业绩,市场整合带来机会 doc

Microsoft Word - 山西焦化(600740)--焦炭价格上涨提升业绩,市场整合带来机会 doc 公 司 研 究 中 国 A 股 市 场 采 掘 煤 炭 开 采 Mining Coal Mining 2010 年 2 月 23 日 Type your comment here 市 场 数 据 20010 年 2 月 23 日 当 前 价 格 ( 元 ) 8.19 52 周 价 格 区 间 ( 元 ) 5.3-12.15 总 市 值 ( 百 万 ) 4672.68 流 通 市 值 ( 百 万 )

More information

Windows XP

Windows XP Windows XP What is Windows XP Windows is an Operating System An Operating System is the program that controls the hardware of your computer, and gives you an interface that allows you and other programs

More information

Computer Architecture

Computer Architecture ECE 3120 Computer Systems Assembly Programming Manjeera Jeedigunta http://blogs.cae.tntech.edu/msjeedigun21 Email: msjeedigun21@tntech.edu Tel: 931-372-6181, Prescott Hall 120 Prev: Basic computer concepts

More information

第 1 页共 9 页 文档履历 版本号日期制 / 修订人内容描述 V 正式版本

第 1 页共 9 页 文档履历 版本号日期制 / 修订人内容描述 V 正式版本 V3s 项目 CamDroid 编译第三方程序 / V1.0 第 1 页共 9 页 文档履历 版本号日期制 / 修订人内容描述 V1.0 2014-04-23 正式版本 第 2 页共 9 页 目录 1. 交叉编译环境... 3 2. 第三方库的 Makefile 示例... 4 3. 第三方应用 Makefile 示例... 5 4. 第三方应用 CamLinux.mk 示例... 6 5. 常见错误...

More information

<4D6963726F736F667420576F7264202D2032303130C4EAC0EDB9A4C0E04142BCB6D4C4B6C1C5D0B6CFC0FDCCE2BEABD1A15F325F2E646F63>

<4D6963726F736F667420576F7264202D2032303130C4EAC0EDB9A4C0E04142BCB6D4C4B6C1C5D0B6CFC0FDCCE2BEABD1A15F325F2E646F63> 2010 年 理 工 类 AB 级 阅 读 判 断 例 题 精 选 (2) Computer mouse How does the mouse work? We have to start at the bottom, so think upside down for now. It all starts with mouse ball. As the mouse ball in the bottom

More information

KDC-U5049 KDC-U4049 Made for ipod, and Made for iphone mean that an electronic accessory has been designed to connect specifically to ipod, or iphone,

KDC-U5049 KDC-U4049 Made for ipod, and Made for iphone mean that an electronic accessory has been designed to connect specifically to ipod, or iphone, KDC-U5049 KDC-U4049 Made for ipod, and Made for iphone mean that an electronic accessory has been designed to connect specifically to ipod, or iphone, respectively, and has been certified by the developer

More information

Application Note Format

Application Note Format USB 說 2 - AD PWM Office: 6F, No. 12, Innovation 1st. RD., Science-Based Industrial Park, Hsin-Chu City, Taiwan, R.O.C Tel: +886-3-6661766 ext.1672 Fax: +886-3-6661765 Etoms Electronics Corp. Publication

More information

AN INTRODUCTION TO PHYSICAL COMPUTING USING ARDUINO, GRASSHOPPER, AND FIREFLY (CHINESE EDITION ) INTERACTIVE PROTOTYPING

AN INTRODUCTION TO PHYSICAL COMPUTING USING ARDUINO, GRASSHOPPER, AND FIREFLY (CHINESE EDITION ) INTERACTIVE PROTOTYPING AN INTRODUCTION TO PHYSICAL COMPUTING USING ARDUINO, GRASSHOPPER, AND FIREFLY (CHINESE EDITION ) INTERACTIVE PROTOTYPING 前言 - Andrew Payne 目录 1 2 Firefly Basics 3 COMPONENT TOOLBOX 目录 4 RESOURCES 致谢

More information

StorageTek Virtual Storage Manager GUI - 安全指南

StorageTek Virtual Storage Manager GUI - 安全指南 StorageTek Virtual Storage Manager GUI 安 全 指 南 发 行 版 1.0 E72350-01 2015 年 4 月 StorageTek Virtual Storage Manager GUI 安 全 指 南 E72350-01 版 权 所 有 2015, Oracle 和 / 或 其 附 属 公 司 保 留 所 有 权 利 本 软 件 和 相 关 文 档 是

More information

学习MSP430单片机推荐参考书

学习MSP430单片机推荐参考书 MSP430 16 MSP430 C MSP430 C MSP430 FLASH 16 1 CPU 16 ALU 16 PC SP SR R4~R15 2 3 00-FFH 100-1FFH 4 5 1 2 51 24 27 6 1 2 3 4 5 6 4 12 SR SP SR CPU SR CPU C Z N GIE CPUOff CPU OscOff SCG0 SCG1 CPU EXIT SP

More information

AD Y

AD Y FUJITSU Semiconductor FRAM FUJITSU SEMICONDUCTOR LIMITED , FRAM 1969, 47, FRAM Ferroelectric Random Access Memory 1995FRAM, 18, 45, 200 , FRAMIC,, RFID,,, FRAM,,,,,, Ferroelectric Random Access Memory

More information

CD DX Onkyo CD CD Cs

CD DX Onkyo CD CD Cs CD DX-7355... 2... 13... 15 Onkyo CD CD... 26 Cs 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. S3125A 13. 14. 15. A. B. C. D. E. F. 16. 17. 18. 20cm 8" 10cm 4" 10cm 4" Cs-2 1. 2. Onkyo 3. 4. AC230V 50Hz AC120V

More information

2

2 40 2 3 4 5 ^ ^ 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 PLEASE AFFIX STAMP HERE Diabetes Hongkong Unit 1802, 18/F., Tung Hip Commercial Bldg., 244-252 Des Voeux Rd C, HK. Diabetes Hongkong membership

More information

Table of Contents 1. Adobe Premiere Pro CS6 Plug-in for AVerMedia Devices Sony Vegas Pro Plug-in for AVerMedia Devices ImageJ Plug-in

Table of Contents 1. Adobe Premiere Pro CS6 Plug-in for AVerMedia Devices Sony Vegas Pro Plug-in for AVerMedia Devices ImageJ Plug-in Disclaimer & Copyright 2014 by AVerMedia Technologies, Inc. All rights reserved. No part of this document may be reproduced, transmitted, transcribed, stored in a retrieval system, or transmitted in any

More information