Monitoring user health as measured by multiple diverse health measurement devices at a portable computer system
    11.
    发明授权
    Monitoring user health as measured by multiple diverse health measurement devices at a portable computer system 失效
    通过便携式计算机系统上的多种不同健康测量设备来测量用户健康

    公开(公告)号:US06450955B1

    公开(公告)日:2002-09-17

    申请号:US09560374

    申请日:2000-04-28

    Abstract: According to the present invention, physical health indicators computed for a particular user are received in a common transmittable data format at a portable computer system associated with the particular user, wherein each of the physical health indicators is computed by an electronic health measurement device from among multiple diverse electronic health measurement devices monitoring the physical health of the particular user. Each of the physical health indicators is analyzed at the portable computer system in view of determined acceptable health levels for the particular user. Output of an indicator of acceptability of the physical health indicators for the particular user is controlled from the portable computer system, in response to the analysis of each of the physical health indicators, such that a single portable computer system monitors the physical health of an individual from multiple physical health indicators received from multiple diverse electronic health measurement devices.

    Abstract translation: 根据本发明,在与特定用户相关联的便携式计算机系统中以特定用户的公共可传输数据格式接收针对特定用户计算的身体健康指示符,其中每个身体健康指示符由电子健康测量设备从 多种不同的电子健康测量设备监测特定用户的身体健康状况。 鉴于特定用户确定的可接受的健康水平,便携式计算机系统分析了每个身体健康指标。 响应于对每个身体健康指示符的分析,从便携式计算机系统控制特定用户的身体健康指示符的可接受性的指标的输出,使得单个便携式计算机系统监测个体的身体健康 从多种不同的电子健康测量设备接收的多种身体健康指标。

    Measuring user health as measured by multiple diverse health measurement devices utilizing a personal storage device
    12.
    发明授权
    Measuring user health as measured by multiple diverse health measurement devices utilizing a personal storage device 失效
    通过使用个人存储设备的多种不同的健康测量设备来衡量用户的健康状况

    公开(公告)号:US06440068B1

    公开(公告)日:2002-08-27

    申请号:US09560996

    申请日:2000-04-28

    Abstract: According to the present invention, physical health indicators computed for a particular user are received in a common transmittable data format at a computer system, wherein each of the physical health indicators is output by an electronic health measurement device from among multiple diverse electronic health measurement devices monitoring the physical health of the particular user. Each of the physical health indicators is analyzed at the computer system in view of acceptable health levels retrieved at the computer system from a personal storage device proffered by the particular user. Output of an indicator of acceptability of the physical health indicators for the particular user is controlled from the computer system, in response to the analysis of each of the physical health indicators, such that a computer system monitors the physical health of an individual in view of acceptable health levels retrieved from the personal storage device.

    Abstract translation: 根据本发明,在计算机系统中以公共的可发送数据格式接收针对特定用户计算的身体健康指示符,其中每个身体健康指示符由电子健康测量装置从多个不同的电子健康测量装置 监测特定用户的身体健康状况。 鉴于从特定用户提供的个人存储设备在计算机系统检索到的可接受的健康水平,计算机系统分析每个身体健康指示符。 响应于对每个身体健康指示符的分析,从计算机系统控制特定用户的身体健康指示符的可接受性的指标的输出,使得计算机系统监视个人的身体健康 从个人存储设备检索的可接受的健康水平。

    Requesting concurrent entries via bookmark set
    14.
    发明授权
    Requesting concurrent entries via bookmark set 失效
    通过书签组请求并发条目

    公开(公告)号:US06405222B1

    公开(公告)日:2002-06-11

    申请号:US09213842

    申请日:1998-12-17

    CPC classification number: G06F17/30884

    Abstract: Concurrently displaying a set of pages in a distributed database with a minimum of user interaction is disclosed. A set of bookmarked web pages in a browser interface are concurrently displaying a list of bookmarks in the interface, each bookmark associated with a respective one of the web pages. At least a subset of the web pages are displayed in a cascade of windows, each web page assigned to a respective window in the cascade in the order in which the associated bookmark is listed in the list of bookmarks. Each window in the cascade is arranged so that a title bar is visible and the alphanumeric content of the title bar can be easily related to an entry in the bookmark list.

    Abstract translation: 公开了在具有最少用户交互的分布式数据库中同时显示一组页面。 浏览器界面中的一组书签的网页同时在界面中显示书签列表,每个书签与相应的一个网页相关联。 网页的至少一部分被显示在级联的窗口中,每个网页按照书签列表中列出的相关书签的顺序分配到级联中的相应窗口。 布置级联中的每个窗口,使得标题栏是可见的,并且标题栏的字母数字内容可以容易地与书签列表中的条目相关。

    System and method for adding highly optimized synchronization capability to objects at run-time
    15.
    发明授权
    System and method for adding highly optimized synchronization capability to objects at run-time 失效
    在运行时向对象添加高度优化的同步功能的系统和方法

    公开(公告)号:US06237043B1

    公开(公告)日:2001-05-22

    申请号:US08974751

    申请日:1997-11-19

    CPC classification number: G06F9/52

    Abstract: The present invention is directed to a system, method, and computer-readable medium for providing a highly efficient locking mechanism for an object's shared data. The locking mechanism is bound to an object during program execution (i.e. during run-time) when synchronization is first requested for the object's shared data. Thus, there are no changes to the actual code, either source code or binary code, which defines the object. A locking mechanism is bound to an object by defining a memory area within the object's header, which either contains the locking mechanism or a pointer to a locking mechanism. The locking mechanism remains bound to the object for the life of the object. Efficiency is gained by limiting the use of operating system semaphores (i.e. kernel semaphores). Operating system semaphores are not used unless blocking (i.e. contention) occurs. Rather, the locking mechanism bound to the object is used during non-blocking situations. Additional efficiency is gained by not assigning or initializing an object's locking mechanism until the first synchronization request is received for the object's shared data. In one embodiment of the present invention, the object's header memory area contains the actual locking mechanism. In another embodiment of the present invention, the object's header memory area contains a pointer or index to a locking mechanism.

    Abstract translation: 本发明涉及一种用于为对象的共享数据提供高效锁定机制的系统,方法和计算机可读介质。 当对对象的共享数据进行首次请求同步时,锁定机制在程序执行期间(即在运行期间)被绑定到一个对象。 因此,定义对象的实际代码(源代码或二进制代码)没有任何变化。 锁定机制通过定义对象头部中的内存区域来绑定到对象,该内存区域包含锁定机制或指向锁定机制的指针。 锁定机构在对象的使用寿命期间保持绑定到对象。 通过限制操作系统信号量(即内核信号量)的使用来获得效率。 除非发生阻塞(即争用),否则不使用操作系统信号量。 相反,在非阻塞情况下使用绑定到对象的锁定机制。 直到收到对象的共享数据的第一个同步请求为止,才能分配或初始化对象的锁定机制,从而获得额外的效率。 在本发明的一个实施例中,对象的头部存储区域包含实际的锁定机构。 在本发明的另一个实施例中,对象的头部存储器区域包含指向锁定机构的指针或索引。

    Monitoring and managing user access to content via a portable data storage medium
    19.
    发明授权
    Monitoring and managing user access to content via a portable data storage medium 有权
    通过便携式数据存储介质监视和管理用户对内容的访问

    公开(公告)号:US07100053B1

    公开(公告)日:2006-08-29

    申请号:US09560393

    申请日:2000-04-28

    CPC classification number: H04L63/105 H04L63/20

    Abstract: In accordance with the method, system and program of the present invention, authority-designated settings are stored on a portable data storage medium in association with a particular user, wherein the authority-designated settings designate levels of access to particular types of content as determined by multiple authorities to the particular user. Transmittal of a selection of the authority-designated settings is required from the portable data storage medium in a transmittable data format to a particular authority-enabled system from among multiple authority-enabled systems, wherein each of the multiple authority-enabled systems provides access to multiple diverse types of content. The particular user is only allowed access to a selection of the multiple types of content that are enabled according to the authority-designated settings at the particular authority-enabled system.

    Abstract translation: 根据本发明的方法,系统和程序,将权限指定的设置与特定用户相关联地存储在便携式数据存储介质上,其中权限指定的设置指定对所确定的特定类型的内容的访问级别 由多个权限授予特定用户。 需要将多个权限指定设置的传送从可传输数据格式的便携式数据存储介质传输到多个授权系统之间的特定授权系统,其中多个权限启用系统中的每一个提供对 多种不同类型的内容。 特定用户仅允许访问根据特定授权系统的权限指定设置启用的多种类型的内容的选择。

Patent Agency Ranking