E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Examples
ORB-SLAM2跑EuRoc数据集再利用EVO进行评测
/
Examples
/Stereo/stereo_eurocVocabulary/ORBvoc.txt.
爱吃桃子的小高
·
2020-07-02 00:44
Caffe-使用C++的分类接口
在训练完一个模型之后,如果想利用现有的模型文件、网络参数文件去分类测试一张图片,caffe给出了C++的接口,其c++代码在
examples
/cpp_classification/clssification.cpp
不破楼兰终不还
·
2020-07-02 00:07
Caffe
Python的numpy库中将矩阵转换为列表等函数
(1)将矩阵转换为列表的函数:numpy.matrix.tolist()返回list列表
Examples
>>>>>>x=np.matrix(np.arange(12).reshape((3,4)));xmatrix
Flying_sfeng
·
2020-07-02 00:29
Python
Linux-I-O
Linux-I-Oiotop实时显示I/OOptionsiostatcpu及设备利用率报告CPU报告设备报告Options
EXAMPLES
pidstat报告Linux任务的统计信息Options
EXAMPLES
sztomarch
·
2020-07-01 23:15
Linux
kubernetes中traefik部署安装
containous/traefik文档地址:https://docs.traefik.io/以下配置文件均可在https://github.com/containous/traefik/tree/master/
examples
泡芙伊伊
·
2020-07-01 23:27
kubernetes
Unity2018的shader中LIGHT_ATTENUATION()报错的解决方案
错误信息:Shadererrorin‘ShaderForge/
Examples
/Refraction’:syntaxerror:unexpectedtoken‘;’atline261(ond3d11)根据上面的报错信息
天富儿
·
2020-07-01 23:44
报错
Shader
[论文分享]-通过输入多样性提高对抗样本的迁移性(Improving Transferability of Adversarial
Examples
with Input Diversity)
以下内容来自于组会论文分享,后面部分slides中比较清晰,就直接引用了。有需要slides的朋友,可关注公众号进行获取。文中的假设部分,暂时还没结论,感兴趣的同学可以探索下。文中的方法来自于Nips17的defence比赛中,该团队先将把比赛策略写成的文章,投中了ICLR18,可以参考另一篇文章[读论文]-通过随机操作减缓对抗攻击的影响(MitigatingAdversarialEffectsT
Donald Su
·
2020-07-01 22:28
深度学习
读论文
Leetcode: Valid Number
Validateifagivenstringisnumeric.Some
examples
:"0"=>true"0.1"=>true"abc"=>false"1a"=>false"2e10"=>trueNote
ZkvIA
·
2020-07-01 22:19
Leetcode
算法与数据结构
程序员笔试面试
D3 v4.x 的echarts化(2-2)—— 柱状图拓展groupBar
echarts的演示地址http://echarts.baidu.com/
examples
/editor.html?
闲人王昱珩
·
2020-07-01 22:03
D3
V4.x版本
利用js来画图形(例如:条状图,圆饼图等)
开发的过程中,需要对数据进行可视化,这样方便客户理解此时的数据状态语言:java,js,window7,echarts包文件sample的例子下面的参照https://www.echartsjs.com/
examples
dengzhi9024
·
2020-07-01 22:48
【hyperscan】示例解读 simplegrep
示例位置:/
examples
/simplegrep.c参考:http://01org.github.io/hyperscan/dev-reference/api_files.html1.概述此示例实现一个
dengdi8115
·
2020-07-01 22:57
qml
examples
Qt5.10QtQuickControls2CustomizingQtQuickControls2Qt5.10.0ReferenceDocumentationContentsCustomizingaControlCreatingaCustomStyleDefinitionofaStyleStyle-specificC++ExtensionsCustomizationReferenceCustomi
dayan2391
·
2020-07-01 22:38
用Mnist数据集训练神经网络
1.首先,导入tensorflow官方提供的库importtensorflowastffromtensorflow.
examples
.tutorials.mnistimportinput_datamn
dayone_storm
·
2020-07-01 21:06
Tensorflow
T-SNE可视化实现
在官网下载源代码:https://scikit-learn.org/stable/auto_
examples
/manifold/plot_t_sne_perplexity.html#sphx-glr-download-auto-
examples
-manifold-plot-t-sne-perplexity-py
christineNAN
·
2020-07-01 20:39
网络表示
gob编码解码
packagemainimport("bytes""encoding/gob""fmt""log")typeFobjstruct{PathstringStampint}typePstruct{Fobjs[]*Fobj}//This
examples
howsthebasicusageofthepackage
chenglujian2446
·
2020-07-01 20:37
OpenAI详细解析:攻击者是如何使用「对抗样本」攻击机器学习的
「雷克世界」编译:嗯~是阿童木呀、EVA导语:一般来说,对抗样本(adversarial
examples
)是机器学习模型的输入,攻击者故意设计它们以引起模型出错;它们就像是机器的视觉错觉。
人工智能学家
·
2020-07-01 19:29
javascript防抖(Debouncing)和节流阀(Throttling)
中文原文链接:https://jinlong.github.io/2016/04/24/Debouncing-and-Throttling-Explained-Through-
Examples
/英文原文链接
刘翾
·
2020-07-01 19:05
JavaScript
Solr Dataimporthandler示例
本文英文版地址:https://
examples
.javacodegeeks.com/enterprise-java/apache-solr/solr-dataimporthandler-example
boonya
·
2020-07-01 18:12
spark学习2之OutOfMemoryError错误的解决办法
xubo245/SparkLearningspark之OutOfMemoryError错误的解决办法:xubo@xubo:~/cloud/spark-1.4.1$spark-submit--masterlocal
examples
KeepLearningBigData
·
2020-07-01 18:44
spark
深度学习caffe--手写字体识别例程(六)—— LeNet-5模型描述文件lenet_train_test.prototxt详解
在手写体识别例程中,使用的网络模型为LeNet-5模型,这个模型的描述文件为lenet_train_test.prototxt,它位于caffe根目录中的/
examples
/mnist/目录下。
fxfreefly
·
2020-07-01 18:34
深度学习----caffe
深度学习
caffe
lenet-5
卷积神经网络
描述文件
esp_iot_sdk固件学习
一、代码结构以固件中的
examples
文件夹下的IoTDemo为例1."usr"目录user_main.c—程序主入口;use
baixiyin3546
·
2020-07-01 18:47
spark-submit 提交源码过程研究
/bin/spark-submit\--classorg.apache.spark.
examples
.SparkPi\--masterspark://207.184.161.138:7077\--executor-memory20G
scottzcw
·
2020-07-01 17:43
FFMPEG
20for%20FFmpeg%20developmentffmpeg官网http://www.ffmpeg.org/ffmpeg实例http://www.ffmpeg.org/doxygen/trunk/
examples
.htmlffmpeg
androidwifi
·
2020-07-01 17:29
ffmpeg
以e2e_cli为例漫谈fabric的一些基础知识点
基于此今天我将以$FABRIC_ROOT/
examples
/e2e_cli/经典Demo为例来分享一些我的理解,希望可以对入门者有所帮助。
akun1995
·
2020-07-01 16:28
WebSPHINX: A Personal, Customizable Web Crawler
APersonal,CustomizableWebCrawlerWebSPHINX:APersonal,CustomizableWebCrawlerContentsAboutWebSPHINXDownload
Examples
FAQSourceCode
a13393665983
·
2020-07-01 15:24
使用自动配置脚本来配置代理服务器策略 【转载自http://nscsysop.hypermart.net】
AutoconfigureScriptsforProxySettings-Apr.22,2004April22,2004:Addedmorecomplex
examples
tobypassproxyformultipleURL's.August15,2003
Zy0414
·
2020-07-01 15:58
在本地部署访问文件(Tomcat)和下载文件(FTP)的服务器
启动好之后,在tomcat文件夹下,找到webapps目录,并在该目录下找到
examples
项目,然后进入这个目录,把需要的文件放到这个目录下。访问的路径就是http://localhost:808
upupzhu
·
2020-07-01 15:58
服务器
PyObject_CallObject, PyObject_Call, PyObject_CallFunction使用例子
Examples
taticPyObject*g_callbackFunc=NULL;/**@Desp:GetthevalfromJSONdatastringbykey*@in:char*buffer,char
隨意的風
·
2020-07-01 14:00
python进阶
Ubuntu18.04 fabric Bug修复
generateArtifacts.sh:line58:/home/dell/hyper/fabric/
examples
/e2e_cli/…/…/release/linux-amd64/bin/cryptogen
Walker__hehe
·
2020-07-01 14:57
Ubuntu下CLion调试代码出现找不到.h文件的解决方法
我跑的是自己修改的slam代码在跑
Examples
/Ros/orb-slam2/CMakeLists.txt下出现了在Ke
Tabitha_sn
·
2020-07-01 13:25
Clion
Go 输入输出格式化
type
examples
truct{aintbstring}打印example结构体的实例。
Smicry
·
2020-07-01 13:51
绘图和可视化(seaborn)
importpandasaspdimportnumpyasnpimportseabornassnsimportmatplotlib.pyplotasplt%matplotlibinlinetips=pd.read_csv('
examples
Shingle_
·
2020-07-01 13:52
可视化
数据分析
用户路径分析之可视化(旭日图)
excel,而以下是应用了R语言中的文库画的:install.packages('sunburstR')library(sunburstR)sequence<-read.csv(system.file('
examples
民谣书生
·
2020-07-01 12:44
分析类
图表
R语言的merge函数
附带python题目http://www.runoob.com/python/python-100-
examples
.htmlR数据框操作:http://www.cnblogs.com/li-20151130
民谣书生
·
2020-07-01 12:44
R语言
SLAM 中常用的相机模型&畸变模型总结
EQUI)RadtanFOVProjectionmodelFullprojectionmodelMEICameraPinholeCameraatanCameraDavideScaramuzzaCamera
Examples
C
啊啦啦工业
·
2020-07-01 12:40
SLAM
删除node_modules下的无限循环的子文件夹
今天不知怎么搞的,在node_modules文件夹下产生了无限循环的子文件夹而无法删除所以研究了一下robocopy命令的使用如循环的文件夹为D:\
examples
\node_modules\abc\123
New小青龙
·
2020-07-01 12:15
dos
文件夹循环
pyecharts Graph绘制复杂关系数据图
ClientSessionimportpyecharts.optionsasoptsfrompyecharts.chartsimportGraphimportwebbrowser"""Gallery使用pyecharts1.1.0参考地址:https://echarts.baidu.com/
examples
一粒马豆
·
2020-07-01 11:09
python
ORB-SLAM2代码阅读
Examples
里面存放的分别是基于单目、双目、RGBD的实例程序include文件夹存放的是头文件,ORB-SLAM2可以被当作一个库来使用,很多函数都可以直接调用src文件夹存放的是和include
Lrisfish
·
2020-07-01 11:10
学习笔记总结
SLAM
个人UI知识整理
1.缓动函数曲线(http://easings.net/zh-cn)相关曲线截图2.最新设计规范:IOS&Android(http://www.shejidaren.com/
examples
/tools
style1268957
·
2020-07-01 11:23
ROS--ROS--MikroTik---配置-------GRE
Manual:Interface/Gre
examplesSummarySub-menu
LinuxKernelCiscoIOS
·
2020-07-01 11:00
GRE
ROS
MIkroTik
Spring Boot整合Redis
SpringBoot整合Redis一、Maven依赖4.0.0springboot.
examples
pringboot-redis1.0-SNAPSHOTorg.springframework.bootspring-boot-starter-parent1.5.8
itlemon_
·
2020-07-01 11:08
Spring
Boot
Codeforces Round #582 (Div. 3) E. Two Small Strings (构造)
Youaregiventwostringssandtbothoflength2andbothconsistingonlyofcharacters‘a’,‘b’and‘c’.Possible
examples
ofstringssandt
LSC__lsc
·
2020-07-01 11:20
构造
热插拔测试框架的安装笔记
前言初步使用fridahook的python和Js代码https://frida.re/docs/
examples
/android/fridahook与xposed
Hello_Ray
·
2020-07-01 10:54
linux运维
Qt Style Sheets
Examples
SheetUsageCustomizingtheForegroundandBackgroundColorsCustomizingUsingDynamicPropertiesCustomizingaQPushButtonUsingtheBoxModelCustomizingtheQPushButton'sMenuIndicatorSub-ControlComplexSelectorExampleCu
HalsonHe
·
2020-07-01 09:02
QT4
托福写作原创满分范文2:提升油价治理污染
Thebestwayforgovernmentstoreduceairpollutionistoraisethepriceofgasoline.Usespecificreasonsand
examples
tosupportyouranswer.Thestatementabove
唐盛
·
2020-07-01 09:18
Ubuntu Tensorflow mnist代码实现
CNNfromtensorflow.
examples
.tutorials.mnistimport
GTH.。。。
·
2020-07-01 09:49
YunYang1994/tensorflow-yolov3 Readme 翻译
TensorFlow2.0-
Examples
/4-Object_Detection/YOLOV3Pleaseinstalltensorflow-gpu1.11.0!
Dontla
·
2020-07-01 09:36
tensorflow
[读论文]Delving into Transferable Adversarial
Examples
and Black-box Attacks
论文题目:深入研究对抗样本和黑盒攻击的可转移性本文内容来源于论文:DelvingintoTransferableAdversarial
Examples
andBlack-boxAttacks论文地址:arxiv
Donald Su_
·
2020-07-01 09:00
读论文
4.15Codeforces Round #635 (Div. 2)C.Linova and Kingdom题解
样例:
Examples
inputCopy74121314353647outputCopy7inputCopy41121324outputCopy
DevourPower
·
2020-07-01 09:21
Div题解
QtSoap开发web services客户端程序
如果你从未使用过QtSoap,那么先学习其中的Demo,在目录"
examples
"中,有easter,google和population三个例子。NotetoQtVisualS
路北
·
2020-07-01 08:28
webservice
上一页
123
124
125
126
127
128
129
130
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他