码迷,mamicode.com
首页 >  
搜索关键字:the story of the sto    ( 674个结果
简洁的用户故事编写格式
对于多数产品待办事项列表(product backlog)项,尤其是产品功能类,敏捷团队通常使用用户故事(user story)来表达预期的商业价值。 用户故事(user story)的格式通常如下: 简洁的格式可以帮助团队完成较好的用户故事(user story):容易让业务和技术人员准确理解。然 ...
分类:其他好文   时间:2017-06-04 09:44:17    阅读次数:186
机器学习笔记(Washington University)- Clustering Specialization-week four
1. Probabilistic clustering model (k-means) Hard assignments do not tell the full story, capture the uncertainty k-means only considers the cluster ce ...
分类:其他好文   时间:2017-06-02 01:04:19    阅读次数:201
[2-SAT] poj 3207 Ikki's Story IV - Panda's Trick
题目链接: http://poj.org/problem?id=3207 Ikki's Story IV - Panda's Trick Time Limit: 1000MS Memory Limit: 131072K Total Submissions: 8063 Accepted: 2969 D ...
分类:其他好文   时间:2017-05-22 13:36:18    阅读次数:280
image caption项目调研及实践
image caption, 或者说叫image story teller,就是用一句话把一张图片的内容描述出来。 比较先进的是以下这篇论文所描述的方法: Vinyals, Oriol, et al. "Show and Tell: Lessons learned from the 2015 MSC ...
分类:其他好文   时间:2017-05-18 17:25:48    阅读次数:235
hdu3966 Aragorn's Story
地址:http://acm.split.hdu.edu.cn/showproblem.php?pid=3966 题目: Aragorn's Story Time Limit: 10000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/ ...
分类:其他好文   时间:2017-05-17 23:37:16    阅读次数:284
Stopwatch 类
https://msdn.microsoft.com/zh-cn/library/system.diagnostics.stopwatch.aspx 提供一组方法和属性,可用于准确地测量运行时间。 一个 Stopwatch 实例可以测量运行时间为一个时间间隔或所用的时间合计多个间隔。 在典型 Sto ...
分类:其他好文   时间:2017-05-15 15:05:59    阅读次数:171
《构建之法》第十章学习总结
第十章讲的是关于典型用户和场景的内容。 在第一节当中,为我们介绍了Visual Studio的典型用户、典型用户的价值、怎样定义典型用户还有从典型用户到场景到任务的转变,还简单介绍了场景故事story的模板; 在第二节当中,为我们介绍了用例(Use Case),用例的基本元素包括标题、角色、主要成功 ...
分类:其他好文   时间:2017-05-14 17:58:47    阅读次数:110
构建之法第十章学习
第十章讲的是关于典型用户和场景的内容。 在第一节当中,为我们介绍了Visual Studio的典型用户、典型用户的价值、怎样定义典型用户还有从典型用户到场景到任务的转变,还简单介绍了场景故事story的模板; 在第二节当中,为我们介绍了用例(Use Case),用例的基本元素包括标题、角色、主要成功 ...
分类:其他好文   时间:2017-05-14 15:30:21    阅读次数:128
文本域隐藏省略号...
function eqa(obj,nu){ var oPa = document.getElementById(obj); var sto = oPa.innerHTML; if (sto.length>nu) { oPa.innerHTML = sto.substring(0, nu)+'.... ...
分类:其他好文   时间:2017-05-13 11:20:15    阅读次数:168
使用canvas控制gif图片的播放与暂停
if ('getContext' in document.createElement('canvas')) { HTMLImageElement.prototype.play = function() { if (this.storeCanvas) { // 移除存储的canvas this.sto... ...
分类:其他好文   时间:2017-05-12 19:02:53    阅读次数:165
674条   上一页 1 ... 21 22 23 24 25 ... 68 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!