ROOF BAR FOR A MOTOR VEHICLE
    15.
    发明申请
    ROOF BAR FOR A MOTOR VEHICLE 有权
    车载电梯车

    公开(公告)号:US20100230452A1

    公开(公告)日:2010-09-16

    申请号:US12403586

    申请日:2009-03-13

    CPC classification number: B60R9/045 B60R9/052

    Abstract: A roof bar (10) for a motor vehicle (1) has an elongate load carrying member (213) and a single elongate stay (214) which are hingedly connected to a roof (5) of the motor vehicle (1) by a pair of base plates (211). The elongate load carrying member (213) is selectively held in a deployed position by a latch mechanism (222, 255) which latches a castellated edge of the elongate load carrying member (213) to a castellated edge of the single elongate stay (214) along a significant portion of the interface between the two components (213, 214) so as to provide a strong support for any loads carried by the roof bar (10). The components (211, 213, 214) forming the roof bar (10) are all relatively thin and the elongate load carrying member (213) and the single elongate stay (214) are arranged to fold flat on the roof (5) of the motor vehicle (1) so as to minimize any change in vehicle height when the roof bar (10) is stowed.

    Abstract translation: 用于机动车辆(1)的车顶杆(10)具有细长的承载构件(213)和单个细长的座(214),其以机动车辆(1)的屋顶(5)铰接地连接 的基板(211)。 细长承载构件(213)通过将细长负载承载构件(213)的雉ated边缘锁定到单个细长支柱(214)的雉ated边缘的闩锁机构(222,255)选择性地保持在展开位置, 沿着两个部件(213,214)之间的界面的重要部分,以便为由顶板(10)承载的任何载荷提供强大的支撑。 形成车顶杆(10)的部件(211,213,214)都相对较薄,并且细长负载承载部件(213)和单个细长支架(214)被布置成在平坦的顶部(5)上折叠 机动车辆(1),以便当屋顶酒吧(10)被收起时,使车辆高度的任何变化最小化。

    USER CUSTOMIZABLE MONITORING SYSTEM
    16.
    发明申请
    USER CUSTOMIZABLE MONITORING SYSTEM 有权
    用户自定义监控系统

    公开(公告)号:US20100201515A1

    公开(公告)日:2010-08-12

    申请号:US12370059

    申请日:2009-02-12

    CPC classification number: H04L67/125

    Abstract: Embodiments of the disclosed invention provide a user customizable monitoring system. For example, in one embodiment, the user customizable monitoring system includes a set of user-programmable portable sensors and a communication hub for enabling a user to customize features associated with the set of user-programmable portable sensors. In one embodiment, the communication hub is further configured to receive data from the set of user programmable portable sensors and perform a user specified action based on the received data. In some embodiments, a user selects any desired combination of different types of user-programmable portable sensors that come preconfigured to operate with the communication hub. Additionally, in some embodiments, a user may configure particular parameters associated with a user-programmable portable sensor using the communication hub.

    Abstract translation: 所公开的发明的实施例提供了一种用户可定制的监控系统。 例如,在一个实施例中,用户可定制的监控系统包括一组用户可编程便携式传感器和通信集线器,用于使用户能够自定义与该组用户可编程便携式传感器相关联的特征。 在一个实施例中,通信集线器还被配置为从该组用户可编程便携式传感器接收数据,并且基于接收的数据执行用户指定的动作。 在一些实施例中,用户选择预先配置为与通信集线器一起操作的不同类型的用户可编程便携式传感器的任何期望的组合。 另外,在一些实施例中,用户可以使用通信集线器来配置与用户可编程便携式传感器相关联的特定参数。

    Cart
    17.
    发明申请
    Cart 审中-公开
    大车

    公开(公告)号:US20080185802A1

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

    申请号:US11703468

    申请日:2007-02-07

    CPC classification number: B62B1/22 B62B1/26 B62B2202/023 B62B2202/50

    Abstract: The invenition relates to a wheeled cart assembly for transporting a variety of items for an outdoor activity. The cart bed carries one or more compartments for accommodating different shaped items, such as an upright rack, a water bucket and the like. The upright rack cani come as an optional accessory; it can be designed to hold toys, gardening implements, cup holders, and other hand held items . A recessed compartment formed in the cart bed stabilizes a water bucket when transported by the cart assembly.

    Abstract translation: 本发明涉及一种用于运输用于户外活动的各种物品的轮式推车组件。 推车床带有一个或多个隔间,用于容纳不同形状的物品,例如立式货架,水桶等。 立式机架可作为可选附件; 它可以设计用于保持玩具,园艺工具,杯架和其他手持物品。 形成在车床上的凹槽可以通过手推车组件运送时稳定水桶。

    Apparatus and method for removing elements from a linked list
    18.
    发明授权
    Apparatus and method for removing elements from a linked list 失效
    从链表中移除元素的装置和方法

    公开(公告)号:US07249352B2

    公开(公告)日:2007-07-24

    申请号:US10227517

    申请日:2002-08-22

    CPC classification number: G06F12/0269

    Abstract: Methods, apparatus and computer program products for removal of elements from a linked list while other elements of the linked list are allowed to be accessed during the removal operation. In one embodiment, the method, apparatus and computer program product include identifying an add/remove area of a linked list and a static area of the linked list. Elements may only be added or removed from the linked list in the add/remove area or by a garbage collector that performs garbage collection only on elements in the static area of the linked list. The garbage collector identifies an element after the last element in the add/remove area and performs garbage collection beginning with that element and moving through the static area. In an alternative embodiment, a “next element” pointer in a previous list element is set to point to the element being deleted's “next element” pointer. Any global references to the element being deleted must be modified. A message may then be issued to the processors of a multiprocessor system at a same interrupt priority as a reading process priority. Once the processors respond to the message, garbage collection may be performed on the element to be deleted.

    Abstract translation: 用于从链表移除元素的方法,装置和计算机程序产品,而在删除操作期间允许访问链表的其他元素。 在一个实施例中,方法,装置和计算机程序产品包括标识链表的添加/删除区域和链表的静态区域。 元素可能只能在添加/删除区域中的链接列表中添加或删除,或者只能在链表的静态区域中的元素上执行垃圾回收。 垃圾收集器在add / remove区域中的最后一个元素之后识别一个元素,并执行从该元素开始的垃圾回收,并通过静态区域移动。 在替代实施例中,先前列表元素中的“下一元素”指针被设置为指向被删除的元素“下一元素”指针。 必须修改对要删除的元素的全局引用。 然后可以以与读取过程优先级相同的中断优先级向多处理器系统的处理器发出消息。 一旦处理器响应消息,可以对要删除的元素执行垃圾收集。

    Container For Articles
    20.
    发明申请

    公开(公告)号:US20170305600A1

    公开(公告)日:2017-10-26

    申请号:US15646066

    申请日:2017-07-10

    CPC classification number: B65D25/16 A45C13/02 A45C2003/007 B65D5/60

    Abstract: Disclosed is a container for storing, displaying, and dispensing many types of articles. The container comprises a body comprising a cavity to store the articles and an open end for access to the articles. The container further comprises a lid comprising a cavity, a first open end engaged with the open end of the body and a flexible sheet engaged with and fully disposed within the cavity of the lid. The container further comprises a cap engaged with a second open end of the lid. Removal of the cap from the lid allows the flexible sheet to be moved between a first position where the flexible sheet is disposed outward of the lid with the articles resting on the flexible sheet and a second position where the flexible sheet is held to form a u-shaped tube allowing the articles to be poured into said second open end of the lid.

Patent Agency Ranking