http://www.gamedev.net/topic/496785-deferred-rendering-and-hdr/Quote:Original post by jstrohYeah I've been reading about people saying "oh you can onl...
分类:
其他好文 时间:
2014-07-27 21:47:19
阅读次数:
350
《LYFvs2013转vs2010》1.修改解决方案文件(**.sln) 将------------------------------------------------------------- Microsoft Visual Studio Solution File, Format Ve.....
分类:
其他好文 时间:
2014-07-27 10:37:42
阅读次数:
254
Message Decowding
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 11735
Accepted: 6536
Description
The cows are thrilled because they've just learned abo...
分类:
其他好文 时间:
2014-07-24 17:45:06
阅读次数:
206
In the development ofShou, I’ve been using GLSL with NEON to manipulate image rotation, scaling and color conversion, before send them to video encode...
分类:
其他好文 时间:
2014-07-23 20:47:45
阅读次数:
399
River Hopscotch
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 6697
Accepted: 2893
Description
Every year the cows hold an event featuring a peculiar ve...
分类:
其他好文 时间:
2014-07-23 18:06:07
阅读次数:
270
原来有一些VS2013的工程文件(.sln、.csproj),使用.Net 4.0。现需要将它们转换成VS2010格式。经实验,办法如下:(1) 在Solution文件(.sln)中:把文件头部这样的行:Microsoft Visual Studio Solution File, Format Ve...
分类:
其他好文 时间:
2014-07-22 00:35:35
阅读次数:
195
本文出自:http://blog.csdn.net/svitter
分析:vector是STL模板中的容器。可以利用其性质来构建邻接表。
定义:
#include
#define MAXN 10000
//max n of a tree or graph
//if is a tree, n / 2 is OK ;
using namespace std;
typedef ve...
分类:
其他好文 时间:
2014-07-21 11:27:55
阅读次数:
228
一、Ant编译打包android工程步骤
二、Ant apk签名
1.keystore签名 定义自己的签名文件
生成keystore文件:keytool -genkey -alias android.keystore -keyalg RSA - validity 20000 -keystore android.keystore
对应的java命令:jarsigner -ve...
分类:
移动开发 时间:
2014-07-20 23:14:43
阅读次数:
441
I've just changed my OS X / Mac main user - I've created a new 'coder' user account that I want to use for development instead of my old 'lombard' acc...
分类:
其他好文 时间:
2014-07-19 15:03:38
阅读次数:
359
Bridging signals
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 10348
Accepted: 5667
Description
'Oh no, they've done it again', cries the chief designe...
分类:
其他好文 时间:
2014-07-19 11:36:54
阅读次数:
241