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
websocketpp库编译的心路历程
编译过程github下载源码https://github.com/zaphoyd/websocketpp编译demowebsocketpp/
examples
/echo_client先来看下CMakeList.txt
yinnnnnnn
·
2020-08-01 14:12
后端
Docker-Compose模板文件参数详解
默认的模板文件名称为docker-compose.yml,为yaml格式,如下:version:"3"services:webapp:image:
examples
/webports:-"80:80"volumes
@ Ray
·
2020-08-01 13:01
响应式Web设计:50实例例与实践
原文地址:http://designmodo.com/responsive-design-
examples
/译者序:当我看到这篇文章的时候,还好发布的时间不算太早,主题很对我的胃口,因为我的Blog已经这么做了
load_life
·
2020-08-01 13:34
视觉设计_用户体验_用户研究
html5
Three.js进阶篇之3 - 外部模型导入
Three.js有一系列导入外部文件的辅助函数,是在three.js之外的,使用前需要额外下载,在https://github.com/mrdoob/three.js/tree/master/
examples
linolzhang
·
2020-08-01 13:52
WebGL
Three.js Example 注解 —— canvas_geometry_panorama.html
three.js-example-comment,有兴趣的可以一起来完善,这个为Three.js的Example进行注解,方便初学者阅读three.js官网Example地址:https://threejs.org/
examples
福州-司马懿
·
2020-08-01 11:29
#
Three.js
Three.js Example 注解 —— canvas_particles_random.html
three.js-example-comment,有兴趣的可以一起来完善,这个为Three.js的Example进行注解,方便初学者阅读three.js官网Example地址:https://threejs.org/
examples
福州-司马懿
·
2020-08-01 11:29
#
Three.js
Three.js Example 注解 —— canvas_particles_waves.html
three.js-example-comment,有兴趣的可以一起来完善,这个为Three.js的Example进行注解,方便初学者阅读three.js官网Example地址:https://threejs.org/
examples
福州-司马懿
·
2020-08-01 11:29
#
Three.js
pdf.js源码目录简单分析
https://github.com/mozilla/pdf.js点击cloneanddownload——》downloadzip即可进行下载这是目录结构:其中:docs:主要是一些静态文件和参考文档
examples
NEO_L
·
2020-08-01 11:53
web前端开发
PHP多维数组按值搜索
Examples
例子Assumewehavethefollowing2-dimensionalarray:假设我们有以下二维数组:$userdb
CHCH998
·
2020-08-01 10:29
php
arrays
Coding and Paper Letter(四)
h2o-r-
examples
3.R语言包rnassqs,是NOAA快速API的R接口。rnassqs4.Python模块spatiallist,用于空间数据处理的模块,从pyroSAR项目中提取。
G小调的Qing歌
·
2020-08-01 09:25
运筹优化学习13:C#中Gurobi的配置及测试
应用程序添加Gurobi的dll引用,方法为找到gurobi的安装目录的bin目录下找到在cs文件中引用Gurobi1.2将编译环境配置为64位2官方代码测试及结果官方的C#示例存放在gurobi安装路径的:
examples
小薛引路
·
2020-08-01 09:47
运筹优化
Three.js Example 注解 —— canvas_particles_floor.html
three.js-example-comment,有兴趣的可以一起来完善,这个为Three.js的Example进行注解,方便初学者阅读three.js官网Example地址:https://threejs.org/
examples
福州-司马懿
·
2020-08-01 09:00
#
Three.js
PHYS104: Advanced Mechanics
CatalogCalculusofVariationConceptNewton'sSecondLawStationaryPointVariationPropertiesofVariationEuler-LagrangeEquationBook'sMethodLagrange'sMethod(1755)Euler'sMethod(1756)Beltrami'sIdentity
Examples
Lagr
Phantomlsh
·
2020-08-01 09:14
Note
MNIST数据集实现手写数字识别(基于tensorflow)
使用Relu激活函数去线性化使用正则化避免过拟合使用带指数衰减的学习率使用滑动平均模型使用交叉熵损失函数来刻画预测值和真实值之间的差距的损失函数第一步,导入MNIST数据集fromtensorflow.
examples
.tutorials.mnistimportinput_dataimporttensorflowastf
Laura2017
·
2020-08-01 08:43
深度学习实战
CUDA——内存层级
绝大多数内存空间都是全局内存全局内存的IO是GPU上最慢的IO形式(除了访问host端内存)通过cacheL2(CC>=3.0)访问,cacheline大小128bytes,每个线程操作尽量少的cacheline,速度更快
Examples
ofGlo
wangdy12
·
2020-08-01 08:42
ubuntu 更新后 终端显示内容全是白色问题
#see/usr/share/doc/bash/
examples
/startup-files(inthepackagebash-doc)#for
examples
#Ifnotrunninginteractively
xuangelouzhu
·
2020-08-01 07:52
Ubuntu
系统
STM32+DWM1000开发uwb测距系列教程之三:使用官方例程实现p2p双向 twr测距
STM32+DWM1000开发uwb测距系列教程之一:官方例程简介STM32+DWM1000开发uwb测距系列教程之二:源码分析及源码移植(基于STM32cubemx+keilMDK)2官方例程在官方例程的
examples
wo4fisher
·
2020-08-01 07:15
dwm000
深度学习之CNN②——类的封装(TensorFlow)
继承,封装,多态核心:对象是类的实例、类是对象的类型、模板详情查看Python3面向对象–RUNOOB面向对象编程–廖雪峰实现代码importtensorflowastffromtensorflow.
examples
.tutorials.mnistimportinput_datatf.set_random_seed
门前大橋下丶
·
2020-08-01 06:04
iview-weapp使用流程
下载https://github.com/TalkingData/iview-weapp打开示例#从GitHub下载后,安装依赖npmi将
examples
目录在微信开发者工具中打开即可使用1、将dist
小曲曲
·
2020-08-01 06:01
Vue开发组件发布NPM踩坑之路
Vue开发组件发布NPM踩坑之路1.初始化项目Vuecreatevue-progrect2.调整项目目录1、src目录调整为
examples
,用于展示组件实例2、packages新增packages文件夹
yingwei-fe
·
2020-08-01 05:39
前端
npm
Tensorflow1-LeNet-5 手写数字识别
importnumpyasnpimporttensorflowastffromtensorflow.
examples
.tutorials.mnistimportinput_data#导入数据的模块fromdatetimeimportdatetimeimportosbatch_size
datamonday
·
2020-08-01 05:16
TensorFlow
&
Keras
tensorflow学习笔记三:实例数据下载与读取
tensorflow提供一个input_data.py文件,专门用于下载mnist数据,我们直接调用就可以了,代码如下:importtensorflow.
examples
.tutorials.mnist.input_datamnist
weixin_34259159
·
2020-08-01 04:34
【tensorflow使用笔记二】:tensorflow中input_data.py代码有问题的解决方法
article/details/83241345将代码放置在主目录下以后缀.py结尾或者将/home/joel/.local/lib/python2.7/site-packages/tensorflow/
examples
weixin_34234823
·
2020-08-01 04:47
对抗样本与对抗训练2
details/53170940对以下论文进行解读:3.Intriguingpropertiesofneuralnetworks5.ExplainingandHarnessingAdversarial
Examples
6
weixin_34125592
·
2020-08-01 04:08
WordCloud 简介
GitHubGitHub:https://github.com/amueller/word_cloudexample:https://github.com/amueller/word_cloud/tree/master/
examples
wordcloud
weixin_33894640
·
2020-08-01 04:28
OpenLayers3的轨迹回放
官网上的例子用的是postcompose,但是还可以使用javascript中setInterval和setTime.我的例子是按官网上来的http://openlayers.org/en/latest/
examples
weixin_30920513
·
2020-08-01 03:03
Implement lazy enumerator in ruby
select,reject,drop):createanewmonad,with:thesameoriginal_collectionadjustedtransformationprocTestshared_
examples
_for'lazy
davidhuangdw
·
2020-08-01 03:54
几个不错的echarts +百度地图 案例
https://echarts.baidu.com/
examples
/editor.html?
weixin_30338743
·
2020-08-01 03:16
走进tensorflow第十步——手写数字识别中的input_data模块
在前几篇中的手写数字识别中一开始都有这么两句代码:fromtensorflow.
examples
.tutorials.mnistimportinput_datamnist=input_data.read_data_sets
beyond_LH
·
2020-08-01 02:33
AI
Tensorflow,CNN和MNIST数据 识别手写的数字(入门,完整代码,问题解析)
fromPILimportImage#显示importmatplotlib.pyplotasplt#TensorFlowimporttensorflowastf#MNIST数据fromtensorflow.
examples
.tutorials.mnistimportinput_data2
玥晓珖
·
2020-08-01 01:11
深度学习
TensorFlow
nsis分卷压缩
基于nsis安装示例ProgramFiles\NSIS\
Examples
\ModernUI\Basic.nsi原理是将7za.exe打包到安装文件,并利用其解压安装包,同时不显示console而将输出到标准安装日志对话框中使用
tangyin025
·
2020-08-01 00:09
(六)Tensorflow的CNN模型构建
1.代码展示importtensorflowastffromtensorflow.
examples
.tutorials.mnistimportinput_dataimportosimportmathn_times
下一秒,待续
·
2020-08-01 00:02
tensorflow
mnist手写数字库python实现(有详细注释)
CreatedonMonApr921:18:202018@author:11040"""importnumpyasnpimporttensorflowastf#下载并载入mnist手写数字库fromtensorflow.
examples
.tutorials.mnistimportinput_datamnist
Bubblegirl123
·
2020-08-01 00:21
Python+图像
Big Data (二):Spark入门教程
/
examples
/src/main目录下执行Spark示例程序,主要包含Scala、Java、Python、R等不同的语言版本。
流浪中的UncleLivin
·
2020-08-01 00:35
大数据
#每日一词#aforementioned
词:aforementioned英英释义:mentionedbeforeinanearlierpartofadocument,article,booketc例句:Thereareplentyof
examples
yang羊羊楊
·
2020-08-01 00:05
神经网络:代码实现
importnumpyasnpimporttensorflowastfimportmatplotlib.pyplotaspltfromtensorflow.
examples
.tutorials.mnistimportinput_datamnist
@迷途小书童
·
2020-07-31 23:13
TensorFlow框架学习
爬虫11—— scrapy 的基本使用
=爬虫网站】startprojectexamplecd
examples
crapygenspiderquotesquotes.toscrape.com注意,区分项目目录【项目名】,工作目录【默认和项目名一样
有意识的呼吸
·
2020-07-31 23:51
所谓爬虫
Java.net.UnknowHostException异常解决
在大数据的学习中运行官方文档中的本地模式的案例,在Linux中输入下面的命令的时候,抛出了主机名字无法解析的异常(需要指定输入文件和输出文件)hadoopjarshare/hadoop/mapreduce/hadoop-mapreduce-
examples
smalllxp
·
2020-07-31 22:53
大数据
更改(改变)echarts渲染出来的canvas大小(宽高)
echarts官网demo:https://www.echartsjs.com/
examples
/zh/index.html#chart-type-line可以看到渲染出来的canvas全是正方形的,老人直接路过
喜大普奔⁶⁶⁶
·
2020-07-31 22:55
echarts
微信小程序Echarts—饼图
Echarts官方文档:http://www.echartsjs.com/
examples
/Echars文件:链接:https://pan.baidu.com/s/1NGKs4JKTPOiWjtrFpI6pDw
水清梦蓝95
·
2020-07-31 21:28
微信小程序
Echarts
深度学习之CNN卷积神经网络(一)手写数字识别
代码如下importtensorflowastfimportrandomfrommatplotlibimportpyplotaspltfromtensorflow.
examples
.tutorials.mnistimportinput_data
繁华三千东流水
·
2020-07-31 21:26
深度学习之CNN卷积神经网络(二)MNIST手写数字识别和tensorboard可视化
代码如下importtensorflowastfimportrandomimportmatplotlib.pyplotaspltfromtensorflow.
examples
.tutorials.mnistimportinput_data
繁华三千东流水
·
2020-07-31 21:26
codeforce 416 div2 C - Vladik and Memorable Trip 线性dp
这个dp自己想不到,,记得之前的简单的线性dp其实可以作为扩展
Examples
Input6442523Output14Input9513152425Output9NoteInthefirsttestcasebestpartitionintosegmentsis
sega_handsome
·
2020-07-31 20:30
codeforce
简单基础经典dp
图片处理相关
pom.xml中引入thumbnailatornet.coobirdthumbnailator0.4.8https://github.com/coobird/thumbnailator/wiki/
Examples
相信灬你一直在
·
2020-07-31 20:27
用TensorFlow搭建一个全连接神经网络
先上代码fromtensorflow.
examples
.tutorials.mnistimportinput_dataimporttensorflowastf#preparedatamnist=input_data.read_data_sets
techping
·
2020-07-31 20:57
LTE小区搜索和MIB恢复
LTECellSearchandMIBRecovery介绍设计挑战示例体系结构和配置示例模型的结构HDL优化LTEMIB恢复绩效分析结果和显示HDL代码生成和验证参考https://ww2.mathworks.cn/help/ltehdl/
examples
sundaygeek
·
2020-07-31 20:05
LTE专题
蜂窝/移动通信
Inversion of Control – An Introduction with
Examples
in .NET
InversionofControl–AnIntroductionwith
Examples
in.NETPostedMarch292010inSoftwarearchitecture.26comments.LatelyI
metasearch
·
2020-07-31 20:33
Architecture
Design
C#
.NET-Learning
C/C++
Design
Pattern
constructor
validation
class
service
database
behavior
Tensorflow LeNET-5卷积神经网络的应用-手写数字识别
手写数字识别源码准确率达到99%importtensorflowastffromtensorflow.
examples
.tutorials.mnistimportinput_datamnist=input_data.read_data_sets
马踏飞燕&lin_li
·
2020-07-31 20:10
深度学习
Flutter组件之容器组件Scaffold、TabBar、底部导航
FlutterGallery是Flutter官方提供的FlutterDemo,源码位于flutter源码中的
examples
目录下,强烈建议用户将FlutterGallery示例跑起来,它是一个很全面的
PuTTY本无树
·
2020-07-31 20:05
flutter
X Error: BadDrawable (invalid Pixmap or Window parameter)解决方案
问题描述在gnuradio-companion中执行gr-ieee802.11模块的
examples
/wifi_transceiver.grc时出现了如下错误:XError:BadDrawable(invalidPixmaporWindowparameter
Honcy Ye
·
2020-07-31 20:37
ubuntu技巧
上一页
98
99
100
101
102
103
104
105
下一页
按字母分类:
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
其他