动态链接库-C/C++ 创建dll 动态链接库 DLL(Dynamic Link Libarary) DLL中包含若干共有的代码、数据、可以供其他模块使用 但是只有经过export导出后才允许被外部正常调用。 可以使用火绒剑这个软件查看进程的各种调用的dll文件 首先采用vs2019新建dll项目 ...
分类:
编程语言 时间:
2020-12-17 12:30:14
阅读次数:
2
https://github.com/haofanwang/Score-CAM Score-CAM: Score-Weighted Visual Explanations for Convolutional Neural Networks Abstract 近年来,卷积神经网络的内部机制以及网络做出 ...
分类:
其他好文 时间:
2020-12-17 12:02:29
阅读次数:
2
swal({title: '',html:'<p style="font-weight:bold;">Please input adjusted amount</p>' +'<input type="text" style="width:310px;height:35px;" id="adjuste ...
分类:
Web程序 时间:
2020-12-16 11:47:57
阅读次数:
4
<input type="number" style="width:310px;height:35px;" onkeyup="clearNoNum(this)" id="adjustedAmountInput" step="500" placeholder="+500/-500"/> functio ...
分类:
其他好文 时间:
2020-12-16 11:47:12
阅读次数:
2
业务使用 // 使用虚拟列表 const virtualComponents = useVirtualTable({ height: 350 // 设置可视高度 }) const components = useMemo(() => { return { body: { wrapper: virtu ...
分类:
其他好文 时间:
2020-12-15 12:23:17
阅读次数:
3
今天我们剖析的也是推荐领域的经典论文,叫做Wide & Deep Learning for Recommender Systems。它发表于2016年,作者是Google App Store的推荐团队。这年刚好是深度学习兴起的时间。这篇文章讨论的就是如何利用深度学习模型来进行推荐系统的CTR预测,可 ...
分类:
其他好文 时间:
2020-12-15 11:47:01
阅读次数:
1
ldd list dynamic dependencies 列出动态依赖关系 使用方法例: $ ldd darknet linux-vdso.so.1 => (0x00007ffe1c956000) libopencv_highgui.so.3.4 => /usr/local/lib/libopen ...
分类:
系统相关 时间:
2020-12-14 13:48:10
阅读次数:
11
尝试使用libtiff将一个16位的灰度tif图像转为OpenCV中对应的Mat格式并显示出来,参考代码如下: 1 void tiff_test() 2 { 3 libtiff::TIFF *image; 4 uint32_t width = 0, height = 0; 5 uint16_t nc ...
分类:
其他好文 时间:
2020-12-11 12:12:04
阅读次数:
3
主从复制基本配置 master主节点(redis.conf) port 6379 pidfile "/data/redis/6379/redis.pid" loglevel notice daemonize no ###表示守护进程启动方式(前台或者后台) #logfile "/data/redis ...
分类:
其他好文 时间:
2020-12-10 11:20:36
阅读次数:
4
一:导入如百度地图等的外部类。 步骤:1.首先 将androidstudio项目显示切换到 project 状态显示项目 2.然后添加.jar文件,将所有的.jar文件放入libs文件夹内(libs文件夹就在项目文件夹下),然后在引入的.jar文件上右键然后点击 Add As Library... ...
分类:
移动开发 时间:
2020-12-10 10:41:40
阅读次数:
8