"""gui start file for Space-Time Analysis of Regional Systems#STARS的图形用户界面入口(高级用户可以直接使用命令行方式进行操作)-----------------------------------------------------...
分类:
编程语言 时间:
2015-02-23 16:40:34
阅读次数:
249
STARS的全称是Space-Time Analysis of Regional Systems,直译过来就是区域系统时空分析软件。这是针对区域多时相数据的分析包,源代码公开。该软件将最近几年发展起来的时空分析技术引入到友好的用户界面中,设计目标是要成为一款探索性数据分析软件。不得不说的是,探索性空...
分类:
编程语言 时间:
2015-02-23 16:37:41
阅读次数:
419
一道经典的Dp..01背包定义dp[i] 为需要构造的数字为i 的所有方法数一开始的时候是这么想的 for(i = 1; i 0){ dp[i] += dp[i - a[j]]; } } }状态存在冗余, 输出的时候答案...
分类:
其他好文 时间:
2015-02-21 23:23:35
阅读次数:
164
In Unix, the name of the tar command is short for tape archiving, the storing of entire file systems onto magnetic tape, which is one use for the comm...
分类:
其他好文 时间:
2015-02-21 21:02:50
阅读次数:
170
声明:原创作品,转载时请注明文章来自SAP师太技术博客:www.cnblogs.com/jiangzhengjun,并以超链接形式标明文章原始出处,否则将追究法律责任!原文链接:http://www.cnblogs.com/jiangzhengjun/p/4293760.html 数据源增强时,修改...
分类:
其他好文 时间:
2015-02-16 11:22:48
阅读次数:
127
Strange: the IoC framework for Unity Strange attractors create predictable patterns, often in chaotic systems. 在混乱的系统中创造出一个可以预测的模式 . Introduction Stra...
分类:
其他好文 时间:
2015-02-14 23:47:36
阅读次数:
289
Sublime Textis currently the text editor of choice for a number of developers in the open-source community. It’s sophisticated, has powerfultext selec...
分类:
其他好文 时间:
2015-02-11 20:31:31
阅读次数:
285
“Favour composition over inheritance”If you haven’t already read my previous post on the problems of traditional game architecture and why entity syst...
分类:
其他好文 时间:
2015-02-10 15:14:11
阅读次数:
342
http://www.gamedev.net/page/resources/_/technical/game-programming/understanding-component-entity-systems-r3013 The traditional way to implement game ...
分类:
其他好文 时间:
2015-02-10 15:07:41
阅读次数:
156
http://entity-systems.wikidot.com/fast-entity-component-systemSummaryCreate a generic System class which stores Components as a Vector array, allows a...
分类:
其他好文 时间:
2015-02-10 13:18:05
阅读次数:
145