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
fundamentals
Java Cast and Conversions
JavaCastandConversionsInthisJava
fundamentals
tutorialletusseeaboutcastinginJava.Thistutorialishavingtwoparts
这样的一生
·
2020-07-12 15:19
NR MIMO学习资料
massivemimo.eu/research-libraryhttps://www.comsoc.org/best-readings/topics/massive-mimo发明MassiveMIMO的作者编写的图书:
Fundamentals
ofMassiveMIMO
tankloverainbow
·
2020-07-12 00:56
2019.10
通信
5G
MIMO
PEP3107概述
在函数标注的基础(
Fundamentals
ofFunctionAnnotations)部分,提案介绍了注释的特征和作用。
wooyoo007
·
2020-07-12 00:48
PEP选摘
AI2的mosaic和Aristo项目简介
Mosaic项目commonsenseforAIthemosaicteamseekstodefine,develop,andimprovecommonsenseforai-animportant,
fundamentals
killrequiredtogobeyondthenarrowandbrittleaiapplicationswehavetoday
谁怕平生太急
·
2020-07-11 09:51
阅读
批量归一化 && 残差网络
基于此前对于CNN的介绍
Fundamentals
ofConvolutionalNeuralNetworksLeNet&&ModernCNN就深层次CNN的结构进一步探讨归一化和残差网络。
RokoのBasilisk
·
2020-07-10 23:19
Machine
Learning
批量归一化
残差网络
卷积神经网络
pytorch
机器学习实战:基于Scikit-Learn、Keras和TensorFlow 第2版Hands-on Machine Learning with Scikit-Learn, Keras, and Te
前言(Preface)第一部分机器学习基础(PartI.The
Fundamentals
ofMachineLearning)第1章机器学习概述(Chapter1.TheMachineLearningLandscape
bigcindy
·
2020-07-10 22:43
Hands
On
ML
Activity/View状态保存和恢复 onSaveInstanceState()和onRestoreInstanceState()
Activity/ViewonSaveInstanceState和onRestoreInstanceState触发的时机/必要条件1:先看Application
Fundamentals
上的一段话:AndroidcallsonSaveInstanceState
释汐宇辰
·
2020-07-09 14:30
Android
(翻译)人体解剖基础:基本形体比例
原文地址:http://design.tutsplus.com/articles/human-anatomy-
fundamentals
-basic-body-proportions--vector-18254
麻辣土豆丝
·
2020-07-09 06:14
大二寒假计划
2:看完《Digital
Fundamentals
》,这本原版教材有800多页的分量,所以学校教学并没有全部教完。3:巩固数据结构和计算机
badiu_30394251
·
2020-07-08 13:15
opengl三角形剖分与三角形条带化
转自:http://www.corehtml5.com/trianglestrip
fundamentals
.phpTheWebGLTRIANGLEandthegrid.Constructingsomethingassimpleasagridcanrequireextensivepositiondataandcomputetime.WebGLislimitedtotrianglesforsurfac
kupe87826
·
2020-07-07 12:38
opengl
opengl
es
【技术层】##目标检测##论文笔记## 目标检测综述 arXiv1809.02165 Deep Learning for Generic Object Detection: A Survey
1809.02165DeepLearningforGenericObjectDetectionASurvey作者香港中文大学王晓刚,悉尼大学欧阳万里等人30页目标检测综述论文笔记目录1.Introduction2.Background3.Frameworks4.
FundamentalS
ubproblems5
科技楼第一坑
·
2020-07-07 10:28
Fundamentals
of Relational Database Design
ByPaulLitwinThispaperwaspartofapresentationataMicrosoftTechEdconferenceinthemid1990s.ItwasadaptedfromMicrosoftAccess2Developer'sHandbook,Sybex1994,byKenGetz,PaulLitwinandGregReddick.Reprintedwithpermi
eagletian
·
2020-07-07 07:08
database
Fundamentals
happen to be Cheap Fifa Coins
Ohspeakingofthoroughlycleansheets,goalkeeper
fundamentals
happentobeCheapFifaCoinsworkedontoo,whichisapleasantadditionandshouldmakeithardertoscore.Ohspeakingofthoroughlycleansheets
cjing2003
·
2020-07-07 05:34
[jQuery Note]jQuery JavaScript Object
fundamentals
extend
Let'scontinuethelastsection.Iwanttoshowmyideabyacomprehensiveexample.Ilikethatvaro1={handle:'o1'};varo2={handle:'o2'};varo3={handle:'o3'};window.handle='window';functionwhoAmI(){returnthis.handle;}o1.
bangangk78325
·
2020-07-07 03:40
Object-oriented Technology
Fundamentals
Object-orientedTechnology
Fundamentals
2006-8-6fantian830211@163.comPrefaceHavingbeenlearningEnglishforalongtime
fantian830211
·
2020-07-06 16:12
Program
Design
Application
Fundamentals
AndroidappscanbewrittenusingKotlin,Java,andC++languages.TheAndroidSDKtoolscompileyourcodealongwithanydataandresourcefilesintoanAPK,anAndroidpackage,whichisanarchive(存档)filewithan.apksuffix.OneAPKfilec
yolan6824
·
2020-07-06 11:32
android
developer
app架构
使用Numpy训练基于MNIST数据集的深度卷积神经网络
在《
Fundamentals
ofDeepLearning》一书中,作者将深度神经网络中的隐藏层的作用描述为"Thisiswheremostofthemagicishappeningwhentheneuralnettriestosolveproblems
塵觴葉
·
2020-07-06 10:38
杂谈
在深度神经网络中防止过拟合
摘自O社的
fundamentals
ofDeepLearning第一种方法:正则化1、L2正则化正则化通过添加惩罚大权重的附加项来修改我们最小化的目标函数。
库辛派
·
2020-07-06 02:06
MESSIDOR
jQuery设计思想
原文网址:http://jq
fundamentals
.com/book/阮一峰翻译整理一、选择网页元素jQuery的基本设计和主要用法,就是"选择某个网页元素,然后对其进行某种操作"。
weixin_33671935
·
2020-07-05 22:21
计算机专业英语教程(第二版)Chapter 4 Database
Fundamentals
对版权不熟悉,完全为了学习的目的——算是免责声明吧(如果有的话)Chapter4Database
Fundamentals
4.1IntroductiontoDBMSAdatabasemanagementsystem
weixin_30378623
·
2020-07-05 20:15
ASP.NET Core MVC 中重写DefaultControllerActivator实现属性注入
ASP.NETCore中注入方式默认为构造器注入,不支持属性注入以及其他更高级的注入.参考下面的说明:https://docs.microsoft.com/en-us/aspnet/core/
fundamentals
淮阴侯
·
2020-07-05 18:58
.net
core
Ioc
Fundamentals
of Computer Graphics第一章学习总结
第一章前半部分主要是介绍了计算机图形学的应用和图形学一些所需要了解的一些基本概念。后半部分介绍了编码时一些常用的类型和他们使用的优先级如使用double类型用来几何计算,使用float类型来进行颜色的计算。章节末介绍了在图形编码中如何进行debug:1、科学法这个方法主要是根据错误表现来做一些可能会造成此现象的猜想并且对这些猜想做测试来找出问题所在2、图片法本方法就是把想要知道的数据如向量或点作为
定_8844
·
2020-07-05 16:18
2018-04-12
:感受前端之美的必选之地,里面有很多酷炫的效果和优秀的插件echojs:快速了解js新资讯的网站stackoverflow和segmentfault:基本上各种问题都能在上面获得解答googleweb
fundamentals
碧玉含香_a08c
·
2020-07-05 06:19
【1207 读书清单】GIS
Fundamentals
: A first text on geographical information systems
01元数据这是一个数据的本质。比如一个猪肉罐头,你看到的是罐头(数据),但本质是猪肉(元数据)。02数据字典解释程序中所有文件的字典。它便于搜索核查和对加工步骤的调整。03模型模型只是现实的简化。根据需要,不断增减因素,模型也会随之改变。04所有的地图都是错的地图不能记录所有的细节,而年代久远的地图也会因为没有翻新而跟不上变化。但有的地图有参考价值。05建模思维建模思维思考,可以让事情简单化,流程
Morel_l
·
2020-07-05 04:47
Android API Guide学习和常用布局及基本UI控件
AndroidAPIGuide学习和常用布局及基本UI控件一、Android学习API指南:【了解】1.应用的组成部分AppComponents1.1.应用的基本原理App
Fundamentals
1.2
ljdmzl
·
2020-07-04 22:45
Android应用开发
扫描探针显微术入门(2 消除各种外界干扰的措施)
本文主要内容来源于V.L.Mironov的“
Fundamentals
ofscanningprobemicroscopy”。根据个人对SPM的理解略有改编。
liyuanbhu
·
2020-07-04 22:30
科普
扫描探针显微术入门(7)
本文主要内容来源于V.L.Mironov的“
Fundamentals
ofscanningprobemicroscopy”。根据个人对SPM的理解略有改编。
liyuanbhu
·
2020-07-04 22:58
科普
扫描探针显微术入门(3)
本文主要内容来源于V.L.Mironov的“
Fundamentals
ofscanningprobemicroscopy”。根据个人对SPM的理解略有改编。
liyuanbhu
·
2020-07-04 22:58
科普
扫描探针显微术入门(6)
本文主要内容来源于V.L.Mironov的“
Fundamentals
ofscanningprobemicroscopy”。根据个人对SPM的理解略有改编。
liyuanbhu
·
2020-07-04 22:27
科普
如何正确地卸载Service Worker?
以下链接,GoogleDevelopersServiceWorker工作原理:https://developers.google.com/web/
fundamentals
/primers/service-workers
yyck
·
2020-07-04 18:29
a
a'
前端
数据挖掘知识框架
Fundamentals
基础1.Matrics&LinearAl
phantom66
·
2020-07-04 16:21
算法
数据挖掘
大数据
A Comparison of the OSI and TCP/IP Reference Models
IPreferencemodelshavemuchincommon.Botharebasedontheconceptofastackofindependentprotocols.Also,thefunctionalityofthelayersisroughlysimilar.Despitethese
fundamentals
imilarities
zhangyubingcatherine
·
2020-07-04 04:20
Computer
Networks
扫描探针显微术入门(1)
本文主要内容来源于V.L.Mironov的“
Fundamentals
ofscanningprobemicroscopy”。根据个人对SPM的理解略有改编。
liyuanbhu
·
2020-07-04 00:16
科普
Unity资源管理(三)-AssetBundle基本原理
资源管理(三)-AssetBundle基本原理英文原文:https://unity3d.com/cn/learn/tutorials/topics/best-practices/assetbundle-
fundamentals
Arvin ZHANG
·
2020-07-02 16:01
Unity
着色器编程入门 - 顶点着色的基本原则(转)
/设备1.3引言的体系1.4管道线内的顶点着色1.5为什么使用顶点着色1.6顶点着色工具1.7顶点着色器的架构1.8顶点着色编程概览原文:IntroductiontoShaderProgramming
Fundamentals
ofVertexShad
暴熊
·
2020-07-02 06:50
Direct3D/OpenGL
Shader
jQury 基本原理
jQuery基本原理RebeccaMurpheyhttp://github.com/rmurphey/jq
fundamentals
WithcontributionsbyJamesPadolsey,PaulIrish
huangdianxi
·
2020-07-02 03:09
OpenGL帧缓存FrameBuffer
/latest/04AdvancedOpenGL/05Framebuffers/参考:https://en.wikipedia.org/wiki/Framebuffer参考:https://webgl
fundamentals
.org
春夜喜雨
·
2020-07-01 20:31
OpenGL
OpenGL
MATLAB 函数查询
官方查询首页:http://cn.mathworks.com/help/matlab/functionlist.html#language-
fundamentals
MATLAB函数按字母顺序排列的列表按类别语言基础知识输入命令
MissXy_
·
2020-07-01 11:36
MATLAB
DATAQUEST——Pandas and NumPy
Fundamentals
2018.9.26——2018.10.22IntroductionToNumPy1.常规操作是先用csv模块读取文件,然后list之使其变成listoflist的格式,最后再用np.array将其转化总而言之,就是先用csv模块读取f=open("nyc_taxis.csv","r")taxi_list=list(csv.reader(f))处理一下,去除第一项的标题项taxi_list=taxi
一条很闲的咸鱼
·
2020-07-01 07:09
图像处理基本原理----基本概念
英文原文链接:https://www.codeproject.com/articles/781213/
fundamentals
-of-image-processing-behind-the-scenes
油腻中年欢乐多
·
2020-07-01 07:47
图像处理
C++_图像处理
[Notes] Introduction to The Design and Analysis of Algorithms from Anany Levitin
GreatestCommonDivisor1.2
Fundamentals
ofAlgorithmicProblemSolving1.3
La vie est belle❤️
·
2020-07-01 06:06
读书笔记
Microsoft SQL SERVER 2008技术内幕 T-SQL语言基础(上)(学习笔记)
所需代码:https://github.com/956159241/Microsoft-SQL-Server-2008-T-SQL-
Fundamentals
目录第一章T-SQL查询和编程基础1.1理论背景
心在编程
·
2020-06-30 16:43
服务端书籍推荐
JAVA语言方面1.基础篇HeadFirstJavaJava核心技术·卷1基础知识(原书第9版)[CoreJavaVolumeI—
Fundamentals
(NinthEdition)]Java核心技术·
朱文韬winter
·
2020-06-29 18:51
成长
翻译《Deep Learning For Generic Object Detection : A Survey》
DeepLearningForGenericObjectDetection:ASurvey4
FundamentalS
ubProblems基本子问题4.1DCNNbasedObjectRepresentation
二佳呀
·
2020-06-28 22:06
AI
SOA之(3)——面向服务计算基础
面向服务计算基础(Service-OrientedComputing
Fundamentals
)面向服务的计算(Service-OrientedComputing)面向服务的计算是一个伞状术语(umbrellaterm
weixin_34378922
·
2020-06-28 18:58
Fundamentals
of Computer Graphics 中文版(第二版) (Peter Shirley 著)
1引言2数学知识3光栅算法4信号处理5线性代数6矩阵变换7观察8隐藏面消除9表面明暗处理10光线追踪11纹理映射12完整的图形流水线13图形学的数据结构14采样15曲线16计算机动画17使用图形硬件18构建交互式图形应用程序19光照20颜色21视觉感知22色调再现23全局照明24反射模型25基于图像的绘制26可视化参考文献1引言2数学知识3光栅算法4信号处理5线性代数6矩阵变换7观察8隐藏面消除9
weixin_34153893
·
2020-06-28 12:00
Java核心技术 卷Ⅰ 基础知识(原书第10版)
Java核心技术系列Java核心技术卷Ⅰ基础知识(原书第10版)CoreJavaVolumeI—
Fundamentals
(10thEdition)[美]凯S.霍斯特曼(CayS.Horstmann)著周立新陈波叶乃文邝劲筠杜永萍译图书在版编目
weixin_34082695
·
2020-06-28 11:02
Learning Java language
Fundamentals
Chapter2LearningJavalanguage
fundamentals
exercises:1.WhatisUnicode?
weixin_33747129
·
2020-06-28 04:09
TrueType字体
看微软的原文介绍:TrueType
fundamentals
其他文章:获取TrueType字体信息https://blog.csdn.net/kwfly/article/details/50986338TrueTypeVSOpenTypehttp
weixin_30522183
·
2020-06-27 21:08
《PhD Journey》Chapter 2 Spring 2018
《PhDJourney》Chapter2–Spring2018文章目录前言CSE532TheoryofDatabaseSystemsCSE534
Fundamentals
ofComputerNetworksCSE634DataMiningConceptsandTechniquesTeachingAssistantAdvisor
sicolex
·
2020-06-27 06:00
留学美国
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
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
其他