码迷,mamicode.com
首页 >  
搜索关键字:milk patterns    ( 1103个结果
Microsoft Prism安装使用教程 搭建WPF松耦合架构框架
Microsoft Prism安装使用教程 搭建WPF松耦合架构框架Prism是由微软Patterns & Practices团队开发的项目,目的在于帮助开发人员构建松散耦合的、更灵活、更易于维护并且更易于测试的WPF应用或是Silverlight应用以及Windows Phone 7应用。使用Pr...
分类:Windows程序   时间:2015-04-26 13:40:35    阅读次数:233
Core J2EE Patterns - Service Locator--oracle官网
原文地址:http://www.oracle.com/technetwork/java/servicelocator-137181.htmlContextService lookup and creation involves complex interfaces and network opera...
分类:数据库   时间:2015-04-25 12:05:52    阅读次数:290
【Android翻译】组件通信模式
##目标:避免紧耦合 本文对原文进行了精简 原文链接:[Communication patterns for application components](http://vinsol.com/blog/2014/11/04/communication-patterns-for-application-components/) ##紧耦合 组...
分类:移动开发   时间:2015-04-23 23:36:44    阅读次数:333
.NET “底层”异步编程模式——异步编程模型
本文内容 异步编程类型 环境 异步编程模型(APM) 参考资料 首先澄清,异步编程模式(Asynchronous Programming Patterns)与异步编程模型(Asynchronous Programming Model,APM),它们的中文翻译只差一个字,英文名称差在最后一个单词,看英...
分类:Web程序   时间:2015-04-23 17:13:17    阅读次数:213
POJ 3261 (后缀数组 二分) Milk Patterns
这道题和UVa 12206一样,求至少重复出现k次的最长字串。首先还是二分最长字串的长度len,然后以len为边界对height数组分段,如果有一段包含超过k个后缀则符合要求。 1 #include 2 #include 3 #include 4 using namespace std; 5 ...
分类:编程语言   时间:2015-04-22 20:19:37    阅读次数:199
由Cocos2d-x工程入口窥见代理模式
关于设计模式(Design Pattern),自从“四人帮”第一次在《Design Patterns: Elements of Reusable Object-Oriented Software》中将其上升到理论高度,发展到今天已经成为众所周知的代码设计经验的总结。然而,关于设计模式的具体使用,.....
分类:其他好文   时间:2015-04-22 13:14:35    阅读次数:124
sublime exclude folder?
在sublime的项目中,其配置文件实际上是一个json文件,如果希望将某些文件夹或者文件排除在项目有效文件外,有以下方法:在folder_exclude_patterns中输入对应的文件夹或者正则表达式(http://www.sublimetext.com/docs/2/projects.ht.....
分类:其他好文   时间:2015-04-19 19:10:48    阅读次数:133
CryptoJS
CryptoJS is a growing collection of standard and secure cryptographic algorithms implemented in JavaScript using best practices and patterns. They are...
分类:Web程序   时间:2015-04-19 06:29:39    阅读次数:158
《Pattern-Oriented Software Architecture, Patterns for Concurrent and Networked Objects》Vol.2 笔记
欢迎使用Markdown编辑器写博客本Markdown编辑器使用StackEdit修改而来,用它写博客,将会带来全新的体验哦: Markdown和扩展Markdown简洁的语法 代码块高亮 图片链接和图片上传 LaTex数学公式 UML序列图和流程图 离线写博客 导入导出Markdown文件 丰富的快捷键 快捷键 加粗 Ctrl + B 斜体 Ctrl + I 引用 Ctrl...
分类:Web程序   时间:2015-04-18 17:47:51    阅读次数:152
[POJ 3270] Cow Sorting
Cow SortingTime Limit:2000MSMemory Limit:65536KTotal Submissions:6287Accepted:2429DescriptionFarmer John'sN(1 ≤N≤ 10,000) cows are lined up to be milk...
分类:其他好文   时间:2015-04-16 01:06:13    阅读次数:168
1103条   上一页 1 ... 80 81 82 83 84 ... 111 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!