METHOD AND SYSTEM FOR PARKING-SITE ARRANGEMENT AND RESERVATION

    公开(公告)号:US20180218290A1

    公开(公告)日:2018-08-02

    申请号:US15423424

    申请日:2017-02-02

    Applicant: Peng Zhao

    Inventor: Peng Zhao

    Abstract: A method for reserving a parking space may include steps of a user sending out a parking space reservation request to a remote control center through a communication network; the remote control center receiving and processing the parking space reservation request; the remote control center sending at least one graphical user interface (GUI) associated with at least one parking facility for the user to reserve a parking space; the user selecting a parking space from the GUI; and the remote control center reserving the parking space for the user by lifting a parking barrier thereon. The method for reserving a parking space may further include a step of the remote control center sending out a password to the user to restore the lifted parking barrier to the ground, so the user can park his/her vehicle into the reserved parking space.

    Generating three-dimensional façade models from images
    2.
    发明授权
    Generating three-dimensional façade models from images 有权
    从图像生成三维立面模型

    公开(公告)号:US09098926B2

    公开(公告)日:2015-08-04

    申请号:US12692155

    申请日:2010-01-22

    CPC classification number: G06T17/00 G06K9/00704 G06T15/04

    Abstract: The subject disclosure relates to generating three-dimensional façade models from images. In one aspect, a systematic decomposition schema is disclosed for a façade structured into a Direct Acyclic Graph and implemented as a top-down recursive subdivision and bottom-up merging. In a further aspect, optimization of façade depth operating in a façade surface and in the super-pixel level of a whole subdivision region is described.

    Abstract translation: 本公开涉及从图像生成三维立面模型。 在一个方面,公开了一种系统分解模式,用于构造为直接非循环图的外观,并实现为自上而下的递归细分和自下而上的合并。 在另一方面,描述了在整个细分区域的外观表面和超像素级中操作的外墙深度的优化。

    Method, apparatus and system for transmitting user equipment information in a multimedia subsystem
    4.
    发明授权
    Method, apparatus and system for transmitting user equipment information in a multimedia subsystem 有权
    用于在多媒体子系统中发送用户设备信息的方法,装置和系统

    公开(公告)号:US08311037B2

    公开(公告)日:2012-11-13

    申请号:US12475856

    申请日:2009-06-01

    CPC classification number: H04L65/1016 H04L65/1006 H04L65/1073 H04L67/303

    Abstract: The present disclosure discloses a method, apparatus and system for transmitting UE information in a multimedia subsystem. The method includes: a call session control function entity obtains capability information of UE, and transmits the capability information of the UE to an AS; the AS obtaining the capability information of the UE sent from the call session control function entity. The solution of the present disclosure ensures that the AS in the IMS can obtain the capability information of the UE. Therefore, services based on the capability information of the UE can be implemented on the AS successfully.

    Abstract translation: 本公开公开了一种用于在多媒体子系统中发送UE信息的方法,装置和系统。 该方法包括:呼叫会话控制功能实体获取UE的能力信息,并将UE的能力信息发送给AS; AS获取从呼叫会话控制功能实体发送的UE的能力信息。 本公开的解决方案确保了IMS中的AS可以获得UE的能力信息。 因此,可以在AS上成功实现基于UE的能力信息的业务。

    Implementing shadow versioning to improve data dependence analysis for instruction scheduling
    5.
    发明授权
    Implementing shadow versioning to improve data dependence analysis for instruction scheduling 失效
    实施影子版本化,提高指令调度的数据依赖性分析

    公开(公告)号:US08091079B2

    公开(公告)日:2012-01-03

    申请号:US11846910

    申请日:2007-08-29

    CPC classification number: G06F8/443

    Abstract: A method for implementing shadow versioning to improve data dependence analysis for instruction scheduling in compiling code, and to identify loops within the code to be compiled, for each loop initializing a dependence a matrix, for each loop shadow identifying symbols that are accessed by the loop, examining dependencies, storing, comparing and classifying the dependence vectors, generating new shadow symbols, replacing the old shadow symbols with the new shadow symbols, generating alias relationships between the newly created shadow symbols, scheduling instructions and compiling the code.

    Abstract translation: 一种用于实现阴影版本化的方法,用于改进编译代码中的指令调度的数据依赖性分析,以及识别要编译的代码内的循环,为每个循环初始化依赖矩阵,每个循环阴影标识由循环访问的符号 ,检查依赖性,存储,比较和分类依赖向量,生成新的阴影符号,用新的阴影符号替换旧的阴影符号,生成新创建的阴影符号之间的别名关系,调度指令和编译代码。

    Efficient generation of SIMD code in presence of multi-threading and other false sharing conditions and in machines having memory protection support
    6.
    发明授权
    Efficient generation of SIMD code in presence of multi-threading and other false sharing conditions and in machines having memory protection support 有权
    在存在多线程和其他虚假共享条件的情况下以及具有存储器保护支持的机器中有效地生成SIMD代码

    公开(公告)号:US07730463B2

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

    申请号:US11358372

    申请日:2006-02-21

    CPC classification number: G06F9/3851 G06F8/44

    Abstract: A computer implemented method, system and computer program product for automatically generating SIMD code. The method begins by analyzing data to be accessed by a targeted loop including at least one statement, where each statement has at least one memory reference, to determine if memory accesses are safe. If memory accesses are safe, the targeted loop is simdized. If not safe, it is determined if a scheme can be applied in which safety need not be guaranteed. If such a scheme can be applied, the targeted loop is simdized according to the scheme. If such a scheme cannot be applied, it is determined if padding is appropriate. If padding is appropriate, the data is padded and the targeted loop is simdized. If padding is not appropriate, non-simdized code is generated based on the targeted loop for handling boundary conditions, the targeted loop is simdized and combined with the non-simdized code.

    Abstract translation: 一种用于自动生成SIMD代码的计算机实现的方法,系统和计算机程序产品。 该方法开始于分析要由目标循环访问的数据,包括至少一个语句,其中每个语句具有至少一个存储器引用,以确定存储器访问是否安全。 如果存储器访问是安全的,则对象循环被简化。 如果不安全,则确定是否可以应用不需要保证安全性的方案。 如果可以应用这种方案,则根据该方案对目标循环进行模拟。 如果不能应用这种方案,则确定填充是否合适。 如果填充是合适的,则填充数据并对目标循环进行模拟。 如果填充不合适,则基于用于处理边界条件的目标循环生成非模拟代码,目标循环被简化并与非模拟代码组合。

    METHOD AND APPARATUS FOR TRANSMIT-RECEIVING EMERGENCY SERVICE
    9.
    发明申请
    METHOD AND APPARATUS FOR TRANSMIT-RECEIVING EMERGENCY SERVICE 审中-公开
    发送紧急服务的方法和装置

    公开(公告)号:US20090147929A1

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

    申请号:US12371129

    申请日:2009-02-13

    Applicant: Peng Zhao

    Inventor: Peng Zhao

    CPC classification number: H04W4/90 H04W8/26 H04W12/0806 H04W12/12 H04W76/50

    Abstract: Methods and apparatuses for transmitting and receiving emergency service are provided to solve the problem that the user maliciously performs emergency registration with the emergency user ID to receive the unauthorized service. The method for initiating callback in the emergency service includes forwarding the request message to the callee connection network and informing the callee connection network of the identity of the initiator identity after the callback initiator side authenticates the identity of the initiator of the received request message. The method for receiving callback in the emergency service includes: recognizing, by the callee connection network, the identity of the initiator who initiates the callback request message transmitted from the call initiator-side network and performing post-processing according to whether the identity of the initiator is a valid PSAP.

    Abstract translation: 提供发送和接收紧急服务的方法和装置,以解决用户恶意执行紧急用户ID紧急登记以接收未经授权的业务的问题。 用于在紧急服务中发起回叫的方法包括将请求消息转发到被叫方连接网络,并且在回呼发起方认证接收到的请求消息的发起者的身份之后通知被叫方连接网络发起者身份的身份。 在紧急服务中接收回叫的方法包括:由被叫方连接网络识别发起从呼叫发起方侧网络发送的回叫请求消息的发起方的身份,并根据该呼叫发起方侧网络的身份执行后处理 发起者是一个有效的PSAP。

    METHOD TO EXPLOIT SUPERWORD-LEVEL PARALLELISM USING SEMI-ISOMORPHIC PACKING
    10.
    发明申请
    METHOD TO EXPLOIT SUPERWORD-LEVEL PARALLELISM USING SEMI-ISOMORPHIC PACKING 失效
    使用半正交包装开发超级平行平行的方法

    公开(公告)号:US20080127144A1

    公开(公告)日:2008-05-29

    申请号:US11536990

    申请日:2006-09-29

    CPC classification number: G06F8/456

    Abstract: A computer program product is provided for extracting SIMD parallelism. The computer program product includes instructions for providing a stream of input code comprising basic blocks; identifying pairs of statements that are semi-isomorphic with respect to each other within a basic block; iteratively combining into packs, pairs of statements that are semi-isomorphic with respect to each other, and combining packs into combined packs; collecting packs whose statements can be scheduled together for processing; and generating SIMD instructions for each pack to provide for extracting the SIMD parallelism.

    Abstract translation: 提供了一种用于提取SIMD并行性的计算机程序产品。 计算机程序产品包括用于提供包括基本块的输入代码流的指令; 识别在基本块内相对于彼此半同构的语句对; 迭代地组合成包,相对于半同构的语句对,以及将包合并成组合包; 收集包,其陈述可以一起安排处理; 并为每个包生成SIMD指令以提供SIMD并行性。

Patent Agency Ranking