码迷,mamicode.com
首页 >  
搜索关键字:individual    ( 224个结果
[ES6] 13. Using the ES6 spread operator ...
The spread operator (...) allows you to "explode" an array into its individual elements.Spreate an array:console.log([1,2,3]); // [1, 2, 3] conso...
分类:其他好文   时间:2014-11-23 01:55:10    阅读次数:228
苹果iOS开发者账号总结
1》个人账号(Individual) 费用99美金一年, 该账号在App Store销售者只能显示个人的ID,比如lucky zhu,单人使用。个人账号只能有一个开发者。2》公司团队账号 (Company/Organization) 费用99美金一年, 该账号在App Store销售者可以显示...
分类:移动开发   时间:2014-11-13 22:03:42    阅读次数:173
3.App Resources-Resource Types/Style Resource
1. Style Resource A style resource defines the format and look for a UI. A style can be applied to an individual View (from within a layout file) or ....
分类:移动开发   时间:2014-11-03 16:07:38    阅读次数:153
转摘<<On becoming an expert C programmer>>
The following is from an EMail message that I sent to to an individual on 12-Apr-2001. You may find this EMail message useful. The Writer asked: ``I just recently visited your website ... Just want...
分类:其他好文   时间:2014-10-27 23:11:05    阅读次数:489
Individual Project复审
复审代码的来源:12061162 王骜王骜同学的代码注释较多,读起来还是比较容易懂。代码遵从模块化思想,各个模块之间分工明确,功能重复少,模块之间联系紧密,相互调用明确。处理单词过程运用了正则表达式,方便快捷,减少了编码的工作量。诸如此类做的比较好的地方还有不少,在此就不一一列举,下面提几点还可以改...
分类:其他好文   时间:2014-10-24 01:36:31    阅读次数:192
Scrutiny of Partner's individual project Code
因为队友的代码并没有完整的实现个人项目的完整功能。已实现功能:1.对单个单词进行词频统计2.能够按照老师的要求的格式对制定的有效字符串进行匹配,并且输出至指定文件。未实现:1.对连续多个单词进行匹配以及计数2.对已存储的单词进行排序输出。代码优点:1.逻辑严谨2.格式规范优美代码缺点:1.注释较少,...
分类:其他好文   时间:2014-10-23 14:14:02    阅读次数:180
Individual Project复审
我复审的是12061160刘垚鹏的代码。刘垚鹏写的是多线程,程序有两个线程,一个线程用来读文件,另一个线程用来统计词频。程序使用了线程安全的容器,大大减少了进程同步的难度。没看出什么大问题,就强行挑点小毛病吧。1.代码风格1 public class Word : IComparable // .....
分类:其他好文   时间:2014-10-22 20:09:03    阅读次数:305
Individual Reading Assignment
一,何为敏捷编程 1、敏捷软件开发并不意味着progeramming不变的模式,而是在编程过程中起着指导和引导角色。有一群观念暗示realated敏捷软件开发。这就是极端progranmming、结对编程、测试驱动开发,等。因此,我认为敏捷软件开发是progreamming的一般目标,而不是一个具体...
分类:其他好文   时间:2014-10-16 03:42:01    阅读次数:208
Individual Reading Assignment
1.What exactly does 'agile' mean? 1)Agile software development does not means a invariable mode of progeramming, rather, it plays a directing and gui....
分类:其他好文   时间:2014-10-16 01:45:41    阅读次数:180
individual reading task ---12061183 叶露婷
Different people deserve different tasks; Once team roles are settled, there comes along a lot of other questions, such as how to manage team intellec...
分类:其他好文   时间:2014-10-15 00:34:49    阅读次数:375
224条   上一页 1 ... 16 17 18 19 20 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!