自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(1)
  • 资源 (6)
  • 收藏
  • 关注

原创 COM组件接口继承的实现

1.创建Calculate组件,添加IFun接口(注意:本例我们在Attributes中我们选择Apartment,Custom,Yes).在IFun接口中添加函数Add实现两数相加的功能(参数为[in] long n1, [in] long n2, [out, retval] long *pVal).代码如下:STDMETHODIMP CCalCulate::Add(long n1, long

2005-08-15 09:53:00 1041

how gpu works

Furthermore, GPUs have moved away from the traditional fixed-function 3D graphics pipeline toward a flexible general-purpose computational engine. Today, GPUs can implement many parallel algorithms directly using graphics hardware. Well-suited algorithms that leverage all the underlying computational horsepower often achieve tremendous speedups. Truly, the GPU is the first widely deployed commodity desktop parallel computer.

2010-05-12

Extending the graphic pipeline with new GPU-accelerated primitives

Graphics hardware is optimized for rasterizing and solving the visibility of points, lines and polygons. In this paper, we propose a GPU implementation of new graphics primitives (e.g. spheres, cylinders, ellipsoids), which are compatible with the standard pipeline. Our technique consists of two steps, both executed on the GPU:

2010-05-12

The Art of Unix Programming

The Art of Unix Programming

2008-10-04

Understanding.the.Linux.Kernel.3rd.Edition

Understanding.the.Linux.Kernel.3rd.Edition

2008-10-04

Understanding Linux Network Internals

Understanding Linux Network Internals

2008-10-04

USB OTG software

Design OTG S/W.THE ON-THE-GO SUPPLEMENT TO RELEASE VERSION 2.0 OF THE USB STANDARD OPENS THE DOOR TO NEW CONSUMER PRODUCTS THAT CAN EXCHANGE DATA WITHOUT CONNECTING TO A PC HOST.

2008-09-30

空空如也

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

TA关注的人

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