上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页
摘要: http://code.google.com/p/clpp/ 阅读全文
posted @ 2013-02-18 22:00 waytofall 阅读(145) 评论(0) 推荐(0) 编辑
摘要: http://developer.apple.com/library/mac/#samplecode/OpenCL_Parallel_Prefix_Sum_Example/Introduction/Intro.html#//apple_ref/doc/uid/DTS40008183-Intro-DontLinkElementID_2 阅读全文
posted @ 2013-02-18 21:52 waytofall 阅读(264) 评论(0) 推荐(0) 编辑
摘要: http://developer.download.nvidia.com/compute/cuda/4_2/rel/sdk/website/OpenCL/html/samples.html 阅读全文
posted @ 2013-02-18 21:42 waytofall 阅读(308) 评论(0) 推荐(0) 编辑
摘要: http://code.google.com/p/cudpp/ 阅读全文
posted @ 2013-02-18 16:29 waytofall 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 比较详尽,参照论文基本上能完全理解算法。http://paulbourke.net/geometry/polygonise/ 阅读全文
posted @ 2013-01-09 10:29 waytofall 阅读(422) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/hairetz/article/details/4153252 先看这样一段代码class test{public:test(int i){ m_i=i;}test(){};void hello(){printf("hello/n");}private:int m_i;};int main(){test *p=new test();p->hello();p=NULL;p->hello();}结果是:hellohello为何p=NULL;p->hello(); 这样之后,NULL->hello()也依然有效呢? 阅读全文
posted @ 2013-01-07 19:37 waytofall 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 在用stl的sort模板函数的时候遇到一个运行时错误,觉得很诡异,搜索了一下,原来VC05以后的版本会运行时检查比较函数是否为strict weak ordering,由此顺便了解了下strict weak ordering。而VC的运行时检查机制也耐人寻味。此为文章链接:http://hi.baidu.com/haochaoqing/item/00b40cf2b8c4efc0a835a255http://support.microsoft.com/kb/949171把第二篇的内容贴出来如下:ActionSort any STL collection using stable_sort() o 阅读全文
posted @ 2013-01-04 20:18 waytofall 阅读(2938) 评论(0) 推荐(0) 编辑
摘要: http://www.isthe.com/chongo/tech/comp/fnv/ 阅读全文
posted @ 2013-01-02 17:35 waytofall 阅读(230) 评论(0) 推荐(0) 编辑
摘要: http://www.opengl.org/wiki/Main_Page 阅读全文
posted @ 2012-12-27 21:51 waytofall 阅读(186) 评论(0) 推荐(0) 编辑
摘要: http://www.songho.ca/opengl/index.html 阅读全文
posted @ 2012-12-27 21:48 waytofall 阅读(152) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页