Workflow engine for execution of web mashups
    1.
    发明授权
    Workflow engine for execution of web mashups 有权
    用于执行网络混搭的工作流引擎

    公开(公告)号:US08875098B2

    公开(公告)日:2014-10-28

    申请号:US12273454

    申请日:2008-11-18

    IPC分类号: G06F9/44 G06F17/30

    CPC分类号: G06F17/30867

    摘要: A software-implemented workflow engine is described that executes a Web mashup within the context of a Web browser running on a computer. The workflow engine is configured to parse a Web mashup definition obtained from a remote server to identify distinct units of execution within the Web mashup, referred to as components. The workflow engine is further configured to obtain programming logic and metadata associated with each type of component identified in the Web mashup definition from the remote server and to use such information to generate executable versions of the identified components. Finally, the workflow engine is configured to run each of the executable components, thereby executing the Web mashup. The workflow engine is configured to manage the order of execution of each of the executable components so that the Web mashup runs in an optimized and reliable fashion.

    摘要翻译: 描述了一个软件实现的工作流引擎,它在运行在计算机上的Web浏览器的上下文中执行Web混搭。 工作流引擎被配置为解析从远程服务器获取的Web混搭定义,以识别Web混搭中不同的执行单位,称为组件。 工作流引擎还被配置为从远程服务器获得与在Web混搭定义中识别的每种类型的组件相关联的编程逻辑和元数据,并且使用这样的信息来生成所识别的组件的可执行版本。 最后,工作流引擎配置为运行每个可执行组件,从而执行Web混搭。 工作流引擎配置为管理每个可执行组件的执行顺序,以便Web混搭以优化和可靠的方式运行。

    Multiplier, Mixer, Modulator, Receiver and Transmitter
    2.
    发明申请
    Multiplier, Mixer, Modulator, Receiver and Transmitter 审中-公开
    乘法器,混频器,调制器,接收器和发送器

    公开(公告)号:US20110050319A1

    公开(公告)日:2011-03-03

    申请号:US12676150

    申请日:2008-07-29

    申请人: Alan Chi Wai Wong

    发明人: Alan Chi Wai Wong

    IPC分类号: G06G7/16

    摘要: A multiplier is provided, for example, for use as a mixer in a modulator of a radio frequency transmitter. The multiplier multiplies a first alternating signal of constant amplitude by a second signal, for example, in the form of a carrier wave from a local oscillator. The multiplier comprises a transconductance stage for converting the first signal to a differential output current and a current switching stage for switching the differential output current in accordance with the second signal. The transconductance stage comprises a plurality of offset pairs of transistors, whose inputs and outputs are connected in parallel. The switching stage comprises cross-coupled pairs of transistors which, together with the transconductance stage, form a Gilbert cell. The relative gains of the transistors of each offset pair are such that a minimum in the third harmonic distortion characteristic of the multiplier occurs substantially at the amplitude of the first signal.

    摘要翻译: 提供乘法器,例如用作射频发射机的调制器中的混频器。 乘法器将恒定幅度的第一交替信号乘以第二信号,例如以来自本地振荡器的载波的形式。 乘法器包括用于将第一信号转换为差分输出电流的跨导级和用于根据第二信号切换差动输出电流的电流开关级。 跨导级包括多个晶体管的偏移对,其输入和输出并联连接。 开关级包括交叉耦合的晶体管对,其与跨导级一起形成吉尔伯特电池。 每个偏移对的晶体管的相对增益使得乘法器的三次谐波失真特性中的最小值基本上在第一信号的幅度上发生。

    Integrated circuit driver chip for an electroluminescent device
    3.
    发明授权
    Integrated circuit driver chip for an electroluminescent device 失效
    用于电致发光器件的集成电路驱动器芯片

    公开(公告)号:US07109954B2

    公开(公告)日:2006-09-19

    申请号:US10653870

    申请日:2003-09-03

    IPC分类号: G09G3/30

    CPC分类号: G09G3/12 G09G2330/02

    摘要: The present invention discloses an integrated circuit (IC) driver chip for electroluminescent (EL) device, including an EL display-data-control block (DCB) and an EL display-segment-driver block (SDB), wherein said DCB stores the data for display and generates data-control-pulses for the EL segment display; and said SDB receives the data from the DCB and then drives the EL segments to display the desired information in real-time. This integrated circuit driver chip is suitable to be used to control and drive a multiple segment EL display. The applications of the IC include, but are not limited to, the display alphanumeric digits and image information. By cascading multiple IC driver chips together, it is possible to enlarge the number of display segments.

    摘要翻译: 本发明公开了一种用于电致发光(EL)装置的集成电路(IC)驱动器芯片,其包括EL显示数据控制块(DCB)和EL显示段驱动器块(SDB),其中所述DCB存储数据 用于显示并产生用于EL段显示的数据控制脉冲; 并且所述SDB从DCB接收数据,然后驱动EL段以实时显示所需的信息。 该集成电路驱动器芯片适用于控制和驱动多段EL显示器。 IC的应用包括但不限于显示字母数字和图像信息。 通过将多个IC驱动器芯片级联在一起,可以扩大显示段的数量。

    Behavior-first event programming model
    6.
    发明授权
    Behavior-first event programming model 有权
    行为优先事件编程模型

    公开(公告)号:US08543975B2

    公开(公告)日:2013-09-24

    申请号:US12338306

    申请日:2008-12-18

    IPC分类号: G06F9/44

    CPC分类号: G06F8/20

    摘要: Traditional programming environments that support event-driven programming typically expose a model where the developer chooses an event to handle on a given object, and then writes the code for that event handler. In contrast, as described herein, the traditional flow of program development is reversed. A (configurable) event-handler (“behavior”) is selected. Upon selection of one of the behaviors, the event triggering the behavior is selected. This is a “what-then-when” approach rather than the traditional “when-then-what” approach for event-driven programming.

    摘要翻译: 支持事件驱动编程的传统编程环境通常会暴露出开发人员选择事件处理给定对象的模型,然后写入该事件处理程序的代码。 相反,如本文所述,程序开发的传统流程是相反的。 选择一个(可配置的)事件处理程序(“行为”)。 选择其中一个行为时,选择触发行为的事件。 这是一个“当时什么时候”的方法,而不是传统的“事后驱动编程”的方式。

    BEHAVIOR-FIRST EVENT PROGRAMMING MODEL
    7.
    发明申请
    BEHAVIOR-FIRST EVENT PROGRAMMING MODEL 有权
    行为第一事件编程模型

    公开(公告)号:US20100162207A1

    公开(公告)日:2010-06-24

    申请号:US12338306

    申请日:2008-12-18

    IPC分类号: G06F9/44

    CPC分类号: G06F8/20

    摘要: Traditional programming environments that support event-driven programming typically expose a model where the developer chooses an event to handle on a given object, and then writes the code for that event handler. In contrast, as described herein, the traditional flow of program development is reversed. A (configurable) event-handler (“behavior”) is selected. Upon selection of one of the behaviors, the event triggering the behavior is selected. This is a “what-then-when” approach rather than the traditional “when-then-what” approach for event-driven programming.

    摘要翻译: 支持事件驱动编程的传统编程环境通常会暴露出开发人员选择事件处理给定对象的模型,然后写入该事件处理程序的代码。 相反,如本文所述,程序开发的传统流程是相反的。 选择一个(可配置的)事件处理程序(“行为”)。 选择其中一个行为时,选择触发行为的事件。 这是一个“当时什么时候”的方法,而不是传统的“事后驱动编程”的方法。

    WORKFLOW ENGINE FOR EXECUTION OF WEB MASHUPS
    8.
    发明申请
    WORKFLOW ENGINE FOR EXECUTION OF WEB MASHUPS 有权
    用于执行WEB MASHUPS的工作流引擎

    公开(公告)号:US20100125826A1

    公开(公告)日:2010-05-20

    申请号:US12273454

    申请日:2008-11-18

    IPC分类号: G06F9/44

    CPC分类号: G06F17/30867

    摘要: A software-implemented workflow engine is described that executes a Web mashup within the context of a Web browser running on a computer. The workflow engine is configured to parse a Web mashup definition obtained from a remote server to identify distinct units of execution within the Web mashup, referred to as components. The workflow engine is further configured to obtain programming logic and metadata associated with each type of component identified in the Web mashup definition from the remote server and to use such information to generate executable versions of the identified components. Finally, the workflow engine is configured to run each of the executable components, thereby executing the Web mashup. The workflow engine is configured to manage the order of execution of each of the executable components so that the Web mashup runs in an optimized and reliable fashion.

    摘要翻译: 描述了一个软件实现的工作流引擎,它在运行在计算机上的Web浏览器的上下文中执行Web混搭。 工作流引擎被配置为解析从远程服务器获取的Web混搭定义,以识别Web混搭中不同的执行单位,称为组件。 工作流引擎还被配置为从远程服务器获得与在Web混搭定义中识别的每种类型的组件相关联的编程逻辑和元数据,并且使用这样的信息来生成所识别的组件的可执行版本。 最后,工作流引擎配置为运行每个可执行组件,从而执行Web混搭。 工作流引擎配置为管理每个可执行组件的执行顺序,以便Web混搭以优化和可靠的方式运行。

    Hand blender set
    9.
    外观设计
    Hand blender set 有权
    手动搅拌机组

    公开(公告)号:USD572075S1

    公开(公告)日:2008-07-01

    申请号:US29283991

    申请日:2007-08-29

    申请人: Chi Wai Wong

    设计人: Chi Wai Wong