码迷,mamicode.com
首页 >  
搜索关键字:design thinking 設計思考    ( 5974个结果
Using Controls in a Form Design [AX 2012]
Using Controls in a Form Design [AX 2012]This topic has not yet been rated-Rate this topic Updated:January 27, 2012 Applies To:Microsoft Dynamics AX 2...
分类:其他好文   时间:2014-06-29 13:45:59    阅读次数:249
Design Pattern Facade 门面设计模式
Facade设计模式主要作用是因为有个很难使用的类,然后要设计一个新类,整理好这个类,使得其更好使用。 比如有类如此: class MessyClass { char *name; public: MessyClass() : name(new char[3]) { for (int i = 0; i < 3; i++) { name[i] = ' '; } } ...
分类:其他好文   时间:2014-06-20 13:11:10    阅读次数:232
HDU 1007 Quoit Design (分治)
HDU 1007 Quoit Design (分治) 题目大意: 给你很多点,问你最近点的距离一半是多少。 解题思路: 最近点对,参照:http://blog.csdn.net/hellobabygogo3/article/details/8042650 解题代码:(参照它的思路,感觉我的代码比较简洁一些)...
分类:其他好文   时间:2014-06-20 10:46:06    阅读次数:524
Survopt.v3.5.5 1CD
Survopt.v3.5.5 1CDGedco.Omni.3D.Design.V8.0三维地震勘测设计Nemetschek Vectorworks 2012-ISOmicrostatiom V8i SS3FEFLOW v6.0.6007-ISODynasim.Dymola.v7.0-ISO 1CD(...
分类:其他好文   时间:2014-06-11 22:10:12    阅读次数:382
leetcode:LRU Cache
1 /* 2 Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. 3 ...
分类:其他好文   时间:2014-06-11 13:08:46    阅读次数:297
Http API设计
Heroku团队根据heroku platform api和他们自己内部系统的实践经验总结了一些http api设计的准则,发布到了github上。地址:https://github.com/interagent/http-api-design鉴于见到太多公司的http接口没有按照标准规范来实施,推...
分类:Windows程序   时间:2014-06-11 12:09:46    阅读次数:419
LoadRunner性能测试指挥中心Controller 《第四篇》
1、设计性能测试场景 Controller有两个视图:设计(Design)视图和运行(Run)视图。启动Controller,在Controller主界面里,我们可以看到这两个视图。 1、设计视图 设计视图显示场景中的所有Vuser组/脚本的列表、负载生成器(Load Generator)...
分类:其他好文   时间:2014-06-11 10:53:58    阅读次数:209
关于web中的自适应布局
一、”自适应网页设计”的概念2010年,Ethan Marcotte提出了“自适应网页设计”(Responsive Web Design)--这个名词,指可以自动识别屏幕宽度、并做出相应调整的网页设计。二、允许网页宽度自动调整“自适应网页设计”到底是怎么做到的?其实并不难。首先,在网页代码的头部,加...
分类:Web程序   时间:2014-06-11 10:34:29    阅读次数:282
LeetCode: Best Time to Buy and Sell Stock [121]
【题目】 Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock), design an algorithm to find the maximum profit. ...
分类:其他好文   时间:2014-06-08 15:11:58    阅读次数:298
UML for Design Pattern
******************************************************************************************************************************************************...
分类:其他好文   时间:2014-06-05 15:44:52    阅读次数:140
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!