码迷,mamicode.com
首页 >  
搜索关键字:search    ( 12380个结果
智慧工厂相关论文
1 An Integrated Industrial Ethernet Solution for the Implementation of Smart Factory 在本文中,我们的目标是为智能工厂提供一个网络解决方案。我们的动机是建立一个平面网络拓扑,同时满足不同参与者和层在带宽、可靠性、实时 ...
分类:其他好文   时间:2020-03-28 20:02:04    阅读次数:174
springboot 集成 spring-data-elasticsearch
版本对照 1、在application.yml中添加配置 spring: data: elasticsearch: repositories: enabled: true #多实例集群扩展时需要配置以下两个参数 #cluster-name: datab-search #cluster-nodes: ...
分类:编程语言   时间:2020-03-28 19:52:38    阅读次数:89
SOS问题
SOS问题 模板 cpp //iterative version for(int mask = 0; mask https://codeforces.com/blog/entry/45223 https://blog.csdn.net/weixin_38686780/article/details/ ...
分类:其他好文   时间:2020-03-28 01:17:25    阅读次数:106
【docker Elasticsearch】Rest风格的分布式开源搜索和分析引擎Elasticsearch初体验
概述: Elasticsearch 是一个分布式、可扩展、实时的搜索与数据分析引擎。 它能从项目一开始就赋予你的数据以搜索、分析和探索的能力,这是通常没有预料到的。 它存在还因为原始数据如果只是躺在磁盘里面根本就毫无用处。 Elasticsearch 不仅仅只是全文搜索,我们还将介绍结构化搜索、数据 ...
分类:其他好文   时间:2020-03-27 23:30:11    阅读次数:119
LeetCode-两棵二叉搜索树的所有元素
注:LeetCode--树专题。 题目链接(1305):https://leetcode-cn.com/problems/all-elements-in-two-binary-search-trees/ 题目描述: 给你 root1 和 root2 这两棵二叉搜索树。 请你返回一个列表,其中包含 两 ...
分类:其他好文   时间:2020-03-27 21:47:16    阅读次数:80
35. Search Insert Position
Problem : Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inse ...
分类:其他好文   时间:2020-03-27 21:17:05    阅读次数:48
告别炼丹,Google Brain提出强化学习助力Neural Architecture Search | ICLR2017
论文为Google Brain在16年推出的使用强化学习的Neural Architecture Search方法,该方法能够针对数据集搜索构建特定的网络,但需要800卡训练一个月时间。虽然论文的思路有很多改进的地方,但该论文为AutoML的经典之作,为后面很多的研究提供了思路,属于里程碑式的论文, ...
分类:其他好文   时间:2020-03-27 12:42:46    阅读次数:87
截取与拼接URL参数
// encodeURI、encodeURIComponent、decodeURI、decodeURIComponent四个用来编码和解码 URI 的函数 // URL截取后面的字符串转换成对象 function GetStr() { var url = location.search; //获取u ...
分类:Web程序   时间:2020-03-26 16:35:56    阅读次数:105
mask_rcnn(Keras+TensorFlow)环境搭建_新手向(毕业设计使用,亲测可用)
首先需要下载 mask_rcnn 的源码 但是从GitHub上下载源码的速度非常慢,所以我们从码云上下载,这是GitHub的中国镜像。 链接如下:https://gitee.com/mirrors/Mask_RCNN?_from=gitee_search 下载pycocotools 什么需要安装py ...
分类:其他好文   时间:2020-03-25 18:57:54    阅读次数:145
正则表达式 for python
正则表达式的几个步骤: 1. 用import re 导入正则表达式模块; 2. 用re.compile() 创建一个regex对象,最好使用原始字符串;即在字符串前加r; 3. 向regex对象的search() 中传入想查找的字符串。返回值为一个Match对象; 4. 调用Match对象的grou ...
分类:编程语言   时间:2020-03-25 01:32:44    阅读次数:92
12380条   上一页 1 ... 83 84 85 86 87 ... 1238 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!