自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 linux ctrl+r

ctrl+r 反向查询history的信息使用方式:ctrl + r输出关键词若发现不是要找,ctrl + r继续往回找,直到找到history的使用的方式history | grep "关键词"然后使用!数字,进行重新调用

2017-04-15 16:42:44 2021

转载 c 查看struct各字段的偏移值

typedef struct A {char a;char b;int c;} A;a的偏移值:&((A*)0)->ab的偏移值:&((A*)0)->bc的偏移值:&((A*)0)->c该操作并非会进行内存读取操作,因此不会出现core掉转载地址:http://www.linuxidc.com/Linux/2016-04/129845

2017-04-15 16:26:22 1007

翻译 cuda sm执行block的数量

原文:How many blocks a multiprocessor can process at once depends on how many registers per thread and how much shared memory per block are required for a given kernel since the multiprocessor's regis

2017-04-11 17:13:22 3684

翻译 cuda wrap执行方式

原文:At every instruction issue time, the SIMT unit selects a warp that is ready to execute and issues the next instruction to the active threads of the warp. A warp executes one common instruction at

2017-04-11 16:11:07 1459

原创 linux-whereis

whereis锁定二进制/源文件和手册文件的路径搜索路径/{bin,sbin,etc}/usr/{lib,bin,old,new,local,games,include,etc,src,man,sbin,X386,TeX,g++-include}/usr/local/{X386,TeX,X11,include,lib,man,etc,bin,games,emacs}

2017-04-11 10:56:56 195

原创 linux-which

which在PATH环境变量所指定的路径下进行搜索,将匹配的名字的路径打印出来

2017-04-11 10:41:47 300

空空如也

空空如也

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

TA关注的人

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