码迷,mamicode.com
首页 >  
搜索关键字:design patterns    ( 5715个结果
Vertical Roller Mill system
Alstom Ball Mill is a slow speed horizontal mill with trunnion type bearings and girth gear – a rugged design with ease of operation, maintenance and ...
分类:其他好文   时间:2014-07-24 22:19:12    阅读次数:251
JDK里的设计模式
一、Creational patterns创建模式Abstract factory(recognizeable by creational methods returning the factory itself which in turn can be used to create another...
分类:其他好文   时间:2014-07-24 12:20:35    阅读次数:391
【LeetCode】【Python题解】Best Time to Buy and Sell Stock II
Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete as many transactions as you like (ie, buy on...
分类:编程语言   时间:2014-07-24 10:25:36    阅读次数:227
JavaScript Patterns 7.1 Singleton
The idea of the singleton pattern is to have only one instance of a specific class. This means that the second time you use the same class to create a...
分类:编程语言   时间:2014-07-24 05:01:38    阅读次数:422
GUI Design Studio 使用教程
GUI Design Studio 使用教程一:创建项目GUI Design Studio 使用教程二:创建新任务对话框GUI Design Studio 使用教程三:创建应用程序窗口GUI Design Studio 使用教程四:创建文档窗口GUI Design Studio 使用教程五:创建Edit Task对话框GUI Design Studio 使用教程六:放置屏幕截图GUI Desi...
分类:其他好文   时间:2014-07-23 13:18:46    阅读次数:252
FPGA quartus开发中常见的错误处理
1.Warning: An incorrect timescale is selected for the Verilog Output (.VO) file of this PLL design. It's required that the timescale should be 1 ps wh...
分类:其他好文   时间:2014-07-23 11:56:06    阅读次数:430
Learning OpenCV Lecture 2 (Using the Strategy pattern in algorithm design)
Using the Strategy pattern in algorithm design
分类:其他好文   时间:2014-07-22 23:13:12    阅读次数:300
[C++程序设计]基于对象的程序设计 基于对象的程序设计
1. 面向对象分析(object oriented analysis,OOA)2. 面向对象设计(object oriented design,OOD)3. 面向对象编程(object oriented programming, OOP)4. 面向对象测试(object oriented test,...
分类:编程语言   时间:2014-07-22 22:43:34    阅读次数:215
JavaScript Patterns 6.7 Borrowing Methods
You want to use just the methods you like, without inheriting all the other methods that you’ll never need. This is possible with the borrowing method...
分类:编程语言   时间:2014-07-22 22:41:33    阅读次数:291
AngularJS 中的 Promise 和 设计模式
[Promises And Design Patterns][1] 写得好长好长好长长~ ---------- 解决 Javascript 异步事件的传统方式是回调函数;调用一个方法,然后给它一个函数引用,当这个方法完结的时候执行这个函数引用。 $.get(‘api...
分类:Web程序   时间:2014-07-22 22:32:36    阅读次数:323
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!