Welcome back. Last part was about vertex shaders, with some coverage of GPU shader units in general. Mostly, they’re just vector processors, but the.....
分类:
其他好文 时间:
2014-08-05 00:33:00
阅读次数:
343
In this part, I’ll be dealing with the first half of pixel processing: dispatch and actual pixel shading. In fact, this is really what most graphics.....
分类:
其他好文 时间:
2014-08-05 00:26:28
阅读次数:
484
Welcome back. Last time, we dove into bottom end of the pixel pipeline. This time, we’ll switch back to the middle of the pipeline to look at what i.....
分类:
其他好文 时间:
2014-08-05 00:25:48
阅读次数:
321
Welcome back. This time we’re actually gonna see triangles being rasterized – finally! But before we can rasterize triangles, we need to do triangl...
分类:
其他好文 时间:
2014-08-05 00:25:38
阅读次数:
476
欧拉回路第一题TVT本题的一个小技巧在于:【建立一个存放点与边关系的邻接矩阵】1.先判断是否存在欧拉路径无向图:欧拉回路:连通 + 所有定点的度为偶数欧拉路径:连通 + 除源点和终点外都为偶数有向图:欧拉回路:连通 + 所有点的入度 == 出度欧拉路径:连通 + 源点 出度-入度=1 && 终点 入...
分类:
其他好文 时间:
2014-08-04 23:57:58
阅读次数:
588
Tomcat 导入eclipse
本例采用
apache-ant-1.9.2(版本不一样的注意配置路径)
tomcat 6.0.26
下载ant
http://mirror.bit.edu.cn/apache//ant/binaries/apache-ant-1.9.4-bin.zip
由于只找到1.9.4的下载包以下的配置需要注意路径
解压到E盘根目录,注意解压之后的结构应该是如下...
分类:
系统相关 时间:
2014-08-04 18:04:27
阅读次数:
367
一。分析Ant是软件构建工具,Maven的定位是软件项目管理和理解工具。Maven除了具备Ant的功能外,还增加了以下主要的功能:1)使用Project Object Model来对软件项目管理;2)内置了更多的隐式规则,使得构建文件更加简单;3)内置依赖管理和Repository来实现依赖的管理和...
分类:
其他好文 时间:
2014-08-04 01:57:36
阅读次数:
277
关于Android应用开发,使用Ant来发布应用的总结。...
分类:
移动开发 时间:
2014-08-03 18:06:05
阅读次数:
413
这个问题实际上很简单,但是之前也让我迷惑了一下。如果像我之前这篇日志里写的,如果在后面加上junitreport:
则只是生成xml格式的report,但是如果是在batchtest下面,如果所有的测试用例都执行完了,就会生成一系列的HTML报告,举例:
<target name="test"
depends="compile-tests"
...
分类:
Web程序 时间:
2014-08-02 12:49:33
阅读次数:
240
链接:http://poj.org/problem?id=1696Space AntTime Limit:1000MSMemory Limit:10000KTotal Submissions:3077Accepted:1965DescriptionThe most exciting space di...
分类:
其他好文 时间:
2014-08-01 10:39:13
阅读次数:
247