Detecting incorrect versions of files
    31.
    发明申请
    Detecting incorrect versions of files 失效
    检测文件的不正确版本

    公开(公告)号:US20050235010A1

    公开(公告)日:2005-10-20

    申请号:US10821146

    申请日:2004-04-08

    IPC分类号: G06F9/445 G06F12/00

    CPC分类号: G06F11/3664 G06F9/4494

    摘要: A method, apparatus, system, and signal-bearing medium that in an embodiment issue a warning if a file to be used is an older version. In an embodiment, the warning includes an identification of the location of a newer version of the file. In an embodiment, the file is a class, and the old and new versions are found using a classpath, but in other embodiments any type of file or other object may be used. In this way, the use of incorrect versions of files may be detected and avoided.

    摘要翻译: 一种方法,装置,系统和信号承载介质,在一个实施例中,如果要使用的文件是较旧版本,则发出警告。 在一个实施例中,警告包括文件的较新版本的位置的标识。 在一个实施例中,文件是类,并且使用类路径找到旧版本和新版本,但是在其他实施例中,可以使用任何类型的文件或其他对象。 以这种方式,可以检测并避免使用不正确版本的文件。

    Prevention of a User Mimicking Another User in a Virtual World
    32.
    发明申请
    Prevention of a User Mimicking Another User in a Virtual World 失效
    防止用户在虚拟世界中模仿其他用户

    公开(公告)号:US20100057715A1

    公开(公告)日:2010-03-04

    申请号:US12204299

    申请日:2008-09-04

    IPC分类号: G06F17/30 G06F21/00

    CPC分类号: G06F21/31 G06F21/51

    摘要: Methods and apparatus associate a computed difference factor to avatars that are to interact with one another in a simulated environment. Applying a difference factor to the avatars enables identification of similar avatars in order to avoid mistaken identities among the avatars. The difference factor predicts probability that one avatar is mimicking another avatar. An attribute uniqueness algorithm may assign the difference factor based on name, appearance, and/or accessory similarity between two avatars. A user index may be used to store data describing attributes of each avatar for analysis using programs that are stored in memory and that execute the attribute uniqueness algorithm. Further, system validation of each avatar provides ability to protect and control likeness of the avatars in the virtual world.

    摘要翻译: 方法和装置将计算的差异因子与在模拟环境中彼此相互作用的化身相关联。 在化身中应用差异因素可以识别类似的化身,以避免头像中的错误身份。 差异因素预测一个化身模拟另一个化身的概率。 属性唯一性算法可以基于两个化身之间的名称,外观和/或附件相似性来分配差异因子。 可以使用用户索引来存储描述每个化身的属性的数据,以便使用存储在存储器中并执行属性唯一性算法的程序进行分析。 此外,每个头像的系统验证提供了保护和控制虚拟世界中化身的相似性的能力。

    Method of tracing back the execution path in a debugger
    33.
    发明申请
    Method of tracing back the execution path in a debugger 审中-公开
    在调试器中跟踪执行路径的方法

    公开(公告)号:US20070168992A1

    公开(公告)日:2007-07-19

    申请号:US11282034

    申请日:2005-11-17

    申请人: Cary Bates

    发明人: Cary Bates

    IPC分类号: G06F9/44

    CPC分类号: G06F11/3636 G06F11/3644

    摘要: A method, computer-readable medium, and system for tracing the execution path of a program are provided. In one embodiment, a control flow graph is created for the program. For each node in the control flow graph, a determination is made of whether the node has two or more predecessor nodes. For each node determined to have two or more predecessor nodes, a set instruction is inserted into program code corresponding to the predecessor node which sets a corresponding value of a variable. The corresponding value of the variable indicates that one or more instructions in the predecessor node were executed during an execution of the program.

    摘要翻译: 提供了一种用于跟踪程序的执行路径的方法,计算机可读介质和系统。 在一个实施例中,为程序创建控制流程图。 对于控制流程图中的每个节点,确定节点是否具有两个或更多个前导节点。 对于确定具有两个或更多个前导节点的每个节点,将设置指令插入到与设置变量的对应值的前导节点相对应的程序代码中。 变量的相应值表示在执行程序期间执行了前导节点中的一个或多个指令。

    Displaying parameters associated with call statements
    34.
    发明申请
    Displaying parameters associated with call statements 审中-公开
    显示与调用语句关联的参数

    公开(公告)号:US20070150866A1

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

    申请号:US11316249

    申请日:2005-12-22

    IPC分类号: G06F9/44

    CPC分类号: G06F11/3624

    摘要: A method, apparatus, system, and signal-bearing medium that, in an embodiment, in response to a call statement and a parameter statement in a source program, generate parameter executable instructions, temporary executable instructions, and a call executable instruction in an executable program. When executed, the parameter executable instructions load a parameter indicated in the parameter statement to a parameter area. When executed, the temporary executable instructions store the parameter in a temporary variable. When executed, the call executable instruction calls a function that accesses the parameter from the parameter area. In response to a display parameters action directed to the call statement, the parameter executable instructions and the temporary executable instructions are executed. The executable program is then halted after the temporary executable instructions and before the call executable instruction, and the parameter is retrieved from the temporary variable and displayed. In an embodiment, in response to a step over action directed to the call statement, the parameter executable instructions, the temporary executable instructions, and the call instruction are executed. In this way, the parameter values of call statements may be displayed.

    摘要翻译: 在一个实施例中,响应于源程序中的调用语句和参数语句的方法,装置,系统和信号承载介质在可执行程序中生成参数可执行指令,临时可执行指令和调用可执行指令 程序。 执行时,参数可执行指令将参数语句中指定的参数加载到参数区域。 执行时,临时执行指令将参数存储在临时变量中。 执行时,调用可执行指令调用从参数区域访问参数的函数。 响应于针对调用语句的显示参数操作,执行参数可执行指令和临时可执行指令。 然后在临时可执行指令之后和在可执行指令之前停止可执行程序,并从临时变量中检索参数并显示。 在一个实施例中,响应于针对呼叫语句的步骤响应,执行参数可执行指令,临时可执行指令和调用指令。 这样就可以显示调用语句的参数值。

    Address watch breakpoints with basing pointers

    公开(公告)号:US20060070039A1

    公开(公告)日:2006-03-30

    申请号:US10955736

    申请日:2004-09-30

    申请人: Cary Bates Paul Day

    发明人: Cary Bates Paul Day

    IPC分类号: G06F9/44

    CPC分类号: G06F11/3636

    摘要: A method, apparatus, system, and signal-bearing medium that, in an embodiment, receive a request for an address watch breakpoint to a variable, determine that the variable is referenced via a basing pointer expression, and monitor for initialization of the basing pointer prior to monitor for a change to the contents of the variable that is pointed to by the basing pointer expression. In an embodiment, the basing pointer expression is implemented as an instruction that uses an indirect addressing mode. In an embodiment, the basing pointer is determined to be uninitialized, and thus needs monitoring for initialization, by detecting an error that results from adding an offset for the variable to the contents of the basing pointer, or by detecting an error when the result of the adding is used as a pointer. In an embodiment, the basing pointer expression comprises a plurality of basing pointers, each of which is monitored for initialization in turn. In this way, the user is freed from the difficulty involved in attempting to determine where and if the basing pointer is set prior to monitoring for a modification to a variable that is pointed to by the basing pointer.

    Thread-scoped breakpoints
    36.
    发明申请
    Thread-scoped breakpoints 审中-公开
    线程范围的断点

    公开(公告)号:US20050229163A1

    公开(公告)日:2005-10-13

    申请号:US10821148

    申请日:2004-04-08

    IPC分类号: G06F9/44

    CPC分类号: G06F11/362

    摘要: A method, apparatus, system, and signal-bearing medium that in an embodiment halt execution of a thread upon encountering a scoped breakpoint if the thread previously encountered an entry breakpoint. If the thread did not previously encounter the entry breakpoint, then execution of the thread continues. The scoped breakpoint is within a region bounded by the entry breakpoint and an optional end breakpoint. The entry breakpoint is executed conditionally. When the thread encounters the entry and end breakpoints, thread execution is allowed to continue. In this way, multiple threads may be easier to debug because the user is allowed to specify breakpoints that are specific to threads that execute through a particular location in a program.

    摘要翻译: 一种方法,装置,系统和信号承载介质,在实施例中,如果线程先前遇到入口断点,则在遇到作用域断点时停止执行线程。 如果线程以前没有遇到入口断点,则线程的执行将继续。 范围限制的断点位于由入口断点和可选的结束断点所限定的区域内。 条目断点是有条件地执行的。 当线程遇到入口和结束断点时,允许线程执行继续。 以这种方式,多线程可能更容易调试,因为允许用户指定特定于通过程序中特定位置执行的线程的断点。

    Determining Searchable Criteria of Network Resources Based on a Commonality of Content
    37.
    发明申请
    Determining Searchable Criteria of Network Resources Based on a Commonality of Content 失效
    基于内容的共性确定网络资源的可检索标准

    公开(公告)号:US20070244855A1

    公开(公告)日:2007-10-18

    申请号:US11279610

    申请日:2006-04-13

    申请人: Cary Bates

    发明人: Cary Bates

    IPC分类号: G06F17/30

    摘要: A method, article of manufacture, apparatus for determining keywords to be used by a search engine. In one embodiment, a list of hyperlinks contained in an electronic document is identified by a searching program. The searching program then accesses the resource content (e.g., HTML) from each resource pointed to by the hyperlinks. The resource content of each resource is examined to determine whether a commonality exists in a manner directed to identifying keywords for each resource. These keywords may then be used by a search engine to return more accurate results to user queries.

    摘要翻译: 一种用于确定要由搜索引擎使用的关键字的方法,制品,装置。 在一个实施例中,包含在电子文档中的超链接的列表由搜索程序标识。 然后,搜索程序从超链接指向的每个资源访问资源内容(例如,HTML)。 检查每个资源的资源内容以确定是否以针对每个资源标识关键字的方式存在共性。 这些关键字然后可以被搜索引擎用来向用户查询返回更准确的结果。

    Speech recognition system for providing voice recognition services using a conversational language model
    38.
    发明申请
    Speech recognition system for providing voice recognition services using a conversational language model 有权
    用于使用对话语言模型提供语音识别服务的语音识别系统

    公开(公告)号:US20070150278A1

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

    申请号:US11316263

    申请日:2005-12-22

    IPC分类号: G10L15/18

    CPC分类号: G10L15/197 G10L15/183

    摘要: Embodiments of the present invention provide a method, system and article of manufacture for adjusting a language model within a voice recognition system, based on text received from an external application. The external application may supply text representing the words of one participant to a text-based conversation. In such a case, changes may be made to a language model by analyzing the external text received from the external application.

    摘要翻译: 本发明的实施例提供了一种基于从外部应用接收的文本来调整语音识别系统内的语言模型的方法,系统和制品。 外部应用程序可以将表示一个参与者的单词的文本提供给基于文本的对话。 在这种情况下,可以通过分析从外部应用程序接收到的外部文本来对语言模型进行更改。

    Indexing pages based on associations with geographic regions
    39.
    发明申请
    Indexing pages based on associations with geographic regions 有权
    根据与地理区域的关联对网页进行索引

    公开(公告)号:US20070112757A1

    公开(公告)日:2007-05-17

    申请号:US11282092

    申请日:2005-11-17

    IPC分类号: G06F17/30

    摘要: A method, apparatus, system, and signal-bearing medium that, in an embodiment, create an index for pages based on association scores for the pages with respect to geographic regions, where the association scores indicate relative degrees to which the pages are associated with the geographic regions. In an embodiment, the association scores are determined by adding a term score to the association score if a term that is associated with the geographic region is present in the page. The term score indicates a relative degree to which presence of the term in the page indicates that the page is associated with the geographic region. In an embodiment, the association scores are further increased based on association scores of neighbor geographic regions and based on the association scores of incoming linked pages. The index is created by selecting keywords that are present in the page, selecting weights for the keywords, finding the keywords that match the terms, and increasing the weights for the keywords that match the terms based on the association scores and the term scores. In this way, a search for a keyword may order the matching pages based on the weights, which are based on the degree to which the matching pages are associated with a geographic region.

    摘要翻译: 一种方法,装置,系统和信号承载介质,其在一个实施例中基于关于地理区域的页面的关联分数创建用于页面的索引,其中所述关联分数指示与所述页面相关联的相对度数 地理区域。 在一个实施例中,如果与该地理区域相关联的术语存在于该页面中,则通过将关联分数添加到该关联分数来确定关联分数。 术语分数表示页面中的术语的存在相对于该页面与地理区域相关联的相对程度。 在一个实施例中,基于相邻地理区域的关联分数并且基于传入链接页面的关联分数进一步增加关联分数。 该索引是通过选择页面中存在的关键字,选择关键字的权重,找到符合条款的关键字,以及根据关联分数和术语分数来增加与术语匹配的关键字的权重来创建的。 以这种方式,搜索关键字可以基于基于匹配页面与地理区域相关联的程度的权重来排序匹配的页面。

    Voice language model adjustment based on user affinity
    40.
    发明申请
    Voice language model adjustment based on user affinity 有权
    基于用户亲和力的语音模型调整

    公开(公告)号:US20070083374A1

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

    申请号:US11246831

    申请日:2005-10-07

    IPC分类号: G10L15/18

    摘要: Methods, systems and computer readable medium for improving the accuracy of voice processing are provided. Embodiments of the present invention generally provide methods, systems and articles of manufacture for adjusting a language model within a voice recognition system. In one embodiment, changes are made to the language model by identifying a word-usage pattern that qualifies as an anomaly. In one embodiment, an anomaly occurs when the use of a given word (or phrase) differs from an expected probability for the word (or phrase), as predicted by a language model. Additionally, observed anomalies may be shared and applied by different users of the voice processing system, depending on an affinity in word-usage frequency between different users.

    摘要翻译: 提供了用于提高语音处理精度的方法,系统和计算机可读介质。 本发明的实施例通常提供用于调整语音识别系统内的语言模型的方法,系统和制品。 在一个实施例中,通过识别符合异常的字使用模式来对语言模型进行改变。 在一个实施例中,当使用给定字(或短语)与语言模型预测的单词(或短语)的预期概率不同时,发生异常。 此外,观察到的异常可以由语音处理系统的不同用户共享和应用,这取决于不同用户之间的字使用频率的亲和度。