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
implementation
节操播放器Jiecaovideoplayer简单使用方法
1.buildgride中添加如下代码
implementation
'fm.jiecao:jiecaovideoplayer:5.5'2.布局文件中添加3.创建activityimportfm.jiecao.jcvideoplayer_lib.JCVideoPlayerStandard
DN_妖小孽
·
2023-01-27 17:19
安卓库
implementation
'com.github.PhilJay:MPAndroidChart:v3.1.0'折线图库
implementation
'com.github.donkingliang:LabelsView
上帝死了众神在堕落
·
2023-01-27 17:08
Gradle 插件 + ASM 实战——入门篇
META-INF/gradle-plugins目录image.png修改build.gradleapplyplugin:'groovy'applyplugin:'maven'dependencies{
implementation
gradleApi
Peakmain
·
2023-01-27 12:16
ViewPager+TabLayout小札记
直接上正题:要使用TabLayout控件,需要在build.gradle中导包:
implementation
'com.android.support:design:28.0.0'布局布局有两种,区别是是否需要添加代码
十指相扣的瞬间
·
2023-01-27 12:20
0x001 理解iOS的[self class] 和 [super class]
NSObject@property(nonatomic,copy)NSString*name;@property(nonatomic,assign)NSIntegerage;@endGLPerson.m@
implementation
LGPerso
小码农小世界
·
2023-01-27 09:11
lightweight-openpose学习笔记--源码解析(1)demo.py
GitHub-Daniil-Osokin/lightweight-human-pose-estimation.pytorch:FastandaccuratehumanposeestimationinPyTorch.Contains
implementation
of"Real-time2DMulti-PersonPoseEstimationonCPU
XXX2YYY
·
2023-01-27 09:36
pytorch
python
深度学习
【PyTorch】解决RuntimeError: adaptive_max_pool2d_backward_cuda ...(添加注意力机制)
Error:RuntimeError:adaptive_max_pool2d_backward_cudadoesnothaveadeterministic
implementation
...查看log定位
ericdiii
·
2023-01-27 09:53
pytorch
深度学习
神经网络
Kotlin中Room的简单使用
增加引用//kotlin
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation
'org.jetbrains.kotlinx
孤诣
·
2023-01-27 05:12
Github发布开源代码后不能引用内部引用的问题
问题描述我在jitpack上发布了一个小控件,这个控件用到了gif图,所以在这个库中引用了三方gif库,然后发布成功:dependencies{...
implementation
'pl.droidsonroids.gif
lzy2626
·
2023-01-27 05:42
改变三方库SDCycleScrollView中PageControl大小
importNS_ASSUME_NONNULL_BEGIN@interfaceTAPageControl(PSStyle)@endNS_ASSUME_NONNULL_END#import"TAPageControl+PSStyle.h"#import@
implementation
TAPageControl
笑笑菜鸟
·
2023-01-27 00:32
atomic内部使用的是自旋锁还是互斥锁?
interfaceZYPerson:NSObject@property(atomic,copy)NSString*name;@property(nonatomic,copy)NSString*gender;@end@
implementation
ZYPerson
lotus_yoma
·
2023-01-26 16:33
pytorch和tensorflow中实现SMU激活函数
Pytorch中实现SMU激活函数本文代码来源于githubuSMU源码链接#coding=utf-8importtorchfromtorchimportnnclassSMU(nn.Module):'''
Implementation
ofSMUactivation.Shape
鲍汁捞饭
·
2023-01-26 10:16
PyTorch
Ubuntu
ubuntu
自动驾驶
linux
如何计算一个信号的多尺度熵 Multiscale Entropy MSE
)的一种用于度量时间序列复杂性的改进方法;SampEnhastwoadvantagesoverApEn:datalengthindependenceandarelativelytrouble-free
implementation
fK0pS
·
2023-01-26 09:56
深度学习
机器学习
计算机视觉
iOS链式编程的实现
#import"UILabel+zjLabel.h"@
implementation
UILabel(zjLabel)+(UILabel*)zj_createLabel:(void(^)(UILabel*_
远航Yang
·
2023-01-26 09:12
What is Story Splitting?
DefinitionBeforeauserstoryisreadytobescheduledfor
implementation
inanupcomingiteration,itshouldbe"smallenough
渡劫CD
·
2023-01-26 09:13
Android踩坑 无法下载MPAndroidChart
MPAndroidChart是一个很好用的图表插件,但是我在引入的时候,
implementation
始终无法下载下来,对着官方文档研究半天也没想明白,最后我意识到下不下来可能与这句话有关repositories
无敌未央様
·
2023-01-26 07:20
AndroidLibrary上传至maven仓库和Jcenter教程,看这一篇就够了!
Code_XiaoLu/article/details/80945005:https://www.jianshu.com/p/008f95854a35前言当我们想使用某些开源框架时:比如Glide我们会这样做:
implementation
'com.github.bumptech.glide
Crcker
·
2023-01-26 02:24
协程的魅力你感受到了吗?-传统异步任务和协程的使用对比
示例1登录并返回用户信息传统异步方式使用Retrofit+Handler1、引入Retrofit依赖//Retrofit库
implementation
"com.squareup.retrofit2:retrofit
木水Code
·
2023-01-25 23:17
AAR依赖和module源码动态切换
痛点壳工程通过
implementation
'com.alibaba:fastjson:1.2.76'的形式引入aar文件,而aar使用一个单独的业务工程开发,这种形式开发模式常见于组件化的工程中。
ingxin
·
2023-01-25 23:08
swift 根据链接获取图片尺寸
#import"UIImage+ImgSize.h"#import@
implementation
UIImage(ImgSize)/***根据图片url获取网络图片尺寸*/+(CGSize)getImageSizeWithURL
有理想有暴富的小青年
·
2023-01-25 23:23
通过FastSpeech2中文合成项目梳理TTS流程3: 语音合成(synthesize.py)
1.参考github网址:GitHub-roedoejet/FastSpeech2:An
implementation
ofMicrosoft's"FastSpeech2:FastandHigh-QualityEnd-to-EndTexttoSpeech
BabelBook
·
2023-01-25 07:49
TTS
in
FastSpeech2
pytorch
深度学习
神经网络
通过FastSpeech2中文合成项目梳理TTS流程2: 数据训练(train.py)
1.参考github网址:GitHub-roedoejet/FastSpeech2:An
implementation
ofMicrosoft's"FastSpeech2:FastandHigh-QualityEnd-to-EndTexttoSpeech
BabelBook
·
2023-01-25 07:48
TTS
in
FastSpeech2
python
领域自适应论文(六十六):CDTrans: Cross-domain Transformer for Unsupervised Domain Adaptation
RelatedWorkTheProposedMethodTheCrossAttentioninTransformerTwo-WayCenter-AwarePseudoLabelingCDTrans:Cross-domainTransformerExperimentsDatasetsand
Implementation
ComparisontoSoTAAblationStudyCon
CtrlZ1
·
2023-01-25 07:15
领域自适应与最优传输
transformer
深度学习
人工智能
领域自适应
AI模型测试(评估标准)DEEPSEC: A Uniform Platform for Security Analysis of Deep Learning Model
AUniformPlatformforSecurityAnalysisofDeepLearningModelABSTRACTINTORDUCTIONATTACKS&DEFENSESSYSTEMDESIGNAND
IMPLEMENTATION
EVALUATIONSABSTRACT
萌钱多
·
2023-01-24 09:29
机器学习
论文阅读笔记-GT U-Net: A U-Net Like Group TransformerNetwork for Tooth Root Segmentation
2.2Shape-sensitiveFourierDescriptorLossFunction2.2.1理论层面2.2.2代码层面3.结果3.1ToothRootSegmentationDataset3.2
Implementation
Details3.3
科研澡
·
2023-01-24 08:43
医学图像处理
眼底图像处理
可视化
深度学习
计算机视觉
神经网络
WorkManager使用小技巧
androidjetpack提供的包中提供的新工具:WorkManager//workManager引入
implementation
'androidx.work:work-runtime:2.5.0'/
w366549434
·
2023-01-22 08:43
项目经验
笔记
kotlin
android
kotlin
WorkManager
Retrofit
异步
c++ 一个多线程log的实现
开源地址My
implementation
ofamultithreadingC++libraryforlogging.
FakeOccupational
·
2023-01-21 21:52
语言学习笔记
c++
开发语言
Android进阶-Gradle
目录参考链接Gradle生命周期与回调Gradle构建生命周期生命周期监听(HOOK)GradleJVM进程什么是Task依赖管理查看AndroidGradle依赖树添加依赖结合
implementation
Donkey..
·
2023-01-21 16:22
Android进阶
android
gradle
GAMES202 笔记 -Real-Time Ray-Tracing
/Denoising三、
Implementation
offilteringGaussianfilteringBilateralfiltering-双边滤波Join
奇迹小缘
·
2023-01-21 07:06
games202
深度学习
游戏引擎
【笔记】PP-YOLO、PP-YOLOv2、PP-YOLO Tiny
&TitlePP-YOLO:AnEffectiveandEfficient
Implementation
ofObjectDetector(2020)PP-YOLOv2:APracticalObjectDetector
程序猿的探索之路
·
2023-01-20 01:04
目标检测
深度学习
计算机视觉
python multiprocessing ImportError: This platform lacks a functioning sem_open
implementation
问题 解决方案
原因:没有挂载/dev/shm;python安装时需要写入东西,才能开启sem_open解决办法:(需要root权限;以下命令root账号执行)修改/etc/fstab增加:tmpfs/dev/shmtmpfsdefaults00mount/dev/shmchmod777/dev/shm重装python(必须重装,没办法,安装时检查该设备是否存在,存在则可以使用sem_open)
baidu_ld
·
2023-01-19 15:56
python
论文阅读——Image Inpainting
目录ImageInpaintingIntroductionBSCB修复算法修复过程扩散过程
Implementation
details修复过程扩散过程ResultsImageInpaintingIntroduction
keep--learning
·
2023-01-19 10:31
论文
论文阅读
计算机视觉
算法
详解LeakCanary分析内存泄露如何实现
LeakCanary的使用官方文档:square.github.io/leakcanary/…引用方式dependencies{//debug
Implementation
bec
·
2023-01-19 06:28
【Opencv入门】RGB三通道直方图的计算与绘制
二、直方图的建立Establishmentofhistogram三、直方图的作用Thefunctionofhistogram1)图像匹配2)判断成像质量3)二值化阈值四、编程实现Programming
implementation
Derical
·
2023-01-19 02:13
Computer
Vision
opencv
计算机视觉
MyBatis-Plus 如何实现连表查询 mybatis-plus-join
mybatis-plus-join项目地址giteegithub使用方法安装Mavencom.github.yulichangmybatis-plus-join-boot-starter1.4.2.2Gradle
implementation
'com.github.yulichang
qq_31116181
·
2023-01-18 17:19
mybatis-plus
mysql
数据库
java
mybatis
sql
python fft 库,使用Python对图像进行FFT
IhaveaproblemwithFFT
implementation
inPython.Ihavecompletelystrangeresults.Okso,Iwanttoopenimage,getvalueofeverypixelinRGB
收纳王子
·
2023-01-18 08:06
python
fft
库
C/C++ 编码规范
另一个文件用于保存程序的实现(
implementation
),称为定义(definition)文件。C/C++程序的头文件以“.h”为后缀,C程序的定义
叫我小秦就好了
·
2023-01-17 12:54
C语言
c++
c语言
Android实现下载m3u8视频文件问题解决
介绍启动ServiceDownloadService下载回调回调接口单例Binder构造单例下载辐射创建下载实例监听下载状态效果图简介Aria下载器采用开源框架Ariagithub中文文档导入Aria
implementation
'me.laoyuyu.aria
·
2023-01-17 08:13
Android Glide常见使用方式讲解
目录效果图依赖普通显示占位符显示圆角显示高斯模糊显示生命周期图床工具推荐效果图依赖
implementation
'com.github.bumptech.glide:glide:4.13.0'annotationProcessor'com.github.bumptech.glide
·
2023-01-17 08:09
Android Hilt Retrofit Paging3使用实例
PagingSourceViewModelView效果视频简述本Demo采用Hilt+Retrofit+Paging3完成,主要为了演示paging3分页功能的使用,下列为Demo所需要的相关依赖//retrofit
implementation
'com.squareup.retrofit2
·
2023-01-17 08:37
发邮件向论文作者卑微求代码模板
记录本人第一封卑微邮件,肯定不是最后一封:)主题:关于XXX【随机Petri网】的实现问题questionregardingXXX【the
implementation
ofstochasticPetrinets
一只小小小飞鸟
·
2023-01-16 18:40
邮件
Hybrid LSTM and Encoder-Decoder Architecturefor Detection of Image Forgeries的复现梳理
code:jawadbappy/forgery_localization_HLED:
Implementation
of"HybridLSTMandEncoder-DecoderArchitectureforDetectionofImageForgeries"pape
ztg111
·
2023-01-16 12:14
python
图像处理
深度学习
超详细解析——吴恩达机器学习第三周作业Logistic Regression(逻辑回归)(Python实现)
文章目录一、LogisticRegression1.1Visualizingthedata1.2
Implementation
1.2.1SigmoidFunction1.2.2Costfunctionandgradient1.2.3Learningparametersusingfminunc1.2.4Evaluatinglogisticregression
Lucien Anderson
·
2023-01-16 08:40
机器学习
python
逻辑回归
tensorflow1.x+pyqt5实现物品分类+展示界面+双界面切换
open.py#-*-coding:utf-8-*-#Form
implementation
generatedfromreadinguifile'open.ui'##Createdby:PyQt5UIcodegenerator5.15.4
初岘
·
2023-01-15 08:33
qt
分类
python
Android NDK开发:手势识别
系列之十六:实现大眼特效实现步骤1.下载基础代码这里使用的代码是以OpenGL系列之十六:实现大眼特效这篇文章为基础的2.添加识别库这里由于依赖库中使用的CameraX版本与我的有冲突所以我将其剔除了
implementation
itfitness
·
2023-01-14 18:37
带读 |《Redis 设计与实现》(英文名:The Design and
Implementation
of Redis)
WhyRedis?Redis是一种运行速度很快,并发很强,跑在内存上的NoSql数据库,支持键到五种数据类型的映射。根据Redis官方提供的benchmark测试数据,redis读的速度是110000次/s,写的速度是81000次/s,并且实验证明,数据没在缓存的时候,相同条件下用Jmeter进行压测,redis的请求处理速度比MySQL高了7倍。另外,在时间局部性原理很强的场景下,Redis可以
·
2023-01-14 13:16
redisredis集群
【论文翻译】Few-Shot Object Detection and Viewpoint Estimation for Objects in the Wild
野外目标的小样本目标检测与视点估计论文地址:https://arxiv.org/pdf/2007.12107v1.pdf代码地址:GitHub-YoungXIAO13/FewShotDetection:(ECCV2020)PyTorch
implementation
ofpa
小张好难瘦
·
2023-01-14 08:01
论文
目标检测
计算机视觉
深度学习
张正友相机标定
www.microsoft.com/en-us/research/wp-content/uploads/2016/02/tr98-71.pdfLM算法1978《Thelevenberg-marquardtalgorithm,
implementation
andtheory
Sag_ittarius
·
2023-01-13 21:52
论文里的好句子(6)
Diffusionmodelsmightappeartobearestrictedclassoflatentvariablemodels,buttheyallowalargenumberofdegreesoffreedomin
implementation
anzrs
·
2023-01-13 16:05
人工智能
深度学习
Swin Transformer Hierarchical Vision Transformer using Shifted Windows论文解读
HierarchicalVisionTransformerusingShiftedWindowspaper:2103.14030.pdf(arxiv.org)code:microsoft/Swin-Transformer:Thisisanofficial
implementation
for
Trouble..
·
2023-01-13 06:54
transformer
深度学习
计算机视觉
上一页
57
58
59
60
61
62
63
64
下一页
按字母分类:
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
其他