码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
Tensorflow Implementation of Yahoo's Open NSFW Model
This repository contains an implementation of Yahoo's Open NSFW Classifier rewritten in tensorflow. The original caffe weights have been extracted usi ...
分类:其他好文   时间:2017-10-25 15:26:04    阅读次数:438
Particle Filters
Psuedo Code Implementation Python C++ Reference ...
分类:其他好文   时间:2017-10-18 00:19:45    阅读次数:126
[转]RosBridge小结
1.rosbridge介绍 rosbridge(rosbridge_suite)是ros官方为开发者提供的一个用于非ros系统和ros系统进行交互通信的功能包。rosbridge主要包含两个部分,Rosbridge Protocol和Rosbridge Implementation。其中Protoc ...
分类:其他好文   时间:2017-10-17 12:24:32    阅读次数:145
Xilinx资源优化问题
资源优化问题:Xilinx ise 出现资源不够的问题(ERROR:Cpld:868 - Cannot fit the design into any of the specified devices with the selected implementation options.),要在fitt ...
分类:其他好文   时间:2017-10-09 17:45:09    阅读次数:142
js引用类型基础
计算机科学(英语:computer science,有时缩写为CS)是系统性研究信息与计算的理论基础以及它们在计算机系统中如何实现(英语:implementation)与应用的实用技术的学科。即所研究的原材料就是信息。什么是信息?一篇文章,一串号码,或者一头大熊猫。我们生活中的任何事物都是信息的载体 ...
分类:Web程序   时间:2017-10-08 21:30:30    阅读次数:144
java并发类库PCDP
这个是rice大学开发的一个并发类库,不算很流行,但是比较好用,github地址 一句话简介如下: PCDP is a shared-memory, pedagogical, parallel programming framework. PCDP's design, implementation, ...
分类:编程语言   时间:2017-10-06 11:30:22    阅读次数:237
设计模式(十一)——桥接模式
设计模式(十一)——桥接模式一、桥接模式简介1、桥接模式简介桥接模式将抽象(Abstraction)与实现(Implementation)分离,使得二者可以独立地变化。桥接模式将抽象和实现分别独立实现,即Abstraction类和Implement类。桥接模式中的实现不是指抽象基类的具体子类对抽象基类中虚..
分类:其他好文   时间:2017-10-03 09:38:23    阅读次数:181
maps in java(java)
1 hashmap(abstractmap clonable serializable) 2 java.util.HashTable collection未有之前的array implementation,drooped,但是 thread safe,overhead thread写map即call ...
分类:编程语言   时间:2017-09-28 10:02:49    阅读次数:150
Java课笔记-Java注释
//和/* ... */ Implementation comments: tells a programmer reading your code about your implementation. /** ... */ Documentation comments: used by javad ...
分类:编程语言   时间:2017-09-23 14:30:41    阅读次数:198
进度条和滑动条
1 #import "ViewController.h" 2 #import "ViewController2.h" 3 4 @interface ViewController () 5 6 @end 7 8 @implementation ViewController 9 10 @synthesi... ...
分类:其他好文   时间:2017-09-23 13:31:38    阅读次数:205
1803条   上一页 1 ... 31 32 33 34 35 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!