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

原创 exFAT / NTFS / FAT32

exFAT / NTFS / FAT321. exFATexFAT (Extended File Allocation Table) is a Microsoft file system introduced in 2006 optimized for flash memory such as USB flash drives and SD cards. It is proprietary and Microsoft owns patents on several elements of its d

2018-02-28 20:34:28 1273

转载 atoi

atoiint atoi(const char *str);1. Convert string to integer        Parses the C-string str interpreting its content as an integral number, which is returned as a value of type int.        The function ...

2018-02-20 09:40:39 341

转载 assert

assertvoid assert(int expression);1. Evaluate assertion        If the argument expression of this macro with functional form compares equal to zero (i.e., the expression is false), a message is writte...

2018-02-20 09:39:36 547

原创 Windows 7 笔记本电脑触摸板使用 Fn + F3 开关

Windows 7 笔记本电脑触摸板使用 Fn + F3 开关

2018-02-13 17:08:24 2423 2

原创 yolo - train_detector - Resizing

yolo - train_detector - Resizing/home/strong/eclipse-workspace/darknet_0921/examples/detector.cvoid train_detector(char *datacfg, char *cfgfile, char *weightfile, int *gpus, int ngpus, int clear){}p...

2018-02-11 21:22:20 1403 2

Migrating Unity applications from Oculus to OSVR

Migrating Unity applications from Oculus to OSVR

2016-08-07

空空如也

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

TA关注的人

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