tar: Removing leading `/’ from member names+2 分类:Web服务器 标签:tar 3,910人浏览 tar: Removing leading `/’ from member names+2 分类:Web服务器 标签:tar 3,910人浏览 分类:Web ...
分类:
其他好文 时间:
2016-05-01 11:01:14
阅读次数:
212
之前milestone2已经做完的工作, 现在趁有时间记下笔记. 1.设计 这里是指兼容3ds max导出/fbx格式转换等等一系列工作的设计. 最开始, Blade的3dsmax导出插件, 全部代码都是写在导出的DLL里面的, 后来考虑到FBX等等其他格式, 现在把模块分成两部分: Model/A ...
分类:
其他好文 时间:
2016-04-30 11:29:19
阅读次数:
231
前几天看到这个题目,就在写,但是不是知道为什么老是出错,今天起来再一些了一遍测试就对了不知道为什么! 还有没有解决的问题: 1、如果出现了赢了的次数和输了的次数一样的话想重新再来一遍,或者输入exit直接退出不玩了,今天没有时间就没有写了 2、如果输入的不是stone,scissors,cloth, ...
分类:
其他好文 时间:
2016-04-28 09:29:35
阅读次数:
186
10、“If debugging is the process of removing software bugs, then programming must be the process of putting them in.” —— E.W. Dijkstra 如果调试程序是移除 bug 的过 ...
分类:
其他好文 时间:
2016-04-28 09:21:07
阅读次数:
191
Lifting the Stone Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 6971 Accepted Submission(s): 29 ...
分类:
其他好文 时间:
2016-04-24 17:02:40
阅读次数:
202
题目链接:点击打开链接
思路:DP + 组合数。 用d[i][j]表示前第i种颜色的石头, 已经用了j个的方法数, 每次枚举第i种石头放多少个, 假设放k个, 那么相当于从j个位置中选k个, 预处理组合数就行了。
细节参见代码:
#include
#include
#include
#include
#include
#include
#include
#include
#include
#...
分类:
其他好文 时间:
2016-04-22 20:39:02
阅读次数:
170
【题目】 Description The funny stone game is coming. There are n piles of stones, numbered with 0, 1, 2, ..., n ? 1. Twopersons pick stones in turn. In ev ...
分类:
其他好文 时间:
2016-04-17 17:51:14
阅读次数:
460
题目:
Given a linked list, remove the nth node from the end of list and return its head.
For example,
Given linked list: 1->2->3->4->5, and n = 2.
After removing the second node from the e...
分类:
其他好文 时间:
2016-04-16 18:58:25
阅读次数:
187
F - Again Stone Game Time Limit:2000MS Memory Limit:32768KB 64bit IO Format:%lld & %llu Submit Status F - Again Stone Game Submit Status Description A ...
分类:
其他好文 时间:
2016-04-15 21:52:30
阅读次数:
344