会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 3. 发明授权
    • Hybrid tree for mixed user interface elements and sequential data
    • 混合树用于混合用户界面元素和顺序数据
    • US07188340B2
    • 2007-03-06
    • US10186050
    • 2002-06-28
    • Peter Francis OstertagMichael J. HillbergJeffrey L. BogdanRobert A. Relyea
    • Peter Francis OstertagMichael J. HillbergJeffrey L. BogdanRobert A. Relyea
    • G06F9/45G06F7/00G06F17/00
    • G06F17/2247Y10S707/99943
    • A hybrid tree data structure is suitable for use in scenarios involving intermingled text and user interface elements. Trees of two different types can be combined via one or more proxy nodes. For example, one type can be efficient at processing user interface elements and another can be efficient at processing text. Operations suitable for user interface elements can be efficiently performed on portions of the hybrid tree having user interface elements, and operations suitable for sequential data can be efficiently performed on portions of the hybrid tree having sequential data. The structure is thus suited for representing documents or graphical user interfaces. A hypertext document can be represented via the hybrid tree to enable more efficient searching, navigation, rendering, or editing of the document. Hybrid tree services can be provided by an operating system service.
    • 混合树数据结构适用于涉及混合文本和用户界面元素的场景。 可以通过一个或多个代理节点组合两种不同类型的树。 例如,一种类型在处理用户界面元素方面是有效的,另一种类型在处理文本时可以是有效的。 可以在具有用户界面元素的混合树的部分上有效地执行适合于用户界面元素的操作,并且可以在具有顺序数据的混合树的部分上有效地执行适合于顺序数据的操作。 因此,该结构适用于表示文档或图形用户界面。 可以通过混合树来表示超文本文件,以便能够更有效地搜索,导航,呈现或编辑文档。 混合树服务可以由操作系统服务提供。
    • 9. 发明授权
    • System and method for compiling markup files
    • 用于编译标记文件的系统和方法
    • US07725884B2
    • 2010-05-25
    • US10715136
    • 2003-11-18
    • Sundaram RamaniRobert A. RelyeaJeffrey L. Bogdan
    • Sundaram RamaniRobert A. RelyeaJeffrey L. Bogdan
    • G06F9/45
    • G06F8/427G06F8/41
    • The present invention is directed to a method and system for compiling a markup language file into an executable application or library dll. The system may also compile a code-behind file associated with the markup language file. The compiling system may include a parser for parsing the markup language file and providing the compiling system with detailed token information to the compiling system. This token information could be user code snippets or non-code token information such as tags, properties or events in the markup. The compiling system may also include a binary file generator for generating a binary file from the non-code token information, wherein the binary file contains one record for each non-code token. Additionally, the system may include a code generator for generating a language-independent tree of code expressions based on the token information, wherein the code expressions represent the markup language file as a class. A compiler may compile the binary files and code files to create an executable application.
    • 本发明涉及一种用于将标记语言文件编译成可执行应用程序或库DLL的方法和系统。 系统还可以编译与标记语言文件相关联的代码隐藏文件。 编译系统可以包括用于解析标记语言文件的解析器,并向编译系统提供详细的令牌信息给编译系统。 该令牌信息可以是标记中的用户代码片段或非代码令牌信息,例如标签,属性或事件。 编译系统还可以包括用于从非代码令牌信息生成二进制文件的二进制文件生成器,其中二进制文件包含每个非代码令牌的一个记录。 另外,系统可以包括代码生成器,用于基于令牌信息来生成与语言无关的代码表达树,其中代码表达式将标记语言文件表示为类。 编译器可以编译二进制文件和代码文件来创建可执行应用程序。
    • 10. 发明授权
    • System and method for declaring a resource within a markup document
    • 用于在标记文档中声明资源的系统和方法
    • US07418659B2
    • 2008-08-26
    • US10377582
    • 2003-02-28
    • Sundaram RamaniRoger F. GrambihlerRobert A. RelyeaJeffrey L. Bogdan
    • Sundaram RamaniRoger F. GrambihlerRobert A. RelyeaJeffrey L. Bogdan
    • G06F15/00G06F17/00
    • G06F8/44G06F9/44521
    • Described is a system and method for declaring a resource element in markup that is intended to be instantiated lazily only upon use at run-time rather than always at markup load time. In one embodiment, the invention provides a parent resources tag that encloses resource elements that may be any type of markup element. On compile, a specially prepared compiler/parser identifies the Resource tag and creates definitional information sufficient to describe the resource elements in such a manner that the resource elements are defined but not created at run-time when the markup is first loaded, and are created only upon use at run-time. A resource may be defined to be shared or non-shared. If shared, the resource is instantiated only once and that same instance is handed out each time the resource is accessed. If non-shared, a new instance of the resource is always created and handed out on each access of the resource.
    • 描述了一种用于在标记中声明资源元素的系统和方法,该资源元素仅在运行时使用而不是总是在加载加载时才被懒地实例化。 在一个实施例中,本发明提供了包含可以是任何类型的标记元素的资源元素的父资源标签。 在编译时,专门编写的编译器/解析器标识资源标签,并创建足够的描述资源元素的定义信息,方式是定义资源元素,但是在首次加载标记时在运行时不创建资源元素,并创建 仅在运行时使用。 可以将资源定义为共享或非共享。 如果共享,则资源仅被实例化一次,并且每次访问资源时都会发送相同的实例。 如果不共享,则始终创建资源的新实例,并在资源的每次访问中发出。