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
nrf51822 ---空中升级(DFU)
3.平台:协议栈版本:SDK10.0.0编译软件:keil5.12硬件平台:nrf51822最小系统例子:
examples
\ble_peripheral\ble_app_hrs\pca100284.步骤准备材料如下
a369000753
·
2020-08-24 13:25
nordic
nrf51822
蓝牙4.0
DA14580 --- 如何创建一个任务
编译软件:keil4.72硬件平台:开发板例子:DA1458x_SDK5.0.3\DA1458x_SDK5.0.3\DA1458x_SDK\5.0.3\projects\target_apps\ble_
examples
a369000753
·
2020-08-24 13:52
DA14580
DA14580 --- 添加一个自定义服务
编译软件:keil5.20硬件平台:开发板例子:DA1458x_SDK5.0.3\DA1458x_SDK5.0.3\DA1458x_SDK\5.0.3\projects\target_apps\ble_
examples
a369000753
·
2020-08-24 13:52
DA14580
nrf51822 --- 模拟比较器
nrf51822模拟比较器2.分析模拟比较器,用于比较2个模拟信号的大小,3.平台:协议栈版本:SDK10.0.0编译软件:keil5.14硬件平台:nrf51822最小系统例子:SDK10.0.0\
examples
a369000753
·
2020-08-24 13:52
nordic
nrf51822
蓝牙4.0
nrf51822 --- adc转换
3.平台:协议栈版本:SDK10.0.0编译软件:keil5.14硬件平台:nrf51822最小系统例子:SDK10.0.0\
examples
\ble_peripheral\ble_app_uart\pca10028
a369000753
·
2020-08-24 13:52
nordic
nrf51822
蓝牙4.0
DA14580 --- adc
编译软件:keil5.20硬件平台:开发板例子:DA1458x_SDK5.0.3\DA1458x_SDK5.0.3\DA1458x_SDK\5.0.3\projects\target_apps\ble_
examples
a369000753
·
2020-08-24 13:52
DA14580
nrf51822 --- 从机主动断开蓝牙连接
目的从机主动断开蓝牙连接2.分析实际应用当中,时常需要需从机主动断开蓝牙,防止不明主机连接的情况3.平台:协议栈版本:SDK10.0.0编译软件:keil5.14硬件平台:nrf51822最小系统例子:SDK10.0.0\
examples
a369000753
·
2020-08-24 13:21
nordic
nrf51822
蓝牙4.0
DA14580 --- 广播开始分析
编译软件:keil4.72硬件平台:开发板例子:DA1458x_SDK5.0.3\DA1458x_SDK5.0.3\DA1458x_SDK\5.0.3\projects\target_apps\ble_
examples
a369000753
·
2020-08-24 13:21
DA14580
蓝牙4.0基础问题
DA14580 --- 基本流程分析
编译软件:keil4.72硬件平台:开发板例子:DA1458x_SDK5.0.3\DA1458x_SDK5.0.3\DA1458x_SDK\5.0.3\projects\target_apps\ble_
examples
a369000753
·
2020-08-24 13:21
DA14580
DA14580 --- 连接参数
编译软件:keil4.72硬件平台:开发板例子:DA1458x_SDK5.0.3\DA1458x_SDK5.0.3\DA1458x_SDK\5.0.3\projects\target_apps\ble_
examples
a369000753
·
2020-08-24 13:21
DA14580
VTK:读入DICOM,体绘制
#参照VTK自带的例程
Examples
/GUI/Python/VolumeRenderWithBoxWidget.py#从http://www.vtk.org/doc/nightly/html/或者手册中参考
JoeySparkman
·
2020-08-24 13:31
VTK
Nordic52832之SAADC两种实现方式
1.timer+PPI模式这种模式可以参考nordic52832的工程示例:\
examples
\peripheral\saadc2.rtc模式这种模式也有参考例程,我也就不赘述了网址:https://github.com
江湖_1993
·
2020-08-24 12:27
ROS入门-标准串口通信(USB转TTL串口)
1拷贝程序文件cd~/joey_ws/srcgitclonegit://github.com/wjwwood/serial.git2编辑c++程序文件vim~/joey_ws/src/serial/
examples
joey_zhou
·
2020-08-24 12:06
DA14580修改广播名称
使用例子:DA1458x_SDK\5.0.4\projects\target_apps\ble_
examples
\ble_app_profile\Keil_5下进去后蓝牙名称如下。
daxibo
·
2020-08-24 12:43
蓝牙
DA14580 --- 空升升级
编译软件:keil4.72硬件平台:开发板例子:DA1458x_SDK5.0.3\DA1458x_SDK5.0.3\DA1458x_SDK\5.0.3\projects\target_apps\ble_
examples
a369000753
·
2020-08-24 12:53
DA14580
机器学习学习笔记--HMM从雅虎拿股票数据分析
官网的例子:http://hmmlearn.readthedocs.io/en/latest/auto_
examples
/plot_hmm_stock_analysis.html#sphx-glr-auto-
examples
-plot-hmm-stock-analysis-py
松爱家的小秦
·
2020-08-24 12:11
[LeetCode-35] Search Insert Position(二分法)
returntheindexifthetargetisfound.Ifnot,returntheindexwhereitwouldbeifitwereinsertedinorder.Youmayassumenoduplicatesinthearray.Herearefew
examples
狂奔的乌龟
·
2020-08-24 11:15
LeetCode_Medium
QTabWidget和QTabBar的外观定制
转自http://developer.qt.nokia.com/doc/qt-4.8/stylesheet-
examples
.html#customizing-qtabwidget-and-qtabbarCustomizingQTabWidgetandQTabBarForthescreenshotabove
xufenghfut
·
2020-08-24 11:40
Qt
递归列出一个String串中所有字母的所有可能的排列
packagecom.java.
examples
.digui;publicclassAllOrderOfString{publicstaticvoidallOrder(Stringstr){if(str
wukjong_1988
·
2020-08-24 11:25
试题集锦
JQuery.dataTables的数据表格插件示例
基于Bootstrap样式:https://datatables.net/
examples
/styling/bootstrap.html中文社区:http://datatables.club/Datatables
玉临风
·
2020-08-24 10:42
Javascript
LeetCode 35 Search Insert Position(插入排序)
returntheindexifthetargetisfound.Ifnot,returntheindexwhereitwouldbeifitwereinsertedinorder.Youmayassumenoduplicatesinthearray.Herearefew
examples
nudt_oys
·
2020-08-24 09:44
简单数学题
leetcode35
returntheindexifthetargetisfound.Ifnot,returntheindexwhereitwouldbeifitwereinsertedinorder.Youmayassumenoduplicatesinthearray.Herearefew
examples
左小楼先生
·
2020-08-24 08:45
leetcode
bootstrap实现slider的刻度
代码如下jQueryBootstrapSliderPlugin
Examples
Customtickmarks.
逆风飞翔的猿
·
2020-08-24 08:05
前端
bootstrap
Tensorflow 逻辑回归处理mnist数据集
importosos.environ['TF_CPP_MIN_LOG_LEVEL']='2'importtensorflowastffromtensorflow.
examples
.tutorials.mnistimportinput_datamnist
Neo__Z
·
2020-08-24 08:55
学习--------
MNIST用matplotlib实现可视化
TF_CPP_MIN_LOG_LEVEL']='2'importtensorflowastfimportmatplotlib.pyplotaspltimportnumpyasnpfromtensorflow.
examples
.tutorials.mnistimportinput_datamnist
Neo__Z
·
2020-08-24 08:55
学习--------
Tensorflow多层感知机实现MNIST分类
TF_CPP_MIN_LOG_LEVEL']='2'importtensorflowastfimporttensorflow.contrib.layersaslayersfromtensorflow.
examples
.tutorials.mnistimportinput_datamnist
Neo__Z
·
2020-08-24 08:55
学习--------
[LeetCode]35.Search Insert Position
returntheindexifthetargetisfound.Ifnot,returntheindexwhereitwouldbeifitwereinsertedinorder.Youmayassumenoduplicatesinthearray.Herearefew
examples
SunnyYoona
·
2020-08-24 07:27
leetCode 35.Search Insert Position (搜索插入位置) 解题思路和方法
returntheindexifthetargetisfound.Ifnot,returntheindexwhereitwouldbeifitwereinsertedinorder.Youmayassumenoduplicatesinthearray.Herearefew
examples
xygy8860
·
2020-08-24 07:36
leetCode
QT Demo 之 text
text的Demo位于F:\Qt\Qt5.3.2\
Examples
\Qt-5.3\quick\text目录。
nfer_cn
·
2020-08-24 07:41
Qt
LeetCode---35. Search Insert Position(查找插入位置)
returntheindexifthetargetisfound.Ifnot,returntheindexwhereitwouldbeifitwereinsertedinorder.Youmayassumenoduplicatesinthearray.Herearefew
examples
nameix
·
2020-08-24 07:09
LeetCode
leetcode 35. Search Insert Position(C语言,查询插入位置)19
returntheindexifthetargetisfound.Ifnot,returntheindexwhereitwouldbeifitwereinsertedinorder.Youmayassumenoduplicatesinthearray.Herearefew
examples
笨比master
·
2020-08-24 06:35
每日一题leetcode
一个QML的启动器
D:\Qt\Qt5.3.1\
Examples
这个路径,就是QtCreator自带的实例路径,我们将从这里开始,慢慢的分析一个个QT实例。这这个系列的文章中,我们将视线集中在QML上。
杞櫹椅桐
·
2020-08-24 06:16
QML实例分析
Mock
在后端没有准备好数据接口的情况,前端也可自行模拟数据二、mock数据的插件有很多,目前我推荐:mockjsmockJS官网:http://mockjs.com/demo地址:http://mockjs.com/
examples
.htmlmockjs
Yaoxue9
·
2020-08-24 06:01
Robust Adversarial
Examples
_鲁棒的对抗样本
https://blog.openai.com/robust-adversarial-inputs/?spm=a2c4e.11153940.blogcont149583.11.4ab360c0mXrtX7原文中包含视频例子。我们创建的图像可以在从不同的尺度和视角观察时可靠地欺骗神经网络分类器。这挑战了上周声称自动驾驶汽车难以恶意欺骗,因为它们从多个尺度,角度,视角等捕获图像。这张印刷在标准彩色打印
weixin_33972649
·
2020-08-24 06:30
Tensorflow-rnn(mnist分类)
fromtensorflow.contrib.layers.python.layersimportbatch_normfromtensorflow.contribimportrnnfromtensorflow.
examples
.tutori
风吴痕
·
2020-08-24 06:06
tensorflow
python
生成对抗网络 - Adversarial
Examples
对抗样本
[1]Intriguingpropertiesofneuralnetworks文章发现,通过在原图是加入一些不可察觉的非随机扰动,可以极大改变网络的预测结果。这些扰动是通过最大化预测误差来训练获得输入的,称这种输入为对抗样本。对抗例子是相对鲁棒的,即神经网络A生成的对抗样本,在神经网路B下仍然是,即使B是不同的网络结构、超参、和训练数据。因此,神经网络含有一些内在的盲点和非显示的特征,其结构与数据
mao_feng
·
2020-08-24 05:34
深度学习
对抗样本生成算法之BIM算法
目录论文主要内容BIM算法原理ILCM算法原理实验效果物理世界实验论文2017ICLR-Adversarial
Examples
inthephysicalworld.论文主要内容提出了BIM攻击算法,即迭代
学-evday
·
2020-08-24 05:28
对抗样本
ESP8266 编译固件下载到NodeMCU开发板需要注意的问题
编译选项ESP8266的SDK里的编译脚本ESP8266_RTOS_SDK\
examples
\project_template\gen_misc.sh中,提供了如下编译选项。
廖昌海
·
2020-08-24 05:56
#
Espressif
[论文笔记]TOWARDS DEEP NEURAL NETWORK ARCHITECTURES ROBUST TO ADVERSARIAL
EXAMPLES
论文笔记
[论文笔记]TOWARDSDEEPNEURALNETWORKARCHITECTURESROBUSTTOADVERSARIAL
EXAMPLES
一、前言二、注入噪声三、去噪自编码(DAE)四、深度收缩网(DCN
Xie Zhuang
·
2020-08-24 05:55
论文笔记
ESP8266之常用网站快速查阅
官方网站NodeMCU烧录软件NodeMCUDEVKITV1.0之GitHub开源代码安信可ESP8266模组专题安信可ESP8266烧录软件LUA固件获取Github之LUA固件介绍,里面有lua_
examples
LUA
ReCclay
·
2020-08-24 05:07
#
ESP8266学习
nrf51822的pwm功能
ENABLED"isundefinedPP_PWM_INSTANCE(PWM1,1);//Createtheinstance"PWM1"usingTIMER1.官方的SDK:nRF5_SDK_12.3.0_d7731ad\
examples
haidscs
·
2020-08-24 05:36
NRF51822
gRPC-Web 踩坑记
从https://github.com/grpc/grpc-dotnet克隆了代码下来,
examples
/Browser这个项目就是gRPC-Web的例子。打开Browser.sln看一下目录结构。
zl33842902
·
2020-08-24 05:18
AspNetCore
gRPC
Matlab多目标跟踪示例(二):Tracking Pedestrians from a Moving Car
示例地址:https://cn.mathworks.com/help/vision/
examples
/tracking-pedestrians-from-a-moving-car.html本文与上一篇Motion-BasedMultipleObjectTracking
哈哈哈哈嘿嘿嘿
·
2020-08-24 05:36
【视觉目标跟踪】
【matlab】
ServiceStack.Hello——跨平台.net REST api服务搭建
ServiceStack/ServiceStack/wiki/Create-your-first-webservice直接下载源码:https://github.com/ServiceStack/ServiceStack.
Examples
yangzhenping
·
2020-08-24 05:18
ServiceStack
API
REST
.net
跨平台
rest
api
ServiceStack
手撸RNN分类和回归,1024!
分类实现(具体需要主要的细节已经在代码中备注):importtensorflowastffromtensorflow.
examples
.tutorials.mnistimportinput_datatf.set_random_seed
张楚岚
·
2020-08-24 04:53
算法实现
21个项目玩转深度学习 第二章 CIFAR10
这个IMAGE_SIZE=24并不是原始图片的大小,而是接下来要裁剪成的大小IMAGE_SIZE=24NUM_CLASSES=10NUM_
EXAMPLES
_PER_EPOCH_FOR_TRAIN=50000NUM_
EXAMPLES
_PER_EPOCH_FOR_EVAL
认真的小白
·
2020-08-24 04:10
TensorFlow学习笔记(三) mnist detection example (practice)
importtensorflowastffromtensorflow.
examples
.tutorials.mnistimportinput_datafromtensorflowimportfloat32
像风一样Pro
·
2020-08-24 04:03
加载MNIST报错:[WinError 10060] 由于连接方在一段时间后没有正确答复解决办法
tensorflow加载mnist数据集,一些书上和博客中的代码如下:fromtensorflow.
examples
.tutorials.mnistimportinput_datamnist=input_data.read_data_sets
胡冰华
·
2020-08-24 04:47
TensorFlow
论文笔记:mixup: BEYOND EMPIRICAL RISK MINIMIZATION
Experiments一些数据集的classificationMemorizationofcorruptedlabelsRobustnesstoadversarial
examples
StabilizationofGANsAblationstudies
weixin_39901859
·
2020-08-24 04:06
论文心得等
机械臂的轨迹跟踪安全控制(转)
This
examples
howsyouhowtouseSimulink®withRoboticsSystemToolbox™manipulatoralgorithmblockstoachievesafetrajectorytrackingcontrolforasimulatedrobotrunninginSimscape
RobSim
·
2020-08-24 04:01
上一页
72
73
74
75
76
77
78
79
下一页
按字母分类:
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
其他