码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
JS MD5加密
/* * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message * Digest Algorithm, as defined in RFC 1321. * Version 2.1 Copyright (C) Pa ...
分类:Web程序   时间:2019-12-23 20:42:51    阅读次数:85
LeetCode 641. Design Circular Deque
原题链接在这里:https://leetcode.com/problems/design-circular-deque/ 题目: Design your implementation of the circular double-ended queue (deque). Your implement ...
分类:其他好文   时间:2019-12-22 13:03:25    阅读次数:81
LeetCode 622. Design Circular Queue
原题链接在这里:https://leetcode.com/problems/design-circular-queue/ 题目: Design your implementation of the circular queue. The circular queue is a linear data ...
分类:其他好文   时间:2019-12-22 12:57:22    阅读次数:79
【Bug】httpClient使用代理后线程挂起
背景: 需要去监控某个网站,所以写了一个爬虫程序,被爬取的链接是Https,使得的是网上的代理,按ip使用量计费,该计费模式确实好用! 框架:httpClient 4.5.10 Java: Java 9 implementation 'org.apache.httpcomponents:httpcl ...
分类:编程语言   时间:2019-12-21 13:44:52    阅读次数:107
kd-tree
点云的搜索kdtree太重要,想要从头手撸一个枝叶分离的代码,所以开始吧。 参考: https://zhuanlan.zhihu.com/p/45346117 https://leileiluoluo.com/posts/kdtree-algorithm-and-implementation.htm ...
分类:其他好文   时间:2019-12-20 14:02:07    阅读次数:98
吴恩达《深度学习》-课后测验-第一门课 (Neural Networks and Deep Learning)-Week 4 - Key concepts on Deep Neural Networks(第四周 测验 – 深层神经网络)
Week 4 Quiz Key concepts on Deep Neural Networks(第四周 测验 – 深层神经网络) \1. What is the “cache” used for in our implementation of forward propagation and ba ...
分类:Web程序   时间:2019-12-16 11:41:45    阅读次数:167
spring boot 配置使用kafka
启动kafka正常 1.创建一个spring boot项目 2.配置使用kafka 引入依赖(gradle) implementation 'org.springframework.kafka:spring-kafka' 添加配置文件(全部使用java配置) KafkaConfig.java @Co ...
分类:编程语言   时间:2019-12-12 19:44:40    阅读次数:113
Android Studio 3.0——unable to resolve dependency for cordovalib
Android Studio 3.0 更新了gradle后,项目竟然开始报错unable to resolve dependency for cordovalib...打开build.gradle看了后其中dependencies是这样写的 将compile替换成implementation即可完美 ...
分类:移动开发   时间:2019-12-11 18:59:50    阅读次数:84
iOS路由详解
本文如题,路由详解,注定是一篇详细解释iOS路由原理及使用的文章,由于此时正在外地出差,无法详细一一写出,只能不定时的补充。一、什么是iOS路由 路由一词来源于路由器,可以实现层级之间消息转发的功能。二、实例12345678@implementation UIResponder (GXRouter)... ...
分类:移动开发   时间:2019-12-10 00:51:23    阅读次数:124
多标量处理器论文翻译
督促自己读论文 Abstract Multiscalar processors use a new, aggressive implementation paradigm for extracting large quantities of instruction level parallelism ...
分类:其他好文   时间:2019-12-04 01:30:36    阅读次数:85
1803条   上一页 1 ... 8 9 10 11 12 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!