Blast resistant window
    61.
    发明授权
    Blast resistant window 失效
    防风窗

    公开(公告)号:US07174692B1

    公开(公告)日:2007-02-13

    申请号:US10703038

    申请日:2003-11-05

    CPC classification number: E06B5/12 E06B5/125

    Abstract: A blast resistant window structure capable of withstanding typical car bomb blast pressures of 100 psi or more and of resisting leakage of chemical or biological agents is described, the window structure including a frame hermetically enclosing two glass panels in confronting relationship defining an air gap therebetween, each glass panel having a thin layer of polymer film on each surface thereof, and a pressure relief valve in the frame for releasing air pressure from within the gap in response to blast pressure imposed on an outer surface of one of the panels.

    Abstract translation: 描述了能够承受100psi或更大的典型汽车炸弹爆炸压力并且抵抗化学或生物制剂的泄漏的防风窗结构,所述窗结构包括以相互关系限定其间的气隙的面对关系的两个玻璃面板的框架, 每个玻璃面板在其每个表面上具有薄层的聚合物薄膜,以及在框架中的压力释放阀,用于响应于施加在其中一个面板的外表面上的鼓风压力而从空隙内释放空气压力。

    Integrated wavefront correction module with reduced translation
    62.
    发明授权
    Integrated wavefront correction module with reduced translation 有权
    集成波前校正模块,具有减少的翻译

    公开(公告)号:US07172299B2

    公开(公告)日:2007-02-06

    申请号:US10935889

    申请日:2004-09-08

    CPC classification number: G02B27/0068 G02B26/0825

    Abstract: An integrated wavefront correction module including a mounting device a deformable mirror carried by the mounting device for correcting for high spatial and temporal frequency error in an incident wavefront and a tip-tilt correction mechanism including a base and a plurality of tip-tilt actuators interconnected between the base and one of the flexible and fixed portions and a plurality of support posts interconnected between the base and the other of the flexible and fixed portions or alternatively the tip-tilt correction mechanism may include at least one actuator platform, a base, a first set of tip-tilt actuators for adjustably supporting the at least one actuator platform from the base and a second set of tip-tilt actuators for adjustably supporting the mounting device from the at least one actuator platform for adjusting the mounting device and the deformable mirror together to compensate for tip-tilt errors in the incident wavefront with the tip-tilt actuators being operated typically at mid-range in order to define a center of rotation at the mirror surface.

    Abstract translation: 一种集成波前校正模块,包括安装装置,由安装装置承载的可变形反射镜,用于校正入射波前的高空间和时间频率误差;以及尖端倾斜校正机构,包括基座和多个尖端倾斜致动器, 所述基座和所述柔性和固定部分中的一个以及在所述基部和所述柔性和固定部分中的另一个之间互连的多个支撑柱,或者所述尖端倾斜校正机构可以包括至少一个致动器平台,基座,第一 一组尖端倾斜致动器,用于从基座可调节地支撑至少一个致动器平台;以及第二组尖端倾斜致动器,用于从至少一个致动器平台可调节地支撑安装装置,用于将安装装置和可变形反射镜一起调节 以补偿尖端倾斜致动器被操作的入射波前的尖端倾斜误差 在中距离处,以便在镜面上限定旋转中心。

    System and method for automatically configuring a client device
    65.
    发明授权
    System and method for automatically configuring a client device 有权
    自动配置客户端设备的系统和方法

    公开(公告)号:US06938079B1

    公开(公告)日:2005-08-30

    申请号:US09665050

    申请日:2000-09-19

    CPC classification number: G06F9/44505 H04L67/34

    Abstract: A user of a client device selects a service provider from a plurality of available service providers. The client device then queries the user for the user's information and formats the user's information into a predetermined data structure and format. The client device connects to the service provider and sends the formatted user's information to the service provider. The service provider responsively creates configuration data and provides it to the client device. The configuration data is used to configure a plurality of applications on the client device, allowing the user to establish future communication sessions with the service provider.

    Abstract translation: 客户端设备的用户从多个可用服务提供商中选择服务提供商。 然后,客户端设备向用户询问用户的信息,并将用户的信息格式化为预定的数据结构和格式。 客户端设备连接到服务提供商,并将格式化的用户信息发送给服务提供商。 服务提供商响应地创建配置数据并将其提供给客户端设备。 配置数据用于在客户端设备上配置多个应用,允许用户与服务提供商建立未来的通信会话。

    Apparatus and method for enabling parallel processing of a computer program using existing database parallelism
    66.
    发明申请
    Apparatus and method for enabling parallel processing of a computer program using existing database parallelism 有权
    使用现有数据库并行性实现计算机程序的并行处理的装置和方法

    公开(公告)号:US20050182782A1

    公开(公告)日:2005-08-18

    申请号:US10753517

    申请日:2004-01-08

    Applicant: Mark Anderson

    Inventor: Mark Anderson

    CPC classification number: G06F17/30445

    Abstract: An apparatus and method enable parallelism in a computer program using parallelism that is built-in to many modem database managers. The parallelism provided by a database manager in executing user-defined functions provides an easy way to implement parallelism for database and non-database functions in a computer program without the need of hard-coding all the parallelism support in the computer program itself. A database table is defined with instructions the user wants to execute in parallel. A user-defined function is then defined that executes the instructions in the table. A database operation is then defined for the table that invokes the user-defined function. When the database operation is executed, the database manager provides parallelism by executing multiple tasks in parallel in the user-defined function. The built-in parallelism in many modem database managers thus may be used to enable parallelism in a computer program by using user-defined functions in a manner not previously thought of before.

    Abstract translation: 一种装置和方法使得在许多调制解调器数据库管理器中内置的使用并行性的计算机程序中的并行性。 数据库管理器在执行用户定义函数时提供的并行性为计算机程序中的数据库和非数据库功能实现并行化提供了一种简单的方法,而无需对计算机程序本身中的所有并行支持进行硬编码。 数据库表由用户想要并行执行的指令定义。 然后定义用户定义的函数,执行表中的说明。 然后为调用用户定义函数的表定义数据库操作。 执行数据库操作时,数据库管理器通过在用户定义的函数中并行执行多个任务来提供并行性。 因此,许多调制解调器数据库管理器中的内置并行性可以用于通过以前面没有想到的方式使用用户定义的功能来实现计算机程序中的并行性。

    Mounting system for high-mass heatsinks
    67.
    发明申请
    Mounting system for high-mass heatsinks 失效
    用于高质量散热器的安装系统

    公开(公告)号:US20050160592A1

    公开(公告)日:2005-07-28

    申请号:US10764976

    申请日:2004-01-26

    Abstract: A system for mounting heatsinks, in particular, high-mass heatsinks, on printed circuit boards, such as motherboards. The mounting system includes a backplate, disposed beneath the motherboard, with pins protruding up through the motherboard, and a linkage assembly, which is fixably attached to a base portion of a heatsink assembly. The linkage assembly includes scoops, for grasping the pins during engagement, and a ratcheting system, for compressing the heatsink and thermal interface material onto the package. The mounting system is designed to effectively distribute the heatsink weight, as well as the forces caused by chronic and dynamic stresses, through, rather than upon the motherboard, such as to a chassis. The mounting system thus alleviates stress cracks, component pullout, solderball stress, and other damaging conditions to the motherboard. The mounting system may be engaged and disengaged without the use of tools.

    Abstract translation: 用于在诸如母板的印刷电路板上安装散热器,特别是高质量散热器的系统。 安装系统包括设置在母板下方的背板,销通过主板突出,以及连接组件,其可固定地连接到散热器组件的基座部分。 连杆组件包括用于在接合期间抓住销的勺子,以及用于将散热器和热界面材料压缩到包装上的棘轮系统。 安装系统旨在有效地分配散热器重量,以及由慢性和动态应力引起的力,而不是通过主板,例如底盘。 因此,安装系统可以减轻对主板的应力裂纹,部件拔出,焊球应力和其他有害的条件。 安装系统可以在不使用工具的情况下接合和脱离。

    Photo-array layout for monitoring image statistics
    68.
    发明申请
    Photo-array layout for monitoring image statistics 有权
    用于监控图像统计的照片阵列布局

    公开(公告)号:US20050151864A1

    公开(公告)日:2005-07-14

    申请号:US10754434

    申请日:2004-01-09

    CPC classification number: H04N5/335 H01L27/14603 H01L27/14625 H04N5/2351

    Abstract: An imaging apparatus including a photo sensor array having an array of sensors is disclosed, each sensor having an active area and a support hardware area adjoining the active area. In the prior art, the support hardware area of each sensor adjoins the active area of the sensor in the same direction. In the present invention, a sensor array has an array of sensors where, for each sensor, the support hardware area adjoins the active area of the sensor in a direction that is radially away from center of the sensor array whereby at least one freed area is defined within the sensor array. One or more reference detectors can be fabricated in the freed areas. This design allows the imaging apparatus to gather better image statistics, overcome shortcomings of the prior art design, or both.

    Abstract translation: 公开了一种包括具有传感器阵列的光传感器阵列的成像装置,每个传感器具有与活动区域邻接的有效区域和支撑硬件区域。 在现有技术中,每个传感器的支撑硬件区域沿相同的方向邻接传感器的有效区域。 在本发明中,传感器阵列具有传感器阵列,其中对于每个传感器,支撑硬件区域沿径向远离传感器阵列的中心的方向邻接传感器的有效区域,由此至少一个释放区域是 定义在传感器阵列内。 可以在自由区域中制造一个或多个参考探测器。 该设计允许成像装置收集更好的图像统计,克服现有技术设计的缺点,或两者兼而有之。

    Process for producing photonic crystals
    69.
    发明申请
    Process for producing photonic crystals 审中-公开
    光子晶体生产工艺

    公开(公告)号:US20050124712A1

    公开(公告)日:2005-06-09

    申请号:US10728490

    申请日:2003-12-05

    Abstract: A process for producing photonic crystals comprises (a) providing a substantially inorganic photoreactive composition; (b) exposing, using a multibeam interference technique involving at least three beams, at least a portion of the photoreactive composition to radiation of appropriate wavelength, spatial distribution, and intensity to produce a two-dimensional or three-dimensional periodic pattern of reacted and non-reacted portions of the photoreactive composition; and (c) removing the non-reacted portion or the reacted portion of the photoreactive composition to form interstitial void space.

    Abstract translation: 制备光子晶体的方法包括(a)提供基本无机的光反应性组合物; (b)使用涉及至少三个光束的多光束干涉技术将至少一部分光反应性组合物暴露于适当波长,空间分布和强度的辐射,以产生二维或三维周期性图案的反应和 光反应性组合物的未反应部分; 和(c)除去光反应性组合物的未反应部分或反应部分以形成间隙空隙。

    Method and apparatus for automatically discovering hierarchical relationships in planar topologies
    70.
    发明申请
    Method and apparatus for automatically discovering hierarchical relationships in planar topologies 有权
    用于自动发现平面拓扑中层次关系的方法和装置

    公开(公告)号:US20050114107A1

    公开(公告)日:2005-05-26

    申请号:US10954542

    申请日:2004-09-29

    CPC classification number: G06T17/05

    Abstract: A CAD/GIS system that automatically discovers hierarchical relationships between root faces/parcels, smaller faces/parcels, and other defined areas of land. As the definitions are entered into the system, hierarchical relationships are created by the system to ease data management functions.

    Abstract translation: CAD / GIS系统,自动发现根面/包裹,较小的面孔/包裹和其他定义的土地区域之间的分层关系。 当定义被输入到系统中时,系统创建层次关系以简化数据管理功能。

Patent Agency Ranking