自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

#+!

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

转载 What does “warning: not all control paths return a value” mean? (C++)

If switch case if cannot cover all cases, then the return value is undefined. Even though orientation is an enum with only two values (right now), it can still have a different value for any o

2015-10-28 00:28:47 922

转载 Continue Long Statements on Multiple Lines Matlab

This example shows how to continue a statement to the next line using ellipsis (...). s = 1 - 1/2 + 1/3 - 1/4 + 1/5 ... - 1/6 + 1/7 - 1/8 + 1/9; Build a long character string by

2015-10-22 16:31:13 368

转载 Fast floor/ceiling functions C

Introduction Those of you who are after sheer running speed already know how slow the standard floor/ceiling functions can be. Here are handy alternatives.  Background   The standard floor/ce

2015-10-19 23:46:56 491

转载 NVIDIA Tesla C2075 vs Tesla K10 theoretical performance

Each graphics unit has several vital theoretical parameters that affect real-world game, 3D graphics and compute performance. These are texture fillrate, pixel fillrate, memory bandwidth, along with s

2015-10-12 23:35:40 1458

转载 Faster Parallel Reductions on Kepler

Parallel reduction is a common building block for many parallel algorithms. A presentation from 2007 by Mark Harris provided a detailed strategy for implementing parallel reductions on GPUs, but thi

2015-10-12 23:34:53 745

codeviewer

乱码查看

2011-11-11

空空如也

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

TA关注的人

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