Loading

摘要: 一个如何将matlab代码转成cpp的教程 阅读全文
posted @ 2020-11-27 17:31 FANG_YANG 阅读(886) 评论(0) 推荐(0) 编辑
摘要: 使用Go语言实现一个简易的MapReduce系统 阅读全文
posted @ 2020-05-04 15:21 FANG_YANG 阅读(1022) 评论(0) 推荐(0) 编辑
摘要: 不要使用scipy.misc.imsave保存图像,使用torchvision中的transforms.ToPILImage 阅读全文
posted @ 2019-12-25 21:18 FANG_YANG 阅读(2345) 评论(0) 推荐(0) 编辑
摘要: 一个lambda函数提高标准输入输出流的速度 阅读全文
posted @ 2019-12-23 19:21 FANG_YANG 阅读(472) 评论(0) 推荐(0) 编辑
摘要: StackOverflow高分解答:为什么big three中的拷贝赋值需要使用copy-and-swap idiom. 阅读全文
posted @ 2019-12-10 21:06 FANG_YANG 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 解读Bag of Tricks for Image Classification with Convolutional Neural Networks论文 阅读全文
posted @ 2019-12-07 12:20 FANG_YANG 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 分享理解C++值类别以及move和perfect forward作用的资源 阅读全文
posted @ 2019-12-06 20:05 FANG_YANG 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 详细介绍《Drop an Octave: Reducing Spatial Redundancy in Convolutional Neural Networks with Octave Convolution》论文中提出的Octave Convolution。 阅读全文
posted @ 2019-10-11 16:37 FANG_YANG 阅读(2797) 评论(0) 推荐(1) 编辑
摘要: 本文主要介绍串匹配的一些算法——暴力搜索,KMP,BM算法 阅读全文
posted @ 2019-10-09 20:16 FANG_YANG 阅读(2355) 评论(0) 推荐(1) 编辑
摘要: 本篇文章使用现代C++实现多种简洁好玩的print。 阅读全文
posted @ 2019-09-04 16:38 FANG_YANG 阅读(5791) 评论(0) 推荐(0) 编辑