码迷,mamicode.com
首页 >  
搜索关键字:playground    ( 265个结果
Docker 工具和示例
pipework Jérôme Petazzoni 编写了一个叫 pipework 的 shell 脚本,可以帮助用户在比较复杂的场景中完成容器的连接。 playground Brandon Rhodes 创建了一个提供完整的 Docker 容器网络拓扑管理的 Python库,包括路由、NAT 防火 ...
分类:其他好文   时间:2018-02-20 13:59:06    阅读次数:209
HDOJ 4812 D Tree
Discription There is a skyscraping tree standing on the playground of Nanjing University of Science and Technology. On each branch of the tree is an i ...
分类:其他好文   时间:2018-01-19 21:28:55    阅读次数:181
今天玩了tensorflow playground,太好玩了
先上地址: http://playground.tensorflow.org 我试了一个最复杂的,螺旋形的。开始怎么训练都不行。后来我多加了几个神经元,居然能训练成功了。真是太牛逼了! ...
分类:其他好文   时间:2017-12-26 21:05:58    阅读次数:149
[Time Limit Exceeded]Quoit Design
Problem Description Have you ever played quoit in a playground? Quoit is a game in which flat rings are pitched at some toys, with all the toys encirc ...
分类:其他好文   时间:2017-12-14 04:24:46    阅读次数:180
Mega2560 读取 MPU6050
在Mega中读取Mpu6050,好像文章不太多。特此转载官网的MPU6050。 原版地址:https://playground.arduino.cc/Main/MPU-6050 我们的6050接线是使用20和21引脚,注意MEGA这里20是SCL引脚,21是SDA引脚。对应MPU6050的两个SCL ...
分类:其他好文   时间:2017-12-12 21:29:39    阅读次数:191
Xcode 菜单选项
下面划了删除线的选项是太基础的选项可以忽略,标红的选项是需要注意的。 File: New : 可以新建tap,窗口,新文件,playground,workspace,target等等。 Add Files to XX: 为这个项目中引入文件 Open :打开文件 Open Recent :打开最近的 ...
分类:其他好文   时间:2017-12-06 16:11:07    阅读次数:328
ts转js
1,在线编译,进入typescript官网http://www.typescriptlang.org/,点击里面的playground就可以直接写代码了。 2,在本地编译运行Typescript需要使用npm下载typescript npm install -g typescript tsc Hel ...
分类:Web程序   时间:2017-11-21 19:41:29    阅读次数:1111
递归演示程序(swift)
```swift //: Playground - noun: a place where people can play import UIKit var str = "Hello, playground" /// sum func sum(array: Array) -> Int { if ar... ...
分类:编程语言   时间:2017-11-14 14:34:06    阅读次数:132
从最简单的感知器学习到的一些有趣的现象
看了一些深度学习神经网络的视频,最近有了一点新的体会,在google的一个小工具上,地址:http://playground.tensorflow.org 一个神经网络训练的模拟器,发现了一些有意思的事情,有了些新的体会 这里分享给大家。 1 权值,刚开始都是设置的随机初始值,但是随着训练的深入,你 ...
分类:其他好文   时间:2017-11-04 15:04:05    阅读次数:156
hdu 1007 Quoit Design (经典分治 求最近点对)
Problem Description Have you ever played quoit in a playground? Quoit is a game in which flat rings are pitched at some toys, with all the toys encirc ...
分类:其他好文   时间:2017-09-17 00:30:01    阅读次数:180
265条   上一页 1 ... 3 4 5 6 7 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!