码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
人工智能新编程语言-Gen
MIT 的一个研究小组正努力让初学者更容易入门人工智能,同时也帮助专家进一步推进这个领域的发展。 在 PLDI 大会(Programming Language Design and Implementation conference)上发表的一篇论文中,研究人员介绍了一种名为“Gen”的新型概率编程 ...
分类:编程语言   时间:2019-09-16 14:22:40    阅读次数:160
《构建之法》第一章术语及书中部分问题解答
? 第一章专业术语: * 软件=程序+软件工程 * 程序=数据结构+算法 * 软件服务 * 软件架构(Software Architecture) * 软件设计与实现(Sofeware Design,Implementation and Debug) * 软件构建 * 源代码管理(Source Co ...
分类:其他好文   时间:2019-09-12 23:20:52    阅读次数:92
Support依赖库大全
A************* A*************B*************//Banner轮播implementation 'com.youth.banner:banner:1.1.5'//ButterKnife注解 annotationProcessor 'com.jakewharto ...
分类:其他好文   时间:2019-09-10 17:51:29    阅读次数:129
对初学软件工程的一些想法
1.第一章出现的专业术语整理 加粗专业名词: 软件架构(Software Architecture), 软件设计与实现(Software Design,Implementation and Debug), 源代码管理 (Source Code Control) , 配置管理(Software Con ...
分类:其他好文   时间:2019-09-09 19:41:20    阅读次数:85
SQLite wrapper
SQLiteWrapper is a C++ wrapper for SQLite. There are some test programs that demonstrate how the SQLite Wrapper classes are used. The implementation f ...
分类:移动开发   时间:2019-08-28 22:32:25    阅读次数:125
从 Java 转向 Kotlin,使用 Glide,但是 GlideApp 却无法生成
时间:2019年7月29日21:53:28解决办法:把 dependencies 中的 dependencies {(http://www.amjmh.com/v/) implementation 'com.github.bumptech.glide:glide:4.9.0' annotationP ...
分类:移动开发   时间:2019-08-20 18:47:06    阅读次数:181
Design Circular Deque
Design your implementation of the circular double-ended queue (deque). Your implementation should support following operations: MyCircularDeque(k): Co ...
分类:其他好文   时间:2019-08-11 10:39:12    阅读次数:79
Program type already present: android.support.design.widget.CoordinatorLayout$1
需要将所有support包中的design模块移除 implementation('com.android.support:appcompat-v7:27.1.0', { exclude group: 'com.android.support', module: 'design'})implemen ...
分类:移动开发   时间:2019-08-04 19:26:50    阅读次数:138
英文文献中的一些单词
simultaneously 同时 sparsity 稀疏 implementation 方法 Equation 方程式 constraints 约束 The first term 第一部分 appears as 看起来像 formulation 公式 favoring 偏向于 opaque 不透明 ...
分类:其他好文   时间:2019-07-24 16:20:43    阅读次数:118
Segment Tree / Binary Indexed Tree
参见 307. Range Sum Query - Mutable Segment Tree Tree Implementation (SegmentTreeNode) https://www.youtube.com/watch?v=rYBtViWXYeI&list=PLLuMmzMTgVK7ug0 ...
分类:其他好文   时间:2019-07-15 13:32:03    阅读次数:112
1803条   上一页 1 ... 12 13 14 15 16 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!