学libgdx有一段时间了,有一个星期了吧,边做边学,选的是别踩白块。 ? ? libgdx总体思想可以用下面这张图来表示 ? ?? ? ? 总体可分为两层吧,入口不算,Screen+Actor. 这个很好理解啊,你去看话剧表...
分类:
其他好文 时间:
2014-07-22 08:25:33
阅读次数:
248
一般形式:基类型 **变量名;例如:char **p;void main(){ char *name[] = {"Follow me","Basic","Great Wall","FORTRAN","Computer design"}; char **p; int i; fo...
分类:
编程语言 时间:
2014-07-21 09:33:30
阅读次数:
235
最大流:DINIC or SAP最小费用最大流:SPFA+增广(费用的值较离散) or ZKW(费用的值集中)有源汇的上下界最大流:新建s', t',用(i, j, l, r)表示i到j有一条下界为l上界为r的边,将每条这样的边拆成(s', j, 0, l), (i, t', 0, l), (i, ...
分类:
其他好文 时间:
2014-07-20 22:34:39
阅读次数:
261
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:
其他好文 时间:
2014-07-20 21:33:36
阅读次数:
204
Networking
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 5976
Accepted: 3231
Description
You are assigned to design network connections bet...
分类:
Web程序 时间:
2014-07-19 23:35:59
阅读次数:
300
OOA Object-Oriented Analysis:面向对象分析OOD Object-Oriented Design :面向对象设计OOP Object Oriented Programming:面向对象编程UML Unified Modeling Language:统一建模语言Softwar...
分类:
其他好文 时间:
2014-07-19 23:26:17
阅读次数:
227
Cocos2d (v.3.0) rendering pipeline roadmap
Why (the vision)
The way currently Cocos2d does rendering is good but it is beginning to feel somehow antiquate and moreover it doesn’t actually leverag...
分类:
其他好文 时间:
2014-07-19 23:14:08
阅读次数:
449
题目描述: Grading hundreds of thousands of Graduate Entrance Exams is a hard work. It is even harder to design a process to make the results as fair as po...
分类:
其他好文 时间:
2014-07-19 19:09:03
阅读次数:
282
For android system, of course you can custom your own style and theme, but you can't break compatibility with AOSP.We should follow AOSP design, and d...
分类:
其他好文 时间:
2014-07-19 16:22:00
阅读次数:
231
《Windows Azure Platform 系列文章目录》2014年07月11日由世纪互联运营的 Windows Azure 为 SAP 应用提供公有云平台2014 年 7 月 11 日,北京——SAP 中国与微软(中国)公司宣布,将在中国展开深入合作,利用由世纪互联运营的 Windows .....