自定义博客皮肤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)
  • 收藏
  • 关注

转载 [Note] C learn

函数指针 & 指针函数 http://blog.csdn.net/ameyume/article/details/8220832 函数输出多个值 #1 结构体 #include struct t{ int a,b; }; struct t fun(int c,int d){ struct t res; res.a=c+d; res.b=c*d; retu

2018-02-06 11:58:26 119

原创 Remove CUDA 9, Re install CUDA 8

CUDA 9 just released, tensorflow have not support CUDA9 yet.  download  CUDA 8.0 at https://developer.nvidia.com/cuda-80-ga2-download-archive.  or click "Legacy Release" on the bottom of page

2017-09-29 16:00:06 1625

原创 [my note]about gamma correction

Correct terminology:  1. Gamma, usually is 2.5 from CRT device because of lighting by voltage.  LCD display has different gamma value, Besides, display device are not limited by gamma 2.5. However, n

2017-09-08 03:30:34 157

原创 Install TensorFlow on windows

1. Download Python3.5.x.   not working on python2.x or python 3.6; 2.  Follow the instrucation on https://www.tensorflow.org/install/install_windows;  if your python is not 3.5.x.  Tensorflow can

2017-09-07 11:33:25 182

转载 欢迎使用CSDN-markdown编辑器

欢迎使用Markdown编辑器写博客本Markdown编辑器使用StackEdit修改而来,用它写博客,将会带来全新的体验哦: Markdown和扩展Markdown简洁的语法 代码块高亮 图片链接和图片上传 LaTex数学公式 UML序列图和流程图 离线写博客 导入导出Markdown文件 丰富的快捷键 快捷键 加粗 Ctrl + B 斜体 Ctrl + I 引用 Ctrl

2017-09-01 13:51:31 109

空空如也

空空如也

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

TA关注的人

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