友元函数 可以将全局函数或者其他类成员函数声明为友元函数,友元函数内部可以使用类的私有成员 友元类 一个类 A 可以将另一个类 B 声明为自己的友元,类 B 的所有成员函数就都可以访问类 A 对象的私有成员 有缘关系不能被继承,只授予该类 ...
分类:
其他好文 时间:
2019-08-16 00:33:04
阅读次数:
87
We are given two strings, A and B. A shift on A consists of taking string A and moving the leftmost character to the rightmost position. For example, ...
分类:
其他好文 时间:
2019-08-15 09:13:35
阅读次数:
77
文档:https://api.flutter.dev/flutter/material/Checkbox-class.html 效果: ...
分类:
其他好文 时间:
2019-08-13 12:09:07
阅读次数:
1840
The Nature of Recognition [Idea Logs] Recognition is borned with Memory . While memory comes from the observation of the world, inside and outside. To ...
分类:
其他好文 时间:
2019-08-11 21:11:52
阅读次数:
83
boost::atomic can be used to create atomic variables. They are called atomic variables because all access is atomic. Boost.Atomic is used in multithre ...
分类:
其他好文 时间:
2019-08-09 19:38:41
阅读次数:
103
To create a date, use the class boost::gregorian::date 1. date boost::gregorian::date provides several constructors to create dates. The most basic co ...
分类:
其他好文 时间:
2019-08-05 13:48:39
阅读次数:
105
深度分离卷积一般使用的是3*3的卷积核,这篇论文在深度分离卷积时使用了多种卷积核,并验证了其有效性 1、大的卷积核能提高模型的准确性,但也不是越大越好。如下,k=9时,精度逐渐降低 2、 mixConv及其实现 挺简洁的,可直接替换深度分离卷积 3、有效性 4、MixConv设计 (1)G 的选择 ...
分类:
其他好文 时间:
2019-08-04 13:10:49
阅读次数:
102
1、Normal distribution In probability theory, the normal (or Gaussian or Gauss or Laplace–Gauss) distribution is a very common continuous probability d ...
分类:
其他好文 时间:
2019-08-03 21:22:11
阅读次数:
119
1:操作单选框 操作源码: 2:操作复选框 操作源码: result: berry复选框已经被选中 watermelon复选框已经被选中 orange复选框已经被选中 3:对当前浏览器窗口进行截屏 4:拖拽页面元素 ...
Building and maintaining roads among communities in the far North is an expensive business. With this in mind, the roads are build such that there is ...
分类:
其他好文 时间:
2019-07-28 13:33:51
阅读次数:
116