会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 1. 发明申请
    • SLIDE BAR ANCHORAGE DEVICE FOR AERIAL LIFT EQUIPMENT
    • 用于航空提升设备的滑动杆安装装置
    • US20160023023A1
    • 2016-01-28
    • US14496745
    • 2014-09-25
    • Michael Byrd
    • Michael Byrd
    • A62B35/00
    • A62B35/0068A62B35/0081B66F17/006
    • Anchorage devices for an aerial lift that can include a base plate and a slide bar coupled to the base plate. The aerial device can include a bucket, and the base plate can be coupled to the inside or outside of the bucket. Supplementary anchorage points of the anchorage device can be attached to the lift using lanyards. The slide bar can be attached to the base plate using stanchions. A removable anchorage device can include inner and outer mounting bars, bucket engaging brackets coupling the mounting bars, and a slide bar; where the bucket engaging brackets fit over the bucket for attachment to and detachment from the bucket. The removable anchorage device can include supplementary anchorage points for attaching to the lift using lanyards. One of the mounting bars can be hollow and a supplementary lanyard attached to the lift can pass through the hollow mounting bar.
    • 用于空中升降机的锚固装置,其可以包括底板和联接到基板的滑动杆。 天线装置可以包括铲斗,并且底板可以联接到铲斗的内部或外部。 锚固装置的附加锚点可以使用系索连接到电梯上。 滑杆可以使用支柱连接到基板。 可拆卸的锚固装置可以包括内部和外部安装杆,联接安装杆的铲斗接合支架和滑动杆; 其中铲斗接合支架装配在铲斗上用于附接到铲斗和从铲斗卸下。 可拆卸的锚固装置可以包括用于使用系索附接到电梯的辅助锚点。 一个安装杆可以是中空的,并且附接到升降机的辅助系索可穿过中空安装杆。
    • 4. 发明申请
    • System and method for automatic testing of output device capabilities via electronic document
    • 通过电子文档自动测试输出设备功能的系统和方法
    • US20050261862A1
    • 2005-11-24
    • US10848001
    • 2004-05-19
    • Joseph TernaskyRobert ParkerMichael ByrdAdam EversoleJoseph KingMichael Stokes
    • Joseph TernaskyRobert ParkerMichael ByrdAdam EversoleJoseph KingMichael Stokes
    • G06F3/12G06F19/00
    • G06F3/1284G06F3/1204G06F3/1232
    • A system and related techniques automatically exercise the output capabilities of a printer or other output device, and return a log or record of those capabilities to the print manager of a host operating system or other destination. According to embodiments, the host, client or other machine may decide to query a printer, facsimile machine, copy or multifunction machine or other device to determine its range of output capabilities such as available fonts, graphical or rending routines, firmware compatibility or other functions or capabilities. The host may transmit a composite electronic document, containing various components including intermediate language objects which may be interpreted to execute various output processing, such as exercising a set of fonts, scaling, rotating, or other rendering or output functions. The results may be captured in the printer or other output device, for instance by dumping an output buffer or returning execution codes, and returned to the host machine where the available capabilities may be displayed, including in embodiments a rendering of the physical output or simulated physical output on the user interface. The invention offers enhanced profiling and verification for printers and other output systems, compared to manual test pages and other test procedures.
    • 系统和相关技术自动运行打印机或其他输出设备的输出功能,并将这些功能的日志或记录返回给主机操作系统或其他目的地的打印管理器。 根据实施例,主机,客户机或其他机器可以决定查询打印机,传真机,复印机或多功能机器或其他设备以确定其输出能力的范围,例如可用字体,图形或复制程序,固件兼容性或其他功能 或能力。 主机可以发送包含各种组件的复合电子文档,包括可被解释为执行各种输出处理的中间语言对象,诸如锻炼一组字体,缩放,旋转或其它呈现或输出功能。 结果可以在打印机或其他输出设备中捕获,例如通过转储输出缓冲器或返回执行代码,并且返回到可以显示可用能力的主机,包括在实施例中呈现物理输出或模拟 用户界面上的物理输出。 与手动测试页和其他测试程序相比,本发明为打印机和其他输出系统提供了增强的分析和验证。
    • 5. 发明申请
    • Method and system for an atomically updated, central cache memory
    • 用于原子更新的中央缓存存储器的方法和系统
    • US20050251627A1
    • 2005-11-10
    • US11184578
    • 2005-07-19
    • David BrownMikhail LeonovMichael Byrd
    • David BrownMikhail LeonovMichael Byrd
    • G06F12/00G06F9/46G06F12/08G06F17/30G09G5/24G09G5/36G09G5/393
    • G09G5/363G06F9/52G09G5/24G09G5/393G09G2360/121G09G2370/027
    • Disclosed is a central cache that is updated without the overhead of locking. Updates are “atomic” in that they cannot be interrupted part way through. Applications are always free to read data in the cache, accessing the data through a reference table. Applications do not directly update the cache, instead, they send update requests to a service routine. To update the cache, the service routine proceeds in two phases. In the first phase, the service routine prepares the new data and adds them to the cache, without updating the reference table. During the first phase, an application accessing the cache cannot “see” the new data because the reference table has not yet been updated. After the first phase is complete, the service routine performs the second phase of the update process: atomically updating the reference table. The two-phase update process leaves the cache, at all times, in a consistent state.
    • 公开了一种在没有锁定开销的情况下更新的中央缓存。 更新是“原子的”,因为它们不能被中断。 应用程序始终可以自由地读取缓存中的数据,通过参考表访问数据。 应用程序不直接更新缓存,而是将更新请求发送到服务程序。 为了更新缓存,服务程序分两步进行。 在第一阶段,服务程序准备新数据并将其添加到缓存中,而不更新参考表。 在第一阶段,访问高速缓存的应用程序不能“查看”新数据,因为参考表尚未更新。 第一阶段完成后,服务程序执行更新过程的第二阶段:以原子方式更新参考表。 两阶段更新过程始终保持高速缓存,始终处于一致状态。
    • 6. 发明授权
    • Extensible ordered information within a web page
    • 网页内可扩展的有序信息
    • US06317760B1
    • 2001-11-13
    • US09006732
    • 1998-01-14
    • Marion Michael ByrdPaul Christian DavidMichael Irvin Hyman
    • Marion Michael ByrdPaul Christian DavidMichael Irvin Hyman
    • G06F1721
    • G06F17/2205G06F17/30896
    • An extensible set of commands to be executed in an ordered manner, such as a series of vector graphics commands, is provided in a Web page written in a markup language. The commands are embedded in statements in the Web page in a format that is conventionally used to define property variables. In each of such statements with embedded commands, the command and its associated data are included as the value specified for the property variable of that statement. The names of the property variables of the statements are provided according to a predetermined naming convention such that they indicate the sequence in which their associated commands as specified by their respective values are to be executed. When a Web control reads the Web page, it extracts the commands and their associated data from the values of the property variables of the statements, and executes the commands according to the sequence indicated by the names of the property variables.
    • 在以标记语言编写的网页中提供了以有序方式执行的可扩展命令集,例如一系列向量图形命令。 这些命令以通常用于定义属性变量的格式嵌入在网页中的语句中。 在具有嵌入式命令的每个这样的语句中,命令及其相关联的数据都作为为该语句的属性变量指定的值。 根据预定的命名规则提供语句的属性变量的名称,使得它们指示要由其各自值指定的相关命令的执行顺序。 当Web控件读取Web页面时,它从语句的属性变量的值中提取命令及其关联的数据,并根据属性变量的名称执行命令。
    • 9. 发明授权
    • Slide bar anchorage device for aerial lift equipment
    • 用于空中升降机设备的滑轨锚固装置
    • US09492693B2
    • 2016-11-15
    • US14496745
    • 2014-09-25
    • Michael Byrd
    • Michael Byrd
    • A62B35/00B66F17/00
    • A62B35/0068A62B35/0081B66F17/006
    • Anchorage devices for an aerial lift that can include a base plate and a slide bar coupled to the base plate. The aerial device can include a bucket, and the base plate can be coupled to the inside or outside of the bucket. Supplementary anchorage points of the anchorage device can be attached to the lift using lanyards. The slide bar can be attached to the base plate using stanchions. A removable anchorage device can include inner and outer mounting bars, bucket engaging brackets coupling the mounting bars, and a slide bar; where the bucket engaging brackets fit over the bucket for attachment to and detachment from the bucket. The removable anchorage device can include supplementary anchorage points for attaching to the lift using lanyards. One of the mounting bars can be hollow and a supplementary lanyard attached to the lift can pass through the hollow mounting bar.
    • 用于空中升降机的锚固装置,其可以包括底板和联接到基板的滑动杆。 天线装置可以包括铲斗,并且底板可以联接到铲斗的内部或外部。 锚固装置的附加锚点可以使用系索连接到电梯上。 滑杆可以使用支柱连接到底板。 可拆卸的锚固装置可以包括内部和外部安装杆,联接安装杆的铲斗接合支架和滑动杆; 其中铲斗接合支架装配在铲斗上用于附接到铲斗和从铲斗拆卸。 可拆卸的锚固装置可以包括用于使用系索附接到电梯的辅助锚点。 一个安装杆可以是中空的,并且附接到升降机的辅助系索可穿过中空安装杆。