METHOD, SYSTEM AND CORE NETWORK NODE FOR IMPLEMENTING LOAD MIGRATION IN POOL AREA
    1.
    发明申请
    METHOD, SYSTEM AND CORE NETWORK NODE FOR IMPLEMENTING LOAD MIGRATION IN POOL AREA 审中-公开
    方法,系统和核心网络节点,用于实现潮地区的载荷移动

    公开(公告)号:US20100035609A1

    公开(公告)日:2010-02-11

    申请号:US12580640

    申请日:2009-10-16

    IPC分类号: H04W60/00 H04W72/00

    CPC分类号: H04W8/06 H04W8/12 H04W36/12

    摘要: A method for implementing load migration in a pool area is disclosed. The method includes that: the destination CN node receives an identifier of a subscriber ready for migration; and the destination CN node migrates the subscriber ready for migration to the destination CN node, and allocates a local office identifier to the migrated subscriber. In addition, a system for implementing load migration in a pool area and a CN node are disclosed.

    摘要翻译: 公开了一种用于在池区域中实现负载迁移的方法。 该方法包括:目的CN节点接收准备迁移的用户的标识符; 并且目的地CN节点迁移订户准备迁移到目的地CN节点,并且向迁移的订户分配本地办公室标识符。 另外,公开了一种用于在池区域和CN节点中实现负载迁移的系统。

    BUT REASONING IN INCONSISTENT KNOWLEDGE BASE
    2.
    发明申请
    BUT REASONING IN INCONSISTENT KNOWLEDGE BASE 有权
    但不了解知识基础

    公开(公告)号:US20130151459A1

    公开(公告)日:2013-06-13

    申请号:US13818305

    申请日:2011-07-29

    申请人: Jun Fang

    发明人: Jun Fang

    IPC分类号: G06N5/02

    CPC分类号: G06N5/022 G06F17/30678

    摘要: A method is provided for “but reasoning” with an inconsistent knowledge base. The method not only gives an answer to a Boolean question but also additional and instructive information. The method first finds a bridge statement that explains a contradiction between the answer and the inconsistent knowledge base. The method then selects a but statement that causes the contradiction with the answer, and constructs and validates a but answer with the answer, the but statement, and optionally the bridge statement.

    摘要翻译: 提供了一种具有不一致知识库的“但推理”的方法。 该方法不仅给出了布尔问题的答案,还给出了额外的和有启发性的信息。 该方法首先找到解释答案与不一致知识库之间的矛盾的桥梁语句。 然后,该方法选择一个导致与答案矛盾的声明,并用答案,but语句,以及可选的bridge语句来构造和验证一个但是答案。

    MANAGING A BINARY OBJECT IN A DATABASE SYSTEM
    4.
    发明申请
    MANAGING A BINARY OBJECT IN A DATABASE SYSTEM 有权
    管理数据库系统中的二进制对象

    公开(公告)号:US20120303667A1

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

    申请号:US13565608

    申请日:2012-08-02

    IPC分类号: G06F17/30

    摘要: A method for managing a binary object in a database system is provided. The method may include receiving a request to store the binary object and determining if a size of the binary object is above a first threshold. If the size is less than the first threshold, the method may include storing the binary object in a database of the database system using a database communication protocol. If the size is above the first threshold, the method may include determining if the size is above a second threshold. To this end, if the size is less than the second threshold, the method may include storing the binary object in a file system of the database system using the database communication protocol. Furthermore, if the size is above the second threshold, the method may include storing the binary object in the file system using a file system communication protocol.

    摘要翻译: 提供了一种用于管理数据库系统中的二进制对象的方法。 该方法可以包括接收存储二进制对象的请求,并确定二进制对象的大小是否高于第一阈值。 如果大小小于第一阈值,则该方法可以包括使用数据库通信协议将二进制对象存储在数据库系统的数据库中。 如果大小高于第一阈值,则该方法可以包括确定大小是否高于第二阈值。 为此,如果大小小于第二阈值,则该方法可以包括使用数据库通信协议将二进制对象存储在数据库系统的文件系统中。 此外,如果大小高于第二阈值,则该方法可以包括使用文件系统通信协议将二进制对象存储在文件系统中。

    SYSTEM AND METHOD FOR PROVIDING USER DEFINED TYPES IN A DATABASE SYSTEM
    6.
    发明申请
    SYSTEM AND METHOD FOR PROVIDING USER DEFINED TYPES IN A DATABASE SYSTEM 失效
    用于在数据库系统中提供用户定义类型的系统和方法

    公开(公告)号:US20050177589A1

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

    申请号:US10775282

    申请日:2004-02-10

    IPC分类号: G06F7/00 G06F17/00 G06F17/30

    摘要: A database system and method allows a user to write program code in a high-level programming language that implements a class that defines the structure of a user-defined type and methods that can be invoked on instances of the type. The class is then registered with the database system, which enforces a specific contract for user-defined types against the class. The contract comprises the following requirements. First, the class must specify one of a plurality of different formats for persisting instances of the user-defined type in a database store. Second, the class must be capable of returning a null value for the user-defined type. Third, the class must provide a method for converting the user-defined type to another type. Once these requirements are satisfied, the database system enables instances of the user-defined type to be created. A user-defined type can be used in all contexts where any other built-in type can be used. This includes defining columns of tables, declaring variables and parameters to functions and stored procedures, and evaluating expressions of the user-defined type in SQL queries and updates. Preferably, the database system stores metadata about the user-defined type for subsequent use in creating instances of the type.

    摘要翻译: 数据库系统和方法允许用户以实现定义用户定义类型的结构的类的高级编程语言编写程序代码,并且可以在该类型的实例上调用方法。 该类然后向数据库系统注册,该系统针对类强制执行用户定义类型的特定合同。 合同包括以下要求。 首先,类必须为数据库存储中的用户定义类型的持久化实例指定多种不同格式之一。 第二,类必须能够返回用户定义类型的空值。 第三,类必须提供一种将用户定义类型转换为另一种类型的方法。 一旦满足这些要求,数据库系统就可以创建用户定义类型的实例。 可以在可以使用任何其他内置类型的所有上下文中使用用户定义的类型。 这包括定义表的列,将变量和参数声明为函数和存储过程,以及评估SQL查询和更新中用户定义类型的表达式。 优选地,数据库系统存储关于用户定义类型的元数据,以便随后用于创建该类型的实例。

    Radiation alleviation
    7.
    发明授权

    公开(公告)号:US09787344B2

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

    申请号:US14785882

    申请日:2014-05-13

    发明人: Yue Xiao Jun Fang

    IPC分类号: H04W52/18 H04B1/3827

    摘要: In some examples, a mobile device includes a radiation sensor configured to measure an amount of radiation surrounding a corresponding device that is communicatively connected to a second device and/or a third device, a comparator configured to compare the measured amount of radiation to a predetermined radiation threshold, a wireless communication manager configured to report to the second device and/or the third device a result output from the comparison module, and a collaboration manager configured to collaborate with the second device.

    Performing queries using semantically restricted relations
    8.
    发明授权
    Performing queries using semantically restricted relations 有权
    使用语义有限的关系来执行查询

    公开(公告)号:US09245049B2

    公开(公告)日:2016-01-26

    申请号:US13496773

    申请日:2011-02-16

    申请人: Jun Fang

    发明人: Jun Fang

    IPC分类号: G06N5/04 G06F17/30

    CPC分类号: G06F17/30958 G06N5/04

    摘要: Techniques for searching large data sets. A semantically restricted relation graph is generated for an ontology. Queries to the ontology are resolved using the semantically restricted relation graph.

    摘要翻译: 搜索大型数据集的技术。 为本体生成语义上限制的关系图。 使用语义限制关系图解析对本体的查询。

    ADAPTIVE MODE-SWITCHING SPATIAL MODULATION FOR MIMO WIRELESS COMMUNICATION SYSTEM
    9.
    发明申请
    ADAPTIVE MODE-SWITCHING SPATIAL MODULATION FOR MIMO WIRELESS COMMUNICATION SYSTEM 有权
    用于MIMO无线通信系统的自适应模式切换空间调制

    公开(公告)号:US20150195018A1

    公开(公告)日:2015-07-09

    申请号:US14408563

    申请日:2012-06-18

    摘要: Techniques are generally described related to tag refinement strategy. One example method for communicating between a first wireless system having a plurality of first antennas and a second wireless system having a plurality of second antennas may be presented. The method may include receiving configuration information associated with the plurality of first antennas and a plurality of modulation schemes which the first wireless system is configured to support; determining a plurality of configurations based on the configuration information, wherein each of the plurality of configurations defines a corresponding subset of first antennas selected from the plurality of first antennas and a corresponding modulation scheme selected from the plurality of modulation schemes; and selecting a first configuration from the plurality of configurations, wherein when operating under the first configuration, the first wireless system is configured to achieve one or more performance criteria.

    摘要翻译: 技术通常描述为与标签细化策略相关。 可以呈现用于在具有多个第一天线的第一无线系统与具有多个第二天线的第二无线系统之间进行通信的一个示例性方法。 该方法可以包括接收与多个第一天线相关联的配置信息和第一无线系统被配置为支持的多个调制方案; 基于所述配置信息确定多个配置,其中所述多个配置中的每一个配置定义从所述多个第一天线中选择的第一天线的相应子集以及从所述多个调制方案中选择的对应调制方案; 以及从所述多个配置中选择第一配置,其中当在所述第一配置下操作时,所述第一无线系统被配置为实现一个或多个性能标准。

    Scalable reasoning using a polarity-based module
    10.
    发明授权
    Scalable reasoning using a polarity-based module 有权
    使用基于极性的模块进行可扩展推理

    公开(公告)号:US08996439B2

    公开(公告)日:2015-03-31

    申请号:US13203969

    申请日:2010-11-02

    申请人: Jun Fang

    发明人: Jun Fang

    IPC分类号: G06N5/02 G06N5/00

    CPC分类号: G06N5/02

    摘要: Modularization-based reasoning of reasoning tasks is provided. Performing a reasoning task includes receiving the reasoning task. Symbols in the reasoning task are interpreted to extract a module from the knowledge base. The reasoning task is them performed with the extracted module to obtain a result of the reasoning task.

    摘要翻译: 提供了基于模块化的推理任务推理。 执行推理任务包括接收推理任务。 推理任务中的符号被解释为从知识库中提取模块。 然后使用提取的模块执行推理任务以获得推理任务的结果。