Charging mechanism for multicasting
    71.
    发明申请
    Charging mechanism for multicasting 审中-公开
    多播的收费机制

    公开(公告)号:US20050283447A1

    公开(公告)日:2005-12-22

    申请号:US11208759

    申请日:2005-08-23

    Abstract: An apparatus for calculating a cost of receiving multicast data from a multicast session. A multicast network includes at least one multicast service, each multicast service including at least one multicast session. The apparatus receives a request to establish a connection to the multicast session, stores a start time for the connection and an end time for the connection and, after termination of the connection, calculates the cost of receiving the multicast data. The apparatus can receive a subsequent request to extend the connection, the subsequent request specifying a new end time for the connection, and store the new end time for the connection. Alternatively, the apparatus can receive a subsequent request to terminate the connection, the subsequent request specifying a new end time that precedes the end time for the connection, and store the new end time for the connection.

    Abstract translation: 一种用于计算从多播会话接收多播数据的成本的装置。 多播网络包括至少一个多播服务,每个多播服务包括至少一个多播会话。 该装置接收到建立到多播会话的连接的请求,存储连接的开始时间和连接的结束时间,并且在连接结束之后计算接收多播数据的成本。 该装置可以接收用于扩展连接的后续请求,后续请求指定连接的新的结束时间,并且存储用于连接的新的结束时间。 或者,设备可以接收终止连接的后续请求,后续请求指定在连接的结束时间之前的新的结束时间,并且存储连接的新的结束时间。

    SYSTEMS AND METHODS IN SUPPORT OF DYNAMIC DATA MANAGEMENT
    72.
    发明申请
    SYSTEMS AND METHODS IN SUPPORT OF DYNAMIC DATA MANAGEMENT 审中-公开
    支持动态数据管理的系统和方法

    公开(公告)号:US20160224251A1

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

    申请号:US14610428

    申请日:2015-01-30

    Applicant: LIN XU

    Inventor: LIN XU

    Abstract: A system and method for dynamic data management may receive a request from an operating system (OS) of a computer for device parameters to be provided to the OS; provide virtual Mass Storage Device (MSD) parameters, wherein the virtual MSD parameters cause the OS to determine that the device has an OS-supported file system, and wherein the device does not have an OS-supported file system; receive from the OS, based on the virtual MSD parameters, data retrieval requests, wherein each data retrieval request comprises at least a request for information regarding files of data and corresponding data management information; map data stored in the data storage medium to the data retrieval requests; and provide a virtual data map to the OS based on the mapping; wherein the virtual data map enables the OS to retrieve and manage the information regarding the files of data.

    Abstract translation: 用于动态数据管理的系统和方法可从计算机的操作系统(OS)接收要提供给OS的设备参数的请求; 提供虚拟大容量存储设备(MSD)参数,其中所述虚拟MSD参数导致所述OS确定所述设备具有OS支持的文件系统,并且其中所述设备不具有OS支持的文件系统; 基于虚拟MSD参数,数据检索请求从OS接收,其中每个数据检索请求至少包括关于数据文件和相应数据管理信息的信息的请求; 将存储在数据存储介质中的数据映射到数据检索请求; 并基于映射提供到OS的虚拟数据映射; 其中虚拟数据映射使得OS能够检索和管理关于数据文件的信息。

    Copying text using parameters displayed on a clipboard
    74.
    发明授权
    Copying text using parameters displayed on a clipboard 有权
    使用剪贴板上显示的参数复制文本

    公开(公告)号:US09003283B2

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

    申请号:US13557184

    申请日:2012-07-24

    Applicant: Zhong-Lin Xu

    Inventor: Zhong-Lin Xu

    CPC classification number: G06F3/0488 G06F3/0486 G06F9/543 G06F17/24

    Abstract: A method for text editing is provided. The method includes steps: displaying a text file on a touch display screen; displaying a clipboard alongside of the displayed text file; determining selected text in response to a text selection touch operation; generating parameters representative of the selected text in response to the text selection touch operation; copying the parameters to the clipboard and displaying the parameters on the displayed clipboard in response to a use's first loading operation; finding the text in the text file according to the selected parameters displayed on the displayed clipboard in response to a user's parameter selection operation; and copying the found text from the text file to an intended location in response to a user's second loading operation. A related text editing system is also provided.

    Abstract translation: 提供了一种文本编辑方法。 该方法包括以下步骤:在触摸显示屏上显示文本文件; 在显示的文本文件旁显示剪贴板; 响应于文本选择触摸操作来确定所选择的文本; 响应于文本选择触摸操作生成代表所选文本的参数; 将参数复制到剪贴板并在显示的剪贴板上显示参数以响应用户的第一次加载操作; 响应于用户的参数选择操作,根据显示的剪贴板上显示的所选参数,找到文本文件中的文本; 以及响应于用户的第二次加载操作将找到的文本从文本文件复制到预期位置。 还提供了相关的文本编辑系统。

    Tracking variable information in optimized code
    77.
    发明授权
    Tracking variable information in optimized code 有权
    跟踪优化代码中的变量信息

    公开(公告)号:US08656377B2

    公开(公告)日:2014-02-18

    申请号:US12813404

    申请日:2010-06-10

    CPC classification number: G06F8/437

    Abstract: Embodiments are directed to tracking variable location information in optimized code and efficiently collecting and storing reaching definition information. A computer system receives a portion of source code at a compiler, where the compiler is configured to compile and optimize the source code for execution. The computer system tags selected variables in the source code with a tag, where the tag is configured to provide location information for the variable. The computer system optimizes the received portion of source code including changing at least one of the tagged variables. The computer system also tracks the tagged variables as the variables are changed by the compiler during code optimization and persists the variable location information, so that the persisted variable location information is available to other compiler components.

    Abstract translation: 实施例涉及在优化代码中跟踪可变位置信息并有效地收集和存储到达定义信息。 计算机系统在编译器处接收一部分源代码,其中编译器被配置为编译和优化用于执行的源代码。 计算机系统使用标签将源代码中的选定变量标记,其中标签被配置为提供变量的位置信息。 计算机系统优化所接收的源代码部分,包括改变至少一个标记变量。 计算机系统还跟踪标记的变量,因为编码器在代码优化期间改变了变量,并且持续存在变量位置信息,使得持久变量位置信息可用于其他编译器组件。

    CLOUD STORAGE SYSTEM AND DATA STORAGE AND SHARING METHOD BASED ON THE SYSTEM
    78.
    发明申请
    CLOUD STORAGE SYSTEM AND DATA STORAGE AND SHARING METHOD BASED ON THE SYSTEM 审中-公开
    基于系统的云存储系统和数据存储和共享方法

    公开(公告)号:US20140025723A1

    公开(公告)日:2014-01-23

    申请号:US13586892

    申请日:2012-08-16

    CPC classification number: H04L67/1091 H04L67/1063 H04L67/2814

    Abstract: A cloud storage system comprises at least one server, and an intermediate device that communicates with the at least one server and a plurality of client devices that are presented on a network. The client devices comprise various data for sharing, and attribute information of the sharing data are stored in the at least one server through the intermediate device. The intermediate device establishes peer to peer connections between the client devices, and controls data transmission between the client devices through the peer to peer connections, so that the client devices can share their data through the peer to peer connections.

    Abstract translation: 云存储系统包括至少一个服务器和与所述至少一个服务器通信的中间设备以及呈现在网络上的多个客户端设备。 客户端设备包括用于共享的各种数据,并且共享数据的属性信息通过中间设备存储在至少一个服务器中。 中间设备建立客户端设备之间的对等连接,并通过对等连接来控制客户端设备之间的数据传输,使得客户端设备可以通过对等连接共享其数据。

    DATA PROTECTION SYSTEM AND METHOD BASED ON CLOUD STORAGE
    80.
    发明申请
    DATA PROTECTION SYSTEM AND METHOD BASED ON CLOUD STORAGE 审中-公开
    数据保护系统和基于云存储的方法

    公开(公告)号:US20130185569A1

    公开(公告)日:2013-07-18

    申请号:US13422162

    申请日:2012-03-16

    Applicant: Zhong-Lin XU

    Inventor: Zhong-Lin XU

    CPC classification number: H04L63/0471 G06F21/6209 G06F2221/2107

    Abstract: A data protection system implemented by a data protection device divides original data of a user into a plurality of data packets, and allots a sequential number to each second data. The system encrypts each of the data packets in sequence according to the allotted number of each of the data packets. After each of the data packets has been encrypted, the system moves each encrypted data packet from the data protection device to a cloud storage device in communication with the data protection device through a network.

    Abstract translation: 由数据保护装置实现的数据保护系统将用户的原始数据划分为多个数据包,并将顺序号分配给每个第二数据。 系统根据每个数据包的分配数量顺序地对每个数据包进行加密。 在每个数据分组被加密之后,系统将每个加密的数据分组从数据保护装置移动到与数据保护装置通过网络通信的云存储装置。

Patent Agency Ranking