Controlling Shared Memory
    31.
    发明申请

    公开(公告)号:US20120324038A1

    公开(公告)日:2012-12-20

    申请号:US13599501

    申请日:2012-08-30

    IPC分类号: G06F15/167

    摘要: In view of the characteristics of distributed applications, the present invention proposes a technical solution for applying a shared memory on an NIC comprising: a shared memory configured to provide shared storage space for a task of a distributed application, and a microcontroller. Furthermore, the present invention provides a computer device that includes the above-mentioned NIC, a method for controlling a read/write operation on a shared memory of a NIC, and a method for invoking the NIC. The use of the technical solution provided in the present invention bypasses the processing of network protocol stack, avoids the time delay introduced by the network protocol stack. The present invention does not need to perform TCP/IP encapsulation on the data packet, thus greatly saving additional packet header and packet tail overheads generated from the TCP/IP layer data encapsulation.

    Email Management Method, Apparatus and Terminal Device
    32.
    发明申请
    Email Management Method, Apparatus and Terminal Device 有权
    电子邮件管理方法,设备和终端设备

    公开(公告)号:US20120303729A1

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

    申请号:US13511457

    申请日:2010-11-24

    申请人: Yan Li Xuelian Li

    发明人: Yan Li Xuelian Li

    IPC分类号: G06F15/16

    CPC分类号: H04L51/08

    摘要: The present invention provides an email management method, apparatus and terminal device, wherein the method comprises: receiving an email, and judging whether said email is attached with an attachment; if said email is attached with an attachment, extracting attachment information of said email, and saving said attachment information. The solution of the present invention improves the efficiency of email searching, and makes it more convenient for the user to perform searching.

    摘要翻译: 本发明提供一种电子邮件管理方法,装置和终端装置,其特征在于,所述方法包括:接收电子邮件,并判断所述电子邮件是否附有附件; 如果所述电子邮件附有附件,则提取所述电子邮件的附件信息,并保存所述附件信息。 本发明的解决方案提高了电子邮件搜索的效率,并且使得用户更方便地进行搜索。

    Method for detecting objects using flexible edge arrangements
    33.
    发明授权
    Method for detecting objects using flexible edge arrangements 有权
    使用柔性边缘布置检测物体的方法

    公开(公告)号:US08320679B2

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

    申请号:US12052864

    申请日:2008-03-21

    IPC分类号: G06K9/62

    CPC分类号: G06K9/4609

    摘要: A method wherein images of different types of objects within a class are partitioned into region stacks. For each one of the stacks, the method: (a) applies a template to extract fragments having a predetermined size and one of a plurality of different spatial orientations, to generate extracted templates; (b) determines, from the extracted templates, a most frequent one thereof having only a first number of fragments with a common spatial orientations; (c) records the number of images having the determined most frequent extracted template; (d) repeats (b) and (c) with successively increasing number of fragments until the number of recoded images falls below a threshold; and (e) selects as a master extracted template the one of the most frequent templates having the largest recorded number of fragments. The master extracted templates for the stacks are combined into a map that is then compared with background images to remove extracted templates matching segment in the background.

    摘要翻译: 将类内不同类型对象的图像分割成区域堆栈的方法。 对于堆叠中的每一个,方法:(a)应用模板来提取具有预定大小和多个不同空间取向之一的片段,以产生提取的模板; (b)从所提取的模板中确定其中最频繁的模板具有仅具有公共空间取向的第一数量的片段; (c)记录具有确定的最频繁提取的模板的图像的数量; (d)重复(b)和(c),连续增加片段数,直到重新编码的图像数量低于阈值; 和(e)选择具有最大记录数量片段的最频繁模板之一作为主提取模板。 将提取的模板用于堆栈组合成一个映射,然后将其与背景图像进行比较,以删除在后台匹配段的提取模板。

    Data Transmission Method and Apparatus for a Wireless Distribution System
    35.
    发明申请
    Data Transmission Method and Apparatus for a Wireless Distribution System 审中-公开
    无线分配系统的数据传输方法和装置

    公开(公告)号:US20120156985A1

    公开(公告)日:2012-06-21

    申请号:US13393401

    申请日:2009-12-22

    IPC分类号: H04W88/04 H04W4/06

    摘要: The present invention discloses a data transmission method and an apparatus for a wireless distribution system. The method comprises: receiving data by a wireless access point or a wireless repeater of the wireless distribution system (S202); determining a priority of the data (S204); and transmitting the data according to the determined priority (S206). The present invention achieves a technical effect of providing an optimum wireless resources configuration for the users.

    摘要翻译: 本发明公开了一种用于无线分配系统的数据传输方法和装置。 该方法包括:通过无线分配系统的无线接入点或无线中继器接收数据(S202); 确定数据的优先级(S204); 并根据确定的优先级发送数据(S206)。 本发明实现了为用户提供最佳无线资源配置的技术效果。

    Method and system for debugging a program in a multi-thread environment
    37.
    发明授权
    Method and system for debugging a program in a multi-thread environment 失效
    在多线程环境中调试程序的方法和系统

    公开(公告)号:US08201152B2

    公开(公告)日:2012-06-12

    申请号:US12110430

    申请日:2008-04-28

    IPC分类号: G06F9/44

    CPC分类号: G06F11/362

    摘要: A method and system for debugging a program in multithread environment which interrupts the running of a debuggee program begins by replacing the instruction at the position at which a breakpoint for debugging is desired to be set with a breakpoint instruction. When the breakpoint instruction is replaced back with the instruction at the position at which the breakpoint for debugging is set, an instruction is set in front of the breakpoint for debugging as a fence breakpoint; and when the instruction at the position at which the breakpoint for debugging is set, is replaced again with the breakpoint instruction. On completion, the fence breakpoint is replaced with the original instruction of the debuggee program at that position.

    摘要翻译: 用于调试多线程环境中的程序的方法和系统,其中断调试程序的运行,首先将需要使用断点指令设置的调试断点位置处的指令替换。 当断点指令被替换为用于调试断点的位置处的指令时,在断点前设置指令作为围栏断点; 并且当设置用于调试断点的位置处的指令被替换为断点指令。 完成后,该栅栏断点被替换为该位置的调试程序的原始指令。

    ESTABLISHMENT METHOD AND DEVICE FOR LINK BETWEEN ACCESS POINT AND REPEATER IN WIRELESS DISTRIBUTION SYSTEM
    38.
    发明申请
    ESTABLISHMENT METHOD AND DEVICE FOR LINK BETWEEN ACCESS POINT AND REPEATER IN WIRELESS DISTRIBUTION SYSTEM 有权
    在无线分配系统中接入点和重复器之间链接的建立方法和设备

    公开(公告)号:US20120089834A1

    公开(公告)日:2012-04-12

    申请号:US13140715

    申请日:2009-12-24

    申请人: Yan Li

    发明人: Yan Li

    IPC分类号: H04L9/32 H04K1/00

    摘要: The present invention provides an establishment method and device for a link between an access point and a repeater in a wireless distribution system. The method comprises: starting the access point and the repeater in the wireless distribution system; the access point and the repeater transmitting an interactive message to each other, and obtaining channel information, channel encryption mode, cipher key information, and address information of an opposite end about the link between the access point and the repeater from the interactive message; the access point and the repeater establishing the link between the access point and the repeater according to the channel information, the channel encryption mode, the cipher key information, and the address information of the opposite end. The device comprises: a starting module, an interactive module, and an establishment module. The present invention overcomes the problem of the establishment method for a link between the access point and the repeater in a wireless distribution system, that is, it needs a user's manual input to determine the channel of the WDS link establishment, which causes the procedure of the link establishment is relatively troublesome. Furthermore, the present invention achieves the automatic optimal configurations on the channel of the WDS link, such that the operation of the user is more convenient and quicker, and the quality and the rate of the link are increased

    摘要翻译: 本发明提供一种无线分布系统中的接入点与中继器之间的链路的建立方法和装置。 该方法包括:在无线分发系统中启动接入点和中继器; 所述接入点和所述中继器彼此发送交互消息,并从所述交互消息中获取关于所述接入点和所述中继器之间的链路的相对端的信道信息,信道加密模式,密码密钥信息和地址信息; 接入点和中继器根据信道信息,信道加密模式,密码密钥信息和相对端的地址信息建立接入点和中继器之间的链路。 该装置包括:启动模块,交互模块和建立模块。 本发明克服了无线分发系统中接入点与中继器之间的链路建立方法的问题,即需要用户的手动输入来确定WDS链路建立的信道, 链接建立比较麻烦。 此外,本发明实现了WDS链路的信道上的自动优化配置,使得用户的操作更方便快捷,链路的质量和速率增加

    Method and Apparatus for Enabling Common Channel Communications of SMS
    40.
    发明申请
    Method and Apparatus for Enabling Common Channel Communications of SMS 有权
    用于启用SMS的公共信道通信的方法和装置

    公开(公告)号:US20120052885A1

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

    申请号:US13153256

    申请日:2011-06-03

    IPC分类号: H04W4/14 H04W68/12

    摘要: A method, an apparatus, and a computer program product for wireless communication are provided in which 1×CSFB for communication of SMS messages in an LTE environment may be avoided. An IWS may receive a paging request message from a MSC, wherein the paging request message includes a first SMS service option indicating communication of a SMS message using a first RAT. The IWS may avoid an ESR procedure by analyzing the first SMS service option in the paging request message. Further the IWS may establish a common channel connection between the IWS and a target UE using a second RAT, wherein the first RAT and the second RAT are different.

    摘要翻译: 提供了一种用于无线通信的方法,装置和计算机程序产品,其中可以避免在LTE环境中用于SMS消息的通信的1×CSFB。 IWS可以从MSC接收寻呼请求消息,其中寻呼请求消息包括指示使用第一RAT的SMS消息的通信的第一SMS服务选项。 IWS可以通过分析寻呼请求消息中的第一SMS服务选项来避免ESR过程。 此外,IWS可以使用第二RAT在IWS和目标UE之间建立公共信道连接,其中第一RAT和第二RAT不同。