会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 2. 发明申请
    • Method, system and program product for optimizing java application performance through data mining
    • 通过数据挖掘优化java应用程序性能的方法,系统和程序产品
    • US20060005177A1
    • 2006-01-05
    • US10881968
    • 2004-06-30
    • Steven AtkinMargot CaseyTyron Stading
    • Steven AtkinMargot CaseyTyron Stading
    • G06F9/45
    • G06F8/73G06F8/443
    • Metadata describing common Java classes is extracted and utilized to optimize a Java program's performance based on the code requirements of the application. Data mining techniques extract metadata and other information about different sets of JVM byte code written by multiple vendors to determine the design choices and optimizations made by each vendor in implementing their JVM. Then, byte code in a Java application being programmed is analyzed in comparison to each vendor's JVM metadata and information. Based upon the application's requirements (for example footprint, performance, etc.), recommendations are generated that yield a newly compiled rt.jar that combines the best practices of each vendor together or recommends a particular vendor's standard JVM that is best suited for the application.
    • 提取和使用描述常见Java类的元数据,以根据应用程序的代码要求优化Java程序的性能。 数据挖掘技术提取关于由多个供应商编写的不同JVM字节代码集的元数据和其他信息,以确定每个供应商在实现其JVM时所做的设计选择和优化。 然后,与每个供应商的JVM元数据和信息进行比较,分析正在编程的Java应用程序中的字节码。 根据应用程序的要求(例如,脚印,性能等),会生成一个产生新编译的rt.jar的建议,该rt.jar将每个供应商的最佳实践结合在一起,或者推荐一个最适合应用程序的特定供应商的标准JVM 。
    • 3. 发明申请
    • System and Method for Configuring Voice Readers Using Semantic Analysis
    • 使用语义分析配置语音阅读器的系统和方法
    • US20070276667A1
    • 2007-11-29
    • US11836890
    • 2007-08-10
    • Steven AtkinJanani JanakiramanDavid Kumhyr
    • Steven AtkinJanani JanakiramanDavid Kumhyr
    • G10L13/08
    • G10L13/08G10L13/04
    • A system and method for using semantic analysis to configure a voice reader is presented. A text file includes a plurality of text blocks, such as paragraphs. Processing performs semantic analysis on each text block in order to match the text block's semantic content with a semantic identifier. Once processing matches a semantic identifier with the text block, processing retrieves voice attributes that correspond to the semantic identifier (i.e. pitch value, loudness value, and pace value) and provides the voice attributes to a voice reader. The voice reader uses the text block to produce a synthesized voice signal with properties that correspond to the voice attributes. The text block may include semantic tags whereby processing performs latent semantic indexing on the semantic tags in order to match semantic identifiers to the semantic tags.
    • 提出了一种使用语义分析配置语音阅读器的系统和方法。 文本文件包括多个文本块,例如段落。 处理对每个文本块执行语义分析,以便将文本块的语义内容与语义标识符相匹配。 一旦处理与文本块匹配语义标识符,则处理检索对应于语义标识符(即,音调值,响度值和步调值)的语音属性,并将语音属性提供给语音读取器。 语音读取器使用文本块来产生具有对应于语音属性的属性的合成语音信号。 文本块可以包括语义标签,由此处理在语义标签上执行潜在语义索引,以将语义标识符与语义标签相匹配。
    • 4. 发明申请
    • Constructing dynamic multilingual pages in a Web portal
    • 在门户网站中构建动态多语言页面
    • US20060218133A1
    • 2006-09-28
    • US11089393
    • 2005-03-24
    • Steven AtkinShunguo Yan
    • Steven AtkinShunguo Yan
    • G06F17/30
    • G06F16/972
    • A method, computer program product, and apparatus for generating multilingual web pages in a portal is disclosed. According to a preferred embodiment, a filter module associated with a web server intercepts an HTTP (Hypertext Transfer Protocol) request for a particular portal page and identifies the sender of the request. Language preferences for the sender are determined and a set of new language-specific HTTP requests are issued to obtain portlet content in each of the preferred languages of the sender. The results of these language-specific requests are then assembled into a multilingual portal page.
    • 公开了一种用于在门户中生成多语言网页的方法,计算机程序产品和装置。 根据优选实施例,与web服务器相关联的过滤器模块拦截针对特定门户页面的HTTP(超文本传输​​协议)请求并识别请求的发送者。 确定发件人的语言偏好,并发出一组新的语言特定的HTTP请求,以获取发件人的每种首选语言的portlet内容。 然后将这些特定语言的请求的结果组合到多语言门户页面中。
    • 5. 发明申请
    • System and method for securing code and ensuring proper execution using state-based encryption
    • 使用基于状态的加密来保护代码并确保正确执行的系统和方法
    • US20050005103A1
    • 2005-01-06
    • US10460461
    • 2003-06-12
    • Steven AtkinTyron Stading
    • Steven AtkinTyron Stading
    • G06F21/00H04L9/00
    • G06F21/52
    • A system and method for securing code segments and ensuring proper execution using state-based encryption is presented. A class loader captures a memory state snapshot and uses the memory state snapshot for generating a key that encrypts a class. The class loader subsequently captures additional memory state snapshots at specific execution cycle times, and uses the memory state snapshots to generate additional keys that encrypt subsequent code segments. The encrypted code segments are stored in a file that is distributed to client computers. The client computer decrypts the individual code segments using keys that are generated from client memory state snapshots. If a particular code segment is not loaded in order or has been altered, the code segment is not decrypted properly and the software program terminates.
    • 提出了一种用于保护代码段并确保使用状态加密的正确执行的系统和方法。 类加载器捕获内存状态快照,并使用内存状态快照来生成加密类的密钥。 类加载器随后在特定的执行周期中捕获额外的内存状态快照,并使用内存状态快照生成加密后续代码段的其他密钥。 加密的代码段存储在分发给客户端计算机的文件中。 客户端计算机使用从客户端内存状态快照生成的密钥来解密各个代码段。 如果特定的代码段未按顺序加载或已更改,则代码段未被正确解密,并且软件程序终止。
    • 10. 发明申请
    • Automatic conversion of dates and times for messaging
    • 自动转换消息的日期和时间
    • US20050114768A1
    • 2005-05-26
    • US10718097
    • 2003-11-20
    • Steven AtkinCornell Wright
    • Steven AtkinCornell Wright
    • G06F15/00G06F17/00G06F17/21G06F17/24H04L12/58
    • H04L51/04Y10T307/484
    • A system and method are disclosed for automatically converting dates and times in electronic text messages to the local dates and times of the message recipients. For example, when a text message is sent to an intended recipient, a messaging server can recognize date and time strings in the message text string, if any. The server can parse the date/time information into Coordinated Universal Time (“UTC”) form. The server also receives locale and time zone information from the intended recipient's client application, and can send this information to the originating client application. The originating client application can use this locale and time zone information to convert the UTC date/time information from the message string, if any, to the localized date and time of the message recipient. The localized date/time information is inserted into the message string, and the resulting message is forwarded to the recipient. As an option, the original message string may also be conveyed to the recipient for verification purposes.
    • 公开了一种用于将电子文本消息中的日期和时间自动转换为消息收件人的本地日期和时间的系统和方法。 例如,当短信发送到预期收件人时,消息传递服务器可以识别消息文本字符串中的日期和时间字符串(如果有的话)。 服务器可以将日期/时间信息解析为协调世界时(UTC)形式。 服务器还从目标收件人的客户端应用程序接收区域设置和时区信息,并可以将此信息发送到始发客户端应用程序。 始发客户端应用程序可以使用此区域设置和时区信息将UTC日期/时间信息从消息字符串(如果有的话)转换为消息收件人的本地化日期和时间。 将本地化的日期/时间信息插入消息字符串,并将生成的消息转发给收件人。 作为选择,原始消息字符串也可以被传送给接收者进行验证。