- 博客(3)
- 收藏
- 关注
原创 operator重载的奇怪用法
对于operator重载我们见过很多了,但我今天看到了一个比较奇怪的用法。 例: #include using namespace std; ///class B; class A { public: int data[2]; ///public:
2008-11-19 15:50:00 701 3
转载 内存拷贝
方法一:void * memmove_kk(void * dest,const void *src,size_t count){ char *tmp, *s; /*如果目标地址小于源地址的话,从头开始拷贝*/ if (dest { tmp = (char *) dest; s = (char *) src; while (coun
2008-09-25 00:29:00 739
翻译 Introduction to Vertex Textures(顶点纹理介绍)---转
Introduction to Vertex Textures Ever since the appearance of programmable GPUs, there has been a significant difference between the capabilities of vertex and pixel shaders. Shader Model 3.0 took the
2008-09-20 14:19:00 2743 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人