会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 2. 发明申请
    • Design of application programming interfaces (APIs)
    • 应用程序编程接口(API)的设计
    • US20050091660A1
    • 2005-04-28
    • US10692320
    • 2003-10-23
    • Krzysztof CwalinaBradley AbramsAnthony MooreChristopher AndersonMichael PizzoRobert Brigham
    • Krzysztof CwalinaBradley AbramsAnthony MooreChristopher AndersonMichael PizzoRobert Brigham
    • G06F9/06G06F9/44G06F3/00
    • G06F8/20
    • A first exemplary method implementation for designing an application programming interface (API) includes: preparing multiple code samples for a core scenario, each respective code sample of the multiple code samples corresponding to a respective programming language of multiple programming languages; and deriving the API from the core scenario responsive to the multiple code samples. A second exemplary method for designing an API includes: selecting a core scenario for a feature area; writing at least one code sample for the core scenario; and deriving an API for the core scenario responsive to the at least one code sample. A third exemplary method for designing an API includes: deriving an API for a scenario responsive to at least one code sample written with regard to the scenario; performing one or more usability studies on the API utilizing multiple developers; and revising the API based on the one or more usability studies.
    • 用于设计应用编程接口(API)的第一示例性方法实现包括:为核心场景准备多个代码样本,所述多个代码样本的每个相应代码样本对应于多种编程语言的相应编程语言; 并根据多个代码样本从核心方案导出API。 用于设计API的第二示例性方法包括:为特征区域选择核心场景; 为核心方案写入至少一个代码示例; 以及响应于所述至少一个代码样本导出用于所述核心方案的API。 用于设计API的第三示例性方法包括:响应于关于所述场景写入的至少一个代码示例,为场景导出API; 使用多个开发人员对API执行一个或多个可用性研究; 并根据一个或多个可用性研究修改API。
    • 6. 发明授权
    • Dynamic languages for static hosts
    • 静态主机的动态语言
    • US08365143B2
    • 2013-01-29
    • US12816240
    • 2010-06-15
    • Curt Oliver HagenlocherAnthony MooreJohn Lam
    • Curt Oliver HagenlocherAnthony MooreJohn Lam
    • G06F9/44G06F9/45G06F9/445
    • G06F9/4484
    • Using language add-ins with one or more static extensibility points of an application host. The method includes searching for user code in a user code store. Some user code is found in the user code store. A determination is made as to the language of the user code from among a plurality of predefined languages. The user code is provided to a language provider for the determined language. A function invocation is received from an application host. The function invocation is matched to at least a portion of the user code. The at least a portion of user code corresponding to the function invocation is executed via the language provider.
    • 使用语言加载项与应用程序主机的一个或多个静态可扩展性点。 该方法包括在用户代码存储中搜索用户代码。 在用户代码存储中找到一些用户代码。 从多种预定义语言中确定用户代码的语言。 将用户代码提供给语言提供者用于所确定的语言。 从应用程序主机接收到函数调用。 功能调用与用户代码的至少一部分相匹配。 通过语言提供者执行与功能调用相对应的用户代码的至少一部分。
    • 7. 发明申请
    • DYNAMIC LANGUAGES FOR STATIC HOSTS
    • 动态主题动态语言
    • US20110307859A1
    • 2011-12-15
    • US12816240
    • 2010-06-15
    • Curt Oliver HagenlocherAnthony MooreJohn Lam
    • Curt Oliver HagenlocherAnthony MooreJohn Lam
    • G06F9/44
    • G06F9/4484
    • Using language add-ins with one or more static extensibility points of an application host. The method includes searching for user code in a user code store. Some user code is found in the user code store. A determination is made as to the language of the user code from among a plurality of predefined languages. The user code is provided to a language provider for the determined language. A function invocation is received from an application host. The function invocation is matched to at least a portion of the user code. The at least a portion of user code corresponding to the function invocation is executed via the language provider.
    • 使用语言加载项与应用程序主机的一个或多个静态可扩展性点。 该方法包括在用户代码存储中搜索用户代码。 在用户代码存储中找到一些用户代码。 从多种预定义语言中确定用户代码的语言。 将用户代码提供给语言提供者用于所确定的语言。 从应用程序主机接收到函数调用。 功能调用与用户代码的至少一部分相匹配。 通过语言提供者执行与功能调用相对应的用户代码的至少一部分。
    • 8. 发明申请
    • Generic representation of optional values
    • 可选值的通用表示
    • US20060015528A1
    • 2006-01-19
    • US10891459
    • 2004-07-14
    • Anders HejlsbergAnthony MooreBrian GrunkemeyerDonald BoxGang PengKrzysztof Cwalina
    • Anders HejlsbergAnthony MooreBrian GrunkemeyerDonald BoxGang PengKrzysztof Cwalina
    • G06F17/00
    • G06F8/437
    • A generic nullable type that is capable of representing null values for reference, value, and other types in a uniform manner is described. The nullable generic type includes at least two portions: a container portion and a Boolean member portion. The container portion can hold other objects of other types, including both reference and value types. The Boolean member portion indicates whether the type held by the container has a value or not. Specifically, when the Boolean member is true, the values of the general type held by the container are valid. When the Boolean member is false, the values of the general type are invalid or undefined to represent an unspecified or null condition. Stack memory usage for the nullable type, a comparison of two objects of the nullable type, and an example database manipulation using the nullable type are also described.
    • 描述了能够以均匀方式表示参考值,值和其他类型的空值的通用可空类型。 可空的通用类型包括至少两个部分:容器部分和布尔成员部分。 容器部分可以容纳其他类型的其他对象,包括引用和类型。 布尔构件部分指示容器持有的类型是否具有值。 具体来说,当布尔成员为true时,容器持有的通用类型的值是有效的。 当布尔成员为false时,通用类型的值无效或未定义,以表示未指定或空值。 还描述了可空类型的堆栈内存使用,可空类型的两个对象的比较以及使用可空类型的示例数据库操作。
    • 10. 发明授权
    • Load restraints
    • 负载限制
    • US06840725B2
    • 2005-01-11
    • US10248670
    • 2003-02-07
    • Anthony Moore
    • Anthony Moore
    • B60P7/15B60P7/08
    • B60P7/15
    • A load restraint for use in a container is disclosed. The road restraint comprises a support to locate and extend generally vertically within a first locating formation (such as a corrugation in a wall) within a container. A transverse member extends from the support member across the container to engage with a second locating formation (such as another corrugation). A load engaging member is secured to the transverse member to extend from the transverse member to engage a load within the container. The load engaging member is adjustable in position with respect to the transverse member whereby it can contact a load spaced from the transverse member over a range of distances.
    • 公开了一种用于容器的负载限制装置。 道路限制器包括支撑件,用于在容器内的第一定位结构(例如壁内的波纹)中大致垂直地定位和延伸。 横向构件从支撑构件延伸穿过容器以与第二定位结构(例如另一个波纹)接合。 负载接合构件固定到横向构件以从横向构件延伸以接合容器内的负载。 负载接合构件相对于横向构件的位置可调节,由此其能够在一定距离范围内接触与横向构件间隔开的负载。