自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 redis python客户端(redis-py)分析

源代码结构 class StrictRedis RESPONSE_CALLBACKS 构造/from_url/__init__ 回调 set_response_callback 响应解析parse_response 流水线 pipeline 事务transaction 锁lock  订阅发布pubsub  执行命令execute_command

2016-06-13 11:55:56 1045

翻译 Why not implement deep copy in default copy constructor?

Why not implement deep copy in default copy constructor? All people keep remind us of the case when using default copy constructor and default assign operator, be careful since they're shadow copy. However,

2016-06-05 18:51:06 407

NVIDIA CUDA C Programming Best Practices Guide Version 2.3

This Best Practices Guide is a manual to help developers obtain the best performance from the NVIDIA® CUDA™ architecture using version 2.3 of the CUDA Toolkit. It presents established optimization techniques and explains coding metaphors and idioms that can greatly simplify programming for the CUDA architecture.

2010-06-06

The CUDA Compiler Driver NVCC Version 2.3

This compilation trajectory involves several splitting, compilation, preprocessing, and merging steps for each CUDA source file, and several of these steps are subtly different for different modes of CUDA compilation (such as compilation for device emulation, or the generation of device code repositories). It is the purpose of the CUDA compiler driver nvcc to hide the intricate details of CUDA compilation from developers.

2010-06-06

CUDA中文参考手册

高性能并行计算平台NVIDIA_CUDA中文参考手册,CUDA编程手头必备。

2010-03-02

泊松表面重建(中文翻译版)

泊松表面重建(中文翻译版)。详细介绍了泊松表面重建的原理。

2009-08-19

Poisson Reconstruction 参数实验

Poisson Reconstruction 参数实验

2009-08-19

Douglas-Peucker 曲线离散化算法.rar

在数字化过程中,需要对曲线进行采样简化,即在曲线上取有限个点,将其变为折线,并且能够在一定程度上保持原有的形状。

2009-03-01

匹配算法库的完美设计

Design of a Library for Dense Matching

2009-02-21

史上最经典的R树(R-tree)论文

可以这么说,要想弄懂R-树的本质,这篇论文是最好的资料!

2009-02-10

软盘-C程序常用算法.rar

C程序常用算法 算法 算法是解决问题方法的精确描述,但并不是所有问题都有算法,有的问题经研究可行,则有相应的算法.有些问题不能...数值算法和非数值算法 数值算法 迭代法:迭代法适用于方程或方程组求解,使用间接方法求方程 近似根的一种常用算法....

2008-11-03

空空如也

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

TA关注的人

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