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
【源码】Arduino嵌入式编程工具包
ItusestheArduinoplatformastheexamplehardware,yetthe
examples
itshowsc
梅花香——苦寒来
·
2020-08-12 18:27
redis async client 与自有框架集成
hiredis的异步接口已经支持aelibuvlibev和libevent集成,具体头文件可以参见redis/deps/hiredis/adapters,样例参见redis/deps/hiredis/
examples
weixin_30763397
·
2020-08-12 18:15
返回数据流中第k大的元素(Java)
Examples
:intk=3;int[]arr=[4,5,8,2];KthLargestkthLargest=ne
IrvingTc
·
2020-08-12 17:25
数组题
Arduino呼吸灯实验
Arduino呼吸灯实验模拟I/O的使用打开示例中的03.Analog->Fading程序如下/*FadingThis
examples
howshowtofadeanLEDusingtheanalogWrite
汽水味橙子
·
2020-08-12 17:07
Arduino
javax.xml.ws.Holder的使用方式
参考文章:http://tomee.apache.org/
examples
-trunk/webservice-holder/README.html在一次soap请求中可能会要求返回多个值,但是java只能返回一个对象
iteye_7839
·
2020-08-12 17:43
arduino平台项目开发
This
examples
howshowtofadeanLEDonpin9usingtheanalogWrite()function.TheanalogWrite()functionusesPWM,soifyouwanttochangethepinyou'reusing
想当厨师的码农
·
2020-08-12 16:50
系统架构
使用FFmpeg新解码API解封装解码音视频(代码实例)
在使用旧版本的编解码接口在编译时会报接口弃用告警信息,所以最好尽快把原有的调用方式切换到新的编解码接口调用方式,告警信息如下:点击(此处)折叠或打开liuqideMBP:xxxliuqi$makedoc/
examples
weixin_34032827
·
2020-08-12 15:32
TensorFlow实现去噪自编码器
#去噪的自编码器importnumpyasnpimportsklearn.preprocessingasprepimporttensorflowastffromtensorflow.
examples
.tutorials.mnistimportinput_data
程序员孙大圣
·
2020-08-12 14:10
TensorFlow
tensorflow实现自编码器
*-coding:utf-8-*-importnumpyasnpimportsklearn.preprocessingasprepimporttensorflowastffromtensorflow.
examples
.tutorials.mnistimportinput_datadefxavier_init
神坑教无心
·
2020-08-12 14:26
tensorflow
利用python进行数据分析学习笔记1(数据加载,存储与文件格式)
读写文本格式的数据将工作目录下的一个csv文件读入一个DataFrame中df=pd.read_csv('
examples
/ex1.csv')也可以是哟个read_table方法,并指定分隔符pd.read_table
能思想的苇草2
·
2020-08-12 14:39
python
pandas数据加载、存储与文件格式
SeanCheney链接:https://www.jianshu.com/p/047d8c1c7e14根据简书的加上一点自己理解,与其中较为常用有用的读写文本格式的数据In[13]:pd.read_csv('
examples
ml_hhy
·
2020-08-12 14:02
pandas
Tensorflow实现降噪自动编码器
降噪自动编码器:代码实现:开始importnumpyasnpimportsklearn.preprocessingasprepimporttensorflowastffromtensorflow.
examples
.tutorials.mnistimportinput_dataimportosos.environ
Fan72
·
2020-08-12 14:02
TensorFlow
Learning
notes
《利用python进行数据分析》学习之文件加载、写入
csv文件读取¶In[1]:importpandasaspdimportsysIn[2]:%cat
examples
/ex2.csv1,2,3,4,hello5,6,7,8,world9,10,11,12
atneoh0756
·
2020-08-12 14:21
Angular5 echarts^4.2.1 使用中国地图(上)
1.按照文档的样式扒下来https://echarts.baidu.com/
examples
/editor.html?
winner_corl
·
2020-08-12 14:15
angular6
卷积去噪自编码器项目实现tensorflow
importnumpyasnpimporttensorflowastfimportmatplotlib.pyplotaspltfromtensorflow.
examples
.tutorials.mnistimportinput_datamnist
love_image_xie
·
2020-08-12 14:59
Deep
Learning
Spark提交Yarn的集群pi任务报错
/spark-submit--classorg.apache.spark.
examples
.SparkPi--masteryarn--deploy-modeclient..
至子星
·
2020-08-12 14:56
NRF52832在ble中加入timer1
裸机timer路径:E:\蓝牙\use52832\nRF5_SDK_13.0.0_04a0bfd\
examples
\peripheral\timer将主函数中这里修改成1然后要使能timer1,原来是使能的
yangyang_1024
·
2020-08-12 14:41
蓝牙51822
52832
nrf52832在SDk12.3中DFU升级工程移植步骤
在sdk12.3里面有两个工程,一个是bootloader,对应路径为:D:\nRF5_SDK_12.3.0_d7731ad\
examples
\dfu\bootloader_secure
一头小笨驴
·
2020-08-12 13:42
技术
初学
SIP UserAgent (B2BUA client)——pjsip
SIPUserAgent常用的SIP协议栈有pjsip/bell-sip/sofia-sip/libeXosip/libre等https://github.com/staskobzar/sip_stacks_
examples
weixin_30355437
·
2020-08-12 13:18
tensorflow 笔记 lstm 手写数字的识别
importtensorflowastfimportosimportnumpyasnp#importtensorflow.
examples
.tutorials.mnistasfromtensorflow.
examples
.tutorials.mnistimportinput_datadiminput
qq_42105426
·
2020-08-12 12:48
tensorflow
莫烦Python--Tensorflow Day7 RNN代码
RNNLSTM循环神经网络(分类例子)importtensorflowastffromtensorflow.
examples
.tutorials.mnistimportinput_data#setrandomseedforcomparingthetworesultcalculationstf.set_random_seed
假言命题
·
2020-08-12 12:29
Python学习笔记
nrf51822 SDK12.3.0 电源管理官方例程
一、实验平台:测试板:PCA10028协议栈版本:nRF5_SDK_12.3.0_d7731ad例程所在位置:nRF5_SDK_12.3.0_d7731ad\
examples
\peripheral\pwr_mgmt
弋阳yoga
·
2020-08-12 12:46
nrf51822
Esp8266 Wifi Exam
HTTPSRequest/**HTTPoverTLS(HTTPS)
examples
ketch**Thisexampledemonstrateshowtouse*WiFiClientSecureclasstoaccessHTTPSAPI
kingboy100
·
2020-08-12 11:16
[python] NetworkX实例
具体章节内容如下:基础Basic绘图Drawing图标Graph本文参考:https://networkx.github.io/documentation/stable/auto_
examples
/ind
落痕的寒假
·
2020-08-12 10:34
数据分析与可视化
nRF52832合并BLE和UART空中升级Bootloader移植记录
master:官方的nrfutil和博客NordicnRF5串口固件更新例子(C代码)一、用mdk打开pca10040_ble_debug工程目录:…\nRF5_SDK_15.3.0_59ac345\
examples
Jack13268
·
2020-08-12 10:50
自编码网络(一)—— 提取图片特征,并利用特征还原图片
,并加载mnist数据importtensorflowastfimportnumpyasnpimportmatplotlib.pyplotasplt#导入mnist数据集fromtensorflow.
examples
.tutorials.mnistimportinput
全部梭哈一夜暴富
·
2020-08-12 10:12
深度学习
TensorFlow
DPDK学习(三)DPDK多进程解读
1.启动primary和secondary进程第一步:先切换到simple_mp目录下,在dpdk/
examples
/multi_process/simple_mp目录下第二步:编译make第三步:运行先启动
cuibin1991
·
2020-08-12 01:32
DPDK
记录:两个display: inline-block;内联块元素之间的空隙问题
举例:inline-block之间存在空隙inline-block之间存在空隙inline-block之间存在空隙/*css:*/.
examples
pan{display:inline-block;background
汪 同 学 丶
·
2020-08-12 00:02
css
Pytorch cifar10_tutorial.py问题BrokenPipeError: [Errno 32] Broken pipe
BrokenPipeError:[Errno32]BrokenpipeWheni:"runcifar10_tutorial.py先给解决方案,参考:https://github.com/pytorch/
examples
丝贝视像-高精度计算机视觉
·
2020-08-11 23:05
pytorch
机器学习杂记
Reed-Solomon Golang 测试
简介纠删码Reed-Solomon测试在reedsolomon项目下有
examples
目录,使用里面的程序进行测试。
依山不傍水
·
2020-08-11 22:29
区块链
java 日期格式相互转化
1java日期format相关的说明LETTERDATEORTIMECOMPONENTPRESENTATION
EXAMPLES
GEradesignatorTextADyYearYear1996;96YWeekyearYear2009
myvictoryhhb
·
2020-08-11 22:59
java技术
运行hadoop中的例子程序PI
命令hadoopjarhadoop-mapreduce-
examples
-2.6.4.jarpi55结果[root@zk2~]#hadoopjarhadoop-mapreduce-
examples
-2.6.4
jjkang_
·
2020-08-11 21:23
大数据
大数据之路
hadoop
linux下查看项目行数
/DbBench/MySql/
examples
/src/gcc.cpp497./DbBench/MySql/example
_Black铁木真
·
2020-08-11 21:26
Linux
C/C++
使用jquery匹配正浮点数
Examples
vartes=$(".text3-2-text");varbtn=$(".text3-2-submit");btn.click(function(){varinput=parseFloat
bodh01
·
2020-08-11 20:56
jquery
Actual Cause and General Cause
Examples
直觉上的事实样例:1、acaraccidentwasthecauseofJoe'sdeath2、Switchlight——3、TheDesertTraveler——AdeserttravelerThastwoenemies.Enemy1poisonsT’scanteen,andenemy2,unawareofenemy1’saction,shootsandemptiesthecanteen.Awe
SiKongPop
·
2020-08-11 20:37
Deep
Learning
智能合约生成随机数
1.oraclize官方提供的方法https://github.com/oraclize/ethereum-
examples
/blob/master/solidity/random-datasource
weixin_34397291
·
2020-08-11 20:46
Mahout系列之推荐引擎核心源码
项目主要包括的子项目有:项目说明mahout-
examples
很多关于Mahout的实例mahout-h2oh2o接口项目,随便说下这个h2o也是新兴项目,号称打造类似R、Exce
李元乐
·
2020-08-11 20:08
数据挖掘
通过百度地图API,将百度坐标转换成GPS经纬度
百度地图API中,有GPS坐标转百度坐标的功能http://dev.baidu.com/wiki/static/map/API/
examples
/?
bidianzhang
·
2020-08-11 19:38
iOS
ROS的学习(十九)用rosserial创建一个subscriber
在前面的一篇博客中,我们已经使用arduino创建了一个publisher节点,接下来将会创建一个subscriber,打开arduinoIDE:arduino选择File->
Examples
->ros_lib
BigHerbert
·
2020-08-11 19:50
robot
operating
system
vue echarts绘制各种统计图(一)
--save2.在div中插入ecahrts3.在methods中引入echarts模块,并初始化4.绘制统计图(以折线图为例),类似的统计图可参考https://www.echartsjs.com/
examples
wr-kevin
·
2020-08-11 19:02
vue
echarts
vagrant
root@ipmn:~/Routing
Examples
#vagrant-vVagrant2.0.2root@ipmn:~/Routing
Examples
#vagrantboxlistTherearenoinstalledboxes
magnate3
·
2020-08-11 19:00
Qt示例解析 【图表应用一】Legend
此博文主要介绍图表说明Legend的一些设置,来源示例Legend和LegendMarker,位于\
Examples
\Qt-5.9.4\charts\Legend主要实现对图表说明的编辑,添加删除Bar
雪易
·
2020-08-11 19:12
QT
tomcat配置目录需要账号密码
tomcat配置文件web.xml中前加入以下内容
ExampleS
ecurityConstraintMyTest/test/*DELETEGETPOSTPUTrole1BASICMyTest然后在tomcat-users.xml
weixin_33729196
·
2020-08-11 18:06
spring @value
@Value
Examples
TosetadefaultvalueinSpringexpression,useElvisoperator:#{expression
lmiky
·
2020-08-11 17:10
Spring
CollectionUtils常用方法 - commons.collections常用工具类
[]strArray={"aaa","bbb","ccc"};ListstrList=newArrayList();CollectionUtils.addAll(strList,strArray);▶
Examples
han-y
·
2020-08-11 16:02
❶
必须熟悉的常用库
#
Java 四种引用
for
exampleS
tudentstu=newStudent();这里的stu就是个强引用,就算内存溢出,jvm也不会回收它,如果我们想要回收它,那么就可以stu=null;这样,后面的newstudent
全村最靓的小精灵
·
2020-08-11 14:34
java
jvm
java
内存泄漏
RoboMaster视觉笔记CMake(六) Compile Flags
本CMake系列是依据github上的cmake-
examples
进行翻译总结。同时对于不懂的地方进行总结与标注。希望本系列能节省你学习CMake的时间。
机械攻城狮兼电子制作
·
2020-08-11 14:38
RoboMaster视觉组笔记
RoboMaster视觉教程CMake(三)Static Library
RoboMaster视觉教程CMake(三)StaticLibrary本CMake系列是依据github上的cmake-
examples
进行翻译总结。同时对于不懂的地方进行总结与标注。
机械攻城狮兼电子制作
·
2020-08-11 14:38
RoboMaster视觉组笔记
RoboMaster视觉教程CMake(二)hello-cmake
RoboMaster视觉教程CMake(二)hello-headers本CMake系列是依据github上的cmake-
examples
进行翻译总结。同时对于不懂的地方进行总结与标注。
机械攻城狮兼电子制作
·
2020-08-11 14:38
RoboMaster视觉组笔记
Vue2.x源码学习笔记-源码目录结构整理
|—dist打包之后文件所在位置|—
examples
demo示例|—flow因为Vue使用了Flow来进行静态类型检查,这里定义了声明了一些静态类型
weixin_30550081
·
2020-08-11 14:22
上一页
89
90
91
92
93
94
95
96
下一页
按字母分类:
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
其他