码迷,mamicode.com
首页 >  
搜索关键字:licensed    ( 402个结果
TensorFlow 从入门到精通(六):tensorflow.nn 详解
看过前面的例子,会发现实现深度神经网络需要使用 tensorflow.nn 这个核心模块。我们通过源码来一探究竟。# Copyright 2015 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this fil...
分类:其他好文   时间:2016-05-23 15:10:38    阅读次数:1351
Google示例SlidingTabsColors分析
/* * Copyright 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ma...
分类:其他好文   时间:2016-05-12 20:20:18    阅读次数:242
googles示例RecyclerView
/* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
分类:其他好文   时间:2016-05-12 20:11:52    阅读次数:237
使用自带 cluster-reuters.sh 聚类使用
#!/bin/bash # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information re...
分类:其他好文   时间:2016-05-12 11:46:20    阅读次数:198
requests模块--python发送http请求
requests模块 在Python内置模块(urllib、urllib2、httplib)的基础上进行了高度的封装,从而使得Pythoner更好的进行http请求,使用Requests可以轻而易举的完成浏览器可有的任何操作。Requests 是使用 Apache2 Licensed 许可证的 基于... ...
分类:编程语言   时间:2016-05-11 23:25:41    阅读次数:362
Spring的反射工具类 ReflectionUtils
/* * Copyright 2002-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
分类:编程语言   时间:2016-05-06 15:18:25    阅读次数:384
excellibrary
!/usr/bin/env pythonCopyright 2013-2014 NaviNet Inc.#Licensed under the Apache License, Version 2.0 (the “License”);you may not use this file except in compliance with the License.You may obtain a copy...
分类:其他好文   时间:2016-04-29 17:47:34    阅读次数:233
安装 redis
1: redis 是什么Redis is an open source (BSD licensed), in-memory data structure store, used as database, cache and message broker. It supports data struc ...
分类:其他好文   时间:2016-04-28 23:48:36    阅读次数:175
excellibrary
!/usr/bin/env pythonCopyright 2013-2014 NaviNet Inc.#Licensed under the Apache License, Version 2.0 (the “License”);you may not use this file except in compliance with the License.You may obtain a copy...
分类:其他好文   时间:2016-04-26 20:01:59    阅读次数:357
Android Log 封装
package com.tv.ui.metro.utils;/* * Copyright (C) 2010 Lytsing Huang http://lytsing.org * * Licensed under the Apache License, Version 2.0 (the "Licens ...
分类:移动开发   时间:2016-04-09 09:19:46    阅读次数:197
402条   上一页 1 ... 20 21 22 23 24 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!