会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 6. 发明授权
    • System and method supporting property values as options
    • 系统和方法支持属性值作为选项
    • US07401327B2
    • 2008-07-15
    • US09760031
    • 2001-01-12
    • Robert H. Halstead, Jr.David A. KranzChristopher J. TermanStephen A. Ward
    • Robert H. Halstead, Jr.David A. KranzChristopher J. TermanStephen A. Ward
    • G06F9/44G06F9/45
    • G06F8/437G06F9/4488
    • A class includes fields to support values of properties in preallocated memory space and an option data structure which supports, in instances of the class, references to option values without preallocation of memory space. The field and option values are accessed in an instance object of the class using expressions of the same syntactic form. During compilation, the compiler checks the type of an option value against a type description within the option data structure. During compilation, a method call to an object is encoded without regard to the form of the option data structure. When an option value is changed, a change handler identified by an option binding of the data structure is processed. That option binding may be located by first searching a mapping data structure for a previously computed mapping to the option binding or by computing the mapping to the option binding.
    • 类包括支持预分配内存空间中属性值的字段,以及在类的实例中支持对选项值的引用而不预分配内存空间的选项数据结构。 使用相同句法形式的表达式,在类的实例对象中访问字段和选项值。 在编译期间,编译器会根据选项数据结构中的类型描述来检查选项值的类型。 在编译期间,对对象的方法调用被编码,而不考虑选项数据结构的形式。 当选项值更改时,将处理由数据结构的选项绑定所标识的更改处理程序。 可以通过首先将映射数据结构搜索先前计算的映射到选项绑定或通过计算到选项绑定的映射来定位该选项绑定。
    • 7. 发明授权
    • System and method supporting mapping of option bindings
    • 支持选项绑定映射的系统和方法
    • US07340720B2
    • 2008-03-04
    • US09759695
    • 2001-01-12
    • Robert H. Halstead, Jr.David A. KranzChristopher J. TermanStephen A. Ward
    • Robert H. Halstead, Jr.David A. KranzChristopher J. TermanStephen A. Ward
    • G06F9/44
    • G06F8/437G06F9/4488
    • To support values of properties, a class includes fields to support values in preallocated memory space and with an option data structure which supports, in instances of the class, references to option values without preallocation of memory space. If a value has not been set for an instance object, a get operation results in getting of the default value for the class. Different classes may support different forms of data structures such as a linked list or a hash table. When an option value is changed, a change handler identified by an option binding of the data structure is processed. That option binding may be located by first searching a mapping data structure for a previously computed mapping to the option binding or by computing the mapping to the option binding. Nonlocal option values may be applied to plural objects in a nonlocal option hierarchy such as a graphical hierarchy.
    • 为了支持属性的值,类包括支持预分配内存空间中的值的字段,以及在类的实例中支持对选项值的引用而不预分配内存空间的选项数据结构。 如果没有为实例对象设置值,则get操作将导致获取该类的默认值。 不同的类可以支持不同形式的数据结构,例如链表或散列表。 当选项值更改时,将处理由数据结构的选项绑定所标识的更改处理程序。 可以通过首先将映射数据结构搜索先前计算的映射到选项绑定或通过计算到选项绑定的映射来定位该选项绑定。 非本地选项值可以应用于非本地选项层次结构中的多个对象,例如图形层次结构。
    • 8. 发明授权
    • Set associative memory
    • 设置联想记忆
    • US4894770A
    • 1990-01-16
    • US57272
    • 1987-06-01
    • Stephen A. WardRobert C. Zak
    • Stephen A. WardRobert C. Zak
    • G06F12/08G06F12/10
    • G06F12/1054G06F12/0864G06F12/0893
    • In a random access memory, a dynamic memory array is associated with static data buffers. Each static data buffer is connected to the memory array to receive and store a row of data from any addressed row of the array. When an address is received, it is compared with addresses stored in registers and associated with the data stored in the static buffers. Where there is a match, a controller is able to select the data buffer in which the row of data is stored for a column strobe operation without the need for a row address strobe operation. The resultant system provides for a set associative cache coupled to the dynamic memory array. Further, the comparison can be made of virtual addresses for a cache system which responds to virtual addresses.
    • 在随机访问存储器中,动态存储器阵列与静态数据缓冲器相关联。 每个静态数据缓冲器连接到存储器阵列,以从阵列的任何寻址行接收和存储一行数据。 当接收到地址时,将其与存储在寄存器中并与存储在静态缓冲区中的数据相关联的地址进行比较。 在存在匹配的情况下,控制器能够选择存储数据行的数据缓冲器用于列选通操作,而不需要行地址选通操作。 所得到的系统提供耦合到动态存储器阵列的组关联高速缓存。 此外,可以对响应于虚拟地址的缓存系统的虚拟地址进行比较。
    • 9. 发明授权
    • System and method supporting type checking of options
    • 系统和方法支持选项的类型检查
    • US07373639B2
    • 2008-05-13
    • US09759697
    • 2001-01-12
    • Robert H. Halstead, Jr.David A. KranzChristopher J. TermanStephen A. Ward
    • Robert H. Halstead, Jr.David A. KranzChristopher J. TermanStephen A. Ward
    • G06F9/45
    • G06F8/437G06F9/4488
    • To support values of properties, a class includes fields to support values in preallocated memory space and with an option data structure which supports, in instances of the class, references to option values without preallocation of memory space. The field and option values are accessed in an instance object of the class using expressions of the same syntactic form. During compilation, the compiler checks the type of an option value against a type description within the option data structure. Different classes may support different forms of data structures such as a linked list or a hash table. During compilation, a method call to an object is encoded without regard to the form of the option data structure. An option value may be set in an option data structure from an initialization expression which includes the name of the option value and, as an argument, the option value.
    • 为了支持属性的值,类包括支持预分配内存空间中的值的字段,以及在类的实例中支持对选项值的引用而不预分配内存空间的选项数据结构。 使用相同句法形式的表达式,在类的实例对象中访问字段和选项值。 在编译期间,编译器会根据选项数据结构中的类型描述来检查选项值的类型。 不同的类可以支持不同形式的数据结构,例如链表或散列表。 在编译期间,对对象的方法调用被编码,而不考虑选项数据结构的形式。 可以从包含选项值的名称和作为参数的选项值的初始化表达式在选项数据结构中设置选项值。