自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (2)
  • 收藏
  • 关注

原创 螺旋队列

// route.cpp : Defines the entry point for the console application.//#include "stdafx.h"#define min(x,y) ((x) < (y) ?: (x),(y))void fun(int n);#include using namespace std;int main(int argc,

2012-03-31 19:33:31 358

转载 C++虚指针实现及效率

单继承虚函数例子class Point {public:virtual ~Point();virtual Point& mult( float ) = 0;// ... other operations ...float x() const { return _x; }virtual float y() c

2012-03-29 16:00:33 1135

转载 memcpy和bcopy区别

函数原型:extern void bcopy(const void *src, void *dest, int n);void *memcpy(void *dest, const void *src, size_t n);注意它们的主要区别:dest,src使用是要特别注意bcopy:extern void bcopy(const void *src, void *

2012-03-22 21:00:56 3906

计算机图形学课件(马华东)

计算机图形学 北京邮电大学 马华东老师的课件

2012-02-27

实用动态ppt模板 容易套用

有很多很好的动态效果 易于套用 背景简洁 适合商务用途

2009-10-31

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除