码迷,mamicode.com
首页 >  
搜索关键字:tutorial    ( 3034个结果
Gradle 教程说明 用户指南 第7章 快速构建Java工程
官网地址:http://www.gradle.org/docs/2.1/userguide/tutorial_java_projects.html Using the Java plugin A basic Java project  一个基础的java工程 使用java插件在build.gradle: apply plugin: 'java' Building the...
分类:编程语言   时间:2014-11-22 12:03:14    阅读次数:209
Unity 实现物体破碎效果(转)
感谢网友分享,原文地址(How to Make an Object Shatter Into Smaller Fragments in Unity),中文翻译地址(Unity实现物体破碎效果)In this tutorial I will show you how to create a simpl...
分类:编程语言   时间:2014-11-21 23:09:02    阅读次数:728
Install eclipse ns3 in ubuntu 14.04
1. NS3 install 参考NS3 tutorial即可。 2.eclipse 2.1下载 下载地址:http://www.eclipse.org/downloads/ Eclipse IDE for C/C++ Developers NOTE: you can know whether yo...
分类:系统相关   时间:2014-11-21 17:53:00    阅读次数:317
A monad tutorial for Clojure programmers (part 3)
Before moving on to the more advanced aspects of monads, let’s recapitulate what defines a monad (seepart 1andpart 2for explanations):A data structure...
分类:其他好文   时间:2014-11-21 12:33:18    阅读次数:129
A monad tutorial for Clojure programmers (part 2)
In thefirst partof this tutorial, I have introduced the two most basic monads: the identity monad and the maybe monad. In this part, I will continue w...
分类:其他好文   时间:2014-11-21 12:32:50    阅读次数:165
A monad tutorial for Clojure programmers (part 4)
In this fourth and last part of my monad tutorial, I will write about monad transformers. I will deal with only one of them, but it’s a start. I will ...
分类:其他好文   时间:2014-11-21 12:28:03    阅读次数:150
[Quote] Freescale I.mx6 mfgtool eFuse.
URL:http://www.solid-run.com/wiki/Setting_the_eFuses_for_MicroSOM_and_HummingboardName:Setting the eFuses for MicroSOM and Hummingboard(This tutorial ...
分类:其他好文   时间:2014-11-21 12:04:45    阅读次数:470
深度学习 Deep Learning UFLDL 最新Tutorial 学习笔记 5:Softmax Regression
官方Tutorial地址:http://ufldl.stanford.edu/tutorial/supervised/SoftmaxRegression/...
分类:其他好文   时间:2014-11-20 20:24:03    阅读次数:289
深度学习 Deep Learning UFLDL 最新Tutorial 学习笔记 4:Debugging: Gradient Checking
1 Gradient Checking 说明前面我们已经实现了Linear Regression和Logistic Regression,关键在于代价函数Cost Function和其梯度Gradient的计算。在Gradient的计算中,我们一般采用推导出来的计算公式来进行计算。但是我们看到,推导出来的公式是复杂的,特别到后面的神经网络,更加复杂。这就产生了一个问题,我们如何判断我们编写的程序就...
分类:其他好文   时间:2014-11-20 13:46:16    阅读次数:339
Java IO Tutorial
Java IO Tutorial...
分类:编程语言   时间:2014-11-20 10:26:37    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!