码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
[转]awesome-tensorflow-chinese
模型项目 "Domain Transfer Network" Implementation of Unsupervised Cross Domain Image Generation "Show, Attend and Tell" Attention Based Image Caption Gene ...
分类:其他好文   时间:2018-09-27 01:56:04    阅读次数:246
【WordCount】实现
源码地址:https://gitee.com/LIUJIA6/wordcount_implementation 需求说明: WordCount的需求可以概括为:对程序设计语言源文件统计字符数、单词数、行数,统计结果以指定格式输出到默认文件中,以及其他扩展功能,并能够快速地处理多个文件。可执行程序命名 ...
分类:其他好文   时间:2018-09-24 21:11:52    阅读次数:116
鼠标按钮
getButton: function(event){//鼠标按钮兼容 if (document.implementation.hasFeature('MouseEvents','2.0'))//标准下 { return event.button; }else ... ...
分类:其他好文   时间:2018-09-22 14:35:51    阅读次数:144
IntelliJ IDEA快捷键:Ctrl+Alt+B
To navigate to the implementation(s) of an abstract method,position the caret at its usage or its name in the declaration and press Ctrl+Alt+B. 要导航到抽象 ...
分类:其他好文   时间:2018-09-21 15:13:36    阅读次数:285
WebRTC Native APIs
WebRTC Native APIs WebRTC Native APIs WebRTC Native APIs The WebRTC Native APIs implementation is based on W3C’s WebRTC 1.0: Real-time Communication B ...
分类:Windows程序   时间:2018-09-19 16:17:01    阅读次数:586
Control Flow in Tensorflow TF中的控制流解析
本文翻译自Tensorflow团队的文章 "Tensorflow Control Flow Implementation" ,部分内容加入了笔者自己的理解,如有不妥之处还望各位指教。 目录 概览 控制流核心概念 控制流结构的编译 条件表达式 while循环 实现 分布式条件表达式 分布式while循 ...
分类:其他好文   时间:2018-09-19 01:17:54    阅读次数:2154
[Data Structure] Stack Implementation in Python
We can realize a Stack as an adaptation of a Python List. S.push(e)=L.append(e) S.pop()=L.pop() S.top()=L[-1] S.len()=len(L) S.is_empty=(len(L)==0) ...
分类:编程语言   时间:2018-09-17 13:26:15    阅读次数:180
Implementation of WC in JAVA
Implementation of WC in JAVA "github地址 " 相关要求 基本功能 1. c [文件名] 返回文件的字符数 (实现) 2. w [文件名] 返回文件的词的数目 (实现) 3. l [文件名] 返回文件的行数 (实现) 扩展功能 1. s 递归处理目录下符合条件的文件 ...
分类:编程语言   时间:2018-09-12 20:03:29    阅读次数:163
七牛云 网络存储 文件上传
设置自定义域名:如果你的域名没有备案,哪种云存储都用不了,就不要尝试了。七牛云存储添加自定义域名和域名解析图文教程:http://boke112.com/3870.html 上传文件到七牛配置依赖:implementation 'com.squareup.okhttp3:okhttp:3.8.0' ... ...
分类:Web程序   时间:2018-09-08 19:22:01    阅读次数:317
Android开发,使用Retrofit发送HTTP请求
在build.gradle(Module: app)中加入 dependencies { ... implementation 'com.squareup.retrofit2:retrofit:2.4.0' implementation 'com.squareup.retrofit2:convert... ...
分类:移动开发   时间:2018-09-04 17:05:42    阅读次数:543
1803条   上一页 1 ... 20 21 22 23 24 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!